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

06/05/2025
100%
07/05/2025
100%
08/05/2025
100%
09/05/2025
100%
10/05/2025
100%
11/05/2025
100%
12/05/2025
100%
13/05/2025
100%
14/05/2025
100%
15/05/2025
100%
16/05/2025
100%
17/05/2025
100%
18/05/2025
100%
19/05/2025
100%
20/05/2025
100%
21/05/2025
100%
22/05/2025
100%
23/05/2025
100%
24/05/2025
100%
25/05/2025
37.7%
26/05/2025
58.2%
27/05/2025
100%
28/05/2025
100%
29/05/2025
100%
30/05/2025
100%
31/05/2025
100%
01/06/2025
100%
02/06/2025
100%
03/06/2025
100%
04/06/2025
100%
05/06/2025
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

144 erreurs, 148 avertissements

Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 05/06/2025 à 09h12 Europe/Paris avec le validateur GTFS-RT de MobilityData.

Erreurs

stop_times_updates not strictly sorted E002 21 erreurs

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

Exemples d'erreurs
  • trip_id 5_42936098 stop_sequence [5, 1] is not strictly sorted by increasing stop_sequence
  • trip_id 5_42936134 stop_sequence [14, 1] is not strictly sorted by increasing stop_sequence
  • trip_id 5_42936209 stop_sequence [14, 1] is not strictly sorted by increasing stop_sequence
  • trip_id 5_42936135 stop_sequence [14, 1] is not strictly sorted by increasing stop_sequence
  • trip_id 5_42936099 stop_sequence [5, 1] is not strictly sorted by increasing stop_sequence

GTFS-rt stop_sequence isn't provided for trip that visits same stop_id more than once E009 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 5_42670719 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
  • trip_id 5_42670718 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 100 erreurs

stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.

Exemples d'erreurs
  • trip_id 5_42936098 stop_sequence 1 departure_time 08:51:01 (1749106261) is less than previous stop departure_time 08:58:18 (1749106698) - times must increase between two sequential stops
  • trip_id 5_42936098 stop_sequence 1 departure_time 08:51:01 (1749106261) is less than previous stop arrival_time 08:58:18 (1749106698) - times must increase between two sequential stops
  • trip_id 5_42936098 stop_sequence 2 arrival_time 08:53:35 (1749106415) is less than previous stop arrival_time 08:58:18 (1749106698) - times must increase between two sequential stops
  • trip_id 5_42936098 stop_sequence 2 departure_time 08:54:01 (1749106441) is less than previous stop arrival_time 08:58:18 (1749106698) - times must increase between two sequential stops
  • trip_id 5_42936098 stop_sequence 5 arrival_time 08:56:54 (1749106614) is less than previous stop arrival_time 08:57:01 (1749106621) - 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 5_42670719 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
  • trip_id 5_42670718 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different

GTFS-rt stop_sequence not found in GTFS data E051 19 erreurs

All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip

Exemples d'erreurs
  • GTFS-rt trip_id 5_42936098 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 5_42936134 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 5_42936209 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 5_42936135 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 5_42936099 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip

Avertissements

vehicle_id not populated W002 148 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

