Détails de la ressource

Nom du fichier : Transport - Données GTFS-RT LEMET - TripUpdate
Format : gtfs-rt

Cette ressource fait partie du jeu de données Réseau urbain Le Met'.

Disponibilité au téléchargement

23/01/2026
100%
24/01/2026
100%
25/01/2026
100%
26/01/2026
100%
27/01/2026
100%
28/01/2026
100%
29/01/2026
100%
30/01/2026
100%
31/01/2026
100%
01/02/2026
100%
02/02/2026
99.5%
03/02/2026
100%
04/02/2026
100%
05/02/2026
100%
06/02/2026
100%
07/02/2026
100%
08/02/2026
100%
09/02/2026
100%
10/02/2026
100%
11/02/2026
100%
12/02/2026
100%
13/02/2026
100%
14/02/2026
100%
15/02/2026
100%
16/02/2026
100%
17/02/2026
100%
18/02/2026
100%
19/02/2026
100%
20/02/2026
100%
21/02/2026
100%
22/02/2026
100%
En savoir plus
Nous testons la disponibilité de cette ressource au téléchargement toutes les heures, en effectuant une requête HTTP de type 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

24 erreurs, 151 avertissements

Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 20/02/2026 à 08h04 Europe/Paris avec le validateur GTFS-RT de MobilityData.

Erreurs

stop_times_updates not strictly sorted E002 2 erreurs

stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence

Exemples d'erreurs
  • trip_id 0_51622198 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 0_51622197 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

GTFS-rt stop_sequence isn't provided for trip that visits same stop_id more than once E009 2 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 0_51622198 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 0_51622197 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 18 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 0_51622198 stop_sequence 1 departure_time 08:45:00 (1771573500) is less than previous stop departure_time 08:47:31 (1771573651) - times must increase between two sequential stops
  • trip_id 0_51622198 stop_sequence 1 departure_time 08:45:00 (1771573500) is less than previous stop arrival_time 08:47:31 (1771573651) - times must increase between two sequential stops
  • trip_id 0_51622198 stop_sequence 2 arrival_time 08:46:20 (1771573580) is less than previous stop arrival_time 08:47:31 (1771573651) - times must increase between two sequential stops
  • trip_id 0_51622198 stop_sequence 2 departure_time 08:46:20 (1771573580) is less than previous stop arrival_time 08:47:31 (1771573651) - times must increase between two sequential stops
  • trip_id 0_51622197 stop_sequence 1 departure_time 08:10:00 (1771571400) is less than previous stop departure_time 08:12:31 (1771571551) - times must increase between two sequential stops

Sequential stop_time_updates have the same stop_id E037 2 erreurs

Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id

Exemples d'erreurs
  • trip_id 0_51622198 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
  • trip_id 0_51622197 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different

Avertissements

vehicle_id not populated W002 151 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

Exemples d'erreurs
  • trip_id 0_51621175 does not have a vehicle_id
  • trip_id 0_51621178 does not have a vehicle_id
  • trip_id 0_51621177 does not have a vehicle_id
  • trip_id 0_51621176 does not have a vehicle_id
  • trip_id 0_51625760 does not have a vehicle_id
Valider ce GTFS-RT maintenant

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
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 69 27 fois (100 % des validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 686 27 fois (100 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 3 853 27 fois (100 % 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 46 23 fois (85 % des validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 46 23 fois (85 % des validations)
E025 Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. 1 1 fois (4 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 22/02/2026 à 08h26 Europe/Paris.

trip_updates (54) vehicle_positions (0) service_alerts (0)

Entités présentes dans ce flux lors des 7 derniers jours.

trip_updates

Flux GTFS-RT décodé

Voir le contenu du flux

Voici le flux GTFS-RT décodé au format Protobuf le 22/02/2026 à 08h26 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "1624596", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745880" }, "stopId": "0:MNVE2", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "87", "scheduleRelationship": "SCHEDULED", "tripId": "2_71624596" } } }, { "id": "1624595", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745460" }, "stopId": "0:CHASG01", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "87", "scheduleRelationship": "SCHEDULED", "tripId": "2_71624595" } } }, { "id": "1624331", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771747500" }, "stopId": "0:PEMG1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "2_71624331" } } }, { "id": "1624023", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771744860", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 }, { "arrival": { "time": "1771744951", "uncertainty": 120 }, "departure": { "time": "1771744962", "uncertainty": 120 }, "stopId": "0:MER02", "stopSequence": 2 }, { "arrival": { "time": "1771745112", "uncertainty": 120 }, "departure": { "time": "1771745112", "uncertainty": 120 }, "stopId": "0:EXP02", "stopSequence": 3 }, { "arrival": { "time": "1771745172", "uncertainty": 120 }, "departure": { "time": "1771745172", "uncertainty": 120 }, "stopId": "0:ECO02", "stopSequence": 4 }, { "arrival": { "time": "1771745261", "uncertainty": 120 }, "departure": { "time": "1771745261", "uncertainty": 120 }, "stopId": "0:ART02", "stopSequence": 5 }, { "arrival": { "time": "1771745365", "uncertainty": 120 }, "departure": { "time": "1771745365", "uncertainty": 120 }, "stopId": "0:ARA02", "stopSequence": 6 }, { "arrival": { "time": "1771745423", "uncertainty": 120 }, "departure": { "time": "1771745423", "uncertainty": 120 }, "stopId": "0:GRA02", "stopSequence": 7 }, { "arrival": { "time": "1771745489", "uncertainty": 120 }, "departure": { "time": "1771745489", "uncertainty": 120 }, "stopId": "0:BRG02", "stopSequence": 8 }, { "arrival": { "time": "1771745545", "uncertainty": 120 }, "departure": { "time": "1771745545", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 9 }, { "arrival": { "time": "1771745592", "uncertainty": 120 }, "departure": { "time": "1771745592", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 10 }, { "arrival": { "time": "1771745654", "uncertainty": 120 }, "departure": { "time": "1771745654", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 11 }, { "arrival": { "time": "1771745735", "uncertainty": 120 }, "departure": { "time": "1771745735", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 12 }, { "arrival": { "time": "1771745825", "uncertainty": 120 }, "departure": { "time": "1771745825", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 13 }, { "arrival": { "time": "1771745877", "uncertainty": 120 }, "departure": { "time": "1771745877", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 14 }, { "arrival": { "time": "1771745971", "uncertainty": 120 }, "departure": { "time": "1771745971", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 15 }, { "arrival": { "time": "1771746046", "uncertainty": 120 }, "departure": { "time": "1771746046", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 16 }, { "arrival": { "time": "1771746117", "uncertainty": 120 }, "departure": { "time": "1771746117", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 17 }, { "arrival": { "time": "1771746229", "uncertainty": 120 }, "departure": { "time": "1771746229", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 18 }, { "arrival": { "time": "1771746357", "uncertainty": 120 }, "departure": { "time": "1771746357", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 19 }, { "arrival": { "time": "1771746544", "uncertainty": 120 }, "departure": { "time": "1771746544", "uncertainty": 120 }, "stopId": "0:SAU02", "stopSequence": 20 }, { "arrival": { "time": "1771746597", "uncertainty": 120 }, "stopId": "0:CTU02", "stopSequence": 21 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "2_71624023" }, "vehicle": { "id": "1320", "label": "1320" } } }, { "id": "1624025", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771748580", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "2_71624025" } } }, { "id": "1624024", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746720", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "2_71624024" } } }, { "id": "1623990", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771747020", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "2_71623990" } } }, { "id": "1623989", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745160", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1771745217", "uncertainty": 120 }, "departure": { "time": "1771745217", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1771745330", "uncertainty": 120 }, "departure": { "time": "1771745330", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 3 }, { "arrival": { "time": "1771745463", "uncertainty": 120 }, "departure": { "time": "1771745463", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 4 }, { "arrival": { "time": "1771745563", "uncertainty": 120 }, "departure": { "time": "1771745563", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1771745625", "uncertainty": 120 }, "departure": { "time": "1771745625", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1771745665", "uncertainty": 120 }, "departure": { "time": "1771745665", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1771745737", "uncertainty": 120 }, "departure": { "time": "1771745737", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1771745798", "uncertainty": 120 }, "departure": { "time": "1771745798", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1771745868", "uncertainty": 120 }, "departure": { "time": "1771745868", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1771745938", "uncertainty": 120 }, "departure": { "time": "1771745938", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1771746035", "uncertainty": 120 }, "departure": { "time": "1771746035", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1771746107", "uncertainty": 120 }, "departure": { "time": "1771746107", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1771746162", "uncertainty": 120 }, "departure": { "time": "1771746162", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1771746217", "uncertainty": 120 }, "departure": { "time": "1771746217", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1771746280", "uncertainty": 120 }, "departure": { "time": "1771746280", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1771746338", "uncertainty": 120 }, "departure": { "time": "1771746338", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1771746433", "uncertainty": 120 }, "departure": { "time": "1771746433", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1771746515", "uncertainty": 120 }, "departure": { "time": "1771746515", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1771746571", "uncertainty": 120 }, "departure": { "time": "1771746571", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1771746732", "uncertainty": 120 }, "departure": { "time": "1771746732", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1771746807", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "2_71623989" }, "vehicle": { "id": "1321", "label": "1321" } } }, { "id": "1620617", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771747980", "uncertainty": 120 }, "departure": { "time": "1771747980", "uncertainty": 120 }, "stopId": "0:BONSEC2" }, { "arrival": { "time": "1771748017", "uncertainty": 120 }, "departure": { "time": "1771748017", "uncertainty": 120 }, "stopId": "0:CHPETRE2" }, { "departure": { "time": "1771746840", "uncertainty": 120 }, "stopId": "0:BORDES3", "stopSequence": 1 }, { "arrival": { "time": "1771747033", "uncertainty": 120 }, "departure": { "time": "1771747033", "uncertainty": 120 }, "stopId": "0:PROVENC1", "stopSequence": 2 }, { "arrival": { "time": "1771747127", "uncertainty": 120 }, "departure": { "time": "1771747127", "uncertainty": 120 }, "stopId": "0:BERNARD1", "stopSequence": 3 }, { "arrival": { "time": "1771747200", "uncertainty": 120 }, "departure": { "time": "1771747200", "uncertainty": 120 }, "stopId": "0:GANNE1", "stopSequence": 4 }, { "arrival": { "time": "1771747306", "uncertainty": 120 }, "departure": { "time": "1771747306", "uncertainty": 120 }, "stopId": "0:RUELLCH1", "stopSequence": 5 }, { "arrival": { "time": "1771747381", "uncertainty": 120 }, "departure": { "time": "1771747381", "uncertainty": 120 }, "stopId": "0:RTBORNY1", "stopSequence": 6 }, { "arrival": { "time": "1771747429", "uncertainty": 120 }, "departure": { "time": "1771747429", "uncertainty": 120 }, "stopId": "0:PONTROU1", "stopSequence": 7 }, { "arrival": { "time": "1771747509", "uncertainty": 120 }, "departure": { "time": "1771747509", "uncertainty": 120 }, "stopId": "0:LACRETL1", "stopSequence": 8 }, { "arrival": { "time": "1771747680", "uncertainty": 120 }, "departure": { "time": "1771747680", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 9 }, { "arrival": { "time": "1771747804", "uncertainty": 120 }, "departure": { "time": "1771747804", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 10 }, { "arrival": { "time": "1771747980", "uncertainty": 120 }, "departure": { "time": "1771747980", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 11 }, { "arrival": { "time": "1771748094", "uncertainty": 120 }, "departure": { "time": "1771748094", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 12 }, { "arrival": { "time": "1771748130", "uncertainty": 120 }, "departure": { "time": "1771748130", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 13 }, { "arrival": { "time": "1771748186", "uncertainty": 120 }, "departure": { "time": "1771748186", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 14 }, { "arrival": { "time": "1771748229", "uncertainty": 120 }, "departure": { "time": "1771748229", "uncertainty": 120 }, "stopId": "0:MEURISS2", "stopSequence": 15 }, { "arrival": { "time": "1771748287", "uncertainty": 120 }, "departure": { "time": "1771748287", "uncertainty": 120 }, "stopId": "0:COUVENT2", "stopSequence": 16 }, { "arrival": { "time": "1771748355", "uncertainty": 120 }, "departure": { "time": "1771748355", "uncertainty": 120 }, "stopId": "0:CHATRIA2", "stopSequence": 17 }, { "arrival": { "time": "1771748395", "uncertainty": 120 }, "departure": { "time": "1771748395", "uncertainty": 120 }, "stopId": "0:VERGERS2", "stopSequence": 18 }, { "arrival": { "time": "1771748431", "uncertainty": 120 }, "departure": { "time": "1771748431", "uncertainty": 120 }, "stopId": "0:FOSSE2", "stopSequence": 19 }, { "arrival": { "time": "1771748509", "uncertainty": 120 }, "departure": { "time": "1771748509", "uncertainty": 120 }, "stopId": "0:FRICHES2", "stopSequence": 20 }, { "arrival": { "time": "1771748574", "uncertainty": 120 }, "departure": { "time": "1771748574", "uncertainty": 120 }, "stopId": "0:08MAI02", "stopSequence": 21 }, { "arrival": { "time": "1771748671", "uncertainty": 120 }, "departure": { "time": "1771748671", "uncertainty": 120 }, "stopId": "0:HTRHELE2", "stopSequence": 22 }, { "arrival": { "time": "1771748705", "uncertainty": 120 }, "departure": { "time": "1771748705", "uncertainty": 120 }, "stopId": "0:ALSACE2", "stopSequence": 23 }, { "arrival": { "time": "1771748747", "uncertainty": 120 }, "departure": { "time": "1771748747", "uncertainty": 120 }, "stopId": "0:SAVOIE2", "stopSequence": 24 }, { "arrival": { "time": "1771748791", "uncertainty": 120 }, "departure": { "time": "1771748791", "uncertainty": 120 }, "stopId": "0:PAQUERE2", "stopSequence": 25 }, { "arrival": { "time": "1771748835", "uncertainty": 120 }, "departure": { "time": "1771748835", "uncertainty": 120 }, "stopId": "0:CONSTAN2", "stopSequence": 26 }, { "arrival": { "time": "1771748872", "uncertainty": 120 }, "departure": { "time": "1771748872", "uncertainty": 120 }, "stopId": "0:3HAIES2", "stopSequence": 27 }, { "arrival": { "time": "1771749107", "uncertainty": 120 }, "departure": { "time": "1771749107", "uncertainty": 120 }, "stopId": "0:LORRAIN2", "stopSequence": 28 }, { "arrival": { "time": "1771749133", "uncertainty": 120 }, "departure": { "time": "1771749133", "uncertainty": 120 }, "stopId": "0:ARDECHE2", "stopSequence": 29 }, { "arrival": { "time": "1771749155", "uncertainty": 120 }, "departure": { "time": "1771749155", "uncertainty": 120 }, "stopId": "0:PREVIL01", "stopSequence": 30 }, { "arrival": { "time": "1771749213", "uncertainty": 120 }, "departure": { "time": "1771749213", "uncertainty": 120 }, "stopId": "0:VIEAUX2", "stopSequence": 31 }, { "arrival": { "time": "1771749271", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 32 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "2_71620617" } } }, { "id": "1620604", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771747329", "uncertainty": 120 }, "departure": { "time": "1771747329", "uncertainty": 120 }, "stopId": "0:GENIE1" }, { "arrival": { "time": "1771747433", "uncertainty": 120 }, "departure": { "time": "1771747433", "uncertainty": 120 }, "stopId": "0:VERLAIN1" }, { "departure": { "time": "1771746060", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 1 }, { "arrival": { "time": "1771746120", "uncertainty": 120 }, "departure": { "time": "1771746120", "uncertainty": 120 }, "stopId": "0:MOULIN86", "stopSequence": 2 }, { "arrival": { "time": "1771746171", "uncertainty": 120 }, "departure": { "time": "1771746171", "uncertainty": 120 }, "stopId": "0:VIEAUX1", "stopSequence": 3 }, { "arrival": { "time": "1771746227", "uncertainty": 120 }, "departure": { "time": "1771746227", "uncertainty": 120 }, "stopId": "0:PREVIL01", "stopSequence": 4 }, { "arrival": { "time": "1771746255", "uncertainty": 120 }, "departure": { "time": "1771746255", "uncertainty": 120 }, "stopId": "0:ARDECHE1", "stopSequence": 5 }, { "arrival": { "time": "1771746296", "uncertainty": 120 }, "departure": { "time": "1771746296", "uncertainty": 120 }, "stopId": "0:LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771746522", "uncertainty": 120 }, "departure": { "time": "1771746522", "uncertainty": 120 }, "stopId": "0:3HAIES1", "stopSequence": 7 }, { "arrival": { "time": "1771746560", "uncertainty": 120 }, "departure": { "time": "1771746560", "uncertainty": 120 }, "stopId": "0:CONSTAN1", "stopSequence": 8 }, { "arrival": { "time": "1771746600", "uncertainty": 120 }, "departure": { "time": "1771746600", "uncertainty": 120 }, "stopId": "0:PAQUERE1", "stopSequence": 9 }, { "arrival": { "time": "1771746646", "uncertainty": 120 }, "departure": { "time": "1771746646", "uncertainty": 120 }, "stopId": "0:SAVOIE1", "stopSequence": 10 }, { "arrival": { "time": "1771746681", "uncertainty": 120 }, "departure": { "time": "1771746681", "uncertainty": 120 }, "stopId": "0:ALSACE1", "stopSequence": 11 }, { "arrival": { "time": "1771746720", "uncertainty": 120 }, "departure": { "time": "1771746720", "uncertainty": 120 }, "stopId": "0:HTRHELE1", "stopSequence": 12 }, { "arrival": { "time": "1771746795", "uncertainty": 120 }, "departure": { "time": "1771746795", "uncertainty": 120 }, "stopId": "0:08MAI01", "stopSequence": 13 }, { "arrival": { "time": "1771746841", "uncertainty": 120 }, "departure": { "time": "1771746841", "uncertainty": 120 }, "stopId": "0:FRICHES1", "stopSequence": 14 }, { "arrival": { "time": "1771746900", "uncertainty": 120 }, "departure": { "time": "1771746900", "uncertainty": 120 }, "stopId": "0:FOSSE1", "stopSequence": 15 }, { "arrival": { "time": "1771746947", "uncertainty": 120 }, "departure": { "time": "1771746947", "uncertainty": 120 }, "stopId": "0:VERGERS1", "stopSequence": 16 }, { "arrival": { "time": "1771746999", "uncertainty": 120 }, "departure": { "time": "1771746999", "uncertainty": 120 }, "stopId": "0:CHATRIA1", "stopSequence": 17 }, { "arrival": { "time": "1771747086", "uncertainty": 120 }, "departure": { "time": "1771747086", "uncertainty": 120 }, "stopId": "0:COUVENT1", "stopSequence": 18 }, { "arrival": { "time": "1771747141", "uncertainty": 120 }, "departure": { "time": "1771747141", "uncertainty": 120 }, "stopId": "0:MEURISS1", "stopSequence": 19 }, { "arrival": { "time": "1771747208", "uncertainty": 120 }, "departure": { "time": "1771747208", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 20 }, { "arrival": { "time": "1771747278", "uncertainty": 120 }, "departure": { "time": "1771747278", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 21 }, { "arrival": { "time": "1771747329", "uncertainty": 120 }, "departure": { "time": "1771747329", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GENIE1", "stopSequence": 22 }, { "arrival": { "time": "1771747440", "uncertainty": 120 }, "departure": { "time": "1771747440", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BONSEC1", "stopSequence": 23 }, { "arrival": { "time": "1771747551", "uncertainty": 120 }, "departure": { "time": "1771747551", "uncertainty": 120 }, "stopId": "0:ROIGE142", "stopSequence": 24 }, { "arrival": { "time": "1771747662", "uncertainty": 120 }, "departure": { "time": "1771747662", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 25 }, { "arrival": { "time": "1771747848", "uncertainty": 120 }, "departure": { "time": "1771747848", "uncertainty": 120 }, "stopId": "0:LACRETL2", "stopSequence": 26 }, { "arrival": { "time": "1771747902", "uncertainty": 120 }, "departure": { "time": "1771747902", "uncertainty": 120 }, "stopId": "0:PONTROU2", "stopSequence": 27 }, { "arrival": { "time": "1771747961", "uncertainty": 120 }, "departure": { "time": "1771747961", "uncertainty": 120 }, "stopId": "0:RTBORNY2", "stopSequence": 28 }, { "arrival": { "time": "1771748033", "uncertainty": 120 }, "departure": { "time": "1771748033", "uncertainty": 120 }, "stopId": "0:RUELLCH2", "stopSequence": 29 }, { "arrival": { "time": "1771748142", "uncertainty": 120 }, "departure": { "time": "1771748142", "uncertainty": 120 }, "stopId": "0:GANNE2", "stopSequence": 30 }, { "arrival": { "time": "1771748224", "uncertainty": 120 }, "departure": { "time": "1771748224", "uncertainty": 120 }, "stopId": "0:BERNARD2", "stopSequence": 31 }, { "arrival": { "time": "1771748287", "uncertainty": 120 }, "departure": { "time": "1771748287", "uncertainty": 120 }, "stopId": "0:PROVENC2", "stopSequence": 32 }, { "arrival": { "time": "1771748382", "uncertainty": 120 }, "stopId": "0:BORDES3", "stopSequence": 33 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "2_71620604" } } }, { "id": "1620534", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771744419", "uncertainty": 120 }, "departure": { "time": "1771744424", "uncertainty": 120 }, "stopId": "0:BONSEC2" }, { "arrival": { "time": "1771744509", "uncertainty": 120 }, "departure": { "time": "1771744509", "uncertainty": 120 }, "stopId": "0:CHPETRE2" }, { "departure": { "time": "1771743249", "uncertainty": 120 }, "stopId": "0:BORDES3", "stopSequence": 1 }, { "arrival": { "time": "1771743453", "uncertainty": 120 }, "departure": { "time": "1771743489", "uncertainty": 120 }, "stopId": "0:PROVENC1", "stopSequence": 2 }, { "arrival": { "time": "1771743579", "uncertainty": 120 }, "departure": { "time": "1771743579", "uncertainty": 120 }, "stopId": "0:BERNARD1", "stopSequence": 3 }, { "arrival": { "time": "1771743676", "uncertainty": 120 }, "departure": { "time": "1771743676", "uncertainty": 120 }, "stopId": "0:GANNE1", "stopSequence": 4 }, { "arrival": { "time": "1771743740", "uncertainty": 120 }, "departure": { "time": "1771743740", "uncertainty": 120 }, "stopId": "0:RUELLCH1", "stopSequence": 5 }, { "arrival": { "time": "1771743797", "uncertainty": 120 }, "departure": { "time": "1771743797", "uncertainty": 120 }, "stopId": "0:RTBORNY1", "stopSequence": 6 }, { "arrival": { "time": "1771743871", "uncertainty": 120 }, "departure": { "time": "1771743871", "uncertainty": 120 }, "stopId": "0:PONTROU1", "stopSequence": 7 }, { "arrival": { "time": "1771743909", "uncertainty": 120 }, "departure": { "time": "1771743909", "uncertainty": 120 }, "stopId": "0:LACRETL1", "stopSequence": 8 }, { "arrival": { "time": "1771744089", "uncertainty": 120 }, "departure": { "time": "1771744179", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 9 }, { "arrival": { "time": "1771744269", "uncertainty": 120 }, "departure": { "time": "1771744269", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 10 }, { "arrival": { "time": "1771744419", "uncertainty": 120 }, "departure": { "time": "1771744419", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 11 }, { "arrival": { "time": "1771744597", "uncertainty": 120 }, "departure": { "time": "1771744597", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 12 }, { "arrival": { "time": "1771744627", "uncertainty": 120 }, "departure": { "time": "1771744627", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 13 }, { "arrival": { "time": "1771744687", "uncertainty": 120 }, "departure": { "time": "1771744687", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 14 }, { "arrival": { "time": "1771744729", "uncertainty": 120 }, "departure": { "time": "1771744729", "uncertainty": 120 }, "stopId": "0:MEURISS2", "stopSequence": 15 }, { "arrival": { "time": "1771744796", "uncertainty": 120 }, "departure": { "time": "1771744796", "uncertainty": 120 }, "stopId": "0:COUVENT2", "stopSequence": 16 }, { "arrival": { "time": "1771744863", "uncertainty": 120 }, "departure": { "time": "1771744863", "uncertainty": 120 }, "stopId": "0:CHATRIA2", "stopSequence": 17 }, { "arrival": { "time": "1771744888", "uncertainty": 120 }, "departure": { "time": "1771744888", "uncertainty": 120 }, "stopId": "0:VERGERS2", "stopSequence": 18 }, { "arrival": { "time": "1771744928", "uncertainty": 120 }, "departure": { "time": "1771744928", "uncertainty": 120 }, "stopId": "0:FOSSE2", "stopSequence": 19 }, { "arrival": { "time": "1771744987", "uncertainty": 120 }, "departure": { "time": "1771744987", "uncertainty": 120 }, "stopId": "0:FRICHES2", "stopSequence": 20 }, { "arrival": { "time": "1771745039", "uncertainty": 120 }, "departure": { "time": "1771745039", "uncertainty": 120 }, "stopId": "0:08MAI02", "stopSequence": 21 }, { "arrival": { "time": "1771745137", "uncertainty": 120 }, "departure": { "time": "1771745137", "uncertainty": 120 }, "stopId": "0:HTRHELE2", "stopSequence": 22 }, { "arrival": { "time": "1771745167", "uncertainty": 120 }, "departure": { "time": "1771745167", "uncertainty": 120 }, "stopId": "0:ALSACE2", "stopSequence": 23 }, { "arrival": { "time": "1771745209", "uncertainty": 120 }, "departure": { "time": "1771745209", "uncertainty": 120 }, "stopId": "0:SAVOIE2", "stopSequence": 24 }, { "arrival": { "time": "1771745253", "uncertainty": 120 }, "departure": { "time": "1771745253", "uncertainty": 120 }, "stopId": "0:PAQUERE2", "stopSequence": 25 }, { "arrival": { "time": "1771745297", "uncertainty": 120 }, "departure": { "time": "1771745297", "uncertainty": 120 }, "stopId": "0:CONSTAN2", "stopSequence": 26 }, { "arrival": { "time": "1771745334", "uncertainty": 120 }, "departure": { "time": "1771745334", "uncertainty": 120 }, "stopId": "0:3HAIES2", "stopSequence": 27 }, { "arrival": { "time": "1771745569", "uncertainty": 120 }, "departure": { "time": "1771745569", "uncertainty": 120 }, "stopId": "0:LORRAIN2", "stopSequence": 28 }, { "arrival": { "time": "1771745595", "uncertainty": 120 }, "departure": { "time": "1771745595", "uncertainty": 120 }, "stopId": "0:ARDECHE2", "stopSequence": 29 }, { "arrival": { "time": "1771745618", "uncertainty": 120 }, "departure": { "time": "1771745618", "uncertainty": 120 }, "stopId": "0:PREVIL01", "stopSequence": 30 }, { "arrival": { "time": "1771745678", "uncertainty": 120 }, "departure": { "time": "1771745678", "uncertainty": 120 }, "stopId": "0:VIEAUX2", "stopSequence": 31 }, { "arrival": { "time": "1771745736", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 32 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "2_71620534" }, "vehicle": { "id": "1633", "label": "1633" } } }, { "id": "1620459", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745880", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "2_71620459" } } }, { "id": "1620434", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746000", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "2_71620434" } } }, { "id": "1620433", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771742494", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1771742576", "uncertainty": 120 }, "departure": { "time": "1771742576", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1771742605", "uncertainty": 120 }, "departure": { "time": "1771742613", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1771742673", "uncertainty": 120 }, "departure": { "time": "1771742673", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1771742763", "uncertainty": 120 }, "departure": { "time": "1771742763", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1771742845", "uncertainty": 120 }, "departure": { "time": "1771742853", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1771742905", "uncertainty": 120 }, "departure": { "time": "1771742913", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1771742950", "uncertainty": 120 }, "departure": { "time": "1771742950", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1771743003", "uncertainty": 120 }, "departure": { "time": "1771743003", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1771743063", "uncertainty": 120 }, "departure": { "time": "1771743063", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1771743153", "uncertainty": 120 }, "departure": { "time": "1771743153", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1771743213", "uncertainty": 120 }, "departure": { "time": "1771743213", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1771743288", "uncertainty": 120 }, "departure": { "time": "1771743303", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1771743350", "uncertainty": 120 }, "departure": { "time": "1771743350", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1771743393", "uncertainty": 120 }, "departure": { "time": "1771743393", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1771743478", "uncertainty": 120 }, "departure": { "time": "1771743483", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1771743573", "uncertainty": 120 }, "departure": { "time": "1771743633", "uncertainty": 120 }, "stopId": "0:GARGE", "stopSequence": 17 }, { "arrival": { "time": "1771743692", "uncertainty": 120 }, "departure": { "time": "1771743693", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1771743783", "uncertainty": 120 }, "departure": { "time": "1771743813", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 19 }, { "arrival": { "time": "1771743903", "uncertainty": 120 }, "departure": { "time": "1771743903", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1771743993", "uncertainty": 120 }, "departure": { "time": "1771743993", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1771744053", "uncertainty": 120 }, "departure": { "time": "1771744053", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1771744108", "uncertainty": 120 }, "departure": { "time": "1771744108", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1771744250", "uncertainty": 120 }, "departure": { "time": "1771744263", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1771744335", "uncertainty": 120 }, "departure": { "time": "1771744384", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1771744467", "uncertainty": 120 }, "departure": { "time": "1771744473", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1771744563", "uncertainty": 120 }, "departure": { "time": "1771744563", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1771744611", "uncertainty": 120 }, "departure": { "time": "1771744611", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1771744670", "uncertainty": 120 }, "departure": { "time": "1771744670", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1771744694", "uncertainty": 120 }, "departure": { "time": "1771744694", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1771744739", "uncertainty": 120 }, "departure": { "time": "1771744739", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1771744795", "uncertainty": 120 }, "departure": { "time": "1771744795", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1771744825", "uncertainty": 120 }, "departure": { "time": "1771744825", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1771744877", "uncertainty": 120 }, "departure": { "time": "1771744877", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1771744910", "uncertainty": 120 }, "departure": { "time": "1771744910", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1771744998", "uncertainty": 120 }, "departure": { "time": "1771744998", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1771745061", "uncertainty": 120 }, "departure": { "time": "1771745061", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1771745156", "uncertainty": 120 }, "departure": { "time": "1771745164", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1771745262", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "2_71620433" }, "vehicle": { "id": "2434", "label": "2434" } } }, { "id": "1619879", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746029", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 1 }, { "arrival": { "time": "1771746106", "uncertainty": 120 }, "departure": { "time": "1771746106", "uncertainty": 120 }, "stopId": "0:CHAULME1", "stopSequence": 2 }, { "arrival": { "time": "1771746144", "uncertainty": 120 }, "departure": { "time": "1771746144", "uncertainty": 120 }, "stopId": "0:PENSEES1", "stopSequence": 3 }, { "arrival": { "time": "1771746178", "uncertainty": 120 }, "departure": { "time": "1771746178", "uncertainty": 120 }, "stopId": "0:PINOTSM1", "stopSequence": 4 }, { "arrival": { "time": "1771746308", "uncertainty": 120 }, "departure": { "time": "1771746308", "uncertainty": 120 }, "stopId": "0:NOUILLY1", "stopSequence": 5 }, { "arrival": { "time": "1771746389", "uncertainty": 120 }, "departure": { "time": "1771746389", "uncertainty": 120 }, "stopId": "0:FALEE1", "stopSequence": 6 }, { "arrival": { "time": "1771746689", "uncertainty": 120 }, "departure": { "time": "1771746689", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 7 }, { "arrival": { "time": "1771746787", "uncertainty": 120 }, "departure": { "time": "1771746787", "uncertainty": 120 }, "stopId": "0:LMOULIN1", "stopSequence": 8 }, { "arrival": { "time": "1771746813", "uncertainty": 120 }, "departure": { "time": "1771746813", "uncertainty": 120 }, "stopId": "0:FONNY1", "stopSequence": 9 }, { "arrival": { "time": "1771746861", "uncertainty": 120 }, "departure": { "time": "1771746861", "uncertainty": 120 }, "stopId": "0:BARBE1", "stopSequence": 10 }, { "arrival": { "time": "1771746914", "uncertainty": 120 }, "departure": { "time": "1771746914", "uncertainty": 120 }, "stopId": "0:MANGENO1", "stopSequence": 11 }, { "arrival": { "time": "1771746953", "uncertainty": 120 }, "departure": { "time": "1771746953", "uncertainty": 120 }, "stopId": "0:SAULNOI1", "stopSequence": 12 }, { "arrival": { "time": "1771746998", "uncertainty": 120 }, "departure": { "time": "1771746998", "uncertainty": 120 }, "stopId": "0:JPJEAN1", "stopSequence": 13 }, { "arrival": { "time": "1771747049", "uncertainty": 120 }, "departure": { "time": "1771747049", "uncertainty": 120 }, "stopId": "0:CORCHAD1", "stopSequence": 14 }, { "arrival": { "time": "1771747091", "uncertainty": 120 }, "departure": { "time": "1771747091", "uncertainty": 120 }, "stopId": "0:JUGAN1", "stopSequence": 15 }, { "arrival": { "time": "1771747140", "uncertainty": 120 }, "departure": { "time": "1771747140", "uncertainty": 120 }, "stopId": "0:JOUSSE1", "stopSequence": 16 }, { "arrival": { "time": "1771747174", "uncertainty": 120 }, "departure": { "time": "1771747174", "uncertainty": 120 }, "stopId": "0:DUNANT1", "stopSequence": 17 }, { "arrival": { "time": "1771747245", "uncertainty": 120 }, "departure": { "time": "1771747245", "uncertainty": 120 }, "stopId": "0:BILLOTT1", "stopSequence": 18 }, { "arrival": { "time": "1771747289", "uncertainty": 120 }, "departure": { "time": "1771747289", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 19 }, { "arrival": { "time": "1771747457", "uncertainty": 120 }, "departure": { "time": "1771747457", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 20 }, { "arrival": { "time": "1771747516", "uncertainty": 120 }, "departure": { "time": "1771747516", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 21 }, { "arrival": { "time": "1771747626", "uncertainty": 120 }, "departure": { "time": "1771747626", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 22 }, { "arrival": { "time": "1771747697", "uncertainty": 120 }, "departure": { "time": "1771747697", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 23 }, { "arrival": { "time": "1771747787", "uncertainty": 120 }, "departure": { "time": "1771747787", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 24 }, { "arrival": { "time": "1771747954", "uncertainty": 120 }, "departure": { "time": "1771747954", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 25 }, { "arrival": { "time": "1771748078", "uncertainty": 120 }, "departure": { "time": "1771748078", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 26 }, { "arrival": { "time": "1771748254", "uncertainty": 120 }, "departure": { "time": "1771748254", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 27 }, { "arrival": { "time": "1771748307", "uncertainty": 120 }, "departure": { "time": "1771748307", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 28 }, { "arrival": { "time": "1771748387", "uncertainty": 120 }, "departure": { "time": "1771748387", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 29 }, { "arrival": { "time": "1771748492", "uncertainty": 120 }, "departure": { "time": "1771748492", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 30 }, { "arrival": { "time": "1771748597", "uncertainty": 120 }, "departure": { "time": "1771748597", "uncertainty": 120 }, "stopId": "0:LOGES2", "stopSequence": 31 }, { "arrival": { "time": "1771748654", "uncertainty": 120 }, "departure": { "time": "1771748654", "uncertainty": 120 }, "stopId": "0:STLADRE2", "stopSequence": 32 }, { "arrival": { "time": "1771748717", "uncertainty": 120 }, "departure": { "time": "1771748717", "uncertainty": 120 }, "stopId": "0:MERMOZ2", "stopSequence": 33 }, { "arrival": { "time": "1771748818", "uncertainty": 120 }, "departure": { "time": "1771748818", "uncertainty": 120 }, "stopId": "0:SIMMI689", "stopSequence": 34 }, { "arrival": { "time": "1771748932", "uncertainty": 120 }, "departure": { "time": "1771748932", "uncertainty": 120 }, "stopId": "0:11AVIAT1", "stopSequence": 35 }, { "arrival": { "time": "1771748958", "uncertainty": 120 }, "departure": { "time": "1771748958", "uncertainty": 120 }, "stopId": "0:LUETTE1", "stopSequence": 36 }, { "arrival": { "time": "1771749016", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 37 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "2_71619879" } } }, { "id": "1619894", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746900", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "2_71619894" } } }, { "id": "1619817", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771743379", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 1 }, { "arrival": { "time": "1771743420", "uncertainty": 120 }, "departure": { "time": "1771743420", "uncertainty": 120 }, "stopId": "0:LUETTE2", "stopSequence": 2 }, { "arrival": { "time": "1771743439", "uncertainty": 120 }, "departure": { "time": "1771743469", "uncertainty": 120 }, "stopId": "0:11AVIAT2", "stopSequence": 3 }, { "arrival": { "time": "1771743558", "uncertainty": 120 }, "departure": { "time": "1771743558", "uncertainty": 120 }, "stopId": "0:SIMMI690", "stopSequence": 4 }, { "arrival": { "time": "1771743660", "uncertainty": 120 }, "departure": { "time": "1771743678", "uncertainty": 120 }, "stopId": "0:MERMOZ1", "stopSequence": 5 }, { "arrival": { "time": "1771743746", "uncertainty": 120 }, "departure": { "time": "1771743746", "uncertainty": 120 }, "stopId": "0:STLADRE1", "stopSequence": 6 }, { "arrival": { "time": "1771743803", "uncertainty": 120 }, "departure": { "time": "1771743803", "uncertainty": 120 }, "stopId": "0:LOGES1", "stopSequence": 7 }, { "arrival": { "time": "1771743888", "uncertainty": 120 }, "departure": { "time": "1771743888", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 8 }, { "arrival": { "time": "1771743936", "uncertainty": 120 }, "departure": { "time": "1771743948", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 9 }, { "arrival": { "time": "1771743989", "uncertainty": 120 }, "departure": { "time": "1771743989", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 10 }, { "arrival": { "time": "1771744032", "uncertainty": 120 }, "departure": { "time": "1771744032", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 11 }, { "arrival": { "time": "1771744144", "uncertainty": 120 }, "departure": { "time": "1771744158", "uncertainty": 120 }, "stopId": "0:ROIGE142", "stopSequence": 12 }, { "arrival": { "time": "1771744248", "uncertainty": 120 }, "departure": { "time": "1771744279", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 13 }, { "arrival": { "time": "1771744398", "uncertainty": 120 }, "departure": { "time": "1771744398", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 14 }, { "arrival": { "time": "1771744458", "uncertainty": 120 }, "departure": { "time": "1771744458", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 15 }, { "arrival": { "time": "1771744488", "uncertainty": 120 }, "departure": { "time": "1771744488", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 16 }, { "arrival": { "time": "1771744518", "uncertainty": 120 }, "departure": { "time": "1771744518", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 17 }, { "arrival": { "time": "1771744660", "uncertainty": 120 }, "departure": { "time": "1771744660", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 18 }, { "arrival": { "time": "1771744682", "uncertainty": 120 }, "departure": { "time": "1771744682", "uncertainty": 120 }, "stopId": "0:BILLOTT2", "stopSequence": 19 }, { "arrival": { "time": "1771744712", "uncertainty": 120 }, "departure": { "time": "1771744712", "uncertainty": 120 }, "stopId": "0:DUNANT2", "stopSequence": 20 }, { "arrival": { "time": "1771744762", "uncertainty": 120 }, "departure": { "time": "1771744762", "uncertainty": 120 }, "stopId": "0:JOUSSE2", "stopSequence": 21 }, { "arrival": { "time": "1771744826", "uncertainty": 120 }, "departure": { "time": "1771744826", "uncertainty": 120 }, "stopId": "0:JUGAN2", "stopSequence": 22 }, { "arrival": { "time": "1771744860", "uncertainty": 120 }, "departure": { "time": "1771744860", "uncertainty": 120 }, "stopId": "0:CORCHAD2", "stopSequence": 23 }, { "arrival": { "time": "1771744908", "uncertainty": 120 }, "departure": { "time": "1771744908", "uncertainty": 120 }, "stopId": "0:JPJEAN2", "stopSequence": 24 }, { "arrival": { "time": "1771744956", "uncertainty": 120 }, "departure": { "time": "1771744956", "uncertainty": 120 }, "stopId": "0:SAULNOI2", "stopSequence": 25 }, { "arrival": { "time": "1771744984", "uncertainty": 120 }, "departure": { "time": "1771744984", "uncertainty": 120 }, "stopId": "0:MANGENO2", "stopSequence": 26 }, { "arrival": { "time": "1771745023", "uncertainty": 120 }, "departure": { "time": "1771745023", "uncertainty": 120 }, "stopId": "0:BARBE2", "stopSequence": 27 }, { "arrival": { "time": "1771745065", "uncertainty": 120 }, "departure": { "time": "1771745065", "uncertainty": 120 }, "stopId": "0:FONNY2", "stopSequence": 28 }, { "arrival": { "time": "1771745088", "uncertainty": 120 }, "departure": { "time": "1771745088", "uncertainty": 120 }, "stopId": "0:LMOULIN2", "stopSequence": 29 }, { "arrival": { "time": "1771745149", "uncertainty": 120 }, "departure": { "time": "1771745149", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 30 }, { "arrival": { "time": "1771745458", "uncertainty": 120 }, "departure": { "time": "1771745458", "uncertainty": 120 }, "stopId": "0:FALEE2", "stopSequence": 31 }, { "arrival": { "time": "1771745518", "uncertainty": 120 }, "departure": { "time": "1771745518", "uncertainty": 120 }, "stopId": "0:PRESSOI2", "stopSequence": 32 }, { "arrival": { "time": "1771745673", "uncertainty": 120 }, "departure": { "time": "1771745673", "uncertainty": 120 }, "stopId": "0:PINOTSM2", "stopSequence": 33 }, { "arrival": { "time": "1771745696", "uncertainty": 120 }, "departure": { "time": "1771745696", "uncertainty": 120 }, "stopId": "0:PENSEES2", "stopSequence": 34 }, { "arrival": { "time": "1771745731", "uncertainty": 120 }, "departure": { "time": "1771745731", "uncertainty": 120 }, "stopId": "0:CHAULME2", "stopSequence": 35 }, { "arrival": { "time": "1771745779", "uncertainty": 120 }, "departure": { "time": "1771745779", "uncertainty": 120 }, "stopId": "0:GROSNOY1", "stopSequence": 36 }, { "arrival": { "time": "1771745938", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 37 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "2_71619817" }, "vehicle": { "id": "2134", "label": "2134" } } }, { "id": "1619213", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771748100", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "2_71619213" } } }, { "id": "1619143", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745400", "uncertainty": 120 }, "stopId": "0:REPLYD", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "2_71619143" } } }, { "id": "1634081", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746120", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "2_71634081" } } }, { "id": "1618799", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746600", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "2_71618799" } } }, { "id": "1634098", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771748160", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "2_71634098" } } }, { "id": "1634097", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771744712", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 }, { "arrival": { "time": "1771744772", "uncertainty": 120 }, "departure": { "time": "1771744772", "uncertainty": 120 }, "stopId": "0:COL02", "stopSequence": 2 }, { "arrival": { "time": "1771744833", "uncertainty": 120 }, "departure": { "time": "1771744833", "uncertainty": 120 }, "stopId": "0:CLO02", "stopSequence": 3 }, { "arrival": { "time": "1771744905", "uncertainty": 120 }, "departure": { "time": "1771744922", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 4 }, { "arrival": { "time": "1771744967", "uncertainty": 120 }, "departure": { "time": "1771744967", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 5 }, { "arrival": { "time": "1771745022", "uncertainty": 120 }, "departure": { "time": "1771745042", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 6 }, { "arrival": { "time": "1771745102", "uncertainty": 120 }, "departure": { "time": "1771745102", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 7 }, { "arrival": { "time": "1771745177", "uncertainty": 120 }, "departure": { "time": "1771745192", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 8 }, { "arrival": { "time": "1771745263", "uncertainty": 120 }, "departure": { "time": "1771745263", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 9 }, { "arrival": { "time": "1771745320", "uncertainty": 120 }, "departure": { "time": "1771745320", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 10 }, { "arrival": { "time": "1771745404", "uncertainty": 120 }, "departure": { "time": "1771745404", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 11 }, { "arrival": { "time": "1771745467", "uncertainty": 120 }, "departure": { "time": "1771745467", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 12 }, { "arrival": { "time": "1771745528", "uncertainty": 120 }, "departure": { "time": "1771745528", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 13 }, { "arrival": { "time": "1771745605", "uncertainty": 120 }, "departure": { "time": "1771745605", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 14 }, { "arrival": { "time": "1771745673", "uncertainty": 120 }, "departure": { "time": "1771745673", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 15 }, { "arrival": { "time": "1771745869", "uncertainty": 120 }, "departure": { "time": "1771745869", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 16 }, { "arrival": { "time": "1771745934", "uncertainty": 120 }, "departure": { "time": "1771745934", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 17 }, { "arrival": { "time": "1771746011", "uncertainty": 120 }, "departure": { "time": "1771746011", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 18 }, { "arrival": { "time": "1771746093", "uncertainty": 120 }, "departure": { "time": "1771746093", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 19 }, { "arrival": { "time": "1771746193", "uncertainty": 120 }, "departure": { "time": "1771746193", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 20 }, { "arrival": { "time": "1771746248", "uncertainty": 120 }, "departure": { "time": "1771746248", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 21 }, { "arrival": { "time": "1771746393", "uncertainty": 120 }, "departure": { "time": "1771746393", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 22 }, { "arrival": { "time": "1771746492", "uncertainty": 120 }, "departure": { "time": "1771746492", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 23 }, { "arrival": { "time": "1771746582", "uncertainty": 120 }, "departure": { "time": "1771746582", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 24 }, { "arrival": { "time": "1771746666", "uncertainty": 120 }, "departure": { "time": "1771746666", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 25 }, { "arrival": { "time": "1771746693", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 26 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "2_71634097" }, "vehicle": { "id": "1316", "label": "1316" } } }, { "id": "1634048", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771747200", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "2_71634048" } } }, { "id": "1634063", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745194", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1771745377", "uncertainty": 120 }, "departure": { "time": "1771745377", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1771745480", "uncertainty": 120 }, "departure": { "time": "1771745480", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1771745590", "uncertainty": 120 }, "departure": { "time": "1771745590", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1771745700", "uncertainty": 120 }, "departure": { "time": "1771745700", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1771745841", "uncertainty": 120 }, "departure": { "time": "1771745841", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1771745906", "uncertainty": 120 }, "departure": { "time": "1771745906", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1771746000", "uncertainty": 120 }, "departure": { "time": "1771746000", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1771746062", "uncertainty": 120 }, "departure": { "time": "1771746062", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1771746128", "uncertainty": 120 }, "departure": { "time": "1771746128", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1771746166", "uncertainty": 120 }, "departure": { "time": "1771746166", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1771746220", "uncertainty": 120 }, "departure": { "time": "1771746220", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 12 }, { "arrival": { "time": "1771746300", "uncertainty": 120 }, "departure": { "time": "1771746300", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1771746400", "uncertainty": 120 }, "departure": { "time": "1771746400", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1771746480", "uncertainty": 120 }, "departure": { "time": "1771746480", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1771746563", "uncertainty": 120 }, "departure": { "time": "1771746563", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1771746669", "uncertainty": 120 }, "departure": { "time": "1771746669", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1771746809", "uncertainty": 120 }, "departure": { "time": "1771746809", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1771746871", "uncertainty": 120 }, "departure": { "time": "1771746871", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1771746924", "uncertainty": 120 }, "departure": { "time": "1771746924", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1771746999", "uncertainty": 120 }, "departure": { "time": "1771746999", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1771747060", "uncertainty": 120 }, "departure": { "time": "1771747060", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1771747117", "uncertainty": 120 }, "departure": { "time": "1771747117", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1771747185", "uncertainty": 120 }, "departure": { "time": "1771747185", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1771747272", "uncertainty": 120 }, "departure": { "time": "1771747272", "uncertainty": 120 }, "stopId": "0:CLO01", "stopSequence": 25 }, { "arrival": { "time": "1771747333", "uncertainty": 120 }, "departure": { "time": "1771747333", "uncertainty": 120 }, "stopId": "0:COL01", "stopSequence": 26 }, { "arrival": { "time": "1771747420", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 27 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "2_71634063" }, "vehicle": { "id": "1315", "label": "1315" } } }, { "id": "1618779", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746180", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "2_71618779" } } }, { "id": "1634047", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771743480", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1771743512", "uncertainty": 120 }, "departure": { "time": "1771743512", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1771743602", "uncertainty": 120 }, "departure": { "time": "1771743602", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1771743692", "uncertainty": 120 }, "departure": { "time": "1771743692", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1771743782", "uncertainty": 120 }, "departure": { "time": "1771743782", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1771743902", "uncertainty": 120 }, "departure": { "time": "1771743902", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1771743962", "uncertainty": 120 }, "departure": { "time": "1771743992", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1771744058", "uncertainty": 120 }, "departure": { "time": "1771744058", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1771744139", "uncertainty": 120 }, "departure": { "time": "1771744142", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1771744228", "uncertainty": 120 }, "departure": { "time": "1771744233", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1771744292", "uncertainty": 120 }, "departure": { "time": "1771744292", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1771744379", "uncertainty": 120 }, "departure": { "time": "1771744382", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 12 }, { "arrival": { "time": "1771744517", "uncertainty": 120 }, "departure": { "time": "1771744532", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1771744602", "uncertainty": 120 }, "departure": { "time": "1771744622", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1771744682", "uncertainty": 120 }, "departure": { "time": "1771744742", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1771744778", "uncertainty": 120 }, "departure": { "time": "1771744802", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1771744872", "uncertainty": 120 }, "departure": { "time": "1771744894", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1771744952", "uncertainty": 120 }, "departure": { "time": "1771744952", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1771745020", "uncertainty": 120 }, "departure": { "time": "1771745020", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1771745090", "uncertainty": 120 }, "departure": { "time": "1771745102", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1771745185", "uncertainty": 120 }, "departure": { "time": "1771745192", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1771745252", "uncertainty": 120 }, "departure": { "time": "1771745252", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1771745310", "uncertainty": 120 }, "departure": { "time": "1771745310", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1771745379", "uncertainty": 120 }, "departure": { "time": "1771745379", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1771745481", "uncertainty": 120 }, "departure": { "time": "1771745481", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 25 }, { "arrival": { "time": "1771745584", "uncertainty": 120 }, "departure": { "time": "1771745584", "uncertainty": 120 }, "stopId": "0:FEI01", "stopSequence": 26 }, { "arrival": { "time": "1771745640", "uncertainty": 120 }, "departure": { "time": "1771745640", "uncertainty": 120 }, "stopId": "0:SER01", "stopSequence": 27 }, { "arrival": { "time": "1771745792", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 28 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "2_71634047" }, "vehicle": { "id": "1318", "label": "1318" } } }, { "id": "1618655", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771743091", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 1 }, { "arrival": { "time": "1771743121", "uncertainty": 120 }, "departure": { "time": "1771743121", "uncertainty": 120 }, "stopId": "0:HTMAGNY1", "stopSequence": 2 }, { "arrival": { "time": "1771743224", "uncertainty": 120 }, "departure": { "time": "1771743224", "uncertainty": 120 }, "stopId": "0:BEAUSOL1", "stopSequence": 3 }, { "arrival": { "time": "1771743241", "uncertainty": 120 }, "departure": { "time": "1771743241", "uncertainty": 120 }, "stopId": "0:ARMOISI1", "stopSequence": 4 }, { "arrival": { "time": "1771743280", "uncertainty": 120 }, "departure": { "time": "1771743280", "uncertainty": 120 }, "stopId": "0:OBELLI01", "stopSequence": 5 }, { "arrival": { "time": "1771743307", "uncertainty": 120 }, "departure": { "time": "1771743307", "uncertainty": 120 }, "stopId": "0:MAGNYBO1", "stopSequence": 6 }, { "arrival": { "time": "1771743361", "uncertainty": 120 }, "departure": { "time": "1771743361", "uncertainty": 120 }, "stopId": "0:ROOSEVE1", "stopSequence": 7 }, { "arrival": { "time": "1771743391", "uncertainty": 120 }, "departure": { "time": "1771743391", "uncertainty": 120 }, "stopId": "0:PLAINE1", "stopSequence": 8 }, { "arrival": { "time": "1771743421", "uncertainty": 120 }, "departure": { "time": "1771743421", "uncertainty": 120 }, "stopId": "0:APREMON1", "stopSequence": 9 }, { "arrival": { "time": "1771743475", "uncertainty": 120 }, "departure": { "time": "1771743475", "uncertainty": 120 }, "stopId": "0:PLATEAU1", "stopSequence": 10 }, { "arrival": { "time": "1771743541", "uncertainty": 120 }, "departure": { "time": "1771743541", "uncertainty": 120 }, "stopId": "0:FAUBOUP1", "stopSequence": 11 }, { "arrival": { "time": "1771743611", "uncertainty": 120 }, "departure": { "time": "1771743611", "uncertainty": 120 }, "stopId": "0:FRECOT1", "stopSequence": 12 }, { "arrival": { "time": "1771743631", "uncertainty": 120 }, "departure": { "time": "1771743660", "uncertainty": 120 }, "stopId": "0:BOUCHOT1", "stopSequence": 13 }, { "arrival": { "time": "1771743727", "uncertainty": 120 }, "departure": { "time": "1771743727", "uncertainty": 120 }, "stopId": "0:VANDERN1", "stopSequence": 14 }, { "arrival": { "time": "1771743751", "uncertainty": 120 }, "departure": { "time": "1771743751", "uncertainty": 120 }, "stopId": "0:POLY01", "stopSequence": 15 }, { "arrival": { "time": "1771743787", "uncertainty": 120 }, "departure": { "time": "1771743787", "uncertainty": 120 }, "stopId": "0:LOTHAIR1", "stopSequence": 16 }, { "arrival": { "time": "1771743871", "uncertainty": 120 }, "departure": { "time": "1771743871", "uncertainty": 120 }, "stopId": "0:LEMUD03", "stopSequence": 17 }, { "arrival": { "time": "1771743901", "uncertainty": 120 }, "departure": { "time": "1771743901", "uncertainty": 120 }, "stopId": "0:DEMBOUR1", "stopSequence": 18 }, { "arrival": { "time": "1771744021", "uncertainty": 120 }, "departure": { "time": "1771744021", "uncertainty": 120 }, "stopId": "0:POME", "stopSequence": 19 }, { "arrival": { "time": "1771744140", "uncertainty": 120 }, "departure": { "time": "1771744171", "uncertainty": 120 }, "stopId": "0:GARGE", "stopSequence": 20 }, { "arrival": { "time": "1771744212", "uncertainty": 120 }, "departure": { "time": "1771744212", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 21 }, { "arrival": { "time": "1771744380", "uncertainty": 120 }, "departure": { "time": "1771744380", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 22 }, { "arrival": { "time": "1771744549", "uncertainty": 120 }, "departure": { "time": "1771744592", "uncertainty": 120 }, "stopId": "0:LUXS", "stopSequence": 23 }, { "arrival": { "time": "1771744680", "uncertainty": 120 }, "departure": { "time": "1771744680", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1771744737", "uncertainty": 120 }, "departure": { "time": "1771744741", "uncertainty": 120 }, "stopId": "0:TIGNO266", "stopSequence": 25 }, { "arrival": { "time": "1771744829", "uncertainty": 120 }, "departure": { "time": "1771744829", "uncertainty": 120 }, "stopId": "0:SMARTIN2", "stopSequence": 26 }, { "arrival": { "time": "1771744849", "uncertainty": 120 }, "departure": { "time": "1771744849", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 27 }, { "arrival": { "time": "1771744892", "uncertainty": 120 }, "departure": { "time": "1771744892", "uncertainty": 120 }, "stopId": "0:PONTVER2", "stopSequence": 28 }, { "arrival": { "time": "1771744921", "uncertainty": 120 }, "departure": { "time": "1771744921", "uncertainty": 120 }, "stopId": "0:CASINO2", "stopSequence": 29 }, { "arrival": { "time": "1771744951", "uncertainty": 120 }, "departure": { "time": "1771744951", "uncertainty": 120 }, "stopId": "0:MIGETTE2", "stopSequence": 30 }, { "arrival": { "time": "1771745011", "uncertainty": 120 }, "departure": { "time": "1771745011", "uncertainty": 120 }, "stopId": "0:LONGEVI2", "stopSequence": 31 }, { "arrival": { "time": "1771745057", "uncertainty": 120 }, "departure": { "time": "1771745057", "uncertainty": 120 }, "stopId": "0:LECLERC2", "stopSequence": 32 }, { "arrival": { "time": "1771745114", "uncertainty": 120 }, "departure": { "time": "1771745114", "uncertainty": 120 }, "stopId": "0:PRILLE2", "stopSequence": 33 }, { "arrival": { "time": "1771745166", "uncertainty": 120 }, "departure": { "time": "1771745166", "uncertainty": 120 }, "stopId": "0:SCYBAS2", "stopSequence": 34 }, { "arrival": { "time": "1771745222", "uncertainty": 120 }, "departure": { "time": "1771745222", "uncertainty": 120 }, "stopId": "0:LIBERTE2", "stopSequence": 35 }, { "arrival": { "time": "1771745273", "uncertainty": 120 }, "departure": { "time": "1771745273", "uncertainty": 120 }, "stopId": "0:MOULI275", "stopSequence": 36 }, { "arrival": { "time": "1771745324", "uncertainty": 120 }, "departure": { "time": "1771745324", "uncertainty": 120 }, "stopId": "0:STJEAN02", "stopSequence": 37 }, { "arrival": { "time": "1771745375", "uncertainty": 120 }, "departure": { "time": "1771745375", "uncertainty": 120 }, "stopId": "0:SERRET2", "stopSequence": 38 }, { "arrival": { "time": "1771745402", "uncertainty": 120 }, "departure": { "time": "1771745402", "uncertainty": 120 }, "stopId": "0:HAIEBRU2", "stopSequence": 39 }, { "arrival": { "time": "1771745453", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 40 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "2_71618655" }, "vehicle": { "id": "1737", "label": "1737" } } }, { "id": "1617131", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746240", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "2_71617131" } } }, { "id": "1617138", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771743000", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 1 }, { "arrival": { "time": "1771743051", "uncertainty": 120 }, "departure": { "time": "1771743062", "uncertainty": 120 }, "stopId": "0:CLETTE1", "stopSequence": 2 }, { "arrival": { "time": "1771743120", "uncertainty": 120 }, "departure": { "time": "1771743120", "uncertainty": 120 }, "stopId": "0:CAILLOU1", "stopSequence": 3 }, { "arrival": { "time": "1771743143", "uncertainty": 120 }, "departure": { "time": "1771743143", "uncertainty": 120 }, "stopId": "0:ROUSSEL1", "stopSequence": 4 }, { "arrival": { "time": "1771743165", "uncertainty": 120 }, "departure": { "time": "1771743165", "uncertainty": 120 }, "stopId": "0:BAUCHEZ1", "stopSequence": 5 }, { "arrival": { "time": "1771743212", "uncertainty": 120 }, "departure": { "time": "1771743212", "uncertainty": 120 }, "stopId": "0:SANSONN1", "stopSequence": 6 }, { "arrival": { "time": "1771743251", "uncertainty": 120 }, "departure": { "time": "1771743251", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 7 }, { "arrival": { "time": "1771743302", "uncertainty": 120 }, "departure": { "time": "1771743302", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 8 }, { "arrival": { "time": "1771743362", "uncertainty": 120 }, "departure": { "time": "1771743362", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 9 }, { "arrival": { "time": "1771743406", "uncertainty": 120 }, "departure": { "time": "1771743406", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 10 }, { "arrival": { "time": "1771743452", "uncertainty": 120 }, "departure": { "time": "1771743452", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 11 }, { "arrival": { "time": "1771743599", "uncertainty": 120 }, "departure": { "time": "1771743599", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 12 }, { "arrival": { "time": "1771743651", "uncertainty": 120 }, "departure": { "time": "1771743692", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 13 }, { "arrival": { "time": "1771743933", "uncertainty": 120 }, "departure": { "time": "1771743992", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 14 }, { "arrival": { "time": "1771744082", "uncertainty": 120 }, "departure": { "time": "1771744082", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 15 }, { "arrival": { "time": "1771744112", "uncertainty": 120 }, "departure": { "time": "1771744143", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 16 }, { "arrival": { "time": "1771744320", "uncertainty": 120 }, "departure": { "time": "1771744320", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 17 }, { "arrival": { "time": "1771744381", "uncertainty": 120 }, "departure": { "time": "1771744381", "uncertainty": 120 }, "stopId": "0:FRIANT2", "stopSequence": 18 }, { "arrival": { "time": "1771744409", "uncertainty": 120 }, "departure": { "time": "1771744409", "uncertainty": 120 }, "stopId": "0:HERMITE2", "stopSequence": 19 }, { "arrival": { "time": "1771744432", "uncertainty": 120 }, "departure": { "time": "1771744432", "uncertainty": 120 }, "stopId": "0:COLLIGN2", "stopSequence": 20 }, { "arrival": { "time": "1771744472", "uncertainty": 120 }, "departure": { "time": "1771744472", "uncertainty": 120 }, "stopId": "0:DUCROCQ2", "stopSequence": 21 }, { "arrival": { "time": "1771744523", "uncertainty": 120 }, "departure": { "time": "1771744523", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 22 }, { "arrival": { "time": "1771744553", "uncertainty": 120 }, "departure": { "time": "1771744553", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 23 }, { "arrival": { "time": "1771744582", "uncertainty": 120 }, "departure": { "time": "1771744592", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 24 }, { "arrival": { "time": "1771744678", "uncertainty": 120 }, "departure": { "time": "1771744682", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 25 }, { "arrival": { "time": "1771744792", "uncertainty": 120 }, "departure": { "time": "1771744792", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 26 }, { "arrival": { "time": "1771744919", "uncertainty": 120 }, "departure": { "time": "1771744919", "uncertainty": 120 }, "stopId": "0:GRIGY2", "stopSequence": 27 }, { "arrival": { "time": "1771745025", "uncertainty": 120 }, "departure": { "time": "1771745040", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 28 }, { "arrival": { "time": "1771745178", "uncertainty": 120 }, "departure": { "time": "1771745192", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 29 }, { "arrival": { "time": "1771745222", "uncertainty": 120 }, "departure": { "time": "1771745222", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 30 }, { "arrival": { "time": "1771745277", "uncertainty": 120 }, "departure": { "time": "1771745277", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 31 }, { "arrival": { "time": "1771745308", "uncertainty": 120 }, "departure": { "time": "1771745308", "uncertainty": 120 }, "stopId": "0:30JOURS2", "stopSequence": 32 }, { "arrival": { "time": "1771745346", "uncertainty": 120 }, "departure": { "time": "1771745346", "uncertainty": 120 }, "stopId": "0:LADAME2", "stopSequence": 33 }, { "arrival": { "time": "1771745398", "uncertainty": 120 }, "departure": { "time": "1771745398", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 34 }, { "arrival": { "time": "1771745435", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 35 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "2_71617138" }, "vehicle": { "id": "2137", "label": "2137" } } }, { "id": "1617137", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771742929", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 }, { "arrival": { "time": "1771742997", "uncertainty": 120 }, "departure": { "time": "1771742997", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 2 }, { "arrival": { "time": "1771743054", "uncertainty": 120 }, "departure": { "time": "1771743054", "uncertainty": 120 }, "stopId": "0:LADAME1", "stopSequence": 3 }, { "arrival": { "time": "1771743102", "uncertainty": 120 }, "departure": { "time": "1771743102", "uncertainty": 120 }, "stopId": "0:30JOURS1", "stopSequence": 4 }, { "arrival": { "time": "1771743127", "uncertainty": 120 }, "departure": { "time": "1771743127", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 5 }, { "arrival": { "time": "1771743190", "uncertainty": 120 }, "departure": { "time": "1771743198", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 6 }, { "arrival": { "time": "1771743247", "uncertainty": 120 }, "departure": { "time": "1771743247", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 7 }, { "arrival": { "time": "1771743347", "uncertainty": 120 }, "departure": { "time": "1771743348", "uncertainty": 120 }, "stopId": "0:GDECOLE1", "stopSequence": 8 }, { "arrival": { "time": "1771743473", "uncertainty": 120 }, "departure": { "time": "1771743498", "uncertainty": 120 }, "stopId": "0:GRIGY1", "stopSequence": 9 }, { "arrival": { "time": "1771743653", "uncertainty": 120 }, "departure": { "time": "1771743653", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 10 }, { "arrival": { "time": "1771743737", "uncertainty": 120 }, "departure": { "time": "1771743738", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 11 }, { "arrival": { "time": "1771743811", "uncertainty": 120 }, "departure": { "time": "1771743828", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 12 }, { "arrival": { "time": "1771743879", "uncertainty": 120 }, "departure": { "time": "1771743879", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 13 }, { "arrival": { "time": "1771743888", "uncertainty": 120 }, "departure": { "time": "1771743888", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 14 }, { "arrival": { "time": "1771743948", "uncertainty": 120 }, "departure": { "time": "1771743948", "uncertainty": 120 }, "stopId": "0:DUCROCQ1", "stopSequence": 15 }, { "arrival": { "time": "1771744020", "uncertainty": 120 }, "departure": { "time": "1771744020", "uncertainty": 120 }, "stopId": "0:COLLIGN1", "stopSequence": 16 }, { "arrival": { "time": "1771744037", "uncertainty": 120 }, "departure": { "time": "1771744037", "uncertainty": 120 }, "stopId": "0:HERMITE1", "stopSequence": 17 }, { "arrival": { "time": "1771744079", "uncertainty": 120 }, "departure": { "time": "1771744079", "uncertainty": 120 }, "stopId": "0:FRIANT1", "stopSequence": 18 }, { "arrival": { "time": "1771744151", "uncertainty": 120 }, "departure": { "time": "1771744158", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 19 }, { "arrival": { "time": "1771744338", "uncertainty": 120 }, "departure": { "time": "1771744368", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1771744412", "uncertainty": 120 }, "departure": { "time": "1771744428", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1771744548", "uncertainty": 120 }, "departure": { "time": "1771744578", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 22 }, { "arrival": { "time": "1771744808", "uncertainty": 120 }, "departure": { "time": "1771744908", "uncertainty": 120 }, "stopId": "0:LUXS", "stopSequence": 23 }, { "arrival": { "time": "1771744998", "uncertainty": 120 }, "departure": { "time": "1771744998", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1771745068", "uncertainty": 120 }, "departure": { "time": "1771745068", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 25 }, { "arrival": { "time": "1771745088", "uncertainty": 120 }, "departure": { "time": "1771745088", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 26 }, { "arrival": { "time": "1771745108", "uncertainty": 120 }, "departure": { "time": "1771745118", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 27 }, { "arrival": { "time": "1771745171", "uncertainty": 120 }, "departure": { "time": "1771745178", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 28 }, { "arrival": { "time": "1771745222", "uncertainty": 120 }, "departure": { "time": "1771745222", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 29 }, { "arrival": { "time": "1771745276", "uncertainty": 120 }, "departure": { "time": "1771745276", "uncertainty": 120 }, "stopId": "0:BUTTE2", "stopSequence": 30 }, { "arrival": { "time": "1771745312", "uncertainty": 120 }, "departure": { "time": "1771745312", "uncertainty": 120 }, "stopId": "0:MIRABEL2", "stopSequence": 31 }, { "arrival": { "time": "1771745337", "uncertainty": 120 }, "departure": { "time": "1771745337", "uncertainty": 120 }, "stopId": "0:VIGNES2", "stopSequence": 32 }, { "arrival": { "time": "1771745417", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 33 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "2_71617137" }, "vehicle": { "id": "2136", "label": "2136" } } }, { "id": "1617136", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746600", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "2_71617136" } } }, { "id": "1627375", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746480" }, "stopId": "0:INTJOBA2", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "110", "scheduleRelationship": "SCHEDULED", "tripId": "2_71627375" } } }, { "id": "1649096", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771745140", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 38 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "2_71649096" } } }, { "id": "1649097", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746180", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "2_71649097" } } }, { "id": "1627025", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745400", "uncertainty": 120 }, "stopId": "0:FRANCLO1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "111", "scheduleRelationship": "SCHEDULED", "tripId": "2_71627025" } } }, { "id": "1649074", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745940", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "2_71649074" } } }, { "id": "1626562", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771747320" }, "stopId": "0:RONC4", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "107", "scheduleRelationship": "SCHEDULED", "tripId": "2_71626562" } } }, { "id": "1626333", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746060" }, "stopId": "0:LUXE", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "106", "scheduleRelationship": "SCHEDULED", "tripId": "2_71626333" } } }, { "id": "1615844", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745709", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "2_71615844" } } }, { "id": "1626108", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771747380" }, "stopId": "0:ROIGEO68", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "103", "scheduleRelationship": "SCHEDULED", "tripId": "2_71626108" } } }, { "id": "1625881", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771747500" }, "stopId": "0:PEMG2", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "102", "scheduleRelationship": "SCHEDULED", "tripId": "2_71625881" } } }, { "id": "1615729", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745403", "uncertainty": 120 }, "stopId": "0:REPLYD", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "2_71615729" } } }, { "id": "1625752", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745760" }, "stopId": "0:PELTRE2", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "93", "scheduleRelationship": "SCHEDULED", "tripId": "2_71625752" } } }, { "id": "1871879", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771744538", "uncertainty": 120 }, "departure": { "time": "1771744538", "uncertainty": 120 }, "stopId": "0:BONSEC2" }, { "arrival": { "time": "1771744582", "uncertainty": 120 }, "departure": { "time": "1771744582", "uncertainty": 120 }, "stopId": "0:CHPETRE2" }, { "departure": { "time": "1771742829", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1771742865", "uncertainty": 120 }, "departure": { "time": "1771742865", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1771742909", "uncertainty": 120 }, "departure": { "time": "1771742909", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1771742957", "uncertainty": 120 }, "departure": { "time": "1771742957", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1771743013", "uncertainty": 120 }, "departure": { "time": "1771743013", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1771743075", "uncertainty": 120 }, "departure": { "time": "1771743075", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1771743146", "uncertainty": 120 }, "departure": { "time": "1771743158", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1771743213", "uncertainty": 120 }, "departure": { "time": "1771743213", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1771743236", "uncertainty": 120 }, "departure": { "time": "1771743236", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1771743278", "uncertainty": 120 }, "departure": { "time": "1771743278", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1771743355", "uncertainty": 120 }, "departure": { "time": "1771743368", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1771743419", "uncertainty": 120 }, "departure": { "time": "1771743419", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1771743447", "uncertainty": 120 }, "departure": { "time": "1771743458", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1771743518", "uncertainty": 120 }, "departure": { "time": "1771743518", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1771743568", "uncertainty": 120 }, "departure": { "time": "1771743579", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1771743626", "uncertainty": 120 }, "departure": { "time": "1771743626", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1771743788", "uncertainty": 120 }, "departure": { "time": "1771743788", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1771743838", "uncertainty": 120 }, "departure": { "time": "1771743849", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1771743968", "uncertainty": 120 }, "departure": { "time": "1771743968", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1771744088", "uncertainty": 120 }, "departure": { "time": "1771744178", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1771744225", "uncertainty": 120 }, "departure": { "time": "1771744225", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1771744358", "uncertainty": 120 }, "departure": { "time": "1771744358", "uncertainty": 120 }, "stopId": "0:REPPS", "stopSequence": 22 }, { "arrival": { "time": "1771744458", "uncertainty": 120 }, "departure": { "time": "1771744458", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 23 }, { "arrival": { "time": "1771744538", "uncertainty": 120 }, "departure": { "time": "1771744538", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1771744665", "uncertainty": 120 }, "departure": { "time": "1771744665", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1771744688", "uncertainty": 120 }, "departure": { "time": "1771744688", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1771744739", "uncertainty": 120 }, "departure": { "time": "1771744739", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1771744778", "uncertainty": 120 }, "departure": { "time": "1771744808", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1771744849", "uncertainty": 120 }, "departure": { "time": "1771744849", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1771744898", "uncertainty": 120 }, "departure": { "time": "1771744898", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1771744973", "uncertainty": 120 }, "departure": { "time": "1771744973", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1771745031", "uncertainty": 120 }, "departure": { "time": "1771745047", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1771745075", "uncertainty": 120 }, "departure": { "time": "1771745075", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1771745084", "uncertainty": 120 }, "departure": { "time": "1771745084", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1771745159", "uncertainty": 120 }, "departure": { "time": "1771745159", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1771745168", "uncertainty": 120 }, "departure": { "time": "1771745168", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1771745232", "uncertainty": 120 }, "departure": { "time": "1771745232", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1771745264", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "2_71871879" }, "vehicle": { "id": "2424", "label": "2424" } } }, { "id": "1871880", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771748133", "uncertainty": 120 }, "departure": { "time": "1771748133", "uncertainty": 120 }, "stopId": "0:BONSEC2" }, { "arrival": { "time": "1771748170", "uncertainty": 120 }, "departure": { "time": "1771748170", "uncertainty": 120 }, "stopId": "0:CHPETRE2" }, { "departure": { "time": "1771746360", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1771746405", "uncertainty": 120 }, "departure": { "time": "1771746405", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1771746454", "uncertainty": 120 }, "departure": { "time": "1771746454", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1771746494", "uncertainty": 120 }, "departure": { "time": "1771746494", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1771746570", "uncertainty": 120 }, "departure": { "time": "1771746570", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1771746606", "uncertainty": 120 }, "departure": { "time": "1771746606", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1771746676", "uncertainty": 120 }, "departure": { "time": "1771746676", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1771746743", "uncertainty": 120 }, "departure": { "time": "1771746743", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1771746791", "uncertainty": 120 }, "departure": { "time": "1771746791", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1771746840", "uncertainty": 120 }, "departure": { "time": "1771746840", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1771746937", "uncertainty": 120 }, "departure": { "time": "1771746937", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1771746986", "uncertainty": 120 }, "departure": { "time": "1771746986", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1771747020", "uncertainty": 120 }, "departure": { "time": "1771747020", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1771747074", "uncertainty": 120 }, "departure": { "time": "1771747074", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1771747126", "uncertainty": 120 }, "departure": { "time": "1771747126", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1771747166", "uncertainty": 120 }, "departure": { "time": "1771747166", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1771747320", "uncertainty": 120 }, "departure": { "time": "1771747320", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1771747398", "uncertainty": 120 }, "departure": { "time": "1771747398", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1771747497", "uncertainty": 120 }, "departure": { "time": "1771747497", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1771747680", "uncertainty": 120 }, "departure": { "time": "1771747680", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1771747736", "uncertainty": 120 }, "departure": { "time": "1771747736", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1771747934", "uncertainty": 120 }, "departure": { "time": "1771747934", "uncertainty": 120 }, "stopId": "0:REPPS", "stopSequence": 22 }, { "arrival": { "time": "1771748051", "uncertainty": 120 }, "departure": { "time": "1771748051", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 23 }, { "arrival": { "time": "1771748133", "uncertainty": 120 }, "departure": { "time": "1771748133", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1771748247", "uncertainty": 120 }, "departure": { "time": "1771748247", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1771748290", "uncertainty": 120 }, "departure": { "time": "1771748290", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1771748355", "uncertainty": 120 }, "departure": { "time": "1771748355", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1771748424", "uncertainty": 120 }, "departure": { "time": "1771748424", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1771748473", "uncertainty": 120 }, "departure": { "time": "1771748473", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1771748560", "uncertainty": 120 }, "departure": { "time": "1771748560", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1771748604", "uncertainty": 120 }, "departure": { "time": "1771748604", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1771748671", "uncertainty": 120 }, "departure": { "time": "1771748671", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1771748699", "uncertainty": 120 }, "departure": { "time": "1771748699", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1771748724", "uncertainty": 120 }, "departure": { "time": "1771748724", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1771748783", "uncertainty": 120 }, "departure": { "time": "1771748783", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1771748808", "uncertainty": 120 }, "departure": { "time": "1771748808", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1771748872", "uncertainty": 120 }, "departure": { "time": "1771748872", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1771748904", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "2_71871880" } } }, { "id": "1625514", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771748280" }, "stopId": "0:PELTRE1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "92", "scheduleRelationship": "SCHEDULED", "tripId": "2_71625514" } } }, { "id": "1625331", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745700" }, "stopId": "0:VAUXMAI1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "90", "scheduleRelationship": "SCHEDULED", "tripId": "2_71625331" } } }, { "id": "1871857", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771747138", "uncertainty": 120 }, "departure": { "time": "1771747138", "uncertainty": 120 }, "stopId": "0:GENIE2" }, { "arrival": { "time": "1771747138", "uncertainty": 120 }, "departure": { "time": "1771747138", "uncertainty": 120 }, "stopId": "0:GENIE1" }, { "arrival": { "time": "1771747242", "uncertainty": 120 }, "departure": { "time": "1771747242", "uncertainty": 120 }, "stopId": "0:VERLAIN1" }, { "departure": { "time": "1771746480", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1771746561", "uncertainty": 120 }, "departure": { "time": "1771746561", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1771746589", "uncertainty": 120 }, "departure": { "time": "1771746589", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1771746628", "uncertainty": 120 }, "departure": { "time": "1771746628", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1771746660", "uncertainty": 120 }, "departure": { "time": "1771746660", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1771746685", "uncertainty": 120 }, "departure": { "time": "1771746685", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1771746720", "uncertainty": 120 }, "departure": { "time": "1771746720", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1771746780", "uncertainty": 120 }, "departure": { "time": "1771746780", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1771746830", "uncertainty": 120 }, "departure": { "time": "1771746830", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1771746915", "uncertainty": 120 }, "departure": { "time": "1771746915", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1771746960", "uncertainty": 120 }, "departure": { "time": "1771746960", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1771747022", "uncertainty": 120 }, "departure": { "time": "1771747022", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1771747089", "uncertainty": 120 }, "departure": { "time": "1771747089", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1771747138", "uncertainty": 120 }, "departure": { "time": "1771747138", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1771747245", "uncertainty": 120 }, "departure": { "time": "1771747245", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1771747308", "uncertainty": 120 }, "departure": { "time": "1771747308", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 16 }, { "arrival": { "time": "1771747440", "uncertainty": 120 }, "departure": { "time": "1771747440", "uncertainty": 120 }, "stopId": "0:REPBS", "stopSequence": 17 }, { "arrival": { "time": "1771747626", "uncertainty": 120 }, "departure": { "time": "1771747626", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1771747680", "uncertainty": 120 }, "departure": { "time": "1771747680", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 19 }, { "arrival": { "time": "1771747860", "uncertainty": 120 }, "departure": { "time": "1771747860", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1771748021", "uncertainty": 120 }, "departure": { "time": "1771748021", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1771748059", "uncertainty": 120 }, "departure": { "time": "1771748059", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1771748096", "uncertainty": 120 }, "departure": { "time": "1771748096", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1771748160", "uncertainty": 120 }, "departure": { "time": "1771748160", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1771748216", "uncertainty": 120 }, "departure": { "time": "1771748216", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1771748280", "uncertainty": 120 }, "departure": { "time": "1771748280", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1771748340", "uncertainty": 120 }, "departure": { "time": "1771748340", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1771748387", "uncertainty": 120 }, "departure": { "time": "1771748387", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1771748438", "uncertainty": 120 }, "departure": { "time": "1771748438", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1771748489", "uncertainty": 120 }, "departure": { "time": "1771748489", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1771748535", "uncertainty": 120 }, "departure": { "time": "1771748535", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1771748559", "uncertainty": 120 }, "departure": { "time": "1771748559", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1771748623", "uncertainty": 120 }, "departure": { "time": "1771748623", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1771748650", "uncertainty": 120 }, "departure": { "time": "1771748650", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1771748700", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "2_71871857" } } }, { "id": "1871856", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771743709", "uncertainty": 120 }, "departure": { "time": "1771743709", "uncertainty": 120 }, "stopId": "0:GENIE2" }, { "arrival": { "time": "1771743709", "uncertainty": 120 }, "departure": { "time": "1771743709", "uncertainty": 120 }, "stopId": "0:GENIE1" }, { "arrival": { "time": "1771743829", "uncertainty": 120 }, "departure": { "time": "1771743829", "uncertainty": 120 }, "stopId": "0:VERLAIN1" }, { "departure": { "time": "1771742945", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1771743077", "uncertainty": 120 }, "departure": { "time": "1771743077", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1771743108", "uncertainty": 120 }, "departure": { "time": "1771743108", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1771743147", "uncertainty": 120 }, "departure": { "time": "1771743147", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1771743228", "uncertainty": 120 }, "departure": { "time": "1771743228", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1771743250", "uncertainty": 120 }, "departure": { "time": "1771743250", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1771743275", "uncertainty": 120 }, "departure": { "time": "1771743275", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1771743355", "uncertainty": 120 }, "departure": { "time": "1771743395", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1771743434", "uncertainty": 120 }, "departure": { "time": "1771743434", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1771743500", "uncertainty": 120 }, "departure": { "time": "1771743515", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1771743558", "uncertainty": 120 }, "departure": { "time": "1771743558", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1771743635", "uncertainty": 120 }, "departure": { "time": "1771743635", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1771743678", "uncertainty": 120 }, "departure": { "time": "1771743678", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1771743409", "uncertainty": 120 }, "departure": { "time": "1771745170", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1771743705", "uncertainty": 120 }, "departure": { "time": "1771743705", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1771743910", "uncertainty": 120 }, "departure": { "time": "1771743910", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 16 }, { "arrival": { "time": "1771744030", "uncertainty": 120 }, "departure": { "time": "1771744060", "uncertainty": 120 }, "stopId": "0:REPBS", "stopSequence": 17 }, { "arrival": { "time": "1771744150", "uncertainty": 120 }, "departure": { "time": "1771744150", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1771744210", "uncertainty": 120 }, "departure": { "time": "1771744210", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 19 }, { "arrival": { "time": "1771744420", "uncertainty": 120 }, "departure": { "time": "1771744420", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1771744540", "uncertainty": 120 }, "departure": { "time": "1771744540", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1771744570", "uncertainty": 120 }, "departure": { "time": "1771744570", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1771744600", "uncertainty": 120 }, "departure": { "time": "1771744600", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1771744630", "uncertainty": 120 }, "departure": { "time": "1771744630", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1771744720", "uncertainty": 120 }, "departure": { "time": "1771744720", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1771744750", "uncertainty": 120 }, "departure": { "time": "1771744750", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1771744840", "uncertainty": 120 }, "departure": { "time": "1771744840", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1771744901", "uncertainty": 120 }, "departure": { "time": "1771744901", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1771744960", "uncertainty": 120 }, "departure": { "time": "1771744960", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1771744990", "uncertainty": 120 }, "departure": { "time": "1771744990", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1771745080", "uncertainty": 120 }, "departure": { "time": "1771745080", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1771745110", "uncertainty": 120 }, "departure": { "time": "1771745110", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1771745140", "uncertainty": 120 }, "departure": { "time": "1771745140", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1771745170", "uncertainty": 120 }, "departure": { "time": "1771745170", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1771746323", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "2_71871856" }, "vehicle": { "id": "2425", "label": "2425" } } }, { "id": "1625115", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745940", "uncertainty": 120 }, "stopId": "0:SCHAZEL1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "89", "scheduleRelationship": "SCHEDULED", "tripId": "2_71625115" } } }, { "id": "1673895", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771746000" }, "stopId": "0:VILLORM1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "108", "scheduleRelationship": "SCHEDULED", "tripId": "2_71673895" } } }, { "id": "1624886", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771745460" }, "stopId": "0:QUOITY1", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 0, "routeId": "88", "scheduleRelationship": "SCHEDULED", "tripId": "2_71624886" } } }, { "id": "1673902", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771747920" }, "stopId": "0:TANNERI2", "stopSequence": 1 } ], "timestamp": "1771745194", "trip": { "directionId": 1, "routeId": "108", "scheduleRelationship": "SCHEDULED", "tripId": "2_71673902" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1771745194" } }