Détails de la ressource
Cette ressource fait partie du jeu de données Réseau urbain Le Met'.
Disponibilité au téléchargement
En savoir plus
HEAD
dont le temps de réponse doit être inférieur à 5 secondes. Si nous détectons une indisponibilité, nous effectuons un nouveau test toutes les 10 minutes, jusqu'à ce que la ressource soit à nouveau disponible.Pour les flux SIRI et SIRI Lite, nous effectuons une requête HTTP de type
GET
: nous considérons une réponse avec un code 401 ou 405 comme étant disponible. En cas d'erreur 500, nous considèrerons que le flux est indisponible, sauf si il semble contenir du SOAP.Rapport de validation
❌141 erreurs, 122 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 28/06/2025 à 09h00 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
stop_times_updates not strictly sorted E002 20 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 5_62671536 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] is not strictly sorted by increasing stop_sequence
- trip_id 5_62984961 stop_sequence [16, 1] is not strictly sorted by increasing stop_sequence
- trip_id 5_62671537 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] is not strictly sorted by increasing stop_sequence
- trip_id 5_62646116 stop_sequence [6, 1] is not strictly sorted by increasing stop_sequence
- trip_id 5_62936469 stop_sequence [14, 1] is not strictly sorted by increasing stop_sequence
GTFS-rt stop_sequence isn't provided for trip that visits same stop_id more than once E009 3 erreurs
If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence
Exemples d'erreurs
- trip_id 5_62671536 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
- trip_id 5_62671537 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
- trip_id 5_62671535 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
Sequential stop_time_update times are not increasing E022 98 erreurs
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Exemples d'erreurs
- trip_id 5_62671536 stop_sequence 1 departure_time 09:20:00 (1751095200) is less than previous stop departure_time 09:22:31 (1751095351) - times must increase between two sequential stops
- trip_id 5_62671536 stop_sequence 1 departure_time 09:20:00 (1751095200) is less than previous stop arrival_time 09:22:31 (1751095351) - times must increase between two sequential stops
- trip_id 5_62671536 stop_sequence 2 arrival_time 09:21:20 (1751095280) is less than previous stop arrival_time 09:22:31 (1751095351) - times must increase between two sequential stops
- trip_id 5_62671536 stop_sequence 2 departure_time 09:21:20 (1751095280) is less than previous stop arrival_time 09:22:31 (1751095351) - times must increase between two sequential stops
- trip_id 5_62984961 stop_sequence 1 departure_time 09:32:00 (1751095920) is less than previous stop departure_time 09:55:03 (1751097303) - times must increase between two sequential stops
Sequential stop_time_updates have the same stop_id E037 3 erreurs
Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id
Exemples d'erreurs
- trip_id 5_62671536 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
- trip_id 5_62671537 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
- trip_id 5_62671535 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
GTFS-rt stop_sequence not found in GTFS data E051 17 erreurs
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Exemples d'erreurs
- GTFS-rt trip_id 5_62984961 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 5_62646116 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 5_62936469 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 5_62646114 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 5_62936423 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
Avertissements
vehicle_id not populated W002 122 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 5_62643722 does not have a vehicle_id
- trip_id 5_62666832 does not have a vehicle_id
- trip_id 5_62666674 does not have a vehicle_id
- trip_id 5_62666948 does not have a vehicle_id
- trip_id 5_62643204 does not have a vehicle_id
Validations précédentes
Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.
Identifiant d'erreur | Description | Nombre d'erreurs | Nombre d'occurences |
---|---|---|---|
E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 3 763 | 28 fois (100 % des validations) |
W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 3 584 | 28 fois (100 % des validations) |
E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 544 | 26 fois (93 % des validations) |
E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 416 | 26 fois (93 % des validations) |
E009 | If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence | 52 | 20 fois (71 % des validations) |
E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 58 | 19 fois (68 % des validations) |
E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 446 | 3 fois (11 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 29/06/2025 à 08h33 Europe/Paris.
trip_updates (50) vehicle_positions (0) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updatesFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 29/06/2025 à 08h33 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "2974521",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751180100",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974521"
}
}
},
{
"id": "2974520",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751178301",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1751178361",
"uncertainty": 120
},
"departure": {
"time": "1751178361",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1751178466",
"uncertainty": 120
},
"departure": {
"time": "1751178481",
"uncertainty": 120
},
"stopId": "0:MOYPON01",
"stopSequence": 3
},
{
"arrival": {
"time": "1751178624",
"uncertainty": 120
},
"departure": {
"time": "1751178624",
"uncertainty": 120
},
"stopId": "0:REP03",
"stopSequence": 4
},
{
"arrival": {
"time": "1751178883",
"uncertainty": 120
},
"departure": {
"time": "1751178883",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1751178973",
"uncertainty": 120
},
"departure": {
"time": "1751178973",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1751179046",
"uncertainty": 120
},
"departure": {
"time": "1751179046",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1751179107",
"uncertainty": 120
},
"departure": {
"time": "1751179107",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1751179198",
"uncertainty": 120
},
"departure": {
"time": "1751179198",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1751179284",
"uncertainty": 120
},
"departure": {
"time": "1751179284",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1751179358",
"uncertainty": 120
},
"departure": {
"time": "1751179358",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1751179446",
"uncertainty": 120
},
"departure": {
"time": "1751179446",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1751179508",
"uncertainty": 120
},
"departure": {
"time": "1751179508",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1751179557",
"uncertainty": 120
},
"departure": {
"time": "1751179557",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1751179612",
"uncertainty": 120
},
"departure": {
"time": "1751179612",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1751179679",
"uncertainty": 120
},
"departure": {
"time": "1751179679",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1751179735",
"uncertainty": 120
},
"departure": {
"time": "1751179735",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1751179839",
"uncertainty": 120
},
"departure": {
"time": "1751179839",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1751179928",
"uncertainty": 120
},
"departure": {
"time": "1751179928",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1751179980",
"uncertainty": 120
},
"departure": {
"time": "1751179980",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1751180153",
"uncertainty": 120
},
"departure": {
"time": "1751180153",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1751180228",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974520"
},
"vehicle": {
"id": "1313",
"label": "1313"
}
}
},
{
"id": "2973781",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751178840"
},
"stopId": "0:CHASG01",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973781"
}
}
},
{
"id": "2973857",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751178960"
},
"stopId": "0:PELTRE2",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "93",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973857"
}
}
},
{
"id": "2973887",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751180700"
},
"stopId": "0:PEM910",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973887"
}
}
},
{
"id": "2973923",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1751181843"
},
"departure": {
"time": "1751181843"
},
"stopId": "0:AUGNYMA2"
},
{
"departure": {
"time": "1751180460"
},
"stopId": "0:PEM912",
"stopSequence": 1
},
{
"arrival": {
"time": "1751180570"
},
"departure": {
"time": "1751180570"
},
"stopId": "0:ARENES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1751180709"
},
"departure": {
"time": "1751180709"
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1751180760"
},
"departure": {
"time": "1751180760"
},
"stopId": "0:CHPETRE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1751180833"
},
"departure": {
"time": "1751180833"
},
"stopId": "0:MANGIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1751180928"
},
"departure": {
"time": "1751180928"
},
"stopId": "0:VAILLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1751181000"
},
"departure": {
"time": "1751181000"
},
"stopId": "0:SEMINAI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1751181054"
},
"departure": {
"time": "1751181054"
},
"stopId": "0:STANDRE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1751181128"
},
"departure": {
"time": "1751181128"
},
"stopId": "0:PREVOTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1751181173"
},
"departure": {
"time": "1751181173"
},
"stopId": "0:JEANNED2",
"stopSequence": 10
},
{
"arrival": {
"time": "1751181300"
},
"departure": {
"time": "1751181300"
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1751181324"
},
"departure": {
"time": "1751181324"
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1751181599"
},
"departure": {
"time": "1751181599"
},
"stopId": "0:ORLY2",
"stopSequence": 13
},
{
"arrival": {
"time": "1751181765"
},
"departure": {
"time": "1751181765"
},
"stopId": "0:LOTISSE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1751181795"
},
"departure": {
"time": "1751181795"
},
"stopId": "0:LIBERAT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1751181840",
"uncertainty": 120
},
"departure": {
"time": "1751181840",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:AUGNYMA2",
"stopSequence": 16
},
{
"arrival": {
"time": "1751181884",
"uncertainty": 120
},
"departure": {
"time": "1751181884",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GLISSU2",
"stopSequence": 17
},
{
"arrival": {
"time": "1751182332"
},
"departure": {
"time": "1751182332"
},
"stopId": "0:RD662",
"stopSequence": 18
},
{
"arrival": {
"time": "1751182361"
},
"departure": {
"time": "1751182361"
},
"stopId": "0:FEY2",
"stopSequence": 19
},
{
"arrival": {
"time": "1751182668"
},
"departure": {
"time": "1751182668"
},
"stopId": "0:VEZON2",
"stopSequence": 20
},
{
"arrival": {
"time": "1751182781"
},
"departure": {
"time": "1751182781"
},
"stopId": "0:MARIEUL1",
"stopSequence": 21
},
{
"arrival": {
"time": "1751183021"
},
"departure": {
"time": "1751183021"
},
"stopId": "0:CHARIT02",
"stopSequence": 22
},
{
"arrival": {
"time": "1751183064"
},
"departure": {
"time": "1751183064"
},
"stopId": "0:NOTRDA02",
"stopSequence": 23
},
{
"arrival": {
"time": "1751183151"
},
"departure": {
"time": "1751183151"
},
"stopId": "0:LACORV02",
"stopSequence": 24
},
{
"arrival": {
"time": "1751183201"
},
"stopId": "0:MARDIG01",
"stopSequence": 25
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973923"
}
}
},
{
"id": "2973941",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751180580"
},
"stopId": "0:ROIGEO68",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973941"
}
}
},
{
"id": "2974007",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179500"
},
"stopId": "0:PEM911",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "108",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974007"
}
}
},
{
"id": "2973980",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751180520"
},
"stopId": "0:RONC4",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973980"
}
}
},
{
"id": "2973969",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179260"
},
"stopId": "0:SQLUX122",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973969"
}
}
},
{
"id": "2972898",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1751180202",
"uncertainty": 120
},
"departure": {
"time": "1751180202",
"uncertainty": 120
},
"stopId": "0:GENIE2"
},
{
"arrival": {
"time": "1751180202",
"uncertainty": 120
},
"departure": {
"time": "1751180202",
"uncertainty": 120
},
"stopId": "0:GENIE1"
},
{
"arrival": {
"time": "1751180306",
"uncertainty": 120
},
"departure": {
"time": "1751180306",
"uncertainty": 120
},
"stopId": "0:VERLAIN1"
},
{
"departure": {
"time": "1751179500",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1751179580",
"uncertainty": 120
},
"departure": {
"time": "1751179580",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1751179608",
"uncertainty": 120
},
"departure": {
"time": "1751179608",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1751179647",
"uncertainty": 120
},
"departure": {
"time": "1751179647",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1751179680",
"uncertainty": 120
},
"departure": {
"time": "1751179680",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1751179705",
"uncertainty": 120
},
"departure": {
"time": "1751179705",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751179740",
"uncertainty": 120
},
"departure": {
"time": "1751179740",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751179800",
"uncertainty": 120
},
"departure": {
"time": "1751179800",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1751179850",
"uncertainty": 120
},
"departure": {
"time": "1751179850",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1751179935",
"uncertainty": 120
},
"departure": {
"time": "1751179935",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751179980",
"uncertainty": 120
},
"departure": {
"time": "1751179980",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751180057",
"uncertainty": 120
},
"departure": {
"time": "1751180057",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751180141",
"uncertainty": 120
},
"departure": {
"time": "1751180141",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1751180202",
"uncertainty": 120
},
"departure": {
"time": "1751180202",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1751180335",
"uncertainty": 120
},
"departure": {
"time": "1751180335",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1751180379",
"uncertainty": 120
},
"departure": {
"time": "1751180379",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 16
},
{
"arrival": {
"time": "1751180551",
"uncertainty": 120
},
"departure": {
"time": "1751180551",
"uncertainty": 120
},
"stopId": "0:REPU5053",
"stopSequence": 17
},
{
"arrival": {
"time": "1751180851",
"uncertainty": 120
},
"departure": {
"time": "1751180851",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 18
},
{
"arrival": {
"time": "1751181031",
"uncertainty": 120
},
"departure": {
"time": "1751181031",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1751181192",
"uncertainty": 120
},
"departure": {
"time": "1751181192",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1751181230",
"uncertainty": 120
},
"departure": {
"time": "1751181230",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 21
},
{
"arrival": {
"time": "1751181267",
"uncertainty": 120
},
"departure": {
"time": "1751181267",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1751181331",
"uncertainty": 120
},
"departure": {
"time": "1751181331",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1751181387",
"uncertainty": 120
},
"departure": {
"time": "1751181387",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 24
},
{
"arrival": {
"time": "1751181451",
"uncertainty": 120
},
"departure": {
"time": "1751181451",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 25
},
{
"arrival": {
"time": "1751181511",
"uncertainty": 120
},
"departure": {
"time": "1751181511",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751181558",
"uncertainty": 120
},
"departure": {
"time": "1751181558",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751181609",
"uncertainty": 120
},
"departure": {
"time": "1751181609",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751181660",
"uncertainty": 120
},
"departure": {
"time": "1751181660",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751181706",
"uncertainty": 120
},
"departure": {
"time": "1751181706",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 30
},
{
"arrival": {
"time": "1751181730",
"uncertainty": 120
},
"departure": {
"time": "1751181730",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1751181794",
"uncertainty": 120
},
"departure": {
"time": "1751181794",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751181821",
"uncertainty": 120
},
"departure": {
"time": "1751181821",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 33
},
{
"arrival": {
"time": "1751181871",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 34
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72972898"
}
}
},
{
"id": "2974522",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751181960",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974522"
}
}
},
{
"id": "2973531",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751176657",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1751176696",
"uncertainty": 120
},
"departure": {
"time": "1751176717",
"uncertainty": 120
},
"stopId": "0:CLETTE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1751176756",
"uncertainty": 120
},
"departure": {
"time": "1751176756",
"uncertainty": 120
},
"stopId": "0:CAILLOU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1751176777",
"uncertainty": 120
},
"departure": {
"time": "1751176777",
"uncertainty": 120
},
"stopId": "0:ROUSSEL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1751176804",
"uncertainty": 120
},
"departure": {
"time": "1751176804",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1751176835",
"uncertainty": 120
},
"departure": {
"time": "1751176835",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751176841",
"uncertainty": 120
},
"departure": {
"time": "1751176867",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751176908",
"uncertainty": 120
},
"departure": {
"time": "1751176908",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 8
},
{
"arrival": {
"time": "1751176957",
"uncertainty": 120
},
"departure": {
"time": "1751176957",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1751176984",
"uncertainty": 120
},
"departure": {
"time": "1751176987",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751177047",
"uncertainty": 120
},
"departure": {
"time": "1751177047",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 11
},
{
"arrival": {
"time": "1751177167",
"uncertainty": 120
},
"departure": {
"time": "1751177167",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751177227",
"uncertainty": 120
},
"departure": {
"time": "1751177227",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 13
},
{
"arrival": {
"time": "1751177408",
"uncertainty": 120
},
"departure": {
"time": "1751177437",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 14
},
{
"arrival": {
"time": "1751177780",
"uncertainty": 120
},
"departure": {
"time": "1751177810",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 15
},
{
"arrival": {
"time": "1751177976",
"uncertainty": 120
},
"departure": {
"time": "1751177976",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1751178028",
"uncertainty": 120
},
"departure": {
"time": "1751178028",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1751178050",
"uncertainty": 120
},
"departure": {
"time": "1751178050",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1751178075",
"uncertainty": 120
},
"departure": {
"time": "1751178075",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 19
},
{
"arrival": {
"time": "1751178110",
"uncertainty": 120
},
"departure": {
"time": "1751178110",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 20
},
{
"arrival": {
"time": "1751178170",
"uncertainty": 120
},
"departure": {
"time": "1751178170",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 21
},
{
"arrival": {
"time": "1751178200",
"uncertainty": 120
},
"departure": {
"time": "1751178200",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1751178230",
"uncertainty": 120
},
"departure": {
"time": "1751178230",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1751178311",
"uncertainty": 120
},
"departure": {
"time": "1751178320",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 24
},
{
"arrival": {
"time": "1751178406",
"uncertainty": 120
},
"departure": {
"time": "1751178410",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1751178520",
"uncertainty": 120
},
"departure": {
"time": "1751178520",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751178608",
"uncertainty": 120
},
"departure": {
"time": "1751178621",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751178730",
"uncertainty": 120
},
"departure": {
"time": "1751178741",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751178766",
"uncertainty": 120
},
"departure": {
"time": "1751178766",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751178815",
"uncertainty": 120
},
"departure": {
"time": "1751178815",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1751178857",
"uncertainty": 120
},
"departure": {
"time": "1751178857",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1751178895",
"uncertainty": 120
},
"departure": {
"time": "1751178895",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751178947",
"uncertainty": 120
},
"departure": {
"time": "1751178947",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1751178984",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 34
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973531"
},
"vehicle": {
"id": "1931",
"label": "1931"
}
}
},
{
"id": "2973526",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179620",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973526"
}
}
},
{
"id": "2973611",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179380",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973611"
}
}
},
{
"id": "2974492",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751181540",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974492"
}
}
},
{
"id": "2974491",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179680",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974491"
}
}
},
{
"id": "2974490",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751177850",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1751177952",
"uncertainty": 120
},
"departure": {
"time": "1751177970",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1751178119",
"uncertainty": 120
},
"departure": {
"time": "1751178119",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1751178180",
"uncertainty": 120
},
"departure": {
"time": "1751178180",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1751178269",
"uncertainty": 120
},
"departure": {
"time": "1751178269",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1751178338",
"uncertainty": 120
},
"departure": {
"time": "1751178338",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1751178409",
"uncertainty": 120
},
"departure": {
"time": "1751178420",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1751178480",
"uncertainty": 120
},
"departure": {
"time": "1751178480",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1751178538",
"uncertainty": 120
},
"departure": {
"time": "1751178540",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1751178592",
"uncertainty": 120
},
"departure": {
"time": "1751178600",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1751178670",
"uncertainty": 120
},
"departure": {
"time": "1751178690",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1751178761",
"uncertainty": 120
},
"departure": {
"time": "1751178761",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1751178859",
"uncertainty": 120
},
"departure": {
"time": "1751178859",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1751178916",
"uncertainty": 120
},
"departure": {
"time": "1751178916",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1751178994",
"uncertainty": 120
},
"departure": {
"time": "1751178994",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1751179056",
"uncertainty": 120
},
"departure": {
"time": "1751179056",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1751179126",
"uncertainty": 120
},
"departure": {
"time": "1751179126",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1751179222",
"uncertainty": 120
},
"departure": {
"time": "1751179222",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1751179437",
"uncertainty": 120
},
"departure": {
"time": "1751179437",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1751179618",
"uncertainty": 120
},
"departure": {
"time": "1751179618",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1751179677",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974490"
},
"vehicle": {
"id": "1314",
"label": "1314"
}
}
},
{
"id": "2973625",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1751178595",
"uncertainty": 120
},
"departure": {
"time": "1751178595",
"uncertainty": 120
},
"stopId": "0:DEVILLY1"
},
{
"departure": {
"time": "1751178003",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
},
{
"arrival": {
"time": "1751178197",
"uncertainty": 120
},
"departure": {
"time": "1751178213",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 2
},
{
"arrival": {
"time": "1751178385",
"uncertainty": 120
},
"departure": {
"time": "1751178385",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1751178444",
"uncertainty": 120
},
"departure": {
"time": "1751178453",
"uncertainty": 120
},
"stopId": "0:DUPLOYE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1751178366",
"uncertainty": 120
},
"departure": {
"time": "1751178366",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:3EVECHES",
"stopSequence": 5
},
{
"arrival": {
"time": "1751178603",
"uncertainty": 120
},
"departure": {
"time": "1751178603",
"uncertainty": 120
},
"stopId": "0:DEVILLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751178653",
"uncertainty": 120
},
"departure": {
"time": "1751178653",
"uncertainty": 120
},
"stopId": "0:STMAXI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1751178687",
"uncertainty": 120
},
"departure": {
"time": "1751178687",
"uncertainty": 120
},
"stopId": "0:GENDARM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1751178718",
"uncertainty": 120
},
"departure": {
"time": "1751178718",
"uncertainty": 120
},
"stopId": "0:OBERL183",
"stopSequence": 9
},
{
"arrival": {
"time": "1751178763",
"uncertainty": 120
},
"departure": {
"time": "1751178777",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751178828",
"uncertainty": 120
},
"departure": {
"time": "1751178828",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751178860",
"uncertainty": 120
},
"departure": {
"time": "1751178860",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751178916",
"uncertainty": 120
},
"departure": {
"time": "1751178916",
"uncertainty": 120
},
"stopId": "0:TIVO2",
"stopSequence": 13
},
{
"arrival": {
"time": "1751178941",
"uncertainty": 120
},
"departure": {
"time": "1751178941",
"uncertainty": 120
},
"stopId": "0:COTSE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1751178982",
"uncertainty": 120
},
"departure": {
"time": "1751178982",
"uncertainty": 120
},
"stopId": "0:GDMAISO2",
"stopSequence": 15
},
{
"arrival": {
"time": "1751179036",
"uncertainty": 120
},
"departure": {
"time": "1751179036",
"uncertainty": 120
},
"stopId": "0:GIRAUDO2",
"stopSequence": 16
},
{
"arrival": {
"time": "1751179068",
"uncertainty": 120
},
"departure": {
"time": "1751179068",
"uncertainty": 120
},
"stopId": "0:ROEDERE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1751179096",
"uncertainty": 120
},
"departure": {
"time": "1751179096",
"uncertainty": 120
},
"stopId": "0:GENERAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1751179120",
"uncertainty": 120
},
"departure": {
"time": "1751179120",
"uncertainty": 120
},
"stopId": "0:SEULHOT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1751179196",
"uncertainty": 120
},
"departure": {
"time": "1751179196",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 20
},
{
"arrival": {
"time": "1751179245",
"uncertainty": 120
},
"departure": {
"time": "1751179245",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 21
},
{
"arrival": {
"time": "1751179276",
"uncertainty": 120
},
"departure": {
"time": "1751179276",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 22
},
{
"arrival": {
"time": "1751179427",
"uncertainty": 120
},
"departure": {
"time": "1751179427",
"uncertainty": 120
},
"stopId": "0:CHAPPE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1751179498",
"uncertainty": 120
},
"departure": {
"time": "1751179498",
"uncertainty": 120
},
"stopId": "0:JMICHEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1751179636",
"uncertainty": 120
},
"departure": {
"time": "1751179636",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1751179667",
"uncertainty": 120
},
"departure": {
"time": "1751179667",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751179727",
"uncertainty": 120
},
"departure": {
"time": "1751179727",
"uncertainty": 120
},
"stopId": "0:ROSEGON2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751179769",
"uncertainty": 120
},
"departure": {
"time": "1751179769",
"uncertainty": 120
},
"stopId": "0:FAURNEL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751179798",
"uncertainty": 120
},
"departure": {
"time": "1751179798",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751179845",
"uncertainty": 120
},
"departure": {
"time": "1751179845",
"uncertainty": 120
},
"stopId": "0:ARIANE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1751179873",
"uncertainty": 120
},
"departure": {
"time": "1751179873",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1751179897",
"uncertainty": 120
},
"departure": {
"time": "1751179897",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751179938",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 33
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973625"
},
"vehicle": {
"id": "1532",
"label": "1532"
}
}
},
{
"id": "2973617",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179500",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1751179620",
"uncertainty": 120
},
"departure": {
"time": "1751179620",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1751179646",
"uncertainty": 120
},
"departure": {
"time": "1751179646",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1751179690",
"uncertainty": 120
},
"departure": {
"time": "1751179690",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1751179717",
"uncertainty": 120
},
"departure": {
"time": "1751179717",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1751179753",
"uncertainty": 120
},
"departure": {
"time": "1751179753",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751179817",
"uncertainty": 120
},
"departure": {
"time": "1751179817",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751179855",
"uncertainty": 120
},
"departure": {
"time": "1751179855",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1751179890",
"uncertainty": 120
},
"departure": {
"time": "1751179890",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1751180040",
"uncertainty": 120
},
"departure": {
"time": "1751180040",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751180088",
"uncertainty": 120
},
"departure": {
"time": "1751180088",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751180119",
"uncertainty": 120
},
"departure": {
"time": "1751180119",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751180160",
"uncertainty": 120
},
"departure": {
"time": "1751180160",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1751180321",
"uncertainty": 120
},
"departure": {
"time": "1751180321",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1751180408",
"uncertainty": 120
},
"departure": {
"time": "1751180408",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 15
},
{
"arrival": {
"time": "1751180580",
"uncertainty": 120
},
"departure": {
"time": "1751180580",
"uncertainty": 120
},
"stopId": "0:REPU5053",
"stopSequence": 16
},
{
"arrival": {
"time": "1751180880",
"uncertainty": 120
},
"departure": {
"time": "1751180880",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 17
},
{
"arrival": {
"time": "1751181060",
"uncertainty": 120
},
"departure": {
"time": "1751181060",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1751181177",
"uncertainty": 120
},
"departure": {
"time": "1751181177",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 19
},
{
"arrival": {
"time": "1751181238",
"uncertainty": 120
},
"departure": {
"time": "1751181238",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1751181290",
"uncertainty": 120
},
"departure": {
"time": "1751181290",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1751181436",
"uncertainty": 120
},
"departure": {
"time": "1751181436",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 22
},
{
"arrival": {
"time": "1751181501",
"uncertainty": 120
},
"departure": {
"time": "1751181501",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1751181586",
"uncertainty": 120
},
"departure": {
"time": "1751181586",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 24
},
{
"arrival": {
"time": "1751181638",
"uncertainty": 120
},
"departure": {
"time": "1751181638",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1751181700",
"uncertainty": 120
},
"departure": {
"time": "1751181700",
"uncertainty": 120
},
"stopId": "0:TILLEUL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751181736",
"uncertainty": 120
},
"departure": {
"time": "1751181736",
"uncertainty": 120
},
"stopId": "0:ERABLE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751181818",
"uncertainty": 120
},
"departure": {
"time": "1751181818",
"uncertainty": 120
},
"stopId": "0:HETRES2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751181881",
"uncertainty": 120
},
"departure": {
"time": "1751181881",
"uncertainty": 120
},
"stopId": "0:CARRIER2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751181925",
"uncertainty": 120
},
"departure": {
"time": "1751181925",
"uncertainty": 120
},
"stopId": "0:FRENES2",
"stopSequence": 30
},
{
"arrival": {
"time": "1751181992",
"uncertainty": 120
},
"departure": {
"time": "1751181992",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 31
},
{
"arrival": {
"time": "1751182036",
"uncertainty": 120
},
"departure": {
"time": "1751182036",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751182068",
"uncertainty": 120
},
"departure": {
"time": "1751182068",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 33
},
{
"arrival": {
"time": "1751182144",
"uncertainty": 120
},
"departure": {
"time": "1751182144",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 34
},
{
"arrival": {
"time": "1751182216",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 35
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973617"
}
}
},
{
"id": "2973581",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179320",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973581"
}
}
},
{
"id": "2973583",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751176260",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
},
{
"arrival": {
"time": "1751176280",
"uncertainty": 120
},
"departure": {
"time": "1751176280",
"uncertainty": 120
},
"stopId": "0:HTMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1751176378",
"uncertainty": 120
},
"departure": {
"time": "1751176378",
"uncertainty": 120
},
"stopId": "0:BEAUSOL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1751176407",
"uncertainty": 120
},
"departure": {
"time": "1751176419",
"uncertainty": 120
},
"stopId": "0:ARMOISI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1751176468",
"uncertainty": 120
},
"departure": {
"time": "1751176468",
"uncertainty": 120
},
"stopId": "0:OBELLI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1751176505",
"uncertainty": 120
},
"departure": {
"time": "1751176509",
"uncertainty": 120
},
"stopId": "0:MAGNYBO1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751176578",
"uncertainty": 120
},
"departure": {
"time": "1751176578",
"uncertainty": 120
},
"stopId": "0:ROOSEVE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751176615",
"uncertainty": 120
},
"departure": {
"time": "1751176615",
"uncertainty": 120
},
"stopId": "0:PLAINE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1751176647",
"uncertainty": 120
},
"departure": {
"time": "1751176659",
"uncertainty": 120
},
"stopId": "0:APREMON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1751176694",
"uncertainty": 120
},
"departure": {
"time": "1751176694",
"uncertainty": 120
},
"stopId": "0:PLATEAU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751176758",
"uncertainty": 120
},
"departure": {
"time": "1751176758",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751176834",
"uncertainty": 120
},
"departure": {
"time": "1751176839",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751176869",
"uncertainty": 120
},
"departure": {
"time": "1751176869",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1751176914",
"uncertainty": 120
},
"departure": {
"time": "1751176914",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1751176981",
"uncertainty": 120
},
"departure": {
"time": "1751176981",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 15
},
{
"arrival": {
"time": "1751176987",
"uncertainty": 120
},
"departure": {
"time": "1751177019",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1751177139",
"uncertainty": 120
},
"departure": {
"time": "1751177139",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 17
},
{
"arrival": {
"time": "1751177229",
"uncertainty": 120
},
"departure": {
"time": "1751177229",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1751177325",
"uncertainty": 120
},
"departure": {
"time": "1751177350",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 19
},
{
"arrival": {
"time": "1751177497",
"uncertainty": 120
},
"departure": {
"time": "1751177529",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 20
},
{
"arrival": {
"time": "1751177589",
"uncertainty": 120
},
"departure": {
"time": "1751177619",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 21
},
{
"arrival": {
"time": "1751177781",
"uncertainty": 120
},
"departure": {
"time": "1751177781",
"uncertainty": 120
},
"stopId": "0:REPUBL03",
"stopSequence": 22
},
{
"arrival": {
"time": "1751177918",
"uncertainty": 120
},
"departure": {
"time": "1751177979",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 23
},
{
"arrival": {
"time": "1751178039",
"uncertainty": 120
},
"departure": {
"time": "1751178039",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1751178165",
"uncertainty": 120
},
"departure": {
"time": "1751178165",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 25
},
{
"arrival": {
"time": "1751178219",
"uncertainty": 120
},
"departure": {
"time": "1751178219",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751178256",
"uncertainty": 120
},
"departure": {
"time": "1751178256",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751178304",
"uncertainty": 120
},
"departure": {
"time": "1751178304",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751178339",
"uncertainty": 120
},
"departure": {
"time": "1751178339",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751178373",
"uncertainty": 120
},
"departure": {
"time": "1751178373",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1751178407",
"uncertainty": 120
},
"departure": {
"time": "1751178407",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1751178468",
"uncertainty": 120
},
"departure": {
"time": "1751178468",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751178519",
"uncertainty": 120
},
"departure": {
"time": "1751178519",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1751178559",
"uncertainty": 120
},
"departure": {
"time": "1751178559",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1751178590",
"uncertainty": 120
},
"departure": {
"time": "1751178590",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1751178647",
"uncertainty": 120
},
"departure": {
"time": "1751178647",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 36
},
{
"arrival": {
"time": "1751178739",
"uncertainty": 120
},
"departure": {
"time": "1751178739",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 37
},
{
"arrival": {
"time": "1751178806",
"uncertainty": 120
},
"departure": {
"time": "1751178819",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 38
},
{
"arrival": {
"time": "1751178846",
"uncertainty": 120
},
"departure": {
"time": "1751178846",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 39
},
{
"arrival": {
"time": "1751178897",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 40
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973583"
},
"vehicle": {
"id": "2432",
"label": "2432"
}
}
},
{
"id": "2972887",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1751181505",
"uncertainty": 120
},
"departure": {
"time": "1751181505",
"uncertainty": 120
},
"stopId": "0:BONSEC2"
},
{
"arrival": {
"time": "1751181542",
"uncertainty": 120
},
"departure": {
"time": "1751181542",
"uncertainty": 120
},
"stopId": "0:CHPETRE2"
},
{
"departure": {
"time": "1751179560",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1751179605",
"uncertainty": 120
},
"departure": {
"time": "1751179605",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1751179654",
"uncertainty": 120
},
"departure": {
"time": "1751179654",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1751179694",
"uncertainty": 120
},
"departure": {
"time": "1751179694",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1751179770",
"uncertainty": 120
},
"departure": {
"time": "1751179770",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1751179806",
"uncertainty": 120
},
"departure": {
"time": "1751179806",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751179876",
"uncertainty": 120
},
"departure": {
"time": "1751179876",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751179943",
"uncertainty": 120
},
"departure": {
"time": "1751179943",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1751179991",
"uncertainty": 120
},
"departure": {
"time": "1751179991",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1751180040",
"uncertainty": 120
},
"departure": {
"time": "1751180040",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751180136",
"uncertainty": 120
},
"departure": {
"time": "1751180136",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751180184",
"uncertainty": 120
},
"departure": {
"time": "1751180184",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751180220",
"uncertainty": 120
},
"departure": {
"time": "1751180220",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1751180276",
"uncertainty": 120
},
"departure": {
"time": "1751180276",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1751180327",
"uncertainty": 120
},
"departure": {
"time": "1751180327",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1751180367",
"uncertainty": 120
},
"departure": {
"time": "1751180367",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1751180520",
"uncertainty": 120
},
"departure": {
"time": "1751180520",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1751180598",
"uncertainty": 120
},
"departure": {
"time": "1751180598",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1751180697",
"uncertainty": 120
},
"departure": {
"time": "1751180697",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1751180880",
"uncertainty": 120
},
"departure": {
"time": "1751180880",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1751181300",
"uncertainty": 120
},
"departure": {
"time": "1751181300",
"uncertainty": 120
},
"stopId": "0:REPU5053",
"stopSequence": 21
},
{
"arrival": {
"time": "1751181425",
"uncertainty": 120
},
"departure": {
"time": "1751181425",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 22
},
{
"arrival": {
"time": "1751181505",
"uncertainty": 120
},
"departure": {
"time": "1751181505",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 23
},
{
"arrival": {
"time": "1751181619",
"uncertainty": 120
},
"departure": {
"time": "1751181619",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1751181661",
"uncertainty": 120
},
"departure": {
"time": "1751181661",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 25
},
{
"arrival": {
"time": "1751181725",
"uncertainty": 120
},
"departure": {
"time": "1751181725",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751181793",
"uncertainty": 120
},
"departure": {
"time": "1751181793",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751181842",
"uncertainty": 120
},
"departure": {
"time": "1751181842",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751181929",
"uncertainty": 120
},
"departure": {
"time": "1751181929",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751181973",
"uncertainty": 120
},
"departure": {
"time": "1751181973",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1751182040",
"uncertainty": 120
},
"departure": {
"time": "1751182040",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1751182068",
"uncertainty": 120
},
"departure": {
"time": "1751182068",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751182093",
"uncertainty": 120
},
"departure": {
"time": "1751182093",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 33
},
{
"arrival": {
"time": "1751182152",
"uncertainty": 120
},
"departure": {
"time": "1751182152",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 34
},
{
"arrival": {
"time": "1751182177",
"uncertainty": 120
},
"departure": {
"time": "1751182177",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 35
},
{
"arrival": {
"time": "1751182241",
"uncertainty": 120
},
"departure": {
"time": "1751182241",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1751182273",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 37
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72972887"
}
}
},
{
"id": "2973015",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1751182951",
"uncertainty": 120
},
"departure": {
"time": "1751182951",
"uncertainty": 120
},
"stopId": "0:LESCLOS2"
},
{
"departure": {
"time": "1751181960",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
},
{
"arrival": {
"time": "1751182076",
"uncertainty": 120
},
"departure": {
"time": "1751182076",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 2
},
{
"arrival": {
"time": "1751182140",
"uncertainty": 120
},
"departure": {
"time": "1751182140",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1751182180",
"uncertainty": 120
},
"departure": {
"time": "1751182180",
"uncertainty": 120
},
"stopId": "0:CHPETRE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1751182241",
"uncertainty": 120
},
"departure": {
"time": "1751182241",
"uncertainty": 120
},
"stopId": "0:MANGIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1751182321",
"uncertainty": 120
},
"departure": {
"time": "1751182321",
"uncertainty": 120
},
"stopId": "0:VAILLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1751182381",
"uncertainty": 120
},
"departure": {
"time": "1751182381",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1751182440",
"uncertainty": 120
},
"departure": {
"time": "1751182440",
"uncertainty": 120
},
"stopId": "0:STANDRE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1751182514",
"uncertainty": 120
},
"departure": {
"time": "1751182514",
"uncertainty": 120
},
"stopId": "0:PREVOTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1751182559",
"uncertainty": 120
},
"departure": {
"time": "1751182559",
"uncertainty": 120
},
"stopId": "0:JEANNED2",
"stopSequence": 10
},
{
"arrival": {
"time": "1751182680",
"uncertainty": 120
},
"departure": {
"time": "1751182680",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1751182751",
"uncertainty": 120
},
"departure": {
"time": "1751182751",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GRORMES2",
"stopSequence": 12
},
{
"arrival": {
"time": "1751182839",
"uncertainty": 120
},
"departure": {
"time": "1751182839",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1751182956",
"uncertainty": 120
},
"departure": {
"time": "1751182956",
"uncertainty": 120
},
"stopId": "0:LESCLOS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1751183032",
"uncertainty": 120
},
"departure": {
"time": "1751183032",
"uncertainty": 120
},
"stopId": "0:SORBIER2",
"stopSequence": 15
},
{
"arrival": {
"time": "1751183105",
"uncertainty": 120
},
"departure": {
"time": "1751183105",
"uncertainty": 120
},
"stopId": "0:PJOLY4",
"stopSequence": 16
},
{
"arrival": {
"time": "1751183213",
"uncertainty": 120
},
"departure": {
"time": "1751183213",
"uncertainty": 120
},
"stopId": "0:PLGAULL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1751183272",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 18
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973015"
}
}
},
{
"id": "2973011",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1751179360",
"uncertainty": 120
},
"departure": {
"time": "1751179360",
"uncertainty": 120
},
"stopId": "0:LESCLOS2"
},
{
"departure": {
"time": "1751178343",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
},
{
"arrival": {
"time": "1751178500",
"uncertainty": 120
},
"departure": {
"time": "1751178500",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 2
},
{
"arrival": {
"time": "1751178609",
"uncertainty": 120
},
"departure": {
"time": "1751178609",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1751178674",
"uncertainty": 120
},
"departure": {
"time": "1751178674",
"uncertainty": 120
},
"stopId": "0:CHPETRE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1751178723",
"uncertainty": 120
},
"departure": {
"time": "1751178723",
"uncertainty": 120
},
"stopId": "0:MANGIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1751178770",
"uncertainty": 120
},
"departure": {
"time": "1751178770",
"uncertainty": 120
},
"stopId": "0:VAILLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1751178793",
"uncertainty": 120
},
"departure": {
"time": "1751178793",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1751178849",
"uncertainty": 120
},
"departure": {
"time": "1751178849",
"uncertainty": 120
},
"stopId": "0:STANDRE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1751178923",
"uncertainty": 120
},
"departure": {
"time": "1751178923",
"uncertainty": 120
},
"stopId": "0:PREVOTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1751178968",
"uncertainty": 120
},
"departure": {
"time": "1751178968",
"uncertainty": 120
},
"stopId": "0:JEANNED2",
"stopSequence": 10
},
{
"arrival": {
"time": "1751179089",
"uncertainty": 120
},
"departure": {
"time": "1751179089",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1751179151",
"uncertainty": 120
},
"departure": {
"time": "1751179151",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GRORMES2",
"stopSequence": 12
},
{
"arrival": {
"time": "1751179239",
"uncertainty": 120
},
"departure": {
"time": "1751179239",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1751179365",
"uncertainty": 120
},
"departure": {
"time": "1751179365",
"uncertainty": 120
},
"stopId": "0:LESCLOS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1751179441",
"uncertainty": 120
},
"departure": {
"time": "1751179441",
"uncertainty": 120
},
"stopId": "0:SORBIER2",
"stopSequence": 15
},
{
"arrival": {
"time": "1751179514",
"uncertainty": 120
},
"departure": {
"time": "1751179514",
"uncertainty": 120
},
"stopId": "0:PJOLY4",
"stopSequence": 16
},
{
"arrival": {
"time": "1751179622",
"uncertainty": 120
},
"departure": {
"time": "1751179622",
"uncertainty": 120
},
"stopId": "0:PLGAULL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1751179681",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 18
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973011"
},
"vehicle": {
"id": "2423",
"label": "2423"
}
}
},
{
"id": "2973010",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1751179169",
"uncertainty": 120
},
"departure": {
"time": "1751179169",
"uncertainty": 120
},
"stopId": "0:LESCLOS1"
},
{
"departure": {
"time": "1751178840",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 1
},
{
"arrival": {
"time": "1751178898",
"uncertainty": 120
},
"departure": {
"time": "1751178898",
"uncertainty": 120
},
"stopId": "0:M113A",
"stopSequence": 2
},
{
"arrival": {
"time": "1751179001",
"uncertainty": 120
},
"departure": {
"time": "1751179001",
"uncertainty": 120
},
"stopId": "0:PJOLY3",
"stopSequence": 3
},
{
"arrival": {
"time": "1751179080",
"uncertainty": 120
},
"departure": {
"time": "1751179080",
"uncertainty": 120
},
"stopId": "0:SORBIER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1751179175",
"uncertainty": 120
},
"departure": {
"time": "1751179175",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1751179230",
"uncertainty": 120
},
"departure": {
"time": "1751179230",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751179324",
"uncertainty": 120
},
"departure": {
"time": "1751179324",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GRORMES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751179413",
"uncertainty": 120
},
"departure": {
"time": "1751179413",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1751179578",
"uncertainty": 120
},
"departure": {
"time": "1751179578",
"uncertainty": 120
},
"stopId": "0:JEANNED1",
"stopSequence": 9
},
{
"arrival": {
"time": "1751179681",
"uncertainty": 120
},
"departure": {
"time": "1751179681",
"uncertainty": 120
},
"stopId": "0:PREVOTE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751179773",
"uncertainty": 120
},
"departure": {
"time": "1751179773",
"uncertainty": 120
},
"stopId": "0:STANDRE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751179831",
"uncertainty": 120
},
"departure": {
"time": "1751179831",
"uncertainty": 120
},
"stopId": "0:SEMINAI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751179908",
"uncertainty": 120
},
"departure": {
"time": "1751179908",
"uncertainty": 120
},
"stopId": "0:VAILLAN1",
"stopSequence": 13
},
{
"arrival": {
"time": "1751179987",
"uncertainty": 120
},
"departure": {
"time": "1751179987",
"uncertainty": 120
},
"stopId": "0:MANGIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1751180053",
"uncertainty": 120
},
"departure": {
"time": "1751180053",
"uncertainty": 120
},
"stopId": "0:CHPETRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1751180130",
"uncertainty": 120
},
"departure": {
"time": "1751180130",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 16
},
{
"arrival": {
"time": "1751180236",
"uncertainty": 120
},
"departure": {
"time": "1751180236",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 17
},
{
"arrival": {
"time": "1751180426",
"uncertainty": 120
},
"stopId": "0:REPU5052",
"stopSequence": 18
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973010"
}
}
},
{
"id": "2973465",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:COLSON1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:JERUSAL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:LYAUT104",
"stopSequence": 8
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:HORGNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 15
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 16
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 17
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 18
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:REPUBL03",
"stopSequence": 19
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 20
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 22
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 24
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 25
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 33
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 34
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 35
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 36
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 37
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"departure": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1751178789",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 39
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973465"
}
}
},
{
"id": "2973845",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751181480"
},
"stopId": "0:PELTRE1",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973845"
}
}
},
{
"id": "2973461",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179020",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973461"
},
"vehicle": {
"id": "2427",
"label": "2427"
}
}
},
{
"id": "2973460",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751176200",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1751176309",
"uncertainty": 120
},
"departure": {
"time": "1751176309",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1751176350",
"uncertainty": 120
},
"departure": {
"time": "1751176385",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1751176445",
"uncertainty": 120
},
"departure": {
"time": "1751176445",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1751176535",
"uncertainty": 120
},
"departure": {
"time": "1751176535",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1751176623",
"uncertainty": 120
},
"departure": {
"time": "1751176625",
"uncertainty": 120
},
"stopId": "0:COLSON1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751176663",
"uncertainty": 120
},
"departure": {
"time": "1751176663",
"uncertainty": 120
},
"stopId": "0:JERUSAL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751176715",
"uncertainty": 120
},
"departure": {
"time": "1751176715",
"uncertainty": 120
},
"stopId": "0:LYAUT104",
"stopSequence": 8
},
{
"arrival": {
"time": "1751176828",
"uncertainty": 120
},
"departure": {
"time": "1751176828",
"uncertainty": 120
},
"stopId": "0:HORGNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1751176895",
"uncertainty": 120
},
"departure": {
"time": "1751176895",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751176955",
"uncertainty": 120
},
"departure": {
"time": "1751176955",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751177031",
"uncertainty": 120
},
"departure": {
"time": "1751177045",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751177103",
"uncertainty": 120
},
"departure": {
"time": "1751177105",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1751177180",
"uncertainty": 120
},
"departure": {
"time": "1751177195",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1751177264",
"uncertainty": 120
},
"departure": {
"time": "1751177264",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 15
},
{
"arrival": {
"time": "1751177302",
"uncertainty": 120
},
"departure": {
"time": "1751177302",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 16
},
{
"arrival": {
"time": "1751177392",
"uncertainty": 120
},
"departure": {
"time": "1751177435",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 17
},
{
"arrival": {
"time": "1751177495",
"uncertainty": 120
},
"departure": {
"time": "1751177555",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 18
},
{
"arrival": {
"time": "1751177735",
"uncertainty": 120
},
"departure": {
"time": "1751177765",
"uncertainty": 120
},
"stopId": "0:REPUBL03",
"stopSequence": 19
},
{
"arrival": {
"time": "1751177840",
"uncertainty": 120
},
"departure": {
"time": "1751177840",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 20
},
{
"arrival": {
"time": "1751177945",
"uncertainty": 120
},
"departure": {
"time": "1751177945",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1751178005",
"uncertainty": 120
},
"departure": {
"time": "1751178005",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 22
},
{
"arrival": {
"time": "1751178065",
"uncertainty": 120
},
"departure": {
"time": "1751178065",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1751178206",
"uncertainty": 120
},
"departure": {
"time": "1751178215",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 24
},
{
"arrival": {
"time": "1751178275",
"uncertainty": 120
},
"departure": {
"time": "1751178275",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 25
},
{
"arrival": {
"time": "1751178382",
"uncertainty": 120
},
"departure": {
"time": "1751178395",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751178455",
"uncertainty": 120
},
"departure": {
"time": "1751178455",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751178535",
"uncertainty": 120
},
"departure": {
"time": "1751178535",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751178641",
"uncertainty": 120
},
"departure": {
"time": "1751178641",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751178664",
"uncertainty": 120
},
"departure": {
"time": "1751178665",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1751178734",
"uncertainty": 120
},
"departure": {
"time": "1751178734",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1751178792",
"uncertainty": 120
},
"departure": {
"time": "1751178792",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751178843",
"uncertainty": 120
},
"departure": {
"time": "1751178843",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 33
},
{
"arrival": {
"time": "1751178898",
"uncertainty": 120
},
"departure": {
"time": "1751178898",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 34
},
{
"arrival": {
"time": "1751178937",
"uncertainty": 120
},
"departure": {
"time": "1751178937",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 35
},
{
"arrival": {
"time": "1751178994",
"uncertainty": 120
},
"departure": {
"time": "1751178994",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 36
},
{
"arrival": {
"time": "1751179057",
"uncertainty": 120
},
"departure": {
"time": "1751179057",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 37
},
{
"arrival": {
"time": "1751179123",
"uncertainty": 120
},
"departure": {
"time": "1751179123",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1751179203",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 39
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973460"
},
"vehicle": {
"id": "2426",
"label": "2426"
}
}
},
{
"id": "2975180",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751177011",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
},
{
"arrival": {
"time": "1751177071",
"uncertainty": 120
},
"departure": {
"time": "1751177071",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1751177098",
"uncertainty": 120
},
"departure": {
"time": "1751177098",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1751177168",
"uncertainty": 120
},
"departure": {
"time": "1751177168",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 4
},
{
"arrival": {
"time": "1751177281",
"uncertainty": 120
},
"departure": {
"time": "1751177311",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1751177444",
"uncertainty": 120
},
"departure": {
"time": "1751177461",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751177569",
"uncertainty": 120
},
"departure": {
"time": "1751177581",
"uncertainty": 120
},
"stopId": "0:LOGES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751177707",
"uncertainty": 120
},
"departure": {
"time": "1751177707",
"uncertainty": 120
},
"stopId": "0:VAILLAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1751177781",
"uncertainty": 120
},
"departure": {
"time": "1751177781",
"uncertainty": 120
},
"stopId": "0:MANGIN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1751177818",
"uncertainty": 120
},
"departure": {
"time": "1751177821",
"uncertainty": 120
},
"stopId": "0:CHPETRE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751177941",
"uncertainty": 120
},
"departure": {
"time": "1751177941",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751178061",
"uncertainty": 120
},
"departure": {
"time": "1751178061",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 12
},
{
"arrival": {
"time": "1751178178",
"uncertainty": 120
},
"departure": {
"time": "1751178211",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 13
},
{
"arrival": {
"time": "1751178370",
"uncertainty": 120
},
"departure": {
"time": "1751178370",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1751178451",
"uncertainty": 120
},
"departure": {
"time": "1751178451",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 15
},
{
"arrival": {
"time": "1751178496",
"uncertainty": 120
},
"departure": {
"time": "1751178511",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1751178541",
"uncertainty": 120
},
"departure": {
"time": "1751178541",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 17
},
{
"arrival": {
"time": "1751178651",
"uncertainty": 120
},
"departure": {
"time": "1751178661",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 18
},
{
"arrival": {
"time": "1751178705",
"uncertainty": 120
},
"departure": {
"time": "1751178705",
"uncertainty": 120
},
"stopId": "0:BILLOTT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1751178741",
"uncertainty": 120
},
"departure": {
"time": "1751178751",
"uncertainty": 120
},
"stopId": "0:DUNANT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1751178792",
"uncertainty": 120
},
"departure": {
"time": "1751178792",
"uncertainty": 120
},
"stopId": "0:JOUSSE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1751178868",
"uncertainty": 120
},
"departure": {
"time": "1751178868",
"uncertainty": 120
},
"stopId": "0:JUGAN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1751178902",
"uncertainty": 120
},
"departure": {
"time": "1751178902",
"uncertainty": 120
},
"stopId": "0:CORCHAD2",
"stopSequence": 23
},
{
"arrival": {
"time": "1751178953",
"uncertainty": 120
},
"departure": {
"time": "1751178953",
"uncertainty": 120
},
"stopId": "0:JPJEAN2",
"stopSequence": 24
},
{
"arrival": {
"time": "1751179003",
"uncertainty": 120
},
"departure": {
"time": "1751179003",
"uncertainty": 120
},
"stopId": "0:SAULNOI2",
"stopSequence": 25
},
{
"arrival": {
"time": "1751179047",
"uncertainty": 120
},
"departure": {
"time": "1751179047",
"uncertainty": 120
},
"stopId": "0:MANGENO2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751179092",
"uncertainty": 120
},
"departure": {
"time": "1751179092",
"uncertainty": 120
},
"stopId": "0:BARBE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751179152",
"uncertainty": 120
},
"departure": {
"time": "1751179152",
"uncertainty": 120
},
"stopId": "0:FONNY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751179183",
"uncertainty": 120
},
"departure": {
"time": "1751179183",
"uncertainty": 120
},
"stopId": "0:LMOULIN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751179262",
"uncertainty": 120
},
"departure": {
"time": "1751179262",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1751179622",
"uncertainty": 120
},
"departure": {
"time": "1751179622",
"uncertainty": 120
},
"stopId": "0:FALEE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1751179682",
"uncertainty": 120
},
"departure": {
"time": "1751179682",
"uncertainty": 120
},
"stopId": "0:PRESSOI2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751179838",
"uncertainty": 120
},
"departure": {
"time": "1751179838",
"uncertainty": 120
},
"stopId": "0:PINOTSM2",
"stopSequence": 33
},
{
"arrival": {
"time": "1751179862",
"uncertainty": 120
},
"departure": {
"time": "1751179862",
"uncertainty": 120
},
"stopId": "0:PENSEES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1751179897",
"uncertainty": 120
},
"departure": {
"time": "1751179897",
"uncertainty": 120
},
"stopId": "0:CHAULME2",
"stopSequence": 35
},
{
"arrival": {
"time": "1751179946",
"uncertainty": 120
},
"departure": {
"time": "1751179946",
"uncertainty": 120
},
"stopId": "0:GROSNOY1",
"stopSequence": 36
},
{
"arrival": {
"time": "1751180102",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 37
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72975180"
},
"vehicle": {
"id": "2436",
"label": "2436"
}
}
},
{
"id": "2975177",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751178960",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72975177"
},
"vehicle": {
"id": "2131",
"label": "2131"
}
}
},
{
"id": "2975175",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751180100",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72975175"
}
}
},
{
"id": "3110778",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1751180529",
"uncertainty": 120
},
"departure": {
"time": "1751180529",
"uncertainty": 120
},
"stopId": "0:GENIE2"
},
{
"arrival": {
"time": "1751180529",
"uncertainty": 120
},
"departure": {
"time": "1751180529",
"uncertainty": 120
},
"stopId": "0:GENIE1"
},
{
"arrival": {
"time": "1751180633",
"uncertainty": 120
},
"departure": {
"time": "1751180633",
"uncertainty": 120
},
"stopId": "0:VERLAIN1"
},
{
"departure": {
"time": "1751179260",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1751179320",
"uncertainty": 120
},
"departure": {
"time": "1751179320",
"uncertainty": 120
},
"stopId": "0:MOULIN86",
"stopSequence": 2
},
{
"arrival": {
"time": "1751179371",
"uncertainty": 120
},
"departure": {
"time": "1751179371",
"uncertainty": 120
},
"stopId": "0:VIEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1751179427",
"uncertainty": 120
},
"departure": {
"time": "1751179427",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 4
},
{
"arrival": {
"time": "1751179454",
"uncertainty": 120
},
"departure": {
"time": "1751179454",
"uncertainty": 120
},
"stopId": "0:ARDECHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1751179495",
"uncertainty": 120
},
"departure": {
"time": "1751179495",
"uncertainty": 120
},
"stopId": "0:LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751179721",
"uncertainty": 120
},
"departure": {
"time": "1751179721",
"uncertainty": 120
},
"stopId": "0:3HAIES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751179759",
"uncertainty": 120
},
"departure": {
"time": "1751179759",
"uncertainty": 120
},
"stopId": "0:CONSTAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1751179800",
"uncertainty": 120
},
"departure": {
"time": "1751179800",
"uncertainty": 120
},
"stopId": "0:PAQUERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1751179846",
"uncertainty": 120
},
"departure": {
"time": "1751179846",
"uncertainty": 120
},
"stopId": "0:SAVOIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751179881",
"uncertainty": 120
},
"departure": {
"time": "1751179881",
"uncertainty": 120
},
"stopId": "0:ALSACE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751179920",
"uncertainty": 120
},
"departure": {
"time": "1751179920",
"uncertainty": 120
},
"stopId": "0:HTRHELE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751179995",
"uncertainty": 120
},
"departure": {
"time": "1751179995",
"uncertainty": 120
},
"stopId": "0:08MAI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1751180041",
"uncertainty": 120
},
"departure": {
"time": "1751180041",
"uncertainty": 120
},
"stopId": "0:FRICHES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1751180100",
"uncertainty": 120
},
"departure": {
"time": "1751180100",
"uncertainty": 120
},
"stopId": "0:FOSSE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1751180147",
"uncertainty": 120
},
"departure": {
"time": "1751180147",
"uncertainty": 120
},
"stopId": "0:VERGERS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1751180198",
"uncertainty": 120
},
"departure": {
"time": "1751180198",
"uncertainty": 120
},
"stopId": "0:CHATRIA1",
"stopSequence": 17
},
{
"arrival": {
"time": "1751180286",
"uncertainty": 120
},
"departure": {
"time": "1751180286",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1751180341",
"uncertainty": 120
},
"departure": {
"time": "1751180341",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 19
},
{
"arrival": {
"time": "1751180408",
"uncertainty": 120
},
"departure": {
"time": "1751180408",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 20
},
{
"arrival": {
"time": "1751180478",
"uncertainty": 120
},
"departure": {
"time": "1751180478",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 21
},
{
"arrival": {
"time": "1751180529",
"uncertainty": 120
},
"departure": {
"time": "1751180529",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1751180640",
"uncertainty": 120
},
"departure": {
"time": "1751180640",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:BONSEC1",
"stopSequence": 23
},
{
"arrival": {
"time": "1751180757",
"uncertainty": 120
},
"departure": {
"time": "1751180757",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 24
},
{
"arrival": {
"time": "1751180868",
"uncertainty": 120
},
"departure": {
"time": "1751180868",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 25
},
{
"arrival": {
"time": "1751181054",
"uncertainty": 120
},
"departure": {
"time": "1751181054",
"uncertainty": 120
},
"stopId": "0:LACRETL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751181108",
"uncertainty": 120
},
"departure": {
"time": "1751181108",
"uncertainty": 120
},
"stopId": "0:PONTROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751181167",
"uncertainty": 120
},
"departure": {
"time": "1751181167",
"uncertainty": 120
},
"stopId": "0:RTBORNY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751181239",
"uncertainty": 120
},
"departure": {
"time": "1751181239",
"uncertainty": 120
},
"stopId": "0:RUELLCH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751181348",
"uncertainty": 120
},
"departure": {
"time": "1751181348",
"uncertainty": 120
},
"stopId": "0:GANNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1751181413",
"uncertainty": 120
},
"departure": {
"time": "1751181413",
"uncertainty": 120
},
"stopId": "0:BERNARD2",
"stopSequence": 31
},
{
"arrival": {
"time": "1751181462",
"uncertainty": 120
},
"departure": {
"time": "1751181462",
"uncertainty": 120
},
"stopId": "0:PROVENC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751181529",
"uncertainty": 120
},
"departure": {
"time": "1751181529",
"uncertainty": 120
},
"stopId": "0:BORDES2",
"stopSequence": 33
},
{
"arrival": {
"time": "1751181588",
"uncertainty": 120
},
"departure": {
"time": "1751181588",
"uncertainty": 120
},
"stopId": "0:BOURGOG2",
"stopSequence": 34
},
{
"arrival": {
"time": "1751181610",
"uncertainty": 120
},
"departure": {
"time": "1751181610",
"uncertainty": 120
},
"stopId": "0:CLOUTIE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1751181651",
"uncertainty": 120
},
"departure": {
"time": "1751181651",
"uncertainty": 120
},
"stopId": "0:PICAR02",
"stopSequence": 36
},
{
"arrival": {
"time": "1751181828",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 37
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_73110778"
}
}
},
{
"id": "3110773",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1751181180",
"uncertainty": 120
},
"departure": {
"time": "1751181180",
"uncertainty": 120
},
"stopId": "0:BONSEC2"
},
{
"arrival": {
"time": "1751181217",
"uncertainty": 120
},
"departure": {
"time": "1751181217",
"uncertainty": 120
},
"stopId": "0:CHPETRE2"
},
{
"departure": {
"time": "1751179800",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 1
},
{
"arrival": {
"time": "1751180028",
"uncertainty": 120
},
"departure": {
"time": "1751180028",
"uncertainty": 120
},
"stopId": "0:PICAR01",
"stopSequence": 2
},
{
"arrival": {
"time": "1751180084",
"uncertainty": 120
},
"departure": {
"time": "1751180084",
"uncertainty": 120
},
"stopId": "0:CLOUTIE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1751180100",
"uncertainty": 120
},
"departure": {
"time": "1751180100",
"uncertainty": 120
},
"stopId": "0:BOURGOG1",
"stopSequence": 4
},
{
"arrival": {
"time": "1751180172",
"uncertainty": 120
},
"departure": {
"time": "1751180172",
"uncertainty": 120
},
"stopId": "0:BORDES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1751180251",
"uncertainty": 120
},
"departure": {
"time": "1751180251",
"uncertainty": 120
},
"stopId": "0:PROVENC1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751180334",
"uncertainty": 120
},
"departure": {
"time": "1751180334",
"uncertainty": 120
},
"stopId": "0:BERNARD1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751180400",
"uncertainty": 120
},
"departure": {
"time": "1751180400",
"uncertainty": 120
},
"stopId": "0:GANNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1751180506",
"uncertainty": 120
},
"departure": {
"time": "1751180506",
"uncertainty": 120
},
"stopId": "0:RUELLCH1",
"stopSequence": 9
},
{
"arrival": {
"time": "1751180581",
"uncertainty": 120
},
"departure": {
"time": "1751180581",
"uncertainty": 120
},
"stopId": "0:RTBORNY1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751180629",
"uncertainty": 120
},
"departure": {
"time": "1751180629",
"uncertainty": 120
},
"stopId": "0:PONTROU1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751180709",
"uncertainty": 120
},
"departure": {
"time": "1751180709",
"uncertainty": 120
},
"stopId": "0:LACRETL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751180880",
"uncertainty": 120
},
"departure": {
"time": "1751180880",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 13
},
{
"arrival": {
"time": "1751181005",
"uncertainty": 120
},
"departure": {
"time": "1751181005",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 14
},
{
"arrival": {
"time": "1751181180",
"uncertainty": 120
},
"departure": {
"time": "1751181180",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 15
},
{
"arrival": {
"time": "1751181293",
"uncertainty": 120
},
"departure": {
"time": "1751181293",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1751181329",
"uncertainty": 120
},
"departure": {
"time": "1751181329",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 17
},
{
"arrival": {
"time": "1751181384",
"uncertainty": 120
},
"departure": {
"time": "1751181384",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 18
},
{
"arrival": {
"time": "1751181427",
"uncertainty": 120
},
"departure": {
"time": "1751181427",
"uncertainty": 120
},
"stopId": "0:MEURISS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1751181485",
"uncertainty": 120
},
"departure": {
"time": "1751181485",
"uncertainty": 120
},
"stopId": "0:COUVENT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1751181553",
"uncertainty": 120
},
"departure": {
"time": "1751181553",
"uncertainty": 120
},
"stopId": "0:CHATRIA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1751181593",
"uncertainty": 120
},
"departure": {
"time": "1751181593",
"uncertainty": 120
},
"stopId": "0:VERGERS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1751181629",
"uncertainty": 120
},
"departure": {
"time": "1751181629",
"uncertainty": 120
},
"stopId": "0:FOSSE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1751181707",
"uncertainty": 120
},
"departure": {
"time": "1751181707",
"uncertainty": 120
},
"stopId": "0:FRICHES2",
"stopSequence": 24
},
{
"arrival": {
"time": "1751181771",
"uncertainty": 120
},
"departure": {
"time": "1751181771",
"uncertainty": 120
},
"stopId": "0:08MAI02",
"stopSequence": 25
},
{
"arrival": {
"time": "1751181869",
"uncertainty": 120
},
"departure": {
"time": "1751181869",
"uncertainty": 120
},
"stopId": "0:HTRHELE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751181903",
"uncertainty": 120
},
"departure": {
"time": "1751181903",
"uncertainty": 120
},
"stopId": "0:ALSACE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751181945",
"uncertainty": 120
},
"departure": {
"time": "1751181945",
"uncertainty": 120
},
"stopId": "0:SAVOIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751181989",
"uncertainty": 120
},
"departure": {
"time": "1751181989",
"uncertainty": 120
},
"stopId": "0:PAQUERE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751182032",
"uncertainty": 120
},
"departure": {
"time": "1751182032",
"uncertainty": 120
},
"stopId": "0:CONSTAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1751182073",
"uncertainty": 120
},
"departure": {
"time": "1751182073",
"uncertainty": 120
},
"stopId": "0:3HAIES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1751182307",
"uncertainty": 120
},
"departure": {
"time": "1751182307",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751182332",
"uncertainty": 120
},
"departure": {
"time": "1751182332",
"uncertainty": 120
},
"stopId": "0:ARDECHE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1751182356",
"uncertainty": 120
},
"departure": {
"time": "1751182356",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 34
},
{
"arrival": {
"time": "1751182409",
"uncertainty": 120
},
"departure": {
"time": "1751182409",
"uncertainty": 120
},
"stopId": "0:VIEAUX2",
"stopSequence": 35
},
{
"arrival": {
"time": "1751182469",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 36
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_73110773"
}
}
},
{
"id": "3110772",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1751178676",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 36
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_73110772"
}
}
},
{
"id": "2973532",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179440",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973532"
}
}
},
{
"id": "2973584",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179800",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
},
{
"arrival": {
"time": "1751179841",
"uncertainty": 120
},
"departure": {
"time": "1751179841",
"uncertainty": 120
},
"stopId": "0:HTMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1751179922",
"uncertainty": 120
},
"departure": {
"time": "1751179922",
"uncertainty": 120
},
"stopId": "0:BEAUSOL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1751179951",
"uncertainty": 120
},
"departure": {
"time": "1751179951",
"uncertainty": 120
},
"stopId": "0:ARMOISI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1751179996",
"uncertainty": 120
},
"departure": {
"time": "1751179996",
"uncertainty": 120
},
"stopId": "0:OBELLI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1751180027",
"uncertainty": 120
},
"departure": {
"time": "1751180027",
"uncertainty": 120
},
"stopId": "0:MAGNYBO1",
"stopSequence": 6
},
{
"arrival": {
"time": "1751180080",
"uncertainty": 120
},
"departure": {
"time": "1751180080",
"uncertainty": 120
},
"stopId": "0:ROOSEVE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1751180131",
"uncertainty": 120
},
"departure": {
"time": "1751180131",
"uncertainty": 120
},
"stopId": "0:PLAINE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1751180179",
"uncertainty": 120
},
"departure": {
"time": "1751180179",
"uncertainty": 120
},
"stopId": "0:APREMON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1751180222",
"uncertainty": 120
},
"departure": {
"time": "1751180222",
"uncertainty": 120
},
"stopId": "0:PLATEAU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1751180278",
"uncertainty": 120
},
"departure": {
"time": "1751180278",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 11
},
{
"arrival": {
"time": "1751180368",
"uncertainty": 120
},
"departure": {
"time": "1751180368",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1751180400",
"uncertainty": 120
},
"departure": {
"time": "1751180400",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1751180470",
"uncertainty": 120
},
"departure": {
"time": "1751180470",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1751180513",
"uncertainty": 120
},
"departure": {
"time": "1751180513",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 15
},
{
"arrival": {
"time": "1751180545",
"uncertainty": 120
},
"departure": {
"time": "1751180545",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1751180646",
"uncertainty": 120
},
"departure": {
"time": "1751180646",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 17
},
{
"arrival": {
"time": "1751180698",
"uncertainty": 120
},
"departure": {
"time": "1751180698",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1751180769",
"uncertainty": 120
},
"departure": {
"time": "1751180769",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 19
},
{
"arrival": {
"time": "1751180880",
"uncertainty": 120
},
"departure": {
"time": "1751180880",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 20
},
{
"arrival": {
"time": "1751180993",
"uncertainty": 120
},
"departure": {
"time": "1751180993",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 21
},
{
"arrival": {
"time": "1751181240",
"uncertainty": 120
},
"departure": {
"time": "1751181240",
"uncertainty": 120
},
"stopId": "0:REPUBL03",
"stopSequence": 22
},
{
"arrival": {
"time": "1751181420",
"uncertainty": 120
},
"departure": {
"time": "1751181420",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 23
},
{
"arrival": {
"time": "1751181540",
"uncertainty": 120
},
"departure": {
"time": "1751181540",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1751181616",
"uncertainty": 120
},
"departure": {
"time": "1751181616",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 25
},
{
"arrival": {
"time": "1751181720",
"uncertainty": 120
},
"departure": {
"time": "1751181720",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1751181743",
"uncertainty": 120
},
"departure": {
"time": "1751181743",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1751181780",
"uncertainty": 120
},
"departure": {
"time": "1751181780",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1751181826",
"uncertainty": 120
},
"departure": {
"time": "1751181826",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1751181868",
"uncertainty": 120
},
"departure": {
"time": "1751181868",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1751181900",
"uncertainty": 120
},
"departure": {
"time": "1751181900",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1751181959",
"uncertainty": 120
},
"departure": {
"time": "1751181959",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1751182006",
"uncertainty": 120
},
"departure": {
"time": "1751182006",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1751182053",
"uncertainty": 120
},
"departure": {
"time": "1751182053",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1751182089",
"uncertainty": 120
},
"departure": {
"time": "1751182089",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1751182140",
"uncertainty": 120
},
"departure": {
"time": "1751182140",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 36
},
{
"arrival": {
"time": "1751182191",
"uncertainty": 120
},
"departure": {
"time": "1751182191",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 37
},
{
"arrival": {
"time": "1751182242",
"uncertainty": 120
},
"departure": {
"time": "1751182242",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 38
},
{
"arrival": {
"time": "1751182269",
"uncertainty": 120
},
"departure": {
"time": "1751182269",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 39
},
{
"arrival": {
"time": "1751182320",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 40
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973584"
}
}
},
{
"id": "2973635",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751180820",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973635"
}
}
},
{
"id": "2973794",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179260"
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973794"
}
}
},
{
"id": "2973823",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751178960"
},
"stopId": "0:VAUXMAI1",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "90",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973823"
}
}
},
{
"id": "2973809",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179140"
},
"stopId": "0:SCHAZEL1",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "89",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72973809"
}
}
},
{
"id": "2974038",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179680"
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "110",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974038"
}
}
},
{
"id": "2974255",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751178403",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1751178422",
"uncertainty": 120
},
"departure": {
"time": "1751178422",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1751178508",
"uncertainty": 120
},
"departure": {
"time": "1751178508",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1751178593",
"uncertainty": 120
},
"departure": {
"time": "1751178593",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1751178687",
"uncertainty": 120
},
"departure": {
"time": "1751178703",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1751178813",
"uncertainty": 120
},
"departure": {
"time": "1751178823",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1751178888",
"uncertainty": 120
},
"departure": {
"time": "1751178888",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1751178982",
"uncertainty": 120
},
"departure": {
"time": "1751178982",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1751179050",
"uncertainty": 120
},
"departure": {
"time": "1751179050",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1751179123",
"uncertainty": 120
},
"departure": {
"time": "1751179123",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1751179165",
"uncertainty": 120
},
"departure": {
"time": "1751179165",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1751179224",
"uncertainty": 120
},
"departure": {
"time": "1751179224",
"uncertainty": 120
},
"stopId": "0:MOYPON01",
"stopSequence": 12
},
{
"arrival": {
"time": "1751179285",
"uncertainty": 120
},
"departure": {
"time": "1751179285",
"uncertainty": 120
},
"stopId": "0:REP03",
"stopSequence": 13
},
{
"arrival": {
"time": "1751179475",
"uncertainty": 120
},
"departure": {
"time": "1751179475",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1751179585",
"uncertainty": 120
},
"departure": {
"time": "1751179585",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1751179706",
"uncertainty": 120
},
"departure": {
"time": "1751179706",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1751179845",
"uncertainty": 120
},
"departure": {
"time": "1751179845",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1751179985",
"uncertainty": 120
},
"departure": {
"time": "1751179985",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1751180047",
"uncertainty": 120
},
"departure": {
"time": "1751180047",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1751180101",
"uncertainty": 120
},
"departure": {
"time": "1751180101",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1751180177",
"uncertainty": 120
},
"departure": {
"time": "1751180177",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1751180238",
"uncertainty": 120
},
"departure": {
"time": "1751180238",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1751180295",
"uncertainty": 120
},
"departure": {
"time": "1751180295",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1751180363",
"uncertainty": 120
},
"departure": {
"time": "1751180363",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1751180450",
"uncertainty": 120
},
"departure": {
"time": "1751180450",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 25
},
{
"arrival": {
"time": "1751180511",
"uncertainty": 120
},
"departure": {
"time": "1751180511",
"uncertainty": 120
},
"stopId": "0:COL01",
"stopSequence": 26
},
{
"arrival": {
"time": "1751180598",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974255"
},
"vehicle": {
"id": "1311",
"label": "1311"
}
}
},
{
"id": "2974248",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751177400",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
},
{
"arrival": {
"time": "1751177486",
"uncertainty": 120
},
"departure": {
"time": "1751177491",
"uncertainty": 120
},
"stopId": "0:COL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1751177544",
"uncertainty": 120
},
"departure": {
"time": "1751177550",
"uncertainty": 120
},
"stopId": "0:CLO02",
"stopSequence": 3
},
{
"arrival": {
"time": "1751177632",
"uncertainty": 120
},
"departure": {
"time": "1751177639",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 4
},
{
"arrival": {
"time": "1751177702",
"uncertainty": 120
},
"departure": {
"time": "1751177702",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 5
},
{
"arrival": {
"time": "1751177760",
"uncertainty": 120
},
"departure": {
"time": "1751177760",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1751177844",
"uncertainty": 120
},
"departure": {
"time": "1751177850",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 7
},
{
"arrival": {
"time": "1751177935",
"uncertainty": 120
},
"departure": {
"time": "1751177940",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1751178030",
"uncertainty": 120
},
"departure": {
"time": "1751178060",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1751178117",
"uncertainty": 120
},
"departure": {
"time": "1751178120",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1751178194",
"uncertainty": 120
},
"departure": {
"time": "1751178210",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1751178270",
"uncertainty": 120
},
"departure": {
"time": "1751178270",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1751178401",
"uncertainty": 120
},
"departure": {
"time": "1751178420",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 13
},
{
"arrival": {
"time": "1751178510",
"uncertainty": 120
},
"departure": {
"time": "1751178540",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 14
},
{
"arrival": {
"time": "1751178743",
"uncertainty": 120
},
"departure": {
"time": "1751178750",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 15
},
{
"arrival": {
"time": "1751178931",
"uncertainty": 120
},
"departure": {
"time": "1751178931",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 16
},
{
"arrival": {
"time": "1751179000",
"uncertainty": 120
},
"departure": {
"time": "1751179000",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1751179082",
"uncertainty": 120
},
"departure": {
"time": "1751179082",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 18
},
{
"arrival": {
"time": "1751179171",
"uncertainty": 120
},
"departure": {
"time": "1751179171",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 19
},
{
"arrival": {
"time": "1751179271",
"uncertainty": 120
},
"departure": {
"time": "1751179271",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1751179326",
"uncertainty": 120
},
"departure": {
"time": "1751179326",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 21
},
{
"arrival": {
"time": "1751179471",
"uncertainty": 120
},
"departure": {
"time": "1751179471",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 22
},
{
"arrival": {
"time": "1751179570",
"uncertainty": 120
},
"departure": {
"time": "1751179570",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 23
},
{
"arrival": {
"time": "1751179661",
"uncertainty": 120
},
"departure": {
"time": "1751179661",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1751179745",
"uncertainty": 120
},
"departure": {
"time": "1751179745",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 25
},
{
"arrival": {
"time": "1751179771",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 26
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974248"
},
"vehicle": {
"id": "1310",
"label": "1310"
}
}
},
{
"id": "2974250",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1751178657",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974250"
}
}
},
{
"id": "2974257",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751182140",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974257"
}
}
},
{
"id": "2974256",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751180280",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974256"
}
}
},
{
"id": "2974285",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751179260",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
},
{
"arrival": {
"time": "1751179351",
"uncertainty": 120
},
"departure": {
"time": "1751179351",
"uncertainty": 120
},
"stopId": "0:COL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1751179413",
"uncertainty": 120
},
"departure": {
"time": "1751179413",
"uncertainty": 120
},
"stopId": "0:CLO02",
"stopSequence": 3
},
{
"arrival": {
"time": "1751179499",
"uncertainty": 120
},
"departure": {
"time": "1751179499",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 4
},
{
"arrival": {
"time": "1751179562",
"uncertainty": 120
},
"departure": {
"time": "1751179562",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 5
},
{
"arrival": {
"time": "1751179620",
"uncertainty": 120
},
"departure": {
"time": "1751179620",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1751179691",
"uncertainty": 120
},
"departure": {
"time": "1751179691",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 7
},
{
"arrival": {
"time": "1751179763",
"uncertainty": 120
},
"departure": {
"time": "1751179763",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1751179853",
"uncertainty": 120
},
"departure": {
"time": "1751179853",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1751179905",
"uncertainty": 120
},
"departure": {
"time": "1751179905",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1751179999",
"uncertainty": 120
},
"departure": {
"time": "1751179999",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1751180075",
"uncertainty": 120
},
"departure": {
"time": "1751180075",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1751180145",
"uncertainty": 120
},
"departure": {
"time": "1751180145",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 13
},
{
"arrival": {
"time": "1751180263",
"uncertainty": 120
},
"departure": {
"time": "1751180263",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 14
},
{
"arrival": {
"time": "1751180478",
"uncertainty": 120
},
"departure": {
"time": "1751180478",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 15
},
{
"arrival": {
"time": "1751180658",
"uncertainty": 120
},
"departure": {
"time": "1751180658",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 16
},
{
"arrival": {
"time": "1751180727",
"uncertainty": 120
},
"departure": {
"time": "1751180727",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1751180809",
"uncertainty": 120
},
"departure": {
"time": "1751180809",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 18
},
{
"arrival": {
"time": "1751180898",
"uncertainty": 120
},
"departure": {
"time": "1751180898",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 19
},
{
"arrival": {
"time": "1751180998",
"uncertainty": 120
},
"departure": {
"time": "1751180998",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1751181053",
"uncertainty": 120
},
"departure": {
"time": "1751181053",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 21
},
{
"arrival": {
"time": "1751181198",
"uncertainty": 120
},
"departure": {
"time": "1751181198",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 22
},
{
"arrival": {
"time": "1751181297",
"uncertainty": 120
},
"departure": {
"time": "1751181297",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 23
},
{
"arrival": {
"time": "1751181388",
"uncertainty": 120
},
"departure": {
"time": "1751181388",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1751181472",
"uncertainty": 120
},
"departure": {
"time": "1751181472",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 25
},
{
"arrival": {
"time": "1751181498",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 26
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974285"
}
}
},
{
"id": "2974286",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1751181120",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
}
],
"timestamp": "1751178833",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "2_72974286"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1751178833"
}
}