Exemples d'erreurs
  • trip_id 5_42666273 does not have a vehicle_id
  • trip_id 5_42670679 does not have a vehicle_id
  • trip_id 5_42670577 does not have a vehicle_id
  • trip_id 5_42641664 does not have a vehicle_id
  • trip_id 5_42641342 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
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 3 322 29 fois (100 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 3 565 29 fois (100 % des validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 501 27 fois (93 % des validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 479 27 fois (93 % des validations)
E009 If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence 51 19 fois (66 % des validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 65 9 fois (31 % des validations)
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 446 3 fois (10 % 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 (3 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 05/06/2025 à 22h08 Europe/Paris.

trip_updates (40) 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 05/06/2025 à 22h08 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "2641430", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155496", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 1 }, { "arrival": { "time": "1749155727", "uncertainty": 120 }, "departure": { "time": "1749155727", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 2 }, { "arrival": { "time": "1749155856", "uncertainty": 120 }, "departure": { "time": "1749155856", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 3 }, { "arrival": { "time": "1749155922", "uncertainty": 120 }, "departure": { "time": "1749155922", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 4 }, { "arrival": { "time": "1749155981", "uncertainty": 120 }, "departure": { "time": "1749155981", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 5 }, { "arrival": { "time": "1749156034", "uncertainty": 120 }, "departure": { "time": "1749156034", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 6 }, { "arrival": { "time": "1749156088", "uncertainty": 120 }, "departure": { "time": "1749156088", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 7 }, { "arrival": { "time": "1749156156", "uncertainty": 120 }, "departure": { "time": "1749156156", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 8 }, { "arrival": { "time": "1749156211", "uncertainty": 120 }, "departure": { "time": "1749156211", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 9 }, { "arrival": { "time": "1749156276", "uncertainty": 120 }, "departure": { "time": "1749156276", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 10 }, { "arrival": { "time": "1749156366", "uncertainty": 120 }, "departure": { "time": "1749156366", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 11 }, { "arrival": { "time": "1749156415", "uncertainty": 120 }, "departure": { "time": "1749156415", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 12 }, { "arrival": { "time": "1749156470", "uncertainty": 120 }, "departure": { "time": "1749156470", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 13 }, { "arrival": { "time": "1749156516", "uncertainty": 120 }, "departure": { "time": "1749156516", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 14 }, { "arrival": { "time": "1749156589", "uncertainty": 120 }, "departure": { "time": "1749156589", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 15 }, { "arrival": { "time": "1749156688", "uncertainty": 120 }, "departure": { "time": "1749156688", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 16 }, { "arrival": { "time": "1749156761", "uncertainty": 120 }, "departure": { "time": "1749156761", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 17 }, { "arrival": { "time": "1749156816", "uncertainty": 120 }, "departure": { "time": "1749156816", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 18 }, { "arrival": { "time": "1749156996", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 19 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641430" } } }, { "id": "2642483", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749154500", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642483" } } }, { "id": "2642283", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155940", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642283" } } }, { "id": "2641429", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641429" } } }, { "id": "2648228", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "5_42648228" } } }, { "id": "2642187", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155220", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642187" } } }, { "id": "2642387", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749156840", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642387" } } }, { "id": "2648219", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749157260", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "5_42648219" } } }, { "id": "2642282", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749154200", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642282" }, "vehicle": { "id": "1322", "label": "1322" } } }, { "id": "2642386", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155040", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642386" } } }, { "id": "2936226", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749157889", "uncertainty": 120 }, "departure": { "time": "1749157889", "uncertainty": 120 }, "stopId": "0:LESCLOS1" }, { "departure": { "time": "1749157560", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1749157618", "uncertainty": 120 }, "departure": { "time": "1749157618", "uncertainty": 120 }, "stopId": "0:M113A", "stopSequence": 2 }, { "arrival": { "time": "1749157721", "uncertainty": 120 }, "departure": { "time": "1749157721", "uncertainty": 120 }, "stopId": "0:PJOLY3", "stopSequence": 3 }, { "arrival": { "time": "1749157800", "uncertainty": 120 }, "departure": { "time": "1749157800", "uncertainty": 120 }, "stopId": "0:SORBIER1", "stopSequence": 4 }, { "arrival": { "time": "1749157895", "uncertainty": 120 }, "departure": { "time": "1749157895", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS1", "stopSequence": 5 }, { "arrival": { "time": "1749157950", "uncertainty": 120 }, "departure": { "time": "1749157950", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE1", "stopSequence": 6 }, { "arrival": { "time": "1749158044", "uncertainty": 120 }, "departure": { "time": "1749158044", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GRORMES1", "stopSequence": 7 }, { "arrival": { "time": "1749158133", "uncertainty": 120 }, "departure": { "time": "1749158133", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 8 }, { "arrival": { "time": "1749158271", "uncertainty": 120 }, "departure": { "time": "1749158271", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 9 }, { "arrival": { "time": "1749158357", "uncertainty": 120 }, "departure": { "time": "1749158357", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 10 }, { "arrival": { "time": "1749158433", "uncertainty": 120 }, "departure": { "time": "1749158433", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 11 }, { "arrival": { "time": "1749158491", "uncertainty": 120 }, "departure": { "time": "1749158491", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 12 }, { "arrival": { "time": "1749158568", "uncertainty": 120 }, "departure": { "time": "1749158568", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 13 }, { "arrival": { "time": "1749158648", "uncertainty": 120 }, "departure": { "time": "1749158648", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 14 }, { "arrival": { "time": "1749158715", "uncertainty": 120 }, "departure": { "time": "1749158715", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 15 }, { "arrival": { "time": "1749158793", "uncertainty": 120 }, "departure": { "time": "1749158793", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 16 }, { "arrival": { "time": "1749158884", "uncertainty": 120 }, "departure": { "time": "1749158884", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 17 }, { "arrival": { "time": "1749159074", "uncertainty": 120 }, "stopId": "0:REPU5052", "stopSequence": 18 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "5_42936226" } } }, { "id": "2660128", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153840", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1749153985", "uncertainty": 120 }, "departure": { "time": "1749153985", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1749154014", "uncertainty": 120 }, "departure": { "time": "1749154014", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1749154074", "uncertainty": 120 }, "departure": { "time": "1749154074", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1749154109", "uncertainty": 120 }, "departure": { "time": "1749154109", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1749154134", "uncertainty": 120 }, "departure": { "time": "1749154134", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1749154169", "uncertainty": 120 }, "departure": { "time": "1749154169", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1749154229", "uncertainty": 120 }, "departure": { "time": "1749154229", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1749154279", "uncertainty": 120 }, "departure": { "time": "1749154279", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1749154364", "uncertainty": 120 }, "departure": { "time": "1749154364", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1749154409", "uncertainty": 120 }, "departure": { "time": "1749154409", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1749154486", "uncertainty": 120 }, "departure": { "time": "1749154486", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1749154570", "uncertainty": 120 }, "departure": { "time": "1749154570", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1749154631", "uncertainty": 120 }, "departure": { "time": "1749154631", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1749154764", "uncertainty": 120 }, "departure": { "time": "1749154764", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1749154842", "uncertainty": 120 }, "departure": { "time": "1749154842", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 16 }, { "arrival": { "time": "1749155009", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 17 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660128" }, "vehicle": { "id": "1831", "label": "1831" } } }, { "id": "2660131", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660131" } } }, { "id": "2642484", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749156300", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642484" } } }, { "id": "2642482", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749152700", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 }, { "arrival": { "time": "1749152761", "uncertainty": 120 }, "departure": { "time": "1749152761", "uncertainty": 120 }, "stopId": "0:MER02", "stopSequence": 2 }, { "arrival": { "time": "1749152916", "uncertainty": 120 }, "departure": { "time": "1749152916", "uncertainty": 120 }, "stopId": "0:EXP02", "stopSequence": 3 }, { "arrival": { "time": "1749152995", "uncertainty": 120 }, "departure": { "time": "1749153000", "uncertainty": 120 }, "stopId": "0:ECO02", "stopSequence": 4 }, { "arrival": { "time": "1749153098", "uncertainty": 120 }, "departure": { "time": "1749153098", "uncertainty": 120 }, "stopId": "0:ART02", "stopSequence": 5 }, { "arrival": { "time": "1749153192", "uncertainty": 120 }, "departure": { "time": "1749153192", "uncertainty": 120 }, "stopId": "0:ARA02", "stopSequence": 6 }, { "arrival": { "time": "1749153260", "uncertainty": 120 }, "departure": { "time": "1749153271", "uncertainty": 120 }, "stopId": "0:GRA02", "stopSequence": 7 }, { "arrival": { "time": "1749153331", "uncertainty": 120 }, "departure": { "time": "1749153331", "uncertainty": 120 }, "stopId": "0:BRG02", "stopSequence": 8 }, { "arrival": { "time": "1749153400", "uncertainty": 120 }, "departure": { "time": "1749153400", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 9 }, { "arrival": { "time": "1749153467", "uncertainty": 120 }, "departure": { "time": "1749153481", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 10 }, { "arrival": { "time": "1749153559", "uncertainty": 120 }, "departure": { "time": "1749153571", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 11 }, { "arrival": { "time": "1749153647", "uncertainty": 120 }, "departure": { "time": "1749153691", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 12 }, { "arrival": { "time": "1749153777", "uncertainty": 120 }, "departure": { "time": "1749153781", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 13 }, { "arrival": { "time": "1749153849", "uncertainty": 120 }, "departure": { "time": "1749153849", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 14 }, { "arrival": { "time": "1749153937", "uncertainty": 120 }, "departure": { "time": "1749153991", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 15 }, { "arrival": { "time": "1749154051", "uncertainty": 120 }, "departure": { "time": "1749154051", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 16 }, { "arrival": { "time": "1749154192", "uncertainty": 120 }, "departure": { "time": "1749154192", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 17 }, { "arrival": { "time": "1749154276", "uncertainty": 120 }, "departure": { "time": "1749154276", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 18 }, { "arrival": { "time": "1749154448", "uncertainty": 120 }, "departure": { "time": "1749154448", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 19 }, { "arrival": { "time": "1749154674", "uncertainty": 120 }, "departure": { "time": "1749154674", "uncertainty": 120 }, "stopId": "0:SAU02", "stopSequence": 20 }, { "arrival": { "time": "1749154748", "uncertainty": 120 }, "stopId": "0:CTU02", "stopSequence": 21 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642482" }, "vehicle": { "id": "1325", "label": "1325" } } }, { "id": "2641821", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153960", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 }, { "arrival": { "time": "1749154005", "uncertainty": 120 }, "departure": { "time": "1749154005", "uncertainty": 120 }, "stopId": "0:HAIEBRU1", "stopSequence": 2 }, { "arrival": { "time": "1749154044", "uncertainty": 120 }, "departure": { "time": "1749154044", "uncertainty": 120 }, "stopId": "0:SERRET1", "stopSequence": 3 }, { "arrival": { "time": "1749154081", "uncertainty": 120 }, "departure": { "time": "1749154081", "uncertainty": 120 }, "stopId": "0:STJEAN01", "stopSequence": 4 }, { "arrival": { "time": "1749154169", "uncertainty": 120 }, "departure": { "time": "1749154169", "uncertainty": 120 }, "stopId": "0:MOULI281", "stopSequence": 5 }, { "arrival": { "time": "1749154206", "uncertainty": 120 }, "departure": { "time": "1749154206", "uncertainty": 120 }, "stopId": "0:LIBERTE1", "stopSequence": 6 }, { "arrival": { "time": "1749154252", "uncertainty": 120 }, "departure": { "time": "1749154252", "uncertainty": 120 }, "stopId": "0:SCYBAS1", "stopSequence": 7 }, { "arrival": { "time": "1749154281", "uncertainty": 120 }, "departure": { "time": "1749154281", "uncertainty": 120 }, "stopId": "0:PRILLE1", "stopSequence": 8 }, { "arrival": { "time": "1749154318", "uncertainty": 120 }, "departure": { "time": "1749154318", "uncertainty": 120 }, "stopId": "0:LECLERC1", "stopSequence": 9 }, { "arrival": { "time": "1749154349", "uncertainty": 120 }, "departure": { "time": "1749154349", "uncertainty": 120 }, "stopId": "0:LONGEVI1", "stopSequence": 10 }, { "arrival": { "time": "1749154408", "uncertainty": 120 }, "departure": { "time": "1749154408", "uncertainty": 120 }, "stopId": "0:MIGETTE1", "stopSequence": 11 }, { "arrival": { "time": "1749154455", "uncertainty": 120 }, "departure": { "time": "1749154455", "uncertainty": 120 }, "stopId": "0:CASINO1", "stopSequence": 12 }, { "arrival": { "time": "1749154507", "uncertainty": 120 }, "departure": { "time": "1749154507", "uncertainty": 120 }, "stopId": "0:PONTVER1", "stopSequence": 13 }, { "arrival": { "time": "1749154560", "uncertainty": 120 }, "departure": { "time": "1749154560", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 14 }, { "arrival": { "time": "1749154589", "uncertainty": 120 }, "departure": { "time": "1749154589", "uncertainty": 120 }, "stopId": "0:SMARTIN1", "stopSequence": 15 }, { "arrival": { "time": "1749154694", "uncertainty": 120 }, "departure": { "time": "1749154694", "uncertainty": 120 }, "stopId": "0:TIGNO290", "stopSequence": 16 }, { "arrival": { "time": "1749154769", "uncertainty": 120 }, "departure": { "time": "1749154769", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 17 }, { "arrival": { "time": "1749154889", "uncertainty": 120 }, "departure": { "time": "1749154889", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 18 }, { "arrival": { "time": "1749155069", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 19 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641821" }, "vehicle": { "id": "2148", "label": "2148" } } }, { "id": "2936223", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749153988", "uncertainty": 120 }, "departure": { "time": "1749153988", "uncertainty": 120 }, "stopId": "0:LESCLOS1" }, { "departure": { "time": "1749153662", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1749153742", "uncertainty": 120 }, "departure": { "time": "1749153752", "uncertainty": 120 }, "stopId": "0:M113A", "stopSequence": 2 }, { "arrival": { "time": "1749153838", "uncertainty": 120 }, "departure": { "time": "1749153838", "uncertainty": 120 }, "stopId": "0:PJOLY3", "stopSequence": 3 }, { "arrival": { "time": "1749153911", "uncertainty": 120 }, "departure": { "time": "1749153932", "uncertainty": 120 }, "stopId": "0:SORBIER1", "stopSequence": 4 }, { "arrival": { "time": "1749153935", "uncertainty": 120 }, "departure": { "time": "1749153935", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS1", "stopSequence": 5 }, { "arrival": { "time": "1749153990", "uncertainty": 120 }, "departure": { "time": "1749153990", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE1", "stopSequence": 6 }, { "arrival": { "time": "1749154084", "uncertainty": 120 }, "departure": { "time": "1749154084", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GRORMES1", "stopSequence": 7 }, { "arrival": { "time": "1749154189", "uncertainty": 120 }, "departure": { "time": "1749154189", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 8 }, { "arrival": { "time": "1749154354", "uncertainty": 120 }, "departure": { "time": "1749154354", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 9 }, { "arrival": { "time": "1749154457", "uncertainty": 120 }, "departure": { "time": "1749154457", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 10 }, { "arrival": { "time": "1749154549", "uncertainty": 120 }, "departure": { "time": "1749154549", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 11 }, { "arrival": { "time": "1749154607", "uncertainty": 120 }, "departure": { "time": "1749154607", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 12 }, { "arrival": { "time": "1749154684", "uncertainty": 120 }, "departure": { "time": "1749154684", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 13 }, { "arrival": { "time": "1749154764", "uncertainty": 120 }, "departure": { "time": "1749154764", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 14 }, { "arrival": { "time": "1749154831", "uncertainty": 120 }, "departure": { "time": "1749154831", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 15 }, { "arrival": { "time": "1749154909", "uncertainty": 120 }, "departure": { "time": "1749154909", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 16 }, { "arrival": { "time": "1749155019", "uncertainty": 120 }, "departure": { "time": "1749155019", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 17 }, { "arrival": { "time": "1749155209", "uncertainty": 120 }, "stopId": "0:REPU5052", "stopSequence": 18 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "5_42936223" }, "vehicle": { "id": "2153", "label": "2153" } } }, { "id": "2917320", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749144490", "uncertainty": 120 }, "departure": { "time": "1749144490", "uncertainty": 120 }, "stopId": "0:SAULCNF1", "stopSequence": 2 }, { "arrival": { "time": "1749145000", "uncertainty": 120 }, "departure": { "time": "1749145000", "uncertainty": 120 }, "stopId": "0:STSYMPH1", "stopSequence": 3 }, { "arrival": { "time": "1749154241" }, "stopId": "0:LONGCEN1", "stopSequence": 4 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "O2", "scheduleRelationship": "SCHEDULED", "tripId": "5_42917320" }, "vehicle": { "id": "12345", "label": "12345" } } }, { "id": "2641428", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153660", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1749153750", "uncertainty": 120 }, "departure": { "time": "1749153750", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1749153802", "uncertainty": 120 }, "departure": { "time": "1749153810", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1749153870", "uncertainty": 120 }, "departure": { "time": "1749153900", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1749153960", "uncertainty": 120 }, "departure": { "time": "1749153960", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1749154050", "uncertainty": 120 }, "departure": { "time": "1749154050", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1749154094", "uncertainty": 120 }, "departure": { "time": "1749154094", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1749154125", "uncertainty": 120 }, "departure": { "time": "1749154125", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1749154189", "uncertainty": 120 }, "departure": { "time": "1749154189", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1749154249", "uncertainty": 120 }, "departure": { "time": "1749154249", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1749154319", "uncertainty": 120 }, "departure": { "time": "1749154319", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1749154369", "uncertainty": 120 }, "departure": { "time": "1749154369", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1749154445", "uncertainty": 120 }, "departure": { "time": "1749154445", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1749154542", "uncertainty": 120 }, "departure": { "time": "1749154542", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1749154644", "uncertainty": 120 }, "departure": { "time": "1749154644", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1749154726", "uncertainty": 120 }, "departure": { "time": "1749154726", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1749154849", "uncertainty": 120 }, "departure": { "time": "1749154849", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 17 }, { "arrival": { "time": "1749154943", "uncertainty": 120 }, "departure": { "time": "1749154943", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1749155149", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 19 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641428" }, "vehicle": { "id": "1855", "label": "1855" } } }, { "id": "2660396", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749151680", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1749151891", "uncertainty": 120 }, "departure": { "time": "1749151891", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1749151921", "uncertainty": 120 }, "departure": { "time": "1749151921", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1749151990", "uncertainty": 120 }, "departure": { "time": "1749151990", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1749152031", "uncertainty": 120 }, "departure": { "time": "1749152031", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1749152056", "uncertainty": 120 }, "departure": { "time": "1749152056", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1749152071", "uncertainty": 120 }, "departure": { "time": "1749152071", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1749152147", "uncertainty": 120 }, "departure": { "time": "1749152147", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1749152174", "uncertainty": 120 }, "departure": { "time": "1749152191", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1749152267", "uncertainty": 120 }, "departure": { "time": "1749152267", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1749152328", "uncertainty": 120 }, "departure": { "time": "1749152328", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1749152402", "uncertainty": 120 }, "departure": { "time": "1749152402", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1749152522", "uncertainty": 120 }, "departure": { "time": "1749152522", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1749152551", "uncertainty": 120 }, "departure": { "time": "1749152551", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1749152671", "uncertainty": 120 }, "departure": { "time": "1749152671", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1749152737", "uncertainty": 120 }, "departure": { "time": "1749152737", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 16 }, { "arrival": { "time": "1749152971", "uncertainty": 120 }, "departure": { "time": "1749152971", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 17 }, { "arrival": { "time": "1749153306", "uncertainty": 120 }, "departure": { "time": "1749153306", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 18 }, { "arrival": { "time": "1749153503", "uncertainty": 120 }, "departure": { "time": "1749153503", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 19 }, { "arrival": { "time": "1749153668", "uncertainty": 120 }, "departure": { "time": "1749153668", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 20 }, { "arrival": { "time": "1749153711", "uncertainty": 120 }, "departure": { "time": "1749153711", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 21 }, { "arrival": { "time": "1749153743", "uncertainty": 120 }, "departure": { "time": "1749153743", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 22 }, { "arrival": { "time": "1749153823", "uncertainty": 120 }, "departure": { "time": "1749153996", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 23 }, { "arrival": { "time": "1749153996", "uncertainty": 120 }, "departure": { "time": "1749153996", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 24 }, { "arrival": { "time": "1749153996", "uncertainty": 120 }, "departure": { "time": "1749153996", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 25 }, { "arrival": { "time": "1749154088", "uncertainty": 120 }, "departure": { "time": "1749154088", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 26 }, { "arrival": { "time": "1749154165", "uncertainty": 120 }, "departure": { "time": "1749154165", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 27 }, { "arrival": { "time": "1749154214", "uncertainty": 120 }, "departure": { "time": "1749154214", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 28 }, { "arrival": { "time": "1749154278", "uncertainty": 120 }, "departure": { "time": "1749154278", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 29 }, { "arrival": { "time": "1749154338", "uncertainty": 120 }, "departure": { "time": "1749154338", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 30 }, { "arrival": { "time": "1749154368", "uncertainty": 120 }, "departure": { "time": "1749154368", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 31 }, { "arrival": { "time": "1749154420", "uncertainty": 120 }, "departure": { "time": "1749154420", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 32 }, { "arrival": { "time": "1749154453", "uncertainty": 120 }, "departure": { "time": "1749154453", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 33 }, { "arrival": { "time": "1749154521", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 34 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660396" }, "vehicle": { "id": "2131", "label": "2131" } } }, { "id": "2641419", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749157260", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641419" } } }, { "id": "2642185", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749152164", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1749152204", "uncertainty": 120 }, "departure": { "time": "1749152224", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1749152290", "uncertainty": 120 }, "departure": { "time": "1749152314", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1749152385", "uncertainty": 120 }, "departure": { "time": "1749152404", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1749152482", "uncertainty": 120 }, "departure": { "time": "1749152494", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1749152615", "uncertainty": 120 }, "departure": { "time": "1749152644", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1749152700", "uncertainty": 120 }, "departure": { "time": "1749152706", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1749152782", "uncertainty": 120 }, "departure": { "time": "1749152794", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1749152866", "uncertainty": 120 }, "departure": { "time": "1749152885", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1749152944", "uncertainty": 120 }, "departure": { "time": "1749152944", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1749153004", "uncertainty": 120 }, "departure": { "time": "1749153004", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1749153094", "uncertainty": 120 }, "departure": { "time": "1749153094", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 12 }, { "arrival": { "time": "1749153244", "uncertainty": 120 }, "departure": { "time": "1749153274", "uncertainty": 120 }, "stopId": "0:REP03", "stopSequence": 13 }, { "arrival": { "time": "1749153394", "uncertainty": 120 }, "departure": { "time": "1749153394", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1749153484", "uncertainty": 120 }, "departure": { "time": "1749153514", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1749153574", "uncertainty": 120 }, "departure": { "time": "1749153574", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1749153657", "uncertainty": 120 }, "departure": { "time": "1749153664", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1749153728", "uncertainty": 120 }, "departure": { "time": "1749153728", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1749153810", "uncertainty": 120 }, "departure": { "time": "1749153814", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1749153900", "uncertainty": 120 }, "departure": { "time": "1749153904", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1749153987", "uncertainty": 120 }, "departure": { "time": "1749153994", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1749154092", "uncertainty": 120 }, "departure": { "time": "1749154092", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1749154151", "uncertainty": 120 }, "departure": { "time": "1749154151", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1749154213", "uncertainty": 120 }, "departure": { "time": "1749154213", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1749154302", "uncertainty": 120 }, "departure": { "time": "1749154302", "uncertainty": 120 }, "stopId": "0:CLO01", "stopSequence": 25 }, { "arrival": { "time": "1749154338", "uncertainty": 120 }, "departure": { "time": "1749154338", "uncertainty": 120 }, "stopId": "0:COL01", "stopSequence": 26 }, { "arrival": { "time": "1749154424", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 27 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642185" }, "vehicle": { "id": "1311", "label": "1311" } } }, { "id": "2641830", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749157620", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641830" } } }, { "id": "2642281", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749152340", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 }, { "arrival": { "time": "1749152399", "uncertainty": 120 }, "departure": { "time": "1749152399", "uncertainty": 120 }, "stopId": "0:COL02", "stopSequence": 2 }, { "arrival": { "time": "1749152459", "uncertainty": 120 }, "departure": { "time": "1749152459", "uncertainty": 120 }, "stopId": "0:CLO02", "stopSequence": 3 }, { "arrival": { "time": "1749152571", "uncertainty": 120 }, "departure": { "time": "1749152579", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 4 }, { "arrival": { "time": "1749152637", "uncertainty": 120 }, "departure": { "time": "1749152637", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 5 }, { "arrival": { "time": "1749152700", "uncertainty": 120 }, "departure": { "time": "1749152700", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 6 }, { "arrival": { "time": "1749152777", "uncertainty": 120 }, "departure": { "time": "1749152789", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 7 }, { "arrival": { "time": "1749152858", "uncertainty": 120 }, "departure": { "time": "1749152858", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 8 }, { "arrival": { "time": "1749152945", "uncertainty": 120 }, "departure": { "time": "1749152945", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 9 }, { "arrival": { "time": "1749153007", "uncertainty": 120 }, "departure": { "time": "1749153007", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 10 }, { "arrival": { "time": "1749153082", "uncertainty": 120 }, "departure": { "time": "1749153089", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 11 }, { "arrival": { "time": "1749153149", "uncertainty": 120 }, "departure": { "time": "1749153149", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 12 }, { "arrival": { "time": "1749153268", "uncertainty": 120 }, "departure": { "time": "1749153299", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 13 }, { "arrival": { "time": "1749153376", "uncertainty": 120 }, "departure": { "time": "1749153389", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 14 }, { "arrival": { "time": "1749153556", "uncertainty": 120 }, "departure": { "time": "1749153569", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 15 }, { "arrival": { "time": "1749153719", "uncertainty": 120 }, "departure": { "time": "1749153719", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 16 }, { "arrival": { "time": "1749153785", "uncertainty": 120 }, "departure": { "time": "1749153785", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 17 }, { "arrival": { "time": "1749153847", "uncertainty": 120 }, "departure": { "time": "1749153847", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 18 }, { "arrival": { "time": "1749153921", "uncertainty": 120 }, "departure": { "time": "1749153930", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 19 }, { "arrival": { "time": "1749154005", "uncertainty": 120 }, "departure": { "time": "1749154020", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 20 }, { "arrival": { "time": "1749154065", "uncertainty": 120 }, "departure": { "time": "1749154079", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 21 }, { "arrival": { "time": "1749154186", "uncertainty": 120 }, "departure": { "time": "1749154186", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 22 }, { "arrival": { "time": "1749154279", "uncertainty": 120 }, "departure": { "time": "1749154279", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 23 }, { "arrival": { "time": "1749154377", "uncertainty": 120 }, "departure": { "time": "1749154377", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 24 }, { "arrival": { "time": "1749154441", "uncertainty": 120 }, "departure": { "time": "1749154441", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 25 }, { "arrival": { "time": "1749154472", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 26 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642281" }, "vehicle": { "id": "1312", "label": "1312" } } }, { "id": "2641820", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641820" } } }, { "id": "2648229", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "5_42648229" } } }, { "id": "2660123", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749157500", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660123" } } }, { "id": "2641427", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153661", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1749153757", "uncertainty": 120 }, "departure": { "time": "1749153757", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 2 }, { "arrival": { "time": "1749153855", "uncertainty": 120 }, "departure": { "time": "1749153871", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 3 }, { "arrival": { "time": "1749153946", "uncertainty": 120 }, "departure": { "time": "1749153946", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 4 }, { "arrival": { "time": "1749154045", "uncertainty": 120 }, "departure": { "time": "1749154045", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 5 }, { "arrival": { "time": "1749154097", "uncertainty": 120 }, "departure": { "time": "1749154097", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 6 }, { "arrival": { "time": "1749154168", "uncertainty": 120 }, "departure": { "time": "1749154168", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 7 }, { "arrival": { "time": "1749154211", "uncertainty": 120 }, "departure": { "time": "1749154211", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 8 }, { "arrival": { "time": "1749154274", "uncertainty": 120 }, "departure": { "time": "1749154274", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 9 }, { "arrival": { "time": "1749154335", "uncertainty": 120 }, "departure": { "time": "1749154335", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 10 }, { "arrival": { "time": "1749154371", "uncertainty": 120 }, "departure": { "time": "1749154371", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 11 }, { "arrival": { "time": "1749154468", "uncertainty": 120 }, "departure": { "time": "1749154468", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 12 }, { "arrival": { "time": "1749154539", "uncertainty": 120 }, "departure": { "time": "1749154539", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 13 }, { "arrival": { "time": "1749154595", "uncertainty": 120 }, "departure": { "time": "1749154595", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 14 }, { "arrival": { "time": "1749154733", "uncertainty": 120 }, "departure": { "time": "1749154733", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 15 }, { "arrival": { "time": "1749154828", "uncertainty": 120 }, "departure": { "time": "1749154828", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 16 }, { "arrival": { "time": "1749155018", "uncertainty": 120 }, "departure": { "time": "1749155018", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 17 }, { "arrival": { "time": "1749155091", "uncertainty": 120 }, "departure": { "time": "1749155091", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 18 }, { "arrival": { "time": "1749155188", "uncertainty": 120 }, "departure": { "time": "1749155188", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 19 }, { "arrival": { "time": "1749155304", "uncertainty": 120 }, "departure": { "time": "1749155304", "uncertainty": 120 }, "stopId": "0:SQLUX118", "stopSequence": 20 }, { "arrival": { "time": "1749155488", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 21 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641427" }, "vehicle": { "id": "1858", "label": "1858" } } }, { "id": "2648227", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749154320", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "5_42648227" }, "vehicle": { "id": "2422", "label": "2422" } } }, { "id": "2936222", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749156611", "uncertainty": 120 }, "departure": { "time": "1749156611", "uncertainty": 120 }, "stopId": "0:LESCLOS2" }, { "departure": { "time": "1749155509", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 }, { "arrival": { "time": "1749155664", "uncertainty": 120 }, "departure": { "time": "1749155664", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 2 }, { "arrival": { "time": "1749155749", "uncertainty": 120 }, "departure": { "time": "1749155749", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1749155789", "uncertainty": 120 }, "departure": { "time": "1749155789", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1749155850", "uncertainty": 120 }, "departure": { "time": "1749155850", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1749155930", "uncertainty": 120 }, "departure": { "time": "1749155930", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1749155990", "uncertainty": 120 }, "departure": { "time": "1749155990", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1749156049", "uncertainty": 120 }, "departure": { "time": "1749156049", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1749156141", "uncertainty": 120 }, "departure": { "time": "1749156141", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1749156197", "uncertainty": 120 }, "departure": { "time": "1749156197", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1749156349", "uncertainty": 120 }, "departure": { "time": "1749156349", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1749156357", "uncertainty": 120 }, "departure": { "time": "1749156357", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1749156427", "uncertainty": 120 }, "departure": { "time": "1749156427", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1749156615", "uncertainty": 120 }, "departure": { "time": "1749156615", "uncertainty": 120 }, "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1749156676", "uncertainty": 120 }, "departure": { "time": "1749156676", "uncertainty": 120 }, "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1749156767", "uncertainty": 120 }, "departure": { "time": "1749156767", "uncertainty": 120 }, "stopId": "0:PJOLY4", "stopSequence": 16 }, { "arrival": { "time": "1749156902", "uncertainty": 120 }, "departure": { "time": "1749156902", "uncertainty": 120 }, "stopId": "0:PLGAULL1", "stopSequence": 17 }, { "arrival": { "time": "1749156976", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 18 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "5_42936222" } } }, { "id": "2641822", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641822" } } }, { "id": "2642385", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153420", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1749153473", "uncertainty": 120 }, "departure": { "time": "1749153481", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1749153601", "uncertainty": 120 }, "departure": { "time": "1749153601", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 3 }, { "arrival": { "time": "1749153702", "uncertainty": 120 }, "departure": { "time": "1749153702", "uncertainty": 120 }, "stopId": "0:REP03", "stopSequence": 4 }, { "arrival": { "time": "1749153830", "uncertainty": 120 }, "departure": { "time": "1749153841", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1749153919", "uncertainty": 120 }, "departure": { "time": "1749153931", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1749154004", "uncertainty": 120 }, "departure": { "time": "1749154021", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1749154081", "uncertainty": 120 }, "departure": { "time": "1749154081", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1749154147", "uncertainty": 120 }, "departure": { "time": "1749154147", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1749154230", "uncertainty": 120 }, "departure": { "time": "1749154230", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1749154315", "uncertainty": 120 }, "departure": { "time": "1749154315", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1749154400", "uncertainty": 120 }, "departure": { "time": "1749154400", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1749154472", "uncertainty": 120 }, "departure": { "time": "1749154472", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1749154549", "uncertainty": 120 }, "departure": { "time": "1749154549", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1749154589", "uncertainty": 120 }, "departure": { "time": "1749154589", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1749154652", "uncertainty": 120 }, "departure": { "time": "1749154652", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1749154701", "uncertainty": 120 }, "departure": { "time": "1749154701", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1749154805", "uncertainty": 120 }, "departure": { "time": "1749154805", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1749154827", "uncertainty": 120 }, "departure": { "time": "1749154827", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1749154884", "uncertainty": 120 }, "departure": { "time": "1749154884", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1749155013", "uncertainty": 120 }, "departure": { "time": "1749155013", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1749155103", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642385" }, "vehicle": { "id": "1305", "label": "1305" } } }, { "id": "2642188", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749157020", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642188" } } }, { "id": "2917304", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749145332", "uncertainty": 120 }, "departure": { "time": "1749145341", "uncertainty": 120 }, "stopId": "0:SAULCNF1", "stopSequence": 2 }, { "arrival": { "time": "1749146750", "uncertainty": 120 }, "departure": { "time": "1749146750", "uncertainty": 120 }, "stopId": "0:SCYCHAZ1", "stopSequence": 5 }, { "arrival": { "time": "1749154676" }, "stopId": "0:MOULMET1", "stopSequence": 6 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "O1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42917304" }, "vehicle": { "id": "12347", "label": "12347" } } }, { "id": "2641415", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749157500", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641415" } } }, { "id": "2660130", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 1 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660130" } } }, { "id": "2648230", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153350", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 }, { "arrival": { "time": "1749153393", "uncertainty": 120 }, "departure": { "time": "1749153393", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 2 }, { "arrival": { "time": "1749153440", "uncertainty": 120 }, "departure": { "time": "1749153440", "uncertainty": 120 }, "stopId": "0:LADAME1", "stopSequence": 3 }, { "arrival": { "time": "1749153493", "uncertainty": 120 }, "departure": { "time": "1749153493", "uncertainty": 120 }, "stopId": "0:30JOURS1", "stopSequence": 4 }, { "arrival": { "time": "1749153521", "uncertainty": 120 }, "departure": { "time": "1749153530", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 5 }, { "arrival": { "time": "1749153588", "uncertainty": 120 }, "departure": { "time": "1749153588", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 6 }, { "arrival": { "time": "1749153620", "uncertainty": 120 }, "departure": { "time": "1749153620", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 7 }, { "arrival": { "time": "1749153737", "uncertainty": 120 }, "departure": { "time": "1749153737", "uncertainty": 120 }, "stopId": "0:GDECOLE1", "stopSequence": 8 }, { "arrival": { "time": "1749153840", "uncertainty": 120 }, "departure": { "time": "1749153860", "uncertainty": 120 }, "stopId": "0:GRIGY1", "stopSequence": 9 }, { "arrival": { "time": "1749154031", "uncertainty": 120 }, "departure": { "time": "1749154040", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 10 }, { "arrival": { "time": "1749154122", "uncertainty": 120 }, "departure": { "time": "1749154122", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 11 }, { "arrival": { "time": "1749154181", "uncertainty": 120 }, "departure": { "time": "1749154181", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 12 }, { "arrival": { "time": "1749154235", "uncertainty": 120 }, "departure": { "time": "1749154235", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 13 }, { "arrival": { "time": "1749154265", "uncertainty": 120 }, "departure": { "time": "1749154265", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 14 }, { "arrival": { "time": "1749154308", "uncertainty": 120 }, "departure": { "time": "1749154308", "uncertainty": 120 }, "stopId": "0:DUCROCQ1", "stopSequence": 15 }, { "arrival": { "time": "1749154364", "uncertainty": 120 }, "departure": { "time": "1749154364", "uncertainty": 120 }, "stopId": "0:COLLIGN1", "stopSequence": 16 }, { "arrival": { "time": "1749154381", "uncertainty": 120 }, "departure": { "time": "1749154381", "uncertainty": 120 }, "stopId": "0:HERMITE1", "stopSequence": 17 }, { "arrival": { "time": "1749154422", "uncertainty": 120 }, "departure": { "time": "1749154422", "uncertainty": 120 }, "stopId": "0:FRIANT1", "stopSequence": 18 }, { "arrival": { "time": "1749154474", "uncertainty": 120 }, "departure": { "time": "1749154474", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 19 }, { "arrival": { "time": "1749154774", "uncertainty": 120 }, "departure": { "time": "1749154774", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1749155134", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 21 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "5_42648230" }, "vehicle": { "id": "1342", "label": "1342" } } }, { "id": "2642186", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153420", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1749153451", "uncertainty": 120 }, "departure": { "time": "1749153451", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1749153531", "uncertainty": 120 }, "departure": { "time": "1749153549", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1749153628", "uncertainty": 120 }, "departure": { "time": "1749153639", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1749153729", "uncertainty": 120 }, "departure": { "time": "1749153729", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1749153859", "uncertainty": 120 }, "departure": { "time": "1749153879", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1749153932", "uncertainty": 120 }, "departure": { "time": "1749153939", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1749154013", "uncertainty": 120 }, "departure": { "time": "1749154029", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1749154098", "uncertainty": 120 }, "departure": { "time": "1749154098", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1749154163", "uncertainty": 120 }, "departure": { "time": "1749154163", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1749154224", "uncertainty": 120 }, "departure": { "time": "1749154224", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1749154314", "uncertainty": 120 }, "departure": { "time": "1749154314", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 12 }, { "arrival": { "time": "1749154414", "uncertainty": 120 }, "departure": { "time": "1749154414", "uncertainty": 120 }, "stopId": "0:REP03", "stopSequence": 13 }, { "arrival": { "time": "1749154548", "uncertainty": 120 }, "departure": { "time": "1749154548", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1749154629", "uncertainty": 120 }, "departure": { "time": "1749154629", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1749154702", "uncertainty": 120 }, "departure": { "time": "1749154702", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1749154764", "uncertainty": 120 }, "departure": { "time": "1749154764", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1749154830", "uncertainty": 120 }, "departure": { "time": "1749154830", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1749154913", "uncertainty": 120 }, "departure": { "time": "1749154913", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1749154998", "uncertainty": 120 }, "departure": { "time": "1749154998", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1749155084", "uncertainty": 120 }, "departure": { "time": "1749155084", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1749155172", "uncertainty": 120 }, "departure": { "time": "1749155172", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1749155229", "uncertainty": 120 }, "departure": { "time": "1749155229", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1749155297", "uncertainty": 120 }, "departure": { "time": "1749155297", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1749155384", "uncertainty": 120 }, "departure": { "time": "1749155384", "uncertainty": 120 }, "stopId": "0:CLO01", "stopSequence": 25 }, { "arrival": { "time": "1749155445", "uncertainty": 120 }, "departure": { "time": "1749155445", "uncertainty": 120 }, "stopId": "0:COL01", "stopSequence": 26 }, { "arrival": { "time": "1749155532", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 27 } ], "timestamp": "1749154096", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642186" }, "vehicle": { "id": "1321", "label": "1321" } } }, { "id": "2660129", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153541", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1749153600", "uncertainty": 120 }, "departure": { "time": "1749153600", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1749153643", "uncertainty": 120 }, "departure": { "time": "1749153643", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1749153688", "uncertainty": 120 }, "departure": { "time": "1749153688", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1749153737", "uncertainty": 120 }, "departure": { "time": "1749153737", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1749153774", "uncertainty": 120 }, "departure": { "time": "1749153781", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1749153859", "uncertainty": 120 }, "departure": { "time": "1749153871", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1749153928", "uncertainty": 120 }, "departure": { "time": "1749153928", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1749153961", "uncertainty": 120 }, "departure": { "time": "1749153961", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1749154041", "uncertainty": 120 }, "departure": { "time": "1749154051", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1749154152", "uncertainty": 120 }, "departure": { "time": "1749154152", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1749154200", "uncertainty": 120 }, "departure": { "time": "1749154200", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1749154236", "uncertainty": 120 }, "departure": { "time": "1749154236", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1749154281", "uncertainty": 120 }, "departure": { "time": "1749154281", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1749154322", "uncertainty": 120 }, "departure": { "time": "1749154322", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1749154354", "uncertainty": 120 }, "departure": { "time": "1749154354", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1749154476", "uncertainty": 120 }, "departure": { "time": "1749154476", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1749154554", "uncertainty": 120 }, "departure": { "time": "1749154554", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1749154653", "uncertainty": 120 }, "departure": { "time": "1749154653", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1749154835", "uncertainty": 120 }, "departure": { "time": "1749154835", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1749155195", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 21 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660129" }, "vehicle": { "id": "2134", "label": "2134" } } }, { "id": "2641823", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153963", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 1 }, { "arrival": { "time": "1749154044", "uncertainty": 120 }, "departure": { "time": "1749154044", "uncertainty": 120 }, "stopId": "0:VALERIA1", "stopSequence": 2 }, { "arrival": { "time": "1749154078", "uncertainty": 120 }, "departure": { "time": "1749154078", "uncertainty": 120 }, "stopId": "0:ROSEAUX1", "stopSequence": 3 }, { "arrival": { "time": "1749154128", "uncertainty": 120 }, "departure": { "time": "1749154128", "uncertainty": 120 }, "stopId": "0:ACACIAS1", "stopSequence": 4 }, { "arrival": { "time": "1749154188", "uncertainty": 120 }, "departure": { "time": "1749154188", "uncertainty": 120 }, "stopId": "0:PTICLOU1", "stopSequence": 5 }, { "arrival": { "time": "1749154238", "uncertainty": 120 }, "departure": { "time": "1749154238", "uncertainty": 120 }, "stopId": "0:STROCH1", "stopSequence": 6 }, { "arrival": { "time": "1749154361", "uncertainty": 120 }, "departure": { "time": "1749154361", "uncertainty": 120 }, "stopId": "0:FAUBOUP1", "stopSequence": 7 }, { "arrival": { "time": "1749154463", "uncertainty": 120 }, "departure": { "time": "1749154463", "uncertainty": 120 }, "stopId": "0:FRECOT1", "stopSequence": 8 }, { "arrival": { "time": "1749154502", "uncertainty": 120 }, "departure": { "time": "1749154502", "uncertainty": 120 }, "stopId": "0:BOUCHOT1", "stopSequence": 9 }, { "arrival": { "time": "1749154569", "uncertainty": 120 }, "departure": { "time": "1749154569", "uncertainty": 120 }, "stopId": "0:VANDERN1", "stopSequence": 10 }, { "arrival": { "time": "1749154601", "uncertainty": 120 }, "departure": { "time": "1749154601", "uncertainty": 120 }, "stopId": "0:POLY01", "stopSequence": 11 }, { "arrival": { "time": "1749154629", "uncertainty": 120 }, "departure": { "time": "1749154629", "uncertainty": 120 }, "stopId": "0:LOTHAIR1", "stopSequence": 12 }, { "arrival": { "time": "1749154717", "uncertainty": 120 }, "departure": { "time": "1749154717", "uncertainty": 120 }, "stopId": "0:PIERNE03", "stopSequence": 13 }, { "arrival": { "time": "1749154762", "uncertainty": 120 }, "departure": { "time": "1749154762", "uncertainty": 120 }, "stopId": "0:DEMBOUR1", "stopSequence": 14 }, { "arrival": { "time": "1749154824", "uncertainty": 120 }, "departure": { "time": "1749154824", "uncertainty": 120 }, "stopId": "0:POMPIDO1", "stopSequence": 15 }, { "arrival": { "time": "1749154922", "uncertainty": 120 }, "departure": { "time": "1749154922", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 16 }, { "arrival": { "time": "1749155016", "uncertainty": 120 }, "departure": { "time": "1749155016", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 17 }, { "arrival": { "time": "1749155222", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 18 } ], "timestamp": "1749154096", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641823" }, "vehicle": { "id": "2052", "label": "2052" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1749154096" } }