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

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

102 erreurs, 178 avertissements

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

Erreurs

stop_times_updates not strictly sorted E002 12 erreurs

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

Exemples d'erreurs
  • trip_id 0_21622176 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_21622175 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_21615526 stop_sequence [19, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] is not strictly sorted by increasing stop_sequence
  • trip_id 0_21615525 stop_sequence [19, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] is not strictly sorted by increasing stop_sequence
  • trip_id 0_21615524 stop_sequence [19, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] 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_21622176 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_21622175 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 86 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_21622176 stop_sequence 1 departure_time 08:45:00 (1767685500) is less than previous stop departure_time 08:47:31 (1767685651) - times must increase between two sequential stops
  • trip_id 0_21622176 stop_sequence 1 departure_time 08:45:00 (1767685500) is less than previous stop arrival_time 08:47:31 (1767685651) - times must increase between two sequential stops
  • trip_id 0_21622176 stop_sequence 2 arrival_time 08:46:20 (1767685580) is less than previous stop arrival_time 08:47:31 (1767685651) - times must increase between two sequential stops
  • trip_id 0_21622176 stop_sequence 2 departure_time 08:46:20 (1767685580) is less than previous stop arrival_time 08:47:31 (1767685651) - times must increase between two sequential stops
  • trip_id 0_21622175 stop_sequence 1 departure_time 08:10:00 (1767683400) is less than previous stop departure_time 08:12:31 (1767683551) - 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_21622176 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
  • trip_id 0_21622175 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different

Avertissements

vehicle_id not populated W002 178 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

Exemples d'erreurs
  • trip_id 0_21614345 does not have a vehicle_id
  • trip_id 0_21614344 does not have a vehicle_id
  • trip_id 0_21623667 does not have a vehicle_id
  • trip_id 0_21623666 does not have a vehicle_id
  • trip_id 0_21620191 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 322 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. 2 236 27 fois (100 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 3 618 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 44 20 fois (74 % des validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 45 20 fois (74 % des validations)
E011 All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt 90 17 fois (63 % 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. 3 1 fois (4 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 06/01/2026 à 19h04 Europe/Paris.

trip_updates (218) 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 06/01/2026 à 19h04 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "1624820", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722940" }, "stopId": "0:QUOITY1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "88", "scheduleRelationship": "SCHEDULED", "tripId": "0_21624820" } } }, { "id": "1624431", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724620", "uncertainty": 120 }, "stopId": "0:CHASG01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "87", "scheduleRelationship": "SCHEDULED", "tripId": "0_21624431" } } }, { "id": "1624430", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722668", "uncertainty": 120 }, "stopId": "0:CHASG01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "87", "scheduleRelationship": "SCHEDULED", "tripId": "0_21624430" } } }, { "id": "1621260", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725760" }, "stopId": "0:PLFRANC1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621260" } } }, { "id": "1621259", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724440", "uncertainty": 120 }, "stopId": "0:PLFRANC1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621259" } } }, { "id": "1621258", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723120" }, "stopId": "0:PLFRANC1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621258" } } }, { "id": "1621257", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721790", "uncertainty": 120 }, "stopId": "0:PLFRANC1", "stopSequence": 1 }, { "arrival": { "time": "1767721895", "uncertainty": 120 }, "departure": { "time": "1767721907", "uncertainty": 120 }, "stopId": "0:COTEAUX1", "stopSequence": 2 }, { "arrival": { "time": "1767722006", "uncertainty": 120 }, "departure": { "time": "1767722027", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 3 }, { "arrival": { "time": "1767722087", "uncertainty": 120 }, "departure": { "time": "1767722087", "uncertainty": 120 }, "stopId": "0:JUNGLIN1", "stopSequence": 4 }, { "arrival": { "time": "1767722139", "uncertainty": 120 }, "departure": { "time": "1767722147", "uncertainty": 120 }, "stopId": "0:GAREWOI1", "stopSequence": 5 }, { "arrival": { "time": "1767722254", "uncertainty": 120 }, "departure": { "time": "1767722267", "uncertainty": 120 }, "stopId": "0:GAMBETT2", "stopSequence": 6 }, { "arrival": { "time": "1767722297", "uncertainty": 120 }, "departure": { "time": "1767722297", "uncertainty": 120 }, "stopId": "0:RUISSEA2", "stopSequence": 7 }, { "arrival": { "time": "1767722369", "uncertainty": 120 }, "departure": { "time": "1767722369", "uncertainty": 120 }, "stopId": "0:CHAPITR1", "stopSequence": 8 }, { "arrival": { "time": "1767722447", "uncertainty": 120 }, "departure": { "time": "1767722447", "uncertainty": 120 }, "stopId": "0:POULMAI1", "stopSequence": 9 }, { "arrival": { "time": "1767722517", "uncertainty": 120 }, "departure": { "time": "1767722517", "uncertainty": 120 }, "stopId": "0:ROGET1", "stopSequence": 10 }, { "arrival": { "time": "1767722558", "uncertainty": 120 }, "departure": { "time": "1767722558", "uncertainty": 120 }, "stopId": "0:2FONTAI1", "stopSequence": 11 }, { "arrival": { "time": "1767722583", "uncertainty": 120 }, "departure": { "time": "1767722583", "uncertainty": 120 }, "stopId": "0:CHARDIN1", "stopSequence": 12 }, { "arrival": { "time": "1767722634", "uncertainty": 120 }, "departure": { "time": "1767722634", "uncertainty": 120 }, "stopId": "0:BOILEAU1", "stopSequence": 13 }, { "arrival": { "time": "1767722754", "uncertainty": 120 }, "stopId": "0:INTJOBA1", "stopSequence": 14 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621257" }, "vehicle": { "id": "1392", "label": "1392" } } }, { "id": "1624404", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724200", "uncertainty": 120 }, "stopId": "0:MNVE2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "87", "scheduleRelationship": "SCHEDULED", "tripId": "0_21624404" } } }, { "id": "1647854", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722340", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 }, { "arrival": { "time": "1767722422", "uncertainty": 120 }, "departure": { "time": "1767722430", "uncertainty": 120 }, "stopId": "0:BOUZONV3", "stopSequence": 2 }, { "arrival": { "time": "1767722497", "uncertainty": 120 }, "departure": { "time": "1767722497", "uncertainty": 120 }, "stopId": "0:HSORET1", "stopSequence": 3 }, { "arrival": { "time": "1767722542", "uncertainty": 120 }, "departure": { "time": "1767722550", "uncertainty": 120 }, "stopId": "0:MARRONN1", "stopSequence": 4 }, { "arrival": { "time": "1767722610", "uncertainty": 120 }, "departure": { "time": "1767722610", "uncertainty": 120 }, "stopId": "0:PINS01", "stopSequence": 5 }, { "arrival": { "time": "1767722714", "uncertainty": 120 }, "departure": { "time": "1767722714", "uncertainty": 120 }, "stopId": "0:FRENES1", "stopSequence": 6 }, { "arrival": { "time": "1767722774", "uncertainty": 120 }, "departure": { "time": "1767722774", "uncertainty": 120 }, "stopId": "0:CARRIER1", "stopSequence": 7 }, { "arrival": { "time": "1767722823", "uncertainty": 120 }, "departure": { "time": "1767722823", "uncertainty": 120 }, "stopId": "0:HETRES1", "stopSequence": 8 }, { "arrival": { "time": "1767722912", "uncertainty": 120 }, "departure": { "time": "1767722912", "uncertainty": 120 }, "stopId": "0:ERABLE1", "stopSequence": 9 }, { "arrival": { "time": "1767722946", "uncertainty": 120 }, "departure": { "time": "1767722946", "uncertainty": 120 }, "stopId": "0:TILLEUL1", "stopSequence": 10 }, { "arrival": { "time": "1767723050", "uncertainty": 120 }, "departure": { "time": "1767723050", "uncertainty": 120 }, "stopId": "0:CIMETIE1", "stopSequence": 11 }, { "arrival": { "time": "1767723113", "uncertainty": 120 }, "departure": { "time": "1767723113", "uncertainty": 120 }, "stopId": "0:STJEGLI1", "stopSequence": 12 }, { "arrival": { "time": "1767723214", "uncertainty": 120 }, "departure": { "time": "1767723214", "uncertainty": 120 }, "stopId": "0:TERRESR1", "stopSequence": 13 }, { "arrival": { "time": "1767723272", "uncertainty": 120 }, "departure": { "time": "1767723272", "uncertainty": 120 }, "stopId": "0:BURGER01", "stopSequence": 14 }, { "arrival": { "time": "1767723297", "uncertainty": 120 }, "departure": { "time": "1767723297", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 15 }, { "arrival": { "time": "1767723479", "uncertainty": 120 }, "departure": { "time": "1767723479", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 16 }, { "arrival": { "time": "1767723512", "uncertainty": 120 }, "departure": { "time": "1767723512", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 17 }, { "arrival": { "time": "1767723606", "uncertainty": 120 }, "departure": { "time": "1767723606", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 18 }, { "arrival": { "time": "1767723685", "uncertainty": 120 }, "departure": { "time": "1767723685", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 19 }, { "arrival": { "time": "1767723783", "uncertainty": 120 }, "departure": { "time": "1767723783", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 20 }, { "arrival": { "time": "1767723954", "uncertainty": 120 }, "departure": { "time": "1767723954", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 21 }, { "arrival": { "time": "1767724007", "uncertainty": 120 }, "departure": { "time": "1767724007", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 22 }, { "arrival": { "time": "1767724200", "uncertainty": 120 }, "departure": { "time": "1767724200", "uncertainty": 120 }, "stopId": "0:REPPS", "stopSequence": 23 }, { "arrival": { "time": "1767724352", "uncertainty": 120 }, "departure": { "time": "1767724352", "uncertainty": 120 }, "stopId": "0:ROIGEO34", "stopSequence": 24 }, { "arrival": { "time": "1767724408", "uncertainty": 120 }, "departure": { "time": "1767724408", "uncertainty": 120 }, "stopId": "0:VERLAIN2", "stopSequence": 25 }, { "arrival": { "time": "1767724560", "uncertainty": 120 }, "departure": { "time": "1767724560", "uncertainty": 120 }, "stopId": "0:PALAISS2", "stopSequence": 26 }, { "arrival": { "time": "1767724614", "uncertainty": 120 }, "departure": { "time": "1767724614", "uncertainty": 120 }, "stopId": "0:VILLAS2", "stopSequence": 27 }, { "arrival": { "time": "1767724675", "uncertainty": 120 }, "departure": { "time": "1767724675", "uncertainty": 120 }, "stopId": "0:PEPINIE2", "stopSequence": 28 }, { "arrival": { "time": "1767724740", "uncertainty": 120 }, "departure": { "time": "1767724740", "uncertainty": 120 }, "stopId": "0:BRIVAGE2", "stopSequence": 29 }, { "arrival": { "time": "1767724932", "uncertainty": 120 }, "departure": { "time": "1767724932", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 30 }, { "arrival": { "time": "1767724988", "uncertainty": 120 }, "departure": { "time": "1767724988", "uncertainty": 120 }, "stopId": "0:SIGISBE2", "stopSequence": 31 }, { "arrival": { "time": "1767725039", "uncertainty": 120 }, "departure": { "time": "1767725039", "uncertainty": 120 }, "stopId": "0:LARDEME2", "stopSequence": 32 }, { "arrival": { "time": "1767725107", "uncertainty": 120 }, "departure": { "time": "1767725107", "uncertainty": 120 }, "stopId": "0:VICTOIR2", "stopSequence": 33 }, { "arrival": { "time": "1767725151", "uncertainty": 120 }, "departure": { "time": "1767725151", "uncertainty": 120 }, "stopId": "0:MARNE2", "stopSequence": 34 }, { "arrival": { "time": "1767725180", "uncertainty": 120 }, "departure": { "time": "1767725180", "uncertainty": 120 }, "stopId": "0:STSIMON2", "stopSequence": 35 }, { "arrival": { "time": "1767725242", "uncertainty": 120 }, "departure": { "time": "1767725242", "uncertainty": 120 }, "stopId": "0:TORTUE2", "stopSequence": 36 }, { "arrival": { "time": "1767725280", "uncertainty": 120 }, "departure": { "time": "1767725280", "uncertainty": 120 }, "stopId": "0:CASTORS2", "stopSequence": 37 }, { "arrival": { "time": "1767725400", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 38 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_21647854" }, "vehicle": { "id": "2435", "label": "2435" } } }, { "id": "1647855", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723600", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 }, { "arrival": { "time": "1767723684", "uncertainty": 120 }, "departure": { "time": "1767723684", "uncertainty": 120 }, "stopId": "0:BOUZONV3", "stopSequence": 2 }, { "arrival": { "time": "1767723756", "uncertainty": 120 }, "departure": { "time": "1767723756", "uncertainty": 120 }, "stopId": "0:HSORET1", "stopSequence": 3 }, { "arrival": { "time": "1767723800", "uncertainty": 120 }, "departure": { "time": "1767723800", "uncertainty": 120 }, "stopId": "0:MARRONN1", "stopSequence": 4 }, { "arrival": { "time": "1767723859", "uncertainty": 120 }, "departure": { "time": "1767723859", "uncertainty": 120 }, "stopId": "0:PINS01", "stopSequence": 5 }, { "arrival": { "time": "1767723924", "uncertainty": 120 }, "departure": { "time": "1767723924", "uncertainty": 120 }, "stopId": "0:FRENES1", "stopSequence": 6 }, { "arrival": { "time": "1767723974", "uncertainty": 120 }, "departure": { "time": "1767723974", "uncertainty": 120 }, "stopId": "0:CARRIER1", "stopSequence": 7 }, { "arrival": { "time": "1767724015", "uncertainty": 120 }, "departure": { "time": "1767724015", "uncertainty": 120 }, "stopId": "0:HETRES1", "stopSequence": 8 }, { "arrival": { "time": "1767724105", "uncertainty": 120 }, "departure": { "time": "1767724105", "uncertainty": 120 }, "stopId": "0:ERABLE1", "stopSequence": 9 }, { "arrival": { "time": "1767724152", "uncertainty": 120 }, "departure": { "time": "1767724152", "uncertainty": 120 }, "stopId": "0:TILLEUL1", "stopSequence": 10 }, { "arrival": { "time": "1767724226", "uncertainty": 120 }, "departure": { "time": "1767724226", "uncertainty": 120 }, "stopId": "0:CIMETIE1", "stopSequence": 11 }, { "arrival": { "time": "1767724288", "uncertainty": 120 }, "departure": { "time": "1767724288", "uncertainty": 120 }, "stopId": "0:STJEGLI1", "stopSequence": 12 }, { "arrival": { "time": "1767724392", "uncertainty": 120 }, "departure": { "time": "1767724392", "uncertainty": 120 }, "stopId": "0:TERRESR1", "stopSequence": 13 }, { "arrival": { "time": "1767724431", "uncertainty": 120 }, "departure": { "time": "1767724431", "uncertainty": 120 }, "stopId": "0:BURGER01", "stopSequence": 14 }, { "arrival": { "time": "1767724465", "uncertainty": 120 }, "departure": { "time": "1767724465", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 15 }, { "arrival": { "time": "1767724648", "uncertainty": 120 }, "departure": { "time": "1767724648", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 16 }, { "arrival": { "time": "1767724713", "uncertainty": 120 }, "departure": { "time": "1767724713", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 17 }, { "arrival": { "time": "1767724832", "uncertainty": 120 }, "departure": { "time": "1767724832", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 18 }, { "arrival": { "time": "1767724910", "uncertainty": 120 }, "departure": { "time": "1767724910", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 19 }, { "arrival": { "time": "1767725009", "uncertainty": 120 }, "departure": { "time": "1767725009", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 20 }, { "arrival": { "time": "1767725193", "uncertainty": 120 }, "departure": { "time": "1767725193", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 21 }, { "arrival": { "time": "1767725225", "uncertainty": 120 }, "departure": { "time": "1767725225", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 22 }, { "arrival": { "time": "1767725373", "uncertainty": 120 }, "departure": { "time": "1767725373", "uncertainty": 120 }, "stopId": "0:REPPS", "stopSequence": 23 }, { "arrival": { "time": "1767725525", "uncertainty": 120 }, "departure": { "time": "1767725525", "uncertainty": 120 }, "stopId": "0:ROIGEO34", "stopSequence": 24 }, { "arrival": { "time": "1767725581", "uncertainty": 120 }, "departure": { "time": "1767725581", "uncertainty": 120 }, "stopId": "0:VERLAIN2", "stopSequence": 25 }, { "arrival": { "time": "1767725733", "uncertainty": 120 }, "departure": { "time": "1767725733", "uncertainty": 120 }, "stopId": "0:PALAISS2", "stopSequence": 26 }, { "arrival": { "time": "1767725769", "uncertainty": 120 }, "departure": { "time": "1767725769", "uncertainty": 120 }, "stopId": "0:VILLAS2", "stopSequence": 27 }, { "arrival": { "time": "1767725809", "uncertainty": 120 }, "departure": { "time": "1767725809", "uncertainty": 120 }, "stopId": "0:PEPINIE2", "stopSequence": 28 }, { "arrival": { "time": "1767725853", "uncertainty": 120 }, "departure": { "time": "1767725853", "uncertainty": 120 }, "stopId": "0:BRIVAGE2", "stopSequence": 29 }, { "arrival": { "time": "1767726045", "uncertainty": 120 }, "departure": { "time": "1767726045", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 30 }, { "arrival": { "time": "1767726101", "uncertainty": 120 }, "departure": { "time": "1767726101", "uncertainty": 120 }, "stopId": "0:SIGISBE2", "stopSequence": 31 }, { "arrival": { "time": "1767726152", "uncertainty": 120 }, "departure": { "time": "1767726152", "uncertainty": 120 }, "stopId": "0:LARDEME2", "stopSequence": 32 }, { "arrival": { "time": "1767726220", "uncertainty": 120 }, "departure": { "time": "1767726220", "uncertainty": 120 }, "stopId": "0:VICTOIR2", "stopSequence": 33 }, { "arrival": { "time": "1767726264", "uncertainty": 120 }, "departure": { "time": "1767726264", "uncertainty": 120 }, "stopId": "0:MARNE2", "stopSequence": 34 }, { "arrival": { "time": "1767726293", "uncertainty": 120 }, "departure": { "time": "1767726293", "uncertainty": 120 }, "stopId": "0:STSIMON2", "stopSequence": 35 }, { "arrival": { "time": "1767726355", "uncertainty": 120 }, "departure": { "time": "1767726355", "uncertainty": 120 }, "stopId": "0:TORTUE2", "stopSequence": 36 }, { "arrival": { "time": "1767726393", "uncertainty": 120 }, "departure": { "time": "1767726393", "uncertainty": 120 }, "stopId": "0:CASTORS2", "stopSequence": 37 }, { "arrival": { "time": "1767726513", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 38 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_21647855" } } }, { "id": "1647852", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720002", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 }, { "arrival": { "time": "1767720069", "uncertainty": 120 }, "departure": { "time": "1767720069", "uncertainty": 120 }, "stopId": "0:BOUZONV3", "stopSequence": 2 }, { "arrival": { "time": "1767720176", "uncertainty": 120 }, "departure": { "time": "1767720176", "uncertainty": 120 }, "stopId": "0:HSORET1", "stopSequence": 3 }, { "arrival": { "time": "1767720213", "uncertainty": 120 }, "departure": { "time": "1767720213", "uncertainty": 120 }, "stopId": "0:MARRONN1", "stopSequence": 4 }, { "arrival": { "time": "1767720272", "uncertainty": 120 }, "departure": { "time": "1767720272", "uncertainty": 120 }, "stopId": "0:PINS01", "stopSequence": 5 }, { "arrival": { "time": "1767720362", "uncertainty": 120 }, "departure": { "time": "1767720362", "uncertainty": 120 }, "stopId": "0:FRENES1", "stopSequence": 6 }, { "arrival": { "time": "1767720429", "uncertainty": 120 }, "departure": { "time": "1767720452", "uncertainty": 120 }, "stopId": "0:CARRIER1", "stopSequence": 7 }, { "arrival": { "time": "1767720512", "uncertainty": 120 }, "departure": { "time": "1767720512", "uncertainty": 120 }, "stopId": "0:HETRES1", "stopSequence": 8 }, { "arrival": { "time": "1767720612", "uncertainty": 120 }, "departure": { "time": "1767720612", "uncertainty": 120 }, "stopId": "0:ERABLE1", "stopSequence": 9 }, { "arrival": { "time": "1767720631", "uncertainty": 120 }, "departure": { "time": "1767720631", "uncertainty": 120 }, "stopId": "0:TILLEUL1", "stopSequence": 10 }, { "arrival": { "time": "1767720712", "uncertainty": 120 }, "departure": { "time": "1767720712", "uncertainty": 120 }, "stopId": "0:CIMETIE1", "stopSequence": 11 }, { "arrival": { "time": "1767720763", "uncertainty": 120 }, "departure": { "time": "1767720763", "uncertainty": 120 }, "stopId": "0:STJEGLI1", "stopSequence": 12 }, { "arrival": { "time": "1767720853", "uncertainty": 120 }, "departure": { "time": "1767720853", "uncertainty": 120 }, "stopId": "0:TERRESR1", "stopSequence": 13 }, { "arrival": { "time": "1767720909", "uncertainty": 120 }, "departure": { "time": "1767720909", "uncertainty": 120 }, "stopId": "0:BURGER01", "stopSequence": 14 }, { "arrival": { "time": "1767720962", "uncertainty": 120 }, "departure": { "time": "1767720962", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 15 }, { "arrival": { "time": "1767721108", "uncertainty": 120 }, "departure": { "time": "1767721112", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 16 }, { "arrival": { "time": "1767721153", "uncertainty": 120 }, "departure": { "time": "1767721173", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 17 }, { "arrival": { "time": "1767721298", "uncertainty": 120 }, "departure": { "time": "1767721322", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 18 }, { "arrival": { "time": "1767721375", "uncertainty": 120 }, "departure": { "time": "1767721382", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 19 }, { "arrival": { "time": "1767721472", "uncertainty": 120 }, "departure": { "time": "1767721502", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 20 }, { "arrival": { "time": "1767721637", "uncertainty": 120 }, "departure": { "time": "1767721742", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 21 }, { "arrival": { "time": "1767721781", "uncertainty": 120 }, "departure": { "time": "1767721781", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 22 }, { "arrival": { "time": "1767722058", "uncertainty": 120 }, "departure": { "time": "1767722058", "uncertainty": 120 }, "stopId": "0:REPPS", "stopSequence": 23 }, { "arrival": { "time": "1767722128", "uncertainty": 120 }, "departure": { "time": "1767722132", "uncertainty": 120 }, "stopId": "0:ROIGEO34", "stopSequence": 24 }, { "arrival": { "time": "1767722252", "uncertainty": 120 }, "departure": { "time": "1767722252", "uncertainty": 120 }, "stopId": "0:VERLAIN2", "stopSequence": 25 }, { "arrival": { "time": "1767722388", "uncertainty": 120 }, "departure": { "time": "1767722388", "uncertainty": 120 }, "stopId": "0:PALAISS2", "stopSequence": 26 }, { "arrival": { "time": "1767722414", "uncertainty": 120 }, "departure": { "time": "1767722432", "uncertainty": 120 }, "stopId": "0:VILLAS2", "stopSequence": 27 }, { "arrival": { "time": "1767722477", "uncertainty": 120 }, "departure": { "time": "1767722492", "uncertainty": 120 }, "stopId": "0:PEPINIE2", "stopSequence": 28 }, { "arrival": { "time": "1767722528", "uncertainty": 120 }, "departure": { "time": "1767722528", "uncertainty": 120 }, "stopId": "0:BRIVAGE2", "stopSequence": 29 }, { "arrival": { "time": "1767722642", "uncertainty": 120 }, "departure": { "time": "1767722642", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 30 }, { "arrival": { "time": "1767722741", "uncertainty": 120 }, "departure": { "time": "1767722741", "uncertainty": 120 }, "stopId": "0:SIGISBE2", "stopSequence": 31 }, { "arrival": { "time": "1767722791", "uncertainty": 120 }, "departure": { "time": "1767722791", "uncertainty": 120 }, "stopId": "0:LARDEME2", "stopSequence": 32 }, { "arrival": { "time": "1767722875", "uncertainty": 120 }, "departure": { "time": "1767722875", "uncertainty": 120 }, "stopId": "0:VICTOIR2", "stopSequence": 33 }, { "arrival": { "time": "1767722916", "uncertainty": 120 }, "departure": { "time": "1767722916", "uncertainty": 120 }, "stopId": "0:MARNE2", "stopSequence": 34 }, { "arrival": { "time": "1767722957", "uncertainty": 120 }, "departure": { "time": "1767722957", "uncertainty": 120 }, "stopId": "0:STSIMON2", "stopSequence": 35 }, { "arrival": { "time": "1767722996", "uncertainty": 120 }, "departure": { "time": "1767722996", "uncertainty": 120 }, "stopId": "0:TORTUE2", "stopSequence": 36 }, { "arrival": { "time": "1767723046", "uncertainty": 120 }, "departure": { "time": "1767723046", "uncertainty": 120 }, "stopId": "0:CASTORS2", "stopSequence": 37 }, { "arrival": { "time": "1767723166", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 38 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_21647852" }, "vehicle": { "id": "1357", "label": "1357" } } }, { "id": "1647853", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721170", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 }, { "arrival": { "time": "1767721230", "uncertainty": 120 }, "departure": { "time": "1767721230", "uncertainty": 120 }, "stopId": "0:BOUZONV3", "stopSequence": 2 }, { "arrival": { "time": "1767721279", "uncertainty": 120 }, "departure": { "time": "1767721279", "uncertainty": 120 }, "stopId": "0:HSORET1", "stopSequence": 3 }, { "arrival": { "time": "1767721307", "uncertainty": 120 }, "departure": { "time": "1767721320", "uncertainty": 120 }, "stopId": "0:MARRONN1", "stopSequence": 4 }, { "arrival": { "time": "1767721380", "uncertainty": 120 }, "departure": { "time": "1767721410", "uncertainty": 120 }, "stopId": "0:PINS01", "stopSequence": 5 }, { "arrival": { "time": "1767721499", "uncertainty": 120 }, "departure": { "time": "1767721499", "uncertainty": 120 }, "stopId": "0:FRENES1", "stopSequence": 6 }, { "arrival": { "time": "1767721560", "uncertainty": 120 }, "departure": { "time": "1767721560", "uncertainty": 120 }, "stopId": "0:CARRIER1", "stopSequence": 7 }, { "arrival": { "time": "1767721610", "uncertainty": 120 }, "departure": { "time": "1767721610", "uncertainty": 120 }, "stopId": "0:HETRES1", "stopSequence": 8 }, { "arrival": { "time": "1767721699", "uncertainty": 120 }, "departure": { "time": "1767721699", "uncertainty": 120 }, "stopId": "0:ERABLE1", "stopSequence": 9 }, { "arrival": { "time": "1767721731", "uncertainty": 120 }, "departure": { "time": "1767721731", "uncertainty": 120 }, "stopId": "0:TILLEUL1", "stopSequence": 10 }, { "arrival": { "time": "1767721839", "uncertainty": 120 }, "departure": { "time": "1767721839", "uncertainty": 120 }, "stopId": "0:CIMETIE1", "stopSequence": 11 }, { "arrival": { "time": "1767721902", "uncertainty": 120 }, "departure": { "time": "1767721902", "uncertainty": 120 }, "stopId": "0:STJEGLI1", "stopSequence": 12 }, { "arrival": { "time": "1767722003", "uncertainty": 120 }, "departure": { "time": "1767722010", "uncertainty": 120 }, "stopId": "0:TERRESR1", "stopSequence": 13 }, { "arrival": { "time": "1767722070", "uncertainty": 120 }, "departure": { "time": "1767722070", "uncertainty": 120 }, "stopId": "0:BURGER01", "stopSequence": 14 }, { "arrival": { "time": "1767722094", "uncertainty": 120 }, "departure": { "time": "1767722100", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 15 }, { "arrival": { "time": "1767722280", "uncertainty": 120 }, "departure": { "time": "1767722280", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 16 }, { "arrival": { "time": "1767722308", "uncertainty": 120 }, "departure": { "time": "1767722308", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 17 }, { "arrival": { "time": "1767722398", "uncertainty": 120 }, "departure": { "time": "1767722430", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 18 }, { "arrival": { "time": "1767722490", "uncertainty": 120 }, "departure": { "time": "1767722490", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 19 }, { "arrival": { "time": "1767722619", "uncertainty": 120 }, "departure": { "time": "1767722619", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 20 }, { "arrival": { "time": "1767722753", "uncertainty": 120 }, "departure": { "time": "1767722753", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 21 }, { "arrival": { "time": "1767722810", "uncertainty": 120 }, "departure": { "time": "1767722810", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 22 }, { "arrival": { "time": "1767723073", "uncertainty": 120 }, "departure": { "time": "1767723073", "uncertainty": 120 }, "stopId": "0:REPPS", "stopSequence": 23 }, { "arrival": { "time": "1767723155", "uncertainty": 120 }, "departure": { "time": "1767723155", "uncertainty": 120 }, "stopId": "0:ROIGEO34", "stopSequence": 24 }, { "arrival": { "time": "1767723269", "uncertainty": 120 }, "departure": { "time": "1767723269", "uncertainty": 120 }, "stopId": "0:VERLAIN2", "stopSequence": 25 }, { "arrival": { "time": "1767723409", "uncertainty": 120 }, "departure": { "time": "1767723409", "uncertainty": 120 }, "stopId": "0:PALAISS2", "stopSequence": 26 }, { "arrival": { "time": "1767723440", "uncertainty": 120 }, "departure": { "time": "1767723440", "uncertainty": 120 }, "stopId": "0:VILLAS2", "stopSequence": 27 }, { "arrival": { "time": "1767723487", "uncertainty": 120 }, "departure": { "time": "1767723487", "uncertainty": 120 }, "stopId": "0:PEPINIE2", "stopSequence": 28 }, { "arrival": { "time": "1767723526", "uncertainty": 120 }, "departure": { "time": "1767723526", "uncertainty": 120 }, "stopId": "0:BRIVAGE2", "stopSequence": 29 }, { "arrival": { "time": "1767723692", "uncertainty": 120 }, "departure": { "time": "1767723692", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 30 }, { "arrival": { "time": "1767723775", "uncertainty": 120 }, "departure": { "time": "1767723775", "uncertainty": 120 }, "stopId": "0:SIGISBE2", "stopSequence": 31 }, { "arrival": { "time": "1767723825", "uncertainty": 120 }, "departure": { "time": "1767723825", "uncertainty": 120 }, "stopId": "0:LARDEME2", "stopSequence": 32 }, { "arrival": { "time": "1767723905", "uncertainty": 120 }, "departure": { "time": "1767723905", "uncertainty": 120 }, "stopId": "0:VICTOIR2", "stopSequence": 33 }, { "arrival": { "time": "1767723947", "uncertainty": 120 }, "departure": { "time": "1767723947", "uncertainty": 120 }, "stopId": "0:MARNE2", "stopSequence": 34 }, { "arrival": { "time": "1767723985", "uncertainty": 120 }, "departure": { "time": "1767723985", "uncertainty": 120 }, "stopId": "0:STSIMON2", "stopSequence": 35 }, { "arrival": { "time": "1767724028", "uncertainty": 120 }, "departure": { "time": "1767724028", "uncertainty": 120 }, "stopId": "0:TORTUE2", "stopSequence": 36 }, { "arrival": { "time": "1767724076", "uncertainty": 120 }, "departure": { "time": "1767724076", "uncertainty": 120 }, "stopId": "0:CASTORS2", "stopSequence": 37 }, { "arrival": { "time": "1767724196", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 38 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_21647853" }, "vehicle": { "id": "1931", "label": "1931" } } }, { "id": "1647857", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725460", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_21647857" } } }, { "id": "1647868", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721260", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1767721380", "uncertainty": 120 }, "departure": { "time": "1767721380", "uncertainty": 120 }, "stopId": "0:CASTORS1", "stopSequence": 2 }, { "arrival": { "time": "1767721432", "uncertainty": 120 }, "departure": { "time": "1767721442", "uncertainty": 120 }, "stopId": "0:TORTUE1", "stopSequence": 3 }, { "arrival": { "time": "1767721487", "uncertainty": 120 }, "departure": { "time": "1767721487", "uncertainty": 120 }, "stopId": "0:STSIMON1", "stopSequence": 4 }, { "arrival": { "time": "1767721506", "uncertainty": 120 }, "departure": { "time": "1767721506", "uncertainty": 120 }, "stopId": "0:MARNE1", "stopSequence": 5 }, { "arrival": { "time": "1767721562", "uncertainty": 120 }, "departure": { "time": "1767721562", "uncertainty": 120 }, "stopId": "0:VICTOIR1", "stopSequence": 6 }, { "arrival": { "time": "1767721629", "uncertainty": 120 }, "departure": { "time": "1767721653", "uncertainty": 120 }, "stopId": "0:LARDEME1", "stopSequence": 7 }, { "arrival": { "time": "1767721712", "uncertainty": 120 }, "departure": { "time": "1767721712", "uncertainty": 120 }, "stopId": "0:SIGISBE1", "stopSequence": 8 }, { "arrival": { "time": "1767721772", "uncertainty": 120 }, "departure": { "time": "1767721772", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 9 }, { "arrival": { "time": "1767721887", "uncertainty": 120 }, "departure": { "time": "1767721887", "uncertainty": 120 }, "stopId": "0:BRIVAGE1", "stopSequence": 10 }, { "arrival": { "time": "1767721933", "uncertainty": 120 }, "departure": { "time": "1767721952", "uncertainty": 120 }, "stopId": "0:PEPINIE1", "stopSequence": 11 }, { "arrival": { "time": "1767721996", "uncertainty": 120 }, "departure": { "time": "1767722012", "uncertainty": 120 }, "stopId": "0:VILLAS1", "stopSequence": 12 }, { "arrival": { "time": "1767722057", "uncertainty": 120 }, "departure": { "time": "1767722057", "uncertainty": 120 }, "stopId": "0:PALAISS1", "stopSequence": 13 }, { "arrival": { "time": "1767722155", "uncertainty": 120 }, "departure": { "time": "1767722162", "uncertainty": 120 }, "stopId": "0:VERLAIN1", "stopSequence": 14 }, { "arrival": { "time": "1767722242", "uncertainty": 120 }, "departure": { "time": "1767722254", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 15 }, { "arrival": { "time": "1767722410", "uncertainty": 120 }, "departure": { "time": "1767722462", "uncertainty": 120 }, "stopId": "0:REPBS", "stopSequence": 16 }, { "arrival": { "time": "1767722630", "uncertainty": 120 }, "departure": { "time": "1767722642", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 17 }, { "arrival": { "time": "1767722701", "uncertainty": 120 }, "departure": { "time": "1767722701", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 18 }, { "arrival": { "time": "1767722935", "uncertainty": 120 }, "departure": { "time": "1767722935", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 19 }, { "arrival": { "time": "1767723053", "uncertainty": 120 }, "departure": { "time": "1767723053", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 20 }, { "arrival": { "time": "1767723100", "uncertainty": 120 }, "departure": { "time": "1767723100", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 21 }, { "arrival": { "time": "1767723160", "uncertainty": 120 }, "departure": { "time": "1767723160", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 22 }, { "arrival": { "time": "1767723322", "uncertainty": 120 }, "departure": { "time": "1767723322", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 23 }, { "arrival": { "time": "1767723357", "uncertainty": 120 }, "departure": { "time": "1767723357", "uncertainty": 120 }, "stopId": "0:BURGER02", "stopSequence": 24 }, { "arrival": { "time": "1767723411", "uncertainty": 120 }, "departure": { "time": "1767723411", "uncertainty": 120 }, "stopId": "0:TERRESR2", "stopSequence": 25 }, { "arrival": { "time": "1767723507", "uncertainty": 120 }, "departure": { "time": "1767723507", "uncertainty": 120 }, "stopId": "0:STJEGLI2", "stopSequence": 26 }, { "arrival": { "time": "1767723574", "uncertainty": 120 }, "departure": { "time": "1767723574", "uncertainty": 120 }, "stopId": "0:CIMETIE2", "stopSequence": 27 }, { "arrival": { "time": "1767723648", "uncertainty": 120 }, "departure": { "time": "1767723648", "uncertainty": 120 }, "stopId": "0:TILLEUL2", "stopSequence": 28 }, { "arrival": { "time": "1767723691", "uncertainty": 120 }, "departure": { "time": "1767723691", "uncertainty": 120 }, "stopId": "0:ERABLE2", "stopSequence": 29 }, { "arrival": { "time": "1767723790", "uncertainty": 120 }, "departure": { "time": "1767723790", "uncertainty": 120 }, "stopId": "0:HETRES2", "stopSequence": 30 }, { "arrival": { "time": "1767723865", "uncertainty": 120 }, "departure": { "time": "1767723865", "uncertainty": 120 }, "stopId": "0:CARRIER2", "stopSequence": 31 }, { "arrival": { "time": "1767723918", "uncertainty": 120 }, "departure": { "time": "1767723918", "uncertainty": 120 }, "stopId": "0:FRENES2", "stopSequence": 32 }, { "arrival": { "time": "1767723999", "uncertainty": 120 }, "departure": { "time": "1767723999", "uncertainty": 120 }, "stopId": "0:PINS02", "stopSequence": 33 }, { "arrival": { "time": "1767724051", "uncertainty": 120 }, "departure": { "time": "1767724051", "uncertainty": 120 }, "stopId": "0:MARRONN2", "stopSequence": 34 }, { "arrival": { "time": "1767724083", "uncertainty": 120 }, "departure": { "time": "1767724083", "uncertainty": 120 }, "stopId": "0:HSORET2", "stopSequence": 35 }, { "arrival": { "time": "1767724159", "uncertainty": 120 }, "departure": { "time": "1767724159", "uncertainty": 120 }, "stopId": "0:BOUZONV4", "stopSequence": 36 }, { "arrival": { "time": "1767724231", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 37 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_21647868" }, "vehicle": { "id": "1736", "label": "1736" } } }, { "id": "1624370", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767726240" }, "stopId": "0:MNVE2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "87", "scheduleRelationship": "SCHEDULED", "tripId": "0_21624370" } } }, { "id": "1624263", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723900" }, "stopId": "0:PEMG1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "0_21624263" } } }, { "id": "1620885", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725760", "uncertainty": 120 }, "stopId": "0:INTJOBA2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620885" } } }, { "id": "1624262", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721200", "uncertainty": 120 }, "stopId": "0:PEMG1", "stopSequence": 1 }, { "arrival": { "time": "1767721271", "uncertainty": 120 }, "departure": { "time": "1767721271", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 2 }, { "arrival": { "time": "1767721439", "uncertainty": 120 }, "departure": { "time": "1767721439", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1767721529", "uncertainty": 120 }, "departure": { "time": "1767721529", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1767721597", "uncertainty": 120 }, "departure": { "time": "1767721597", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1767721718", "uncertainty": 120 }, "departure": { "time": "1767721718", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1767721770", "uncertainty": 120 }, "departure": { "time": "1767721770", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1767721810", "uncertainty": 120 }, "departure": { "time": "1767721810", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1767721870", "uncertainty": 120 }, "departure": { "time": "1767721870", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1767721911", "uncertainty": 120 }, "departure": { "time": "1767721911", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1767722069", "uncertainty": 120 }, "departure": { "time": "1767722069", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 11 }, { "arrival": { "time": "1767722163", "uncertainty": 120 }, "departure": { "time": "1767722163", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1767722258", "uncertainty": 120 }, "departure": { "time": "1767722258", "uncertainty": 120 }, "stopId": "0:GAREAUG2", "stopSequence": 13 }, { "arrival": { "time": "1767722605", "uncertainty": 120 }, "departure": { "time": "1767722610", "uncertainty": 120 }, "stopId": "0:LOUVIE02", "stopSequence": 14 }, { "arrival": { "time": "1767722643", "uncertainty": 120 }, "departure": { "time": "1767722643", "uncertainty": 120 }, "stopId": "0:VIGNOTT2", "stopSequence": 15 }, { "arrival": { "time": "1767722657", "uncertainty": 120 }, "departure": { "time": "1767722657", "uncertainty": 120 }, "stopId": "0:CUVRY2", "stopSequence": 16 }, { "arrival": { "time": "1767722693", "uncertainty": 120 }, "departure": { "time": "1767722693", "uncertainty": 120 }, "stopId": "0:CHAMPAG2", "stopSequence": 17 }, { "arrival": { "time": "1767722862", "uncertainty": 120 }, "departure": { "time": "1767722862", "uncertainty": 120 }, "stopId": "0:POMMERA2", "stopSequence": 18 }, { "arrival": { "time": "1767722917", "uncertainty": 120 }, "departure": { "time": "1767722917", "uncertainty": 120 }, "stopId": "0:CEDRBL02", "stopSequence": 19 }, { "arrival": { "time": "1767722953", "uncertainty": 120 }, "departure": { "time": "1767722953", "uncertainty": 120 }, "stopId": "0:COINCUV2", "stopSequence": 20 }, { "arrival": { "time": "1767722988", "uncertainty": 120 }, "departure": { "time": "1767722988", "uncertainty": 120 }, "stopId": "0:CHAVEAU2", "stopSequence": 21 }, { "arrival": { "time": "1767723121", "uncertainty": 120 }, "departure": { "time": "1767723121", "uncertainty": 120 }, "stopId": "0:POURNOY2", "stopSequence": 22 }, { "arrival": { "time": "1767723301", "uncertainty": 120 }, "stopId": "0:COINSEI1", "stopSequence": 23 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "0_21624262" }, "vehicle": { "id": "123171", "label": "123171" } } }, { "id": "1620884", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724440" }, "stopId": "0:INTJOBA2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620884" } } }, { "id": "1620883", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723120", "uncertainty": 120 }, "stopId": "0:INTJOBA2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620883" } } }, { "id": "1614407", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724920", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614407" } } }, { "id": "1614406", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720900", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1767721078", "uncertainty": 120 }, "departure": { "time": "1767721078", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1767721096", "uncertainty": 120 }, "departure": { "time": "1767721111", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1767721166", "uncertainty": 120 }, "departure": { "time": "1767721166", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1767721216", "uncertainty": 120 }, "departure": { "time": "1767721216", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1767721231", "uncertainty": 120 }, "departure": { "time": "1767721231", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1767721251", "uncertainty": 120 }, "departure": { "time": "1767721261", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1767721321", "uncertainty": 120 }, "departure": { "time": "1767721351", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1767721397", "uncertainty": 120 }, "departure": { "time": "1767721397", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1767721459", "uncertainty": 120 }, "departure": { "time": "1767721471", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1767721501", "uncertainty": 120 }, "departure": { "time": "1767721501", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1767721546", "uncertainty": 120 }, "departure": { "time": "1767721561", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1767721611", "uncertainty": 120 }, "departure": { "time": "1767721621", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1767721666", "uncertainty": 120 }, "departure": { "time": "1767721681", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1767721771", "uncertainty": 120 }, "departure": { "time": "1767721801", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1767721861", "uncertainty": 120 }, "departure": { "time": "1767721861", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 16 }, { "arrival": { "time": "1767722011", "uncertainty": 120 }, "departure": { "time": "1767722071", "uncertainty": 120 }, "stopId": "0:REPBS", "stopSequence": 17 }, { "arrival": { "time": "1767722191", "uncertainty": 120 }, "departure": { "time": "1767722221", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1767722281", "uncertainty": 120 }, "departure": { "time": "1767722281", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 19 }, { "arrival": { "time": "1767722521", "uncertainty": 120 }, "departure": { "time": "1767722521", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1767722663", "uncertainty": 120 }, "departure": { "time": "1767722663", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1767722716", "uncertainty": 120 }, "departure": { "time": "1767722716", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1767722765", "uncertainty": 120 }, "departure": { "time": "1767722765", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1767722810", "uncertainty": 120 }, "departure": { "time": "1767722810", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1767722870", "uncertainty": 120 }, "departure": { "time": "1767722870", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1767722930", "uncertainty": 120 }, "departure": { "time": "1767722930", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1767723024", "uncertainty": 120 }, "departure": { "time": "1767723024", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1767723110", "uncertainty": 120 }, "departure": { "time": "1767723110", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1767723146", "uncertainty": 120 }, "departure": { "time": "1767723146", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1767723195", "uncertainty": 120 }, "departure": { "time": "1767723195", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1767723296", "uncertainty": 120 }, "departure": { "time": "1767723296", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1767723303", "uncertainty": 120 }, "departure": { "time": "1767723303", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1767723365", "uncertainty": 120 }, "departure": { "time": "1767723365", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1767723410", "uncertainty": 120 }, "departure": { "time": "1767723410", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1767723484", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614406" }, "vehicle": { "id": "2426", "label": "2426" } } }, { "id": "1614405", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720240", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1767720497", "uncertainty": 120 }, "departure": { "time": "1767720497", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1767720540", "uncertainty": 120 }, "departure": { "time": "1767720540", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1767720570", "uncertainty": 120 }, "departure": { "time": "1767720570", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1767720681", "uncertainty": 120 }, "departure": { "time": "1767720690", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1767720732", "uncertainty": 120 }, "departure": { "time": "1767720732", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1767720750", "uncertainty": 120 }, "departure": { "time": "1767720750", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1767720877", "uncertainty": 120 }, "departure": { "time": "1767720877", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1767720930", "uncertainty": 120 }, "departure": { "time": "1767720930", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1767721009", "uncertainty": 120 }, "departure": { "time": "1767721020", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1767721080", "uncertainty": 120 }, "departure": { "time": "1767721080", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1767721110", "uncertainty": 120 }, "departure": { "time": "1767721110", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1767721185", "uncertainty": 120 }, "departure": { "time": "1767721185", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1767721230", "uncertainty": 120 }, "departure": { "time": "1767721230", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1767721320", "uncertainty": 120 }, "departure": { "time": "1767721320", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1767721404", "uncertainty": 120 }, "departure": { "time": "1767721410", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 16 }, { "arrival": { "time": "1767721554", "uncertainty": 120 }, "departure": { "time": "1767721560", "uncertainty": 120 }, "stopId": "0:REPBS", "stopSequence": 17 }, { "arrival": { "time": "1767721692", "uncertainty": 120 }, "departure": { "time": "1767721710", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1767721770", "uncertainty": 120 }, "departure": { "time": "1767721770", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 19 }, { "arrival": { "time": "1767721901", "uncertainty": 120 }, "departure": { "time": "1767721920", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1767722076", "uncertainty": 120 }, "departure": { "time": "1767722076", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1767722130", "uncertainty": 120 }, "departure": { "time": "1767722130", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1767722179", "uncertainty": 120 }, "departure": { "time": "1767722179", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1767722220", "uncertainty": 120 }, "departure": { "time": "1767722220", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1767722280", "uncertainty": 120 }, "departure": { "time": "1767722280", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1767722340", "uncertainty": 120 }, "departure": { "time": "1767722340", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1767722431", "uncertainty": 120 }, "departure": { "time": "1767722431", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1767722519", "uncertainty": 120 }, "departure": { "time": "1767722519", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1767722550", "uncertainty": 120 }, "departure": { "time": "1767722550", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1767722596", "uncertainty": 120 }, "departure": { "time": "1767722610", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1767722742", "uncertainty": 120 }, "departure": { "time": "1767722742", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1767722748", "uncertainty": 120 }, "departure": { "time": "1767722748", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1767722810", "uncertainty": 120 }, "departure": { "time": "1767722810", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1767722856", "uncertainty": 120 }, "departure": { "time": "1767722856", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1767722930", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614405" }, "vehicle": { "id": "2434", "label": "2434" } } }, { "id": "1614412", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767726000", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614412" } } }, { "id": "1614411", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723960", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614411" } } }, { "id": "1614410", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723060", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1767723266", "uncertainty": 120 }, "departure": { "time": "1767723266", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1767723281", "uncertainty": 120 }, "departure": { "time": "1767723281", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1767723354", "uncertainty": 120 }, "departure": { "time": "1767723354", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1767723409", "uncertainty": 120 }, "departure": { "time": "1767723409", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1767723445", "uncertainty": 120 }, "departure": { "time": "1767723445", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1767723492", "uncertainty": 120 }, "departure": { "time": "1767723492", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1767723580", "uncertainty": 120 }, "departure": { "time": "1767723580", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1767723634", "uncertainty": 120 }, "departure": { "time": "1767723634", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1767723699", "uncertainty": 120 }, "departure": { "time": "1767723699", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1767723752", "uncertainty": 120 }, "departure": { "time": "1767723752", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1767723808", "uncertainty": 120 }, "departure": { "time": "1767723808", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1767723878", "uncertainty": 120 }, "departure": { "time": "1767723878", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1767723918", "uncertainty": 120 }, "departure": { "time": "1767723918", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1767724019", "uncertainty": 120 }, "departure": { "time": "1767724019", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1767724080", "uncertainty": 120 }, "departure": { "time": "1767724080", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 16 }, { "arrival": { "time": "1767724212", "uncertainty": 120 }, "departure": { "time": "1767724212", "uncertainty": 120 }, "stopId": "0:REPBS", "stopSequence": 17 }, { "arrival": { "time": "1767724412", "uncertainty": 120 }, "departure": { "time": "1767724412", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1767724479", "uncertainty": 120 }, "departure": { "time": "1767724479", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 19 }, { "arrival": { "time": "1767724658", "uncertainty": 120 }, "departure": { "time": "1767724658", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1767724852", "uncertainty": 120 }, "departure": { "time": "1767724852", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1767724897", "uncertainty": 120 }, "departure": { "time": "1767724897", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1767724942", "uncertainty": 120 }, "departure": { "time": "1767724942", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1767725018", "uncertainty": 120 }, "departure": { "time": "1767725018", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1767725074", "uncertainty": 120 }, "departure": { "time": "1767725074", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1767725138", "uncertainty": 120 }, "departure": { "time": "1767725138", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1767725258", "uncertainty": 120 }, "departure": { "time": "1767725258", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1767725328", "uncertainty": 120 }, "departure": { "time": "1767725328", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1767725405", "uncertainty": 120 }, "departure": { "time": "1767725405", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1767725481", "uncertainty": 120 }, "departure": { "time": "1767725481", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1767725550", "uncertainty": 120 }, "departure": { "time": "1767725550", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1767725586", "uncertainty": 120 }, "departure": { "time": "1767725586", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1767725682", "uncertainty": 120 }, "departure": { "time": "1767725682", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1767725723", "uncertainty": 120 }, "departure": { "time": "1767725723", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1767725798", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614410" } } }, { "id": "1614409", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722160", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1767722401", "uncertainty": 120 }, "departure": { "time": "1767722401", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1767722442", "uncertainty": 120 }, "departure": { "time": "1767722461", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1767722535", "uncertainty": 120 }, "departure": { "time": "1767722535", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1767722589", "uncertainty": 120 }, "departure": { "time": "1767722589", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1767722624", "uncertainty": 120 }, "departure": { "time": "1767722624", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1767722673", "uncertainty": 120 }, "departure": { "time": "1767722673", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1767722765", "uncertainty": 120 }, "departure": { "time": "1767722765", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1767722820", "uncertainty": 120 }, "departure": { "time": "1767722820", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1767722883", "uncertainty": 120 }, "departure": { "time": "1767722883", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1767722937", "uncertainty": 120 }, "departure": { "time": "1767722937", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1767722993", "uncertainty": 120 }, "departure": { "time": "1767722993", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1767723062", "uncertainty": 120 }, "departure": { "time": "1767723062", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1767723101", "uncertainty": 120 }, "departure": { "time": "1767723101", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1767723201", "uncertainty": 120 }, "departure": { "time": "1767723201", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1767723261", "uncertainty": 120 }, "departure": { "time": "1767723261", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 16 }, { "arrival": { "time": "1767723415", "uncertainty": 120 }, "departure": { "time": "1767723415", "uncertainty": 120 }, "stopId": "0:REPBS", "stopSequence": 17 }, { "arrival": { "time": "1767723549", "uncertainty": 120 }, "departure": { "time": "1767723549", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1767723609", "uncertainty": 120 }, "departure": { "time": "1767723609", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 19 }, { "arrival": { "time": "1767723840", "uncertainty": 120 }, "departure": { "time": "1767723840", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1767724034", "uncertainty": 120 }, "departure": { "time": "1767724034", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1767724079", "uncertainty": 120 }, "departure": { "time": "1767724079", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1767724124", "uncertainty": 120 }, "departure": { "time": "1767724124", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1767724200", "uncertainty": 120 }, "departure": { "time": "1767724200", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1767724256", "uncertainty": 120 }, "departure": { "time": "1767724256", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1767724320", "uncertainty": 120 }, "departure": { "time": "1767724320", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1767724440", "uncertainty": 120 }, "departure": { "time": "1767724440", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1767724510", "uncertainty": 120 }, "departure": { "time": "1767724510", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1767724587", "uncertainty": 120 }, "departure": { "time": "1767724587", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1767724663", "uncertainty": 120 }, "departure": { "time": "1767724663", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1767724732", "uncertainty": 120 }, "departure": { "time": "1767724732", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1767724768", "uncertainty": 120 }, "departure": { "time": "1767724768", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1767724864", "uncertainty": 120 }, "departure": { "time": "1767724864", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1767724905", "uncertainty": 120 }, "departure": { "time": "1767724905", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1767724980", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614409" }, "vehicle": { "id": "2032", "label": "2032" } } }, { "id": "1624246", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725100" }, "stopId": "0:COINSEI1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "0_21624246" } } }, { "id": "1614408", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721500", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1767721735", "uncertainty": 120 }, "departure": { "time": "1767721741", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1767721782", "uncertainty": 120 }, "departure": { "time": "1767721801", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1767721877", "uncertainty": 120 }, "departure": { "time": "1767721877", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1767721921", "uncertainty": 120 }, "departure": { "time": "1767721921", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1767721935", "uncertainty": 120 }, "departure": { "time": "1767721935", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1767721985", "uncertainty": 120 }, "departure": { "time": "1767722011", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1767722106", "uncertainty": 120 }, "departure": { "time": "1767722106", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1767722161", "uncertainty": 120 }, "departure": { "time": "1767722161", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1767722221", "uncertainty": 120 }, "departure": { "time": "1767722221", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1767722276", "uncertainty": 120 }, "departure": { "time": "1767722311", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1767722366", "uncertainty": 120 }, "departure": { "time": "1767722366", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1767722436", "uncertainty": 120 }, "departure": { "time": "1767722436", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1767722474", "uncertainty": 120 }, "departure": { "time": "1767722474", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1767722574", "uncertainty": 120 }, "departure": { "time": "1767722581", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1767722641", "uncertainty": 120 }, "departure": { "time": "1767722641", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 16 }, { "arrival": { "time": "1767722796", "uncertainty": 120 }, "departure": { "time": "1767722796", "uncertainty": 120 }, "stopId": "0:REPBS", "stopSequence": 17 }, { "arrival": { "time": "1767722927", "uncertainty": 120 }, "departure": { "time": "1767722927", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1767722988", "uncertainty": 120 }, "departure": { "time": "1767722988", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 19 }, { "arrival": { "time": "1767723222", "uncertainty": 120 }, "departure": { "time": "1767723222", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1767723383", "uncertainty": 120 }, "departure": { "time": "1767723383", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1767723436", "uncertainty": 120 }, "departure": { "time": "1767723436", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1767723485", "uncertainty": 120 }, "departure": { "time": "1767723485", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1767723530", "uncertainty": 120 }, "departure": { "time": "1767723530", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1767723590", "uncertainty": 120 }, "departure": { "time": "1767723590", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1767723651", "uncertainty": 120 }, "departure": { "time": "1767723651", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1767723746", "uncertainty": 120 }, "departure": { "time": "1767723746", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1767723831", "uncertainty": 120 }, "departure": { "time": "1767723831", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1767723868", "uncertainty": 120 }, "departure": { "time": "1767723868", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1767723918", "uncertainty": 120 }, "departure": { "time": "1767723918", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1767723987", "uncertainty": 120 }, "departure": { "time": "1767723987", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1767724001", "uncertainty": 120 }, "departure": { "time": "1767724001", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1767724072", "uncertainty": 120 }, "departure": { "time": "1767724072", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1767724116", "uncertainty": 120 }, "departure": { "time": "1767724116", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1767724190", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614408" }, "vehicle": { "id": "1833", "label": "1833" } } }, { "id": "1620717", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767722392", "uncertainty": 120 }, "departure": { "time": "1767722392", "uncertainty": 120 }, "stopId": "0:VIGNES1", "stopSequence": 6 }, { "arrival": { "time": "1767722422", "uncertainty": 120 }, "departure": { "time": "1767722422", "uncertainty": 120 }, "stopId": "0:MIRABEL1", "stopSequence": 7 }, { "arrival": { "time": "1767722438", "uncertainty": 120 }, "departure": { "time": "1767722438", "uncertainty": 120 }, "stopId": "0:BUTTE1", "stopSequence": 8 }, { "arrival": { "time": "1767722469", "uncertainty": 120 }, "departure": { "time": "1767722469", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 9 }, { "arrival": { "time": "1767722519", "uncertainty": 120 }, "departure": { "time": "1767722519", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 10 }, { "arrival": { "time": "1767722558", "uncertainty": 120 }, "departure": { "time": "1767722558", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 11 }, { "arrival": { "time": "1767722579", "uncertainty": 120 }, "departure": { "time": "1767722579", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 12 }, { "arrival": { "time": "1767722606", "uncertainty": 120 }, "departure": { "time": "1767722606", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 13 }, { "arrival": { "time": "1767722715", "uncertainty": 120 }, "departure": { "time": "1767722715", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 14 }, { "arrival": { "time": "1767722758", "uncertainty": 120 }, "departure": { "time": "1767722758", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 15 }, { "arrival": { "time": "1767722898", "uncertainty": 120 }, "departure": { "time": "1767722898", "uncertainty": 120 }, "stopId": "0:POINCAR1", "stopSequence": 16 }, { "arrival": { "time": "1767723058", "uncertainty": 120 }, "departure": { "time": "1767723058", "uncertainty": 120 }, "stopId": "0:CANAL102", "stopSequence": 17 }, { "arrival": { "time": "1767723155", "uncertainty": 120 }, "departure": { "time": "1767723155", "uncertainty": 120 }, "stopId": "0:VACQUI02", "stopSequence": 18 }, { "arrival": { "time": "1767723354", "uncertainty": 120 }, "departure": { "time": "1767723354", "uncertainty": 120 }, "stopId": "0:COUVENT1", "stopSequence": 19 }, { "arrival": { "time": "1767723405", "uncertainty": 120 }, "departure": { "time": "1767723405", "uncertainty": 120 }, "stopId": "0:MEURISS1", "stopSequence": 20 }, { "arrival": { "time": "1767723418", "uncertainty": 120 }, "departure": { "time": "1767723418", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 21 }, { "arrival": { "time": "1767723502", "uncertainty": 120 }, "departure": { "time": "1767723502", "uncertainty": 120 }, "stopId": "0:SCHAFF01", "stopSequence": 22 }, { "arrival": { "time": "1767723598", "uncertainty": 120 }, "departure": { "time": "1767723598", "uncertainty": 120 }, "stopId": "0:LOGES1", "stopSequence": 23 }, { "arrival": { "time": "1767723647", "uncertainty": 120 }, "departure": { "time": "1767723647", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 24 }, { "arrival": { "time": "1767723700", "uncertainty": 120 }, "departure": { "time": "1767723700", "uncertainty": 120 }, "stopId": "0:STANDRE3", "stopSequence": 25 }, { "arrival": { "time": "1767723759", "uncertainty": 120 }, "departure": { "time": "1767723759", "uncertainty": 120 }, "stopId": "0:SUGNON1", "stopSequence": 26 }, { "arrival": { "time": "1767723815", "uncertainty": 120 }, "departure": { "time": "1767723815", "uncertainty": 120 }, "stopId": "0:LYAUTE99", "stopSequence": 27 }, { "arrival": { "time": "1767723890", "uncertainty": 120 }, "departure": { "time": "1767723890", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 28 }, { "arrival": { "time": "1767723955", "uncertainty": 120 }, "departure": { "time": "1767723955", "uncertainty": 120 }, "stopId": "0:QUINT02", "stopSequence": 29 }, { "arrival": { "time": "1767724028", "uncertainty": 120 }, "departure": { "time": "1767724028", "uncertainty": 120 }, "stopId": "0:CHOCOL02", "stopSequence": 30 }, { "arrival": { "time": "1767724110", "uncertainty": 120 }, "departure": { "time": "1767724110", "uncertainty": 120 }, "stopId": "0:BLORY1", "stopSequence": 31 }, { "arrival": { "time": "1767724171", "uncertainty": 120 }, "departure": { "time": "1767724171", "uncertainty": 120 }, "stopId": "0:SABLIER2", "stopSequence": 32 }, { "arrival": { "time": "1767724195", "uncertainty": 120 }, "stopId": "0:CUGNOT1", "stopSequence": 33 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "15", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620717" }, "vehicle": { "id": "608", "label": "608" } } }, { "id": "1624205", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723480", "uncertainty": 120 }, "stopId": "0:MNVE2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "86", "scheduleRelationship": "SCHEDULED", "tripId": "0_21624205" } } }, { "id": "1620731", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721862", "uncertainty": 120 }, "stopId": "0:CUGNOT1", "stopSequence": 1 }, { "arrival": { "time": "1767721914", "uncertainty": 120 }, "departure": { "time": "1767721914", "uncertainty": 120 }, "stopId": "0:SABLIER1", "stopSequence": 2 }, { "arrival": { "time": "1767721952", "uncertainty": 120 }, "departure": { "time": "1767721952", "uncertainty": 120 }, "stopId": "0:BLORY2", "stopSequence": 3 }, { "arrival": { "time": "1767722066", "uncertainty": 120 }, "departure": { "time": "1767722066", "uncertainty": 120 }, "stopId": "0:CHOCOL01", "stopSequence": 4 }, { "arrival": { "time": "1767722100", "uncertainty": 120 }, "departure": { "time": "1767722100", "uncertainty": 120 }, "stopId": "0:QUINT01", "stopSequence": 5 }, { "arrival": { "time": "1767722164", "uncertainty": 120 }, "departure": { "time": "1767722164", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 6 }, { "arrival": { "time": "1767722200", "uncertainty": 120 }, "departure": { "time": "1767722200", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 7 }, { "arrival": { "time": "1767722258", "uncertainty": 120 }, "departure": { "time": "1767722258", "uncertainty": 120 }, "stopId": "0:SUGNON2", "stopSequence": 8 }, { "arrival": { "time": "1767722341", "uncertainty": 120 }, "departure": { "time": "1767722344", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 9 }, { "arrival": { "time": "1767722369", "uncertainty": 120 }, "departure": { "time": "1767722402", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 10 }, { "arrival": { "time": "1767722499", "uncertainty": 120 }, "departure": { "time": "1767722522", "uncertainty": 120 }, "stopId": "0:LOGES2", "stopSequence": 11 }, { "arrival": { "time": "1767722573", "uncertainty": 120 }, "departure": { "time": "1767722573", "uncertainty": 120 }, "stopId": "0:SCHAFF02", "stopSequence": 12 }, { "arrival": { "time": "1767722640", "uncertainty": 120 }, "departure": { "time": "1767722642", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 13 }, { "arrival": { "time": "1767722702", "uncertainty": 120 }, "departure": { "time": "1767722702", "uncertainty": 120 }, "stopId": "0:MEURISS2", "stopSequence": 14 }, { "arrival": { "time": "1767722769", "uncertainty": 120 }, "departure": { "time": "1767722769", "uncertainty": 120 }, "stopId": "0:COUVENT2", "stopSequence": 15 }, { "arrival": { "time": "1767722948", "uncertainty": 120 }, "departure": { "time": "1767722948", "uncertainty": 120 }, "stopId": "0:VACQUI01", "stopSequence": 16 }, { "arrival": { "time": "1767723061", "uncertainty": 120 }, "departure": { "time": "1767723061", "uncertainty": 120 }, "stopId": "0:CANAL101", "stopSequence": 17 }, { "arrival": { "time": "1767723282", "uncertainty": 120 }, "departure": { "time": "1767723282", "uncertainty": 120 }, "stopId": "0:POINCAR2", "stopSequence": 18 }, { "arrival": { "time": "1767723421", "uncertainty": 120 }, "departure": { "time": "1767723421", "uncertainty": 120 }, "stopId": "0:LUXS", "stopSequence": 19 }, { "arrival": { "time": "1767723508", "uncertainty": 120 }, "departure": { "time": "1767723508", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 20 }, { "arrival": { "time": "1767723601", "uncertainty": 120 }, "departure": { "time": "1767723601", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 21 }, { "arrival": { "time": "1767723658", "uncertainty": 120 }, "departure": { "time": "1767723658", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 22 }, { "arrival": { "time": "1767723693", "uncertainty": 120 }, "departure": { "time": "1767723693", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 23 }, { "arrival": { "time": "1767723751", "uncertainty": 120 }, "departure": { "time": "1767723751", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 24 }, { "arrival": { "time": "1767723797", "uncertainty": 120 }, "departure": { "time": "1767723797", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 25 }, { "arrival": { "time": "1767723851", "uncertainty": 120 }, "departure": { "time": "1767723851", "uncertainty": 120 }, "stopId": "0:BUTTE2", "stopSequence": 26 }, { "arrival": { "time": "1767723888", "uncertainty": 120 }, "departure": { "time": "1767723888", "uncertainty": 120 }, "stopId": "0:MIRABEL2", "stopSequence": 27 }, { "arrival": { "time": "1767723913", "uncertainty": 120 }, "departure": { "time": "1767723913", "uncertainty": 120 }, "stopId": "0:VIGNES2", "stopSequence": 28 }, { "arrival": { "time": "1767723995", "uncertainty": 120 }, "departure": { "time": "1767723995", "uncertainty": 120 }, "stopId": "0:FELIX320", "stopSequence": 29 }, { "arrival": { "time": "1767724049", "uncertainty": 120 }, "departure": { "time": "1767724049", "uncertainty": 120 }, "stopId": "0:BRION2", "stopSequence": 30 }, { "arrival": { "time": "1767724126", "uncertainty": 120 }, "departure": { "time": "1767724126", "uncertainty": 120 }, "stopId": "0:STADE2", "stopSequence": 31 }, { "arrival": { "time": "1767724245", "uncertainty": 120 }, "departure": { "time": "1767724245", "uncertainty": 120 }, "stopId": "0:CROIXDO2", "stopSequence": 32 }, { "arrival": { "time": "1767724295", "uncertainty": 120 }, "stopId": "0:PLAPEVI1", "stopSequence": 33 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "15", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620731" }, "vehicle": { "id": "609", "label": "609" } } }, { "id": "1624212", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723660", "uncertainty": 120 }, "stopId": "0:JUSSYSR1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "86", "scheduleRelationship": "SCHEDULED", "tripId": "0_21624212" } } }, { "id": "1620215", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723420", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620215" } } }, { "id": "1620213", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767722546", "uncertainty": 120 }, "stopId": "0:BORDES3", "stopSequence": 33 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620213" } } }, { "id": "1623689", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725220", "uncertainty": 120 }, "stopId": "0:POMR", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "85", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623689" } } }, { "id": "1623688", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723420", "uncertainty": 120 }, "stopId": "0:POMR", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "85", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623688" } } }, { "id": "1620216", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725160", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620216" } } }, { "id": "1623663", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725820", "uncertainty": 120 }, "stopId": "0:COTSE1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "85", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623663" } } }, { "id": "1623662", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724020", "uncertainty": 120 }, "stopId": "0:COTSE1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "85", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623662" } } }, { "id": "1623661", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722220", "uncertainty": 120 }, "stopId": "0:COTSE1", "stopSequence": 1 }, { "arrival": { "time": "1767722330", "uncertainty": 120 }, "departure": { "time": "1767722330", "uncertainty": 120 }, "stopId": "0:TIVO1", "stopSequence": 2 }, { "arrival": { "time": "1767722420", "uncertainty": 120 }, "departure": { "time": "1767722420", "uncertainty": 120 }, "stopId": "0:PISCINE1", "stopSequence": 3 }, { "arrival": { "time": "1767722480", "uncertainty": 120 }, "departure": { "time": "1767722480", "uncertainty": 120 }, "stopId": "0:LOTHAIR5", "stopSequence": 4 }, { "arrival": { "time": "1767722538", "uncertainty": 120 }, "departure": { "time": "1767722538", "uncertainty": 120 }, "stopId": "0:PLALBLA1", "stopSequence": 5 }, { "arrival": { "time": "1767722652", "uncertainty": 120 }, "departure": { "time": "1767722652", "uncertainty": 120 }, "stopId": "0:MUSE01", "stopSequence": 6 }, { "arrival": { "time": "1767722721", "uncertainty": 120 }, "stopId": "0:POMR", "stopSequence": 7 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "85", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623661" }, "vehicle": { "id": "1961", "label": "1961" } } }, { "id": "1620175", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767722493", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 32 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620175" } } }, { "id": "1614311", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721502", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1767721554", "uncertainty": 120 }, "departure": { "time": "1767721562", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1767721622", "uncertainty": 120 }, "departure": { "time": "1767721622", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1767721682", "uncertainty": 120 }, "departure": { "time": "1767721682", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1767721733", "uncertainty": 120 }, "departure": { "time": "1767721742", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1767721783", "uncertainty": 120 }, "departure": { "time": "1767721783", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1767721885", "uncertainty": 120 }, "departure": { "time": "1767721892", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1767721952", "uncertainty": 120 }, "departure": { "time": "1767721952", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1767721982", "uncertainty": 120 }, "departure": { "time": "1767721982", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1767722028", "uncertainty": 120 }, "departure": { "time": "1767722040", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1767722132", "uncertainty": 120 }, "departure": { "time": "1767722132", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1767722192", "uncertainty": 120 }, "departure": { "time": "1767722192", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1767722220", "uncertainty": 120 }, "departure": { "time": "1767722220", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1767722274", "uncertainty": 120 }, "departure": { "time": "1767722274", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1767722326", "uncertainty": 120 }, "departure": { "time": "1767722326", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1767722348", "uncertainty": 120 }, "departure": { "time": "1767722348", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1767722520", "uncertainty": 120 }, "departure": { "time": "1767722520", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1767722598", "uncertainty": 120 }, "departure": { "time": "1767722612", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1767722744", "uncertainty": 120 }, "departure": { "time": "1767722744", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1767722909", "uncertainty": 120 }, "departure": { "time": "1767722909", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1767722965", "uncertainty": 120 }, "departure": { "time": "1767722965", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1767723231", "uncertainty": 120 }, "departure": { "time": "1767723231", "uncertainty": 120 }, "stopId": "0:REPPS", "stopSequence": 22 }, { "arrival": { "time": "1767723341", "uncertainty": 120 }, "departure": { "time": "1767723341", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 23 }, { "arrival": { "time": "1767723414", "uncertainty": 120 }, "departure": { "time": "1767723414", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1767723498", "uncertainty": 120 }, "departure": { "time": "1767723498", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1767723550", "uncertainty": 120 }, "departure": { "time": "1767723550", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1767723585", "uncertainty": 120 }, "departure": { "time": "1767723585", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1767723660", "uncertainty": 120 }, "departure": { "time": "1767723660", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1767723693", "uncertainty": 120 }, "departure": { "time": "1767723693", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1767723780", "uncertainty": 120 }, "departure": { "time": "1767723780", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1767723824", "uncertainty": 120 }, "departure": { "time": "1767723824", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1767723900", "uncertainty": 120 }, "departure": { "time": "1767723900", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1767723932", "uncertainty": 120 }, "departure": { "time": "1767723932", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1767723960", "uncertainty": 120 }, "departure": { "time": "1767723960", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1767724038", "uncertainty": 120 }, "departure": { "time": "1767724038", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1767724072", "uncertainty": 120 }, "departure": { "time": "1767724072", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1767724158", "uncertainty": 120 }, "departure": { "time": "1767724158", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1767724200", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614311" }, "vehicle": { "id": "2425", "label": "2425" } } }, { "id": "1614310", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720751", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1767720790", "uncertainty": 120 }, "departure": { "time": "1767720790", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1767720858", "uncertainty": 120 }, "departure": { "time": "1767720858", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1767720901", "uncertainty": 120 }, "departure": { "time": "1767720901", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1767720951", "uncertainty": 120 }, "departure": { "time": "1767720961", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1767721007", "uncertainty": 120 }, "departure": { "time": "1767721007", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1767721102", "uncertainty": 120 }, "departure": { "time": "1767721111", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1767721171", "uncertainty": 120 }, "departure": { "time": "1767721171", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1767721207", "uncertainty": 120 }, "departure": { "time": "1767721231", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1767721292", "uncertainty": 120 }, "departure": { "time": "1767721292", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1767721396", "uncertainty": 120 }, "departure": { "time": "1767721411", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1767721466", "uncertainty": 120 }, "departure": { "time": "1767721471", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1767721552", "uncertainty": 120 }, "departure": { "time": "1767721561", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1767721622", "uncertainty": 120 }, "departure": { "time": "1767721622", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1767721698", "uncertainty": 120 }, "departure": { "time": "1767721698", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1767721742", "uncertainty": 120 }, "departure": { "time": "1767721742", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1767721965", "uncertainty": 120 }, "departure": { "time": "1767721983", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1767722039", "uncertainty": 120 }, "departure": { "time": "1767722072", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1767722163", "uncertainty": 120 }, "departure": { "time": "1767722193", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1767722350", "uncertainty": 120 }, "departure": { "time": "1767722372", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1767722421", "uncertainty": 120 }, "departure": { "time": "1767722462", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1767722628", "uncertainty": 120 }, "departure": { "time": "1767722642", "uncertainty": 120 }, "stopId": "0:REPPS", "stopSequence": 22 }, { "arrival": { "time": "1767722751", "uncertainty": 120 }, "departure": { "time": "1767722751", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 23 }, { "arrival": { "time": "1767722825", "uncertainty": 120 }, "departure": { "time": "1767722825", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1767722908", "uncertainty": 120 }, "departure": { "time": "1767722908", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1767722961", "uncertainty": 120 }, "departure": { "time": "1767722961", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1767722996", "uncertainty": 120 }, "departure": { "time": "1767722996", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1767723071", "uncertainty": 120 }, "departure": { "time": "1767723071", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1767723104", "uncertainty": 120 }, "departure": { "time": "1767723104", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1767723190", "uncertainty": 120 }, "departure": { "time": "1767723190", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1767723248", "uncertainty": 120 }, "departure": { "time": "1767723248", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1767723353", "uncertainty": 120 }, "departure": { "time": "1767723353", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1767723372", "uncertainty": 120 }, "departure": { "time": "1767723372", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1767723391", "uncertainty": 120 }, "departure": { "time": "1767723391", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1767723454", "uncertainty": 120 }, "departure": { "time": "1767723454", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1767723469", "uncertainty": 120 }, "departure": { "time": "1767723469", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1767723522", "uncertainty": 120 }, "departure": { "time": "1767723522", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1767723564", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614310" }, "vehicle": { "id": "1334", "label": "1334" } } }, { "id": "1614309", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720151", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1767720188", "uncertainty": 120 }, "departure": { "time": "1767720188", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1767720241", "uncertainty": 120 }, "departure": { "time": "1767720241", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1767720283", "uncertainty": 120 }, "departure": { "time": "1767720283", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1767720327", "uncertainty": 120 }, "departure": { "time": "1767720331", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1767720361", "uncertainty": 120 }, "departure": { "time": "1767720361", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1767720461", "uncertainty": 120 }, "departure": { "time": "1767720481", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1767720541", "uncertainty": 120 }, "departure": { "time": "1767720541", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1767720560", "uncertainty": 120 }, "departure": { "time": "1767720601", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1767720660", "uncertainty": 120 }, "departure": { "time": "1767720691", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1767720789", "uncertainty": 120 }, "departure": { "time": "1767720789", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1767720847", "uncertainty": 120 }, "departure": { "time": "1767720871", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1767720900", "uncertainty": 120 }, "departure": { "time": "1767720900", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1767720961", "uncertainty": 120 }, "departure": { "time": "1767720961", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1767721029", "uncertainty": 120 }, "departure": { "time": "1767721029", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1767721105", "uncertainty": 120 }, "departure": { "time": "1767721111", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1767721268", "uncertainty": 120 }, "departure": { "time": "1767721291", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1767721367", "uncertainty": 120 }, "departure": { "time": "1767721381", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1767721467", "uncertainty": 120 }, "departure": { "time": "1767721471", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1767721631", "uncertainty": 120 }, "departure": { "time": "1767721741", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1767721779", "uncertainty": 120 }, "departure": { "time": "1767721779", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1767722053", "uncertainty": 120 }, "departure": { "time": "1767722071", "uncertainty": 120 }, "stopId": "0:REPPS", "stopSequence": 22 }, { "arrival": { "time": "1767722176", "uncertainty": 120 }, "departure": { "time": "1767722191", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 23 }, { "arrival": { "time": "1767722262", "uncertainty": 120 }, "departure": { "time": "1767722262", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1767722341", "uncertainty": 120 }, "departure": { "time": "1767722341", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1767722394", "uncertainty": 120 }, "departure": { "time": "1767722401", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1767722431", "uncertainty": 120 }, "departure": { "time": "1767722431", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1767722504", "uncertainty": 120 }, "departure": { "time": "1767722520", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1767722551", "uncertainty": 120 }, "departure": { "time": "1767722551", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1767722651", "uncertainty": 120 }, "departure": { "time": "1767722651", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1767722709", "uncertainty": 120 }, "departure": { "time": "1767722709", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1767722815", "uncertainty": 120 }, "departure": { "time": "1767722815", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1767722833", "uncertainty": 120 }, "departure": { "time": "1767722833", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1767722852", "uncertainty": 120 }, "departure": { "time": "1767722852", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1767722902", "uncertainty": 120 }, "departure": { "time": "1767722902", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1767722916", "uncertainty": 120 }, "departure": { "time": "1767722916", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1767722968", "uncertainty": 120 }, "departure": { "time": "1767722968", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1767723010", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614309" }, "vehicle": { "id": "2424", "label": "2424" } } }, { "id": "1614315", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725340", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614315" } } }, { "id": "1620178", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725220" }, "stopId": "0:BORDES3", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620178" } } }, { "id": "1614314", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724140", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614314" } } }, { "id": "1620177", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723480", "uncertainty": 120 }, "stopId": "0:BORDES3", "stopSequence": 1 }, { "arrival": { "time": "1767723698", "uncertainty": 120 }, "departure": { "time": "1767723698", "uncertainty": 120 }, "stopId": "0:PROVENC1", "stopSequence": 2 }, { "arrival": { "time": "1767723783", "uncertainty": 120 }, "departure": { "time": "1767723783", "uncertainty": 120 }, "stopId": "0:BERNARD1", "stopSequence": 3 }, { "arrival": { "time": "1767723861", "uncertainty": 120 }, "departure": { "time": "1767723861", "uncertainty": 120 }, "stopId": "0:GANNE1", "stopSequence": 4 }, { "arrival": { "time": "1767723961", "uncertainty": 120 }, "departure": { "time": "1767723961", "uncertainty": 120 }, "stopId": "0:RUELLCH1", "stopSequence": 5 }, { "arrival": { "time": "1767724046", "uncertainty": 120 }, "departure": { "time": "1767724046", "uncertainty": 120 }, "stopId": "0:RTBORNY1", "stopSequence": 6 }, { "arrival": { "time": "1767724118", "uncertainty": 120 }, "departure": { "time": "1767724118", "uncertainty": 120 }, "stopId": "0:PONTROU1", "stopSequence": 7 }, { "arrival": { "time": "1767724193", "uncertainty": 120 }, "departure": { "time": "1767724193", "uncertainty": 120 }, "stopId": "0:LACRETL1", "stopSequence": 8 }, { "arrival": { "time": "1767724386", "uncertainty": 120 }, "departure": { "time": "1767724386", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 9 }, { "arrival": { "time": "1767724535", "uncertainty": 120 }, "departure": { "time": "1767724535", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 10 }, { "arrival": { "time": "1767724746", "uncertainty": 120 }, "departure": { "time": "1767724746", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 11 }, { "arrival": { "time": "1767724836", "uncertainty": 120 }, "departure": { "time": "1767724836", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 12 }, { "arrival": { "time": "1767724873", "uncertainty": 120 }, "departure": { "time": "1767724873", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 13 }, { "arrival": { "time": "1767724930", "uncertainty": 120 }, "departure": { "time": "1767724930", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 14 }, { "arrival": { "time": "1767724973", "uncertainty": 120 }, "departure": { "time": "1767724973", "uncertainty": 120 }, "stopId": "0:MEURISS2", "stopSequence": 15 }, { "arrival": { "time": "1767725031", "uncertainty": 120 }, "departure": { "time": "1767725031", "uncertainty": 120 }, "stopId": "0:COUVENT2", "stopSequence": 16 }, { "arrival": { "time": "1767725099", "uncertainty": 120 }, "departure": { "time": "1767725099", "uncertainty": 120 }, "stopId": "0:CHATRIA2", "stopSequence": 17 }, { "arrival": { "time": "1767725139", "uncertainty": 120 }, "departure": { "time": "1767725139", "uncertainty": 120 }, "stopId": "0:VERGERS2", "stopSequence": 18 }, { "arrival": { "time": "1767725175", "uncertainty": 120 }, "departure": { "time": "1767725175", "uncertainty": 120 }, "stopId": "0:FOSSE2", "stopSequence": 19 }, { "arrival": { "time": "1767725253", "uncertainty": 120 }, "departure": { "time": "1767725253", "uncertainty": 120 }, "stopId": "0:FRICHES2", "stopSequence": 20 }, { "arrival": { "time": "1767725318", "uncertainty": 120 }, "departure": { "time": "1767725318", "uncertainty": 120 }, "stopId": "0:08MAI02", "stopSequence": 21 }, { "arrival": { "time": "1767725415", "uncertainty": 120 }, "departure": { "time": "1767725415", "uncertainty": 120 }, "stopId": "0:HTRHELE2", "stopSequence": 22 }, { "arrival": { "time": "1767725449", "uncertainty": 120 }, "departure": { "time": "1767725449", "uncertainty": 120 }, "stopId": "0:ALSACE2", "stopSequence": 23 }, { "arrival": { "time": "1767725491", "uncertainty": 120 }, "departure": { "time": "1767725491", "uncertainty": 120 }, "stopId": "0:SAVOIE2", "stopSequence": 24 }, { "arrival": { "time": "1767725535", "uncertainty": 120 }, "departure": { "time": "1767725535", "uncertainty": 120 }, "stopId": "0:PAQUERE2", "stopSequence": 25 }, { "arrival": { "time": "1767725579", "uncertainty": 120 }, "departure": { "time": "1767725579", "uncertainty": 120 }, "stopId": "0:CONSTAN2", "stopSequence": 26 }, { "arrival": { "time": "1767725616", "uncertainty": 120 }, "departure": { "time": "1767725616", "uncertainty": 120 }, "stopId": "0:3HAIES2", "stopSequence": 27 }, { "arrival": { "time": "1767725851", "uncertainty": 120 }, "departure": { "time": "1767725851", "uncertainty": 120 }, "stopId": "0:LORRAIN2", "stopSequence": 28 }, { "arrival": { "time": "1767725877", "uncertainty": 120 }, "departure": { "time": "1767725877", "uncertainty": 120 }, "stopId": "0:ARDECHE2", "stopSequence": 29 }, { "arrival": { "time": "1767725899", "uncertainty": 120 }, "departure": { "time": "1767725899", "uncertainty": 120 }, "stopId": "0:PREVIL01", "stopSequence": 30 }, { "arrival": { "time": "1767725957", "uncertainty": 120 }, "departure": { "time": "1767725957", "uncertainty": 120 }, "stopId": "0:VIEAUX2", "stopSequence": 31 }, { "arrival": { "time": "1767726015", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 32 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620177" } } }, { "id": "1614313", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723180", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1767723240", "uncertainty": 120 }, "departure": { "time": "1767723240", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1767723288", "uncertainty": 120 }, "departure": { "time": "1767723288", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1767723333", "uncertainty": 120 }, "departure": { "time": "1767723333", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1767723387", "uncertainty": 120 }, "departure": { "time": "1767723387", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1767723429", "uncertainty": 120 }, "departure": { "time": "1767723429", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1767723526", "uncertainty": 120 }, "departure": { "time": "1767723526", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1767723594", "uncertainty": 120 }, "departure": { "time": "1767723594", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1767723634", "uncertainty": 120 }, "departure": { "time": "1767723634", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1767723685", "uncertainty": 120 }, "departure": { "time": "1767723685", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1767723779", "uncertainty": 120 }, "departure": { "time": "1767723779", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1767723835", "uncertainty": 120 }, "departure": { "time": "1767723835", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1767723865", "uncertainty": 120 }, "departure": { "time": "1767723865", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1767723919", "uncertainty": 120 }, "departure": { "time": "1767723919", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1767723971", "uncertainty": 120 }, "departure": { "time": "1767723971", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1767723999", "uncertainty": 120 }, "departure": { "time": "1767723999", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1767724165", "uncertainty": 120 }, "departure": { "time": "1767724165", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1767724251", "uncertainty": 120 }, "departure": { "time": "1767724251", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1767724379", "uncertainty": 120 }, "departure": { "time": "1767724379", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1767724614", "uncertainty": 120 }, "departure": { "time": "1767724614", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1767724672", "uncertainty": 120 }, "departure": { "time": "1767724672", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1767724820", "uncertainty": 120 }, "departure": { "time": "1767724820", "uncertainty": 120 }, "stopId": "0:REPPS", "stopSequence": 22 }, { "arrival": { "time": "1767724952", "uncertainty": 120 }, "departure": { "time": "1767724952", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 23 }, { "arrival": { "time": "1767725042", "uncertainty": 120 }, "departure": { "time": "1767725042", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1767725149", "uncertainty": 120 }, "departure": { "time": "1767725149", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1767725193", "uncertainty": 120 }, "departure": { "time": "1767725193", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1767725260", "uncertainty": 120 }, "departure": { "time": "1767725260", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1767725339", "uncertainty": 120 }, "departure": { "time": "1767725339", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1767725388", "uncertainty": 120 }, "departure": { "time": "1767725388", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1767725475", "uncertainty": 120 }, "departure": { "time": "1767725475", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1767725519", "uncertainty": 120 }, "departure": { "time": "1767725519", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1767725586", "uncertainty": 120 }, "departure": { "time": "1767725586", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1767725614", "uncertainty": 120 }, "departure": { "time": "1767725614", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1767725639", "uncertainty": 120 }, "departure": { "time": "1767725639", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1767725717", "uncertainty": 120 }, "departure": { "time": "1767725717", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1767725751", "uncertainty": 120 }, "departure": { "time": "1767725751", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1767725837", "uncertainty": 120 }, "departure": { "time": "1767725837", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1767725879", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614313" } } }, { "id": "1620176", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721770", "uncertainty": 120 }, "stopId": "0:BORDES3", "stopSequence": 1 }, { "arrival": { "time": "1767721980", "uncertainty": 120 }, "departure": { "time": "1767721980", "uncertainty": 120 }, "stopId": "0:PROVENC1", "stopSequence": 2 }, { "arrival": { "time": "1767722040", "uncertainty": 120 }, "departure": { "time": "1767722040", "uncertainty": 120 }, "stopId": "0:BERNARD1", "stopSequence": 3 }, { "arrival": { "time": "1767722110", "uncertainty": 120 }, "departure": { "time": "1767722110", "uncertainty": 120 }, "stopId": "0:GANNE1", "stopSequence": 4 }, { "arrival": { "time": "1767722190", "uncertainty": 120 }, "departure": { "time": "1767722190", "uncertainty": 120 }, "stopId": "0:RUELLCH1", "stopSequence": 5 }, { "arrival": { "time": "1767722250", "uncertainty": 120 }, "departure": { "time": "1767722340", "uncertainty": 120 }, "stopId": "0:RTBORNY1", "stopSequence": 6 }, { "arrival": { "time": "1767722430", "uncertainty": 120 }, "departure": { "time": "1767722430", "uncertainty": 120 }, "stopId": "0:PONTROU1", "stopSequence": 7 }, { "arrival": { "time": "1767722490", "uncertainty": 120 }, "departure": { "time": "1767722520", "uncertainty": 120 }, "stopId": "0:LACRETL1", "stopSequence": 8 }, { "arrival": { "time": "1767722724", "uncertainty": 120 }, "departure": { "time": "1767722724", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 9 }, { "arrival": { "time": "1767722835", "uncertainty": 120 }, "departure": { "time": "1767722835", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 10 }, { "arrival": { "time": "1767723045", "uncertainty": 120 }, "departure": { "time": "1767723045", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 11 }, { "arrival": { "time": "1767723126", "uncertainty": 120 }, "departure": { "time": "1767723126", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 12 }, { "arrival": { "time": "1767723178", "uncertainty": 120 }, "departure": { "time": "1767723178", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 13 }, { "arrival": { "time": "1767723211", "uncertainty": 120 }, "departure": { "time": "1767723211", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 14 }, { "arrival": { "time": "1767723254", "uncertainty": 120 }, "departure": { "time": "1767723254", "uncertainty": 120 }, "stopId": "0:MEURISS2", "stopSequence": 15 }, { "arrival": { "time": "1767723313", "uncertainty": 120 }, "departure": { "time": "1767723313", "uncertainty": 120 }, "stopId": "0:COUVENT2", "stopSequence": 16 }, { "arrival": { "time": "1767723381", "uncertainty": 120 }, "departure": { "time": "1767723381", "uncertainty": 120 }, "stopId": "0:CHATRIA2", "stopSequence": 17 }, { "arrival": { "time": "1767723421", "uncertainty": 120 }, "departure": { "time": "1767723421", "uncertainty": 120 }, "stopId": "0:VERGERS2", "stopSequence": 18 }, { "arrival": { "time": "1767723457", "uncertainty": 120 }, "departure": { "time": "1767723457", "uncertainty": 120 }, "stopId": "0:FOSSE2", "stopSequence": 19 }, { "arrival": { "time": "1767723535", "uncertainty": 120 }, "departure": { "time": "1767723535", "uncertainty": 120 }, "stopId": "0:FRICHES2", "stopSequence": 20 }, { "arrival": { "time": "1767723600", "uncertainty": 120 }, "departure": { "time": "1767723600", "uncertainty": 120 }, "stopId": "0:08MAI02", "stopSequence": 21 }, { "arrival": { "time": "1767723697", "uncertainty": 120 }, "departure": { "time": "1767723697", "uncertainty": 120 }, "stopId": "0:HTRHELE2", "stopSequence": 22 }, { "arrival": { "time": "1767723731", "uncertainty": 120 }, "departure": { "time": "1767723731", "uncertainty": 120 }, "stopId": "0:ALSACE2", "stopSequence": 23 }, { "arrival": { "time": "1767723773", "uncertainty": 120 }, "departure": { "time": "1767723773", "uncertainty": 120 }, "stopId": "0:SAVOIE2", "stopSequence": 24 }, { "arrival": { "time": "1767723817", "uncertainty": 120 }, "departure": { "time": "1767723817", "uncertainty": 120 }, "stopId": "0:PAQUERE2", "stopSequence": 25 }, { "arrival": { "time": "1767723861", "uncertainty": 120 }, "departure": { "time": "1767723861", "uncertainty": 120 }, "stopId": "0:CONSTAN2", "stopSequence": 26 }, { "arrival": { "time": "1767723898", "uncertainty": 120 }, "departure": { "time": "1767723898", "uncertainty": 120 }, "stopId": "0:3HAIES2", "stopSequence": 27 }, { "arrival": { "time": "1767724133", "uncertainty": 120 }, "departure": { "time": "1767724133", "uncertainty": 120 }, "stopId": "0:LORRAIN2", "stopSequence": 28 }, { "arrival": { "time": "1767724159", "uncertainty": 120 }, "departure": { "time": "1767724159", "uncertainty": 120 }, "stopId": "0:ARDECHE2", "stopSequence": 29 }, { "arrival": { "time": "1767724181", "uncertainty": 120 }, "departure": { "time": "1767724181", "uncertainty": 120 }, "stopId": "0:PREVIL01", "stopSequence": 30 }, { "arrival": { "time": "1767724241", "uncertainty": 120 }, "departure": { "time": "1767724241", "uncertainty": 120 }, "stopId": "0:VIEAUX2", "stopSequence": 31 }, { "arrival": { "time": "1767724299", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 32 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_21620176" }, "vehicle": { "id": "824", "label": "824" } } }, { "id": "1614312", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722434", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1767722494", "uncertainty": 120 }, "departure": { "time": "1767722494", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1767722540", "uncertainty": 120 }, "departure": { "time": "1767722540", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1767722584", "uncertainty": 120 }, "departure": { "time": "1767722584", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1767722633", "uncertainty": 120 }, "departure": { "time": "1767722644", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1767722685", "uncertainty": 120 }, "departure": { "time": "1767722685", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1767722785", "uncertainty": 120 }, "departure": { "time": "1767722785", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1767722847", "uncertainty": 120 }, "departure": { "time": "1767722847", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1767722880", "uncertainty": 120 }, "departure": { "time": "1767722880", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1767722928", "uncertainty": 120 }, "departure": { "time": "1767722928", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1767723021", "uncertainty": 120 }, "departure": { "time": "1767723021", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1767723080", "uncertainty": 120 }, "departure": { "time": "1767723080", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1767723109", "uncertainty": 120 }, "departure": { "time": "1767723109", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1767723163", "uncertainty": 120 }, "departure": { "time": "1767723163", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1767723215", "uncertainty": 120 }, "departure": { "time": "1767723215", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1767723239", "uncertainty": 120 }, "departure": { "time": "1767723239", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1767723409", "uncertainty": 120 }, "departure": { "time": "1767723409", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1767723489", "uncertainty": 120 }, "departure": { "time": "1767723489", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1767723617", "uncertainty": 120 }, "departure": { "time": "1767723617", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1767723785", "uncertainty": 120 }, "departure": { "time": "1767723785", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1767723841", "uncertainty": 120 }, "departure": { "time": "1767723841", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1767724012", "uncertainty": 120 }, "departure": { "time": "1767724012", "uncertainty": 120 }, "stopId": "0:REPPS", "stopSequence": 22 }, { "arrival": { "time": "1767724147", "uncertainty": 120 }, "departure": { "time": "1767724147", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 23 }, { "arrival": { "time": "1767724241", "uncertainty": 120 }, "departure": { "time": "1767724241", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1767724360", "uncertainty": 120 }, "departure": { "time": "1767724360", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1767724409", "uncertainty": 120 }, "departure": { "time": "1767724409", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1767724484", "uncertainty": 120 }, "departure": { "time": "1767724484", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1767724565", "uncertainty": 120 }, "departure": { "time": "1767724565", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1767724614", "uncertainty": 120 }, "departure": { "time": "1767724614", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1767724701", "uncertainty": 120 }, "departure": { "time": "1767724701", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1767724745", "uncertainty": 120 }, "departure": { "time": "1767724745", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1767724812", "uncertainty": 120 }, "departure": { "time": "1767724812", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1767724849", "uncertainty": 120 }, "departure": { "time": "1767724849", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1767724881", "uncertainty": 120 }, "departure": { "time": "1767724881", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1767724941", "uncertainty": 120 }, "departure": { "time": "1767724941", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1767724966", "uncertainty": 120 }, "departure": { "time": "1767724966", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1767725031", "uncertainty": 120 }, "departure": { "time": "1767725031", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1767725064", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_21614312" }, "vehicle": { "id": "2427", "label": "2427" } } }, { "id": "1623431", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722656", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1767722962", "uncertainty": 120 }, "departure": { "time": "1767722962", "uncertainty": 120 }, "stopId": "0:GRAVIER1", "stopSequence": 2 }, { "arrival": { "time": "1767723030", "uncertainty": 120 }, "departure": { "time": "1767723030", "uncertainty": 120 }, "stopId": "0:ZACGRAV1", "stopSequence": 3 }, { "arrival": { "time": "1767723084", "uncertainty": 120 }, "departure": { "time": "1767723084", "uncertainty": 120 }, "stopId": "0:ORLY2", "stopSequence": 4 }, { "arrival": { "time": "1767723226", "uncertainty": 120 }, "departure": { "time": "1767723226", "uncertainty": 120 }, "stopId": "0:ZACAUGN1", "stopSequence": 5 }, { "arrival": { "time": "1767723302", "uncertainty": 120 }, "departure": { "time": "1767723302", "uncertainty": 120 }, "stopId": "0:ACTISUD1", "stopSequence": 6 }, { "arrival": { "time": "1767723436", "uncertainty": 120 }, "departure": { "time": "1767723436", "uncertainty": 120 }, "stopId": "0:WAVES1", "stopSequence": 7 }, { "arrival": { "time": "1767723689", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 8 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "84a", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623431" }, "vehicle": { "id": "93476", "label": "93476" } } }, { "id": "1616866", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724500", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616866" } } }, { "id": "1623432", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724680", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "84a", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623432" } } }, { "id": "1616865", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722641", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 1 }, { "arrival": { "time": "1767722695", "uncertainty": 120 }, "departure": { "time": "1767722695", "uncertainty": 120 }, "stopId": "0:CLETTE1", "stopSequence": 2 }, { "arrival": { "time": "1767722755", "uncertainty": 120 }, "departure": { "time": "1767722755", "uncertainty": 120 }, "stopId": "0:CAILLOU1", "stopSequence": 3 }, { "arrival": { "time": "1767722791", "uncertainty": 120 }, "departure": { "time": "1767722791", "uncertainty": 120 }, "stopId": "0:ROUSSEL1", "stopSequence": 4 }, { "arrival": { "time": "1767722840", "uncertainty": 120 }, "departure": { "time": "1767722840", "uncertainty": 120 }, "stopId": "0:BAUCHEZ1", "stopSequence": 5 }, { "arrival": { "time": "1767722906", "uncertainty": 120 }, "departure": { "time": "1767722906", "uncertainty": 120 }, "stopId": "0:SANSONN1", "stopSequence": 6 }, { "arrival": { "time": "1767722938", "uncertainty": 120 }, "departure": { "time": "1767722938", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 7 }, { "arrival": { "time": "1767722989", "uncertainty": 120 }, "departure": { "time": "1767722989", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 8 }, { "arrival": { "time": "1767723046", "uncertainty": 120 }, "departure": { "time": "1767723046", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 9 }, { "arrival": { "time": "1767723069", "uncertainty": 120 }, "departure": { "time": "1767723069", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 10 }, { "arrival": { "time": "1767723097", "uncertainty": 120 }, "departure": { "time": "1767723097", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 11 }, { "arrival": { "time": "1767723205", "uncertainty": 120 }, "departure": { "time": "1767723205", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 12 }, { "arrival": { "time": "1767723280", "uncertainty": 120 }, "departure": { "time": "1767723280", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 13 }, { "arrival": { "time": "1767723491", "uncertainty": 120 }, "departure": { "time": "1767723491", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 14 }, { "arrival": { "time": "1767723674", "uncertainty": 120 }, "departure": { "time": "1767723674", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 15 }, { "arrival": { "time": "1767723732", "uncertainty": 120 }, "departure": { "time": "1767723732", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 16 }, { "arrival": { "time": "1767723982", "uncertainty": 120 }, "departure": { "time": "1767723982", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 17 }, { "arrival": { "time": "1767724052", "uncertainty": 120 }, "departure": { "time": "1767724052", "uncertainty": 120 }, "stopId": "0:FRIANT2", "stopSequence": 18 }, { "arrival": { "time": "1767724090", "uncertainty": 120 }, "departure": { "time": "1767724090", "uncertainty": 120 }, "stopId": "0:HERMITE2", "stopSequence": 19 }, { "arrival": { "time": "1767724131", "uncertainty": 120 }, "departure": { "time": "1767724131", "uncertainty": 120 }, "stopId": "0:COLLIGN2", "stopSequence": 20 }, { "arrival": { "time": "1767724191", "uncertainty": 120 }, "departure": { "time": "1767724191", "uncertainty": 120 }, "stopId": "0:DUCROCQ2", "stopSequence": 21 }, { "arrival": { "time": "1767724247", "uncertainty": 120 }, "departure": { "time": "1767724247", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 22 }, { "arrival": { "time": "1767724304", "uncertainty": 120 }, "departure": { "time": "1767724304", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 23 }, { "arrival": { "time": "1767724349", "uncertainty": 120 }, "departure": { "time": "1767724349", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 24 }, { "arrival": { "time": "1767724443", "uncertainty": 120 }, "departure": { "time": "1767724443", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 25 }, { "arrival": { "time": "1767724558", "uncertainty": 120 }, "departure": { "time": "1767724558", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 26 }, { "arrival": { "time": "1767724737", "uncertainty": 120 }, "departure": { "time": "1767724737", "uncertainty": 120 }, "stopId": "0:GRIGY2", "stopSequence": 27 }, { "arrival": { "time": "1767724858", "uncertainty": 120 }, "departure": { "time": "1767724858", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 28 }, { "arrival": { "time": "1767725014", "uncertainty": 120 }, "departure": { "time": "1767725014", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 29 }, { "arrival": { "time": "1767725054", "uncertainty": 120 }, "departure": { "time": "1767725054", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 30 }, { "arrival": { "time": "1767725127", "uncertainty": 120 }, "departure": { "time": "1767725127", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 31 }, { "arrival": { "time": "1767725168", "uncertainty": 120 }, "departure": { "time": "1767725168", "uncertainty": 120 }, "stopId": "0:30JOURS2", "stopSequence": 32 }, { "arrival": { "time": "1767725218", "uncertainty": 120 }, "departure": { "time": "1767725218", "uncertainty": 120 }, "stopId": "0:LADAME2", "stopSequence": 33 }, { "arrival": { "time": "1767725287", "uncertainty": 120 }, "departure": { "time": "1767725287", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 34 }, { "arrival": { "time": "1767725338", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 35 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616865" }, "vehicle": { "id": "2136", "label": "2136" } } }, { "id": "1616864", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720780", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 1 }, { "arrival": { "time": "1767720806", "uncertainty": 120 }, "departure": { "time": "1767720806", "uncertainty": 120 }, "stopId": "0:CLETTE1", "stopSequence": 2 }, { "arrival": { "time": "1767720866", "uncertainty": 120 }, "departure": { "time": "1767720866", "uncertainty": 120 }, "stopId": "0:CAILLOU1", "stopSequence": 3 }, { "arrival": { "time": "1767720884", "uncertainty": 120 }, "departure": { "time": "1767720884", "uncertainty": 120 }, "stopId": "0:ROUSSEL1", "stopSequence": 4 }, { "arrival": { "time": "1767720932", "uncertainty": 120 }, "departure": { "time": "1767720932", "uncertainty": 120 }, "stopId": "0:BAUCHEZ1", "stopSequence": 5 }, { "arrival": { "time": "1767720962", "uncertainty": 120 }, "departure": { "time": "1767720962", "uncertainty": 120 }, "stopId": "0:SANSONN1", "stopSequence": 6 }, { "arrival": { "time": "1767720992", "uncertainty": 120 }, "departure": { "time": "1767720992", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 7 }, { "arrival": { "time": "1767721052", "uncertainty": 120 }, "departure": { "time": "1767721052", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 8 }, { "arrival": { "time": "1767721112", "uncertainty": 120 }, "departure": { "time": "1767721112", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 9 }, { "arrival": { "time": "1767721153", "uncertainty": 120 }, "departure": { "time": "1767721172", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 10 }, { "arrival": { "time": "1767721202", "uncertainty": 120 }, "departure": { "time": "1767721202", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 11 }, { "arrival": { "time": "1767721352", "uncertainty": 120 }, "departure": { "time": "1767721352", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 12 }, { "arrival": { "time": "1767721446", "uncertainty": 120 }, "departure": { "time": "1767721472", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 13 }, { "arrival": { "time": "1767721712", "uncertainty": 120 }, "departure": { "time": "1767721772", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 14 }, { "arrival": { "time": "1767721951", "uncertainty": 120 }, "departure": { "time": "1767721982", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 15 }, { "arrival": { "time": "1767722072", "uncertainty": 120 }, "departure": { "time": "1767722072", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 16 }, { "arrival": { "time": "1767722322", "uncertainty": 120 }, "departure": { "time": "1767722342", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 17 }, { "arrival": { "time": "1767722409", "uncertainty": 120 }, "departure": { "time": "1767722409", "uncertainty": 120 }, "stopId": "0:FRIANT2", "stopSequence": 18 }, { "arrival": { "time": "1767722440", "uncertainty": 120 }, "departure": { "time": "1767722440", "uncertainty": 120 }, "stopId": "0:HERMITE2", "stopSequence": 19 }, { "arrival": { "time": "1767722486", "uncertainty": 120 }, "departure": { "time": "1767722486", "uncertainty": 120 }, "stopId": "0:COLLIGN2", "stopSequence": 20 }, { "arrival": { "time": "1767722545", "uncertainty": 120 }, "departure": { "time": "1767722552", "uncertainty": 120 }, "stopId": "0:DUCROCQ2", "stopSequence": 21 }, { "arrival": { "time": "1767722622", "uncertainty": 120 }, "departure": { "time": "1767722622", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 22 }, { "arrival": { "time": "1767722695", "uncertainty": 120 }, "departure": { "time": "1767722695", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 23 }, { "arrival": { "time": "1767722732", "uncertainty": 120 }, "departure": { "time": "1767722732", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 24 }, { "arrival": { "time": "1767722816", "uncertainty": 120 }, "departure": { "time": "1767722816", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 25 }, { "arrival": { "time": "1767722948", "uncertainty": 120 }, "departure": { "time": "1767722948", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 26 }, { "arrival": { "time": "1767723098", "uncertainty": 120 }, "departure": { "time": "1767723098", "uncertainty": 120 }, "stopId": "0:GRIGY2", "stopSequence": 27 }, { "arrival": { "time": "1767723225", "uncertainty": 120 }, "departure": { "time": "1767723225", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 28 }, { "arrival": { "time": "1767723336", "uncertainty": 120 }, "departure": { "time": "1767723336", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 29 }, { "arrival": { "time": "1767723363", "uncertainty": 120 }, "departure": { "time": "1767723363", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 30 }, { "arrival": { "time": "1767723435", "uncertainty": 120 }, "departure": { "time": "1767723435", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 31 }, { "arrival": { "time": "1767723481", "uncertainty": 120 }, "departure": { "time": "1767723481", "uncertainty": 120 }, "stopId": "0:30JOURS2", "stopSequence": 32 }, { "arrival": { "time": "1767723518", "uncertainty": 120 }, "departure": { "time": "1767723518", "uncertainty": 120 }, "stopId": "0:LADAME2", "stopSequence": 33 }, { "arrival": { "time": "1767723580", "uncertainty": 120 }, "departure": { "time": "1767723580", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 34 }, { "arrival": { "time": "1767723643", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 35 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616864" }, "vehicle": { "id": "832", "label": "832" } } }, { "id": "1619682", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724980", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619682" } } }, { "id": "1619681", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723060", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 1 }, { "arrival": { "time": "1767723143", "uncertainty": 120 }, "departure": { "time": "1767723143", "uncertainty": 120 }, "stopId": "0:LUETTE2", "stopSequence": 2 }, { "arrival": { "time": "1767723189", "uncertainty": 120 }, "departure": { "time": "1767723189", "uncertainty": 120 }, "stopId": "0:11AVIAT2", "stopSequence": 3 }, { "arrival": { "time": "1767723314", "uncertainty": 120 }, "departure": { "time": "1767723314", "uncertainty": 120 }, "stopId": "0:SIMMI690", "stopSequence": 4 }, { "arrival": { "time": "1767723425", "uncertainty": 120 }, "departure": { "time": "1767723425", "uncertainty": 120 }, "stopId": "0:MERMOZ1", "stopSequence": 5 }, { "arrival": { "time": "1767723489", "uncertainty": 120 }, "departure": { "time": "1767723489", "uncertainty": 120 }, "stopId": "0:STLADRE1", "stopSequence": 6 }, { "arrival": { "time": "1767723545", "uncertainty": 120 }, "departure": { "time": "1767723545", "uncertainty": 120 }, "stopId": "0:LOGES1", "stopSequence": 7 }, { "arrival": { "time": "1767723635", "uncertainty": 120 }, "departure": { "time": "1767723635", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 8 }, { "arrival": { "time": "1767723710", "uncertainty": 120 }, "departure": { "time": "1767723710", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 9 }, { "arrival": { "time": "1767723761", "uncertainty": 120 }, "departure": { "time": "1767723761", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 10 }, { "arrival": { "time": "1767723844", "uncertainty": 120 }, "departure": { "time": "1767723844", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 11 }, { "arrival": { "time": "1767723997", "uncertainty": 120 }, "departure": { "time": "1767723997", "uncertainty": 120 }, "stopId": "0:ROIGE142", "stopSequence": 12 }, { "arrival": { "time": "1767724182", "uncertainty": 120 }, "departure": { "time": "1767724182", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 13 }, { "arrival": { "time": "1767724346", "uncertainty": 120 }, "departure": { "time": "1767724346", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 14 }, { "arrival": { "time": "1767724462", "uncertainty": 120 }, "departure": { "time": "1767724462", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 15 }, { "arrival": { "time": "1767724523", "uncertainty": 120 }, "departure": { "time": "1767724523", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 16 }, { "arrival": { "time": "1767724575", "uncertainty": 120 }, "departure": { "time": "1767724575", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 17 }, { "arrival": { "time": "1767724722", "uncertainty": 120 }, "departure": { "time": "1767724722", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 18 }, { "arrival": { "time": "1767724785", "uncertainty": 120 }, "departure": { "time": "1767724785", "uncertainty": 120 }, "stopId": "0:BILLOTT2", "stopSequence": 19 }, { "arrival": { "time": "1767724847", "uncertainty": 120 }, "departure": { "time": "1767724847", "uncertainty": 120 }, "stopId": "0:DUNANT2", "stopSequence": 20 }, { "arrival": { "time": "1767724903", "uncertainty": 120 }, "departure": { "time": "1767724903", "uncertainty": 120 }, "stopId": "0:JOUSSE2", "stopSequence": 21 }, { "arrival": { "time": "1767724978", "uncertainty": 120 }, "departure": { "time": "1767724978", "uncertainty": 120 }, "stopId": "0:JUGAN2", "stopSequence": 22 }, { "arrival": { "time": "1767725022", "uncertainty": 120 }, "departure": { "time": "1767725022", "uncertainty": 120 }, "stopId": "0:CORCHAD2", "stopSequence": 23 }, { "arrival": { "time": "1767725082", "uncertainty": 120 }, "departure": { "time": "1767725082", "uncertainty": 120 }, "stopId": "0:JPJEAN2", "stopSequence": 24 }, { "arrival": { "time": "1767725141", "uncertainty": 120 }, "departure": { "time": "1767725141", "uncertainty": 120 }, "stopId": "0:SAULNOI2", "stopSequence": 25 }, { "arrival": { "time": "1767725192", "uncertainty": 120 }, "departure": { "time": "1767725192", "uncertainty": 120 }, "stopId": "0:MANGENO2", "stopSequence": 26 }, { "arrival": { "time": "1767725244", "uncertainty": 120 }, "departure": { "time": "1767725244", "uncertainty": 120 }, "stopId": "0:BARBE2", "stopSequence": 27 }, { "arrival": { "time": "1767725313", "uncertainty": 120 }, "departure": { "time": "1767725313", "uncertainty": 120 }, "stopId": "0:FONNY2", "stopSequence": 28 }, { "arrival": { "time": "1767725349", "uncertainty": 120 }, "departure": { "time": "1767725349", "uncertainty": 120 }, "stopId": "0:LMOULIN2", "stopSequence": 29 }, { "arrival": { "time": "1767725442", "uncertainty": 120 }, "departure": { "time": "1767725442", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 30 }, { "arrival": { "time": "1767725682", "uncertainty": 120 }, "departure": { "time": "1767725682", "uncertainty": 120 }, "stopId": "0:FALEE2", "stopSequence": 31 }, { "arrival": { "time": "1767725742", "uncertainty": 120 }, "departure": { "time": "1767725742", "uncertainty": 120 }, "stopId": "0:PRESSOI2", "stopSequence": 32 }, { "arrival": { "time": "1767725897", "uncertainty": 120 }, "departure": { "time": "1767725897", "uncertainty": 120 }, "stopId": "0:PINOTSM2", "stopSequence": 33 }, { "arrival": { "time": "1767725920", "uncertainty": 120 }, "departure": { "time": "1767725920", "uncertainty": 120 }, "stopId": "0:PENSEES2", "stopSequence": 34 }, { "arrival": { "time": "1767725955", "uncertainty": 120 }, "departure": { "time": "1767725955", "uncertainty": 120 }, "stopId": "0:CHAULME2", "stopSequence": 35 }, { "arrival": { "time": "1767726003", "uncertainty": 120 }, "departure": { "time": "1767726003", "uncertainty": 120 }, "stopId": "0:GROSNOY1", "stopSequence": 36 }, { "arrival": { "time": "1767726162", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 37 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619681" } } }, { "id": "1623265", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767722580", "uncertainty": 120 }, "departure": { "time": "1767722585", "uncertainty": 120 }, "stopId": "0:SAU02", "stopSequence": 17 }, { "arrival": { "time": "1767722626", "uncertainty": 120 }, "stopId": "0:CTU02", "stopSequence": 18 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623265" } } }, { "id": "1623247", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724260", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623247" } } }, { "id": "1623246", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723600", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623246" } } }, { "id": "1623245", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723000", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 }, { "arrival": { "time": "1767723075", "uncertainty": 120 }, "departure": { "time": "1767723075", "uncertainty": 120 }, "stopId": "0:MER02", "stopSequence": 2 }, { "arrival": { "time": "1767723201", "uncertainty": 120 }, "departure": { "time": "1767723201", "uncertainty": 120 }, "stopId": "0:EXP02", "stopSequence": 3 }, { "arrival": { "time": "1767723284", "uncertainty": 120 }, "departure": { "time": "1767723284", "uncertainty": 120 }, "stopId": "0:ECO02", "stopSequence": 4 }, { "arrival": { "time": "1767723359", "uncertainty": 120 }, "departure": { "time": "1767723359", "uncertainty": 120 }, "stopId": "0:ART02", "stopSequence": 5 }, { "arrival": { "time": "1767723450", "uncertainty": 120 }, "departure": { "time": "1767723450", "uncertainty": 120 }, "stopId": "0:ARA02", "stopSequence": 6 }, { "arrival": { "time": "1767723511", "uncertainty": 120 }, "departure": { "time": "1767723511", "uncertainty": 120 }, "stopId": "0:GRA02", "stopSequence": 7 }, { "arrival": { "time": "1767723573", "uncertainty": 120 }, "departure": { "time": "1767723573", "uncertainty": 120 }, "stopId": "0:BRG02", "stopSequence": 8 }, { "arrival": { "time": "1767723634", "uncertainty": 120 }, "departure": { "time": "1767723634", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 9 }, { "arrival": { "time": "1767723693", "uncertainty": 120 }, "departure": { "time": "1767723693", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 10 }, { "arrival": { "time": "1767723781", "uncertainty": 120 }, "departure": { "time": "1767723781", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 11 }, { "arrival": { "time": "1767723864", "uncertainty": 120 }, "departure": { "time": "1767723864", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 12 }, { "arrival": { "time": "1767723949", "uncertainty": 120 }, "departure": { "time": "1767723949", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 13 }, { "arrival": { "time": "1767724015", "uncertainty": 120 }, "departure": { "time": "1767724015", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 14 }, { "arrival": { "time": "1767724111", "uncertainty": 120 }, "departure": { "time": "1767724111", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 15 }, { "arrival": { "time": "1767724193", "uncertainty": 120 }, "departure": { "time": "1767724193", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 16 }, { "arrival": { "time": "1767724264", "uncertainty": 120 }, "departure": { "time": "1767724264", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 17 }, { "arrival": { "time": "1767724376", "uncertainty": 120 }, "departure": { "time": "1767724376", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 18 }, { "arrival": { "time": "1767724504", "uncertainty": 120 }, "departure": { "time": "1767724504", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 19 }, { "arrival": { "time": "1767724738", "uncertainty": 120 }, "departure": { "time": "1767724738", "uncertainty": 120 }, "stopId": "0:SAU02", "stopSequence": 20 }, { "arrival": { "time": "1767724804", "uncertainty": 120 }, "stopId": "0:CTU02", "stopSequence": 21 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623245" } } }, { "id": "1623244", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722542", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 }, { "arrival": { "time": "1767722616", "uncertainty": 120 }, "departure": { "time": "1767722632", "uncertainty": 120 }, "stopId": "0:MER02", "stopSequence": 2 }, { "arrival": { "time": "1767722757", "uncertainty": 120 }, "departure": { "time": "1767722757", "uncertainty": 120 }, "stopId": "0:EXP02", "stopSequence": 3 }, { "arrival": { "time": "1767722841", "uncertainty": 120 }, "departure": { "time": "1767722841", "uncertainty": 120 }, "stopId": "0:ECO02", "stopSequence": 4 }, { "arrival": { "time": "1767722915", "uncertainty": 120 }, "departure": { "time": "1767722915", "uncertainty": 120 }, "stopId": "0:ART02", "stopSequence": 5 }, { "arrival": { "time": "1767723005", "uncertainty": 120 }, "departure": { "time": "1767723005", "uncertainty": 120 }, "stopId": "0:ARA02", "stopSequence": 6 }, { "arrival": { "time": "1767723066", "uncertainty": 120 }, "departure": { "time": "1767723066", "uncertainty": 120 }, "stopId": "0:GRA02", "stopSequence": 7 }, { "arrival": { "time": "1767723128", "uncertainty": 120 }, "departure": { "time": "1767723128", "uncertainty": 120 }, "stopId": "0:BRG02", "stopSequence": 8 }, { "arrival": { "time": "1767723188", "uncertainty": 120 }, "departure": { "time": "1767723188", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 9 }, { "arrival": { "time": "1767723248", "uncertainty": 120 }, "departure": { "time": "1767723248", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 10 }, { "arrival": { "time": "1767723338", "uncertainty": 120 }, "departure": { "time": "1767723338", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 11 }, { "arrival": { "time": "1767723422", "uncertainty": 120 }, "departure": { "time": "1767723422", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 12 }, { "arrival": { "time": "1767723508", "uncertainty": 120 }, "departure": { "time": "1767723508", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 13 }, { "arrival": { "time": "1767723576", "uncertainty": 120 }, "departure": { "time": "1767723576", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 14 }, { "arrival": { "time": "1767723673", "uncertainty": 120 }, "departure": { "time": "1767723673", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 15 }, { "arrival": { "time": "1767723758", "uncertainty": 120 }, "departure": { "time": "1767723758", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 16 }, { "arrival": { "time": "1767723835", "uncertainty": 120 }, "departure": { "time": "1767723835", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 17 }, { "arrival": { "time": "1767723936", "uncertainty": 120 }, "departure": { "time": "1767723936", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 18 }, { "arrival": { "time": "1767724032", "uncertainty": 120 }, "departure": { "time": "1767724032", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 19 }, { "arrival": { "time": "1767724247", "uncertainty": 120 }, "departure": { "time": "1767724247", "uncertainty": 120 }, "stopId": "0:SAU02", "stopSequence": 20 }, { "arrival": { "time": "1767724313", "uncertainty": 120 }, "stopId": "0:CTU02", "stopSequence": 21 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623244" }, "vehicle": { "id": "2147", "label": "2147" } } }, { "id": "1623243", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721698", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 }, { "arrival": { "time": "1767721770", "uncertainty": 120 }, "departure": { "time": "1767721788", "uncertainty": 120 }, "stopId": "0:MER02", "stopSequence": 2 }, { "arrival": { "time": "1767721908", "uncertainty": 120 }, "departure": { "time": "1767721908", "uncertainty": 120 }, "stopId": "0:EXP02", "stopSequence": 3 }, { "arrival": { "time": "1767721996", "uncertainty": 120 }, "departure": { "time": "1767721998", "uncertainty": 120 }, "stopId": "0:ECO02", "stopSequence": 4 }, { "arrival": { "time": "1767722069", "uncertainty": 120 }, "departure": { "time": "1767722069", "uncertainty": 120 }, "stopId": "0:ART02", "stopSequence": 5 }, { "arrival": { "time": "1767722156", "uncertainty": 120 }, "departure": { "time": "1767722178", "uncertainty": 120 }, "stopId": "0:ARA02", "stopSequence": 6 }, { "arrival": { "time": "1767722238", "uncertainty": 120 }, "departure": { "time": "1767722238", "uncertainty": 120 }, "stopId": "0:GRA02", "stopSequence": 7 }, { "arrival": { "time": "1767722298", "uncertainty": 120 }, "departure": { "time": "1767722298", "uncertainty": 120 }, "stopId": "0:BRG02", "stopSequence": 8 }, { "arrival": { "time": "1767722358", "uncertainty": 120 }, "departure": { "time": "1767722358", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 9 }, { "arrival": { "time": "1767722418", "uncertainty": 120 }, "departure": { "time": "1767722418", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 10 }, { "arrival": { "time": "1767722508", "uncertainty": 120 }, "departure": { "time": "1767722508", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 11 }, { "arrival": { "time": "1767722591", "uncertainty": 120 }, "departure": { "time": "1767722598", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 12 }, { "arrival": { "time": "1767722690", "uncertainty": 120 }, "departure": { "time": "1767722690", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 13 }, { "arrival": { "time": "1767722758", "uncertainty": 120 }, "departure": { "time": "1767722758", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 14 }, { "arrival": { "time": "1767722855", "uncertainty": 120 }, "departure": { "time": "1767722855", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 15 }, { "arrival": { "time": "1767722940", "uncertainty": 120 }, "departure": { "time": "1767722940", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 16 }, { "arrival": { "time": "1767723017", "uncertainty": 120 }, "departure": { "time": "1767723017", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 17 }, { "arrival": { "time": "1767723116", "uncertainty": 120 }, "departure": { "time": "1767723116", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 18 }, { "arrival": { "time": "1767723210", "uncertainty": 120 }, "departure": { "time": "1767723210", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 19 }, { "arrival": { "time": "1767723419", "uncertainty": 120 }, "departure": { "time": "1767723419", "uncertainty": 120 }, "stopId": "0:SAU02", "stopSequence": 20 }, { "arrival": { "time": "1767723480", "uncertainty": 120 }, "stopId": "0:CTU02", "stopSequence": 21 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623243" }, "vehicle": { "id": "1952", "label": "1952" } } }, { "id": "1623242", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721170", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 }, { "arrival": { "time": "1767721277", "uncertainty": 120 }, "departure": { "time": "1767721290", "uncertainty": 120 }, "stopId": "0:MER02", "stopSequence": 2 }, { "arrival": { "time": "1767721473", "uncertainty": 120 }, "departure": { "time": "1767721473", "uncertainty": 120 }, "stopId": "0:EXP02", "stopSequence": 3 }, { "arrival": { "time": "1767721560", "uncertainty": 120 }, "departure": { "time": "1767721590", "uncertainty": 120 }, "stopId": "0:ECO02", "stopSequence": 4 }, { "arrival": { "time": "1767721670", "uncertainty": 120 }, "departure": { "time": "1767721680", "uncertainty": 120 }, "stopId": "0:ART02", "stopSequence": 5 }, { "arrival": { "time": "1767721777", "uncertainty": 120 }, "departure": { "time": "1767721800", "uncertainty": 120 }, "stopId": "0:ARA02", "stopSequence": 6 }, { "arrival": { "time": "1767721860", "uncertainty": 120 }, "departure": { "time": "1767721860", "uncertainty": 120 }, "stopId": "0:GRA02", "stopSequence": 7 }, { "arrival": { "time": "1767721945", "uncertainty": 120 }, "departure": { "time": "1767721950", "uncertainty": 120 }, "stopId": "0:BRG02", "stopSequence": 8 }, { "arrival": { "time": "1767722010", "uncertainty": 120 }, "departure": { "time": "1767722010", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 9 }, { "arrival": { "time": "1767722118", "uncertainty": 120 }, "departure": { "time": "1767722130", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 10 }, { "arrival": { "time": "1767722220", "uncertainty": 120 }, "departure": { "time": "1767722220", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 11 }, { "arrival": { "time": "1767722315", "uncertainty": 120 }, "departure": { "time": "1767722340", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 12 }, { "arrival": { "time": "1767722424", "uncertainty": 120 }, "departure": { "time": "1767722430", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 13 }, { "arrival": { "time": "1767722499", "uncertainty": 120 }, "departure": { "time": "1767722499", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 14 }, { "arrival": { "time": "1767722596", "uncertainty": 120 }, "departure": { "time": "1767722610", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 15 }, { "arrival": { "time": "1767722696", "uncertainty": 120 }, "departure": { "time": "1767722696", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 16 }, { "arrival": { "time": "1767722773", "uncertainty": 120 }, "departure": { "time": "1767722773", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 17 }, { "arrival": { "time": "1767722872", "uncertainty": 120 }, "departure": { "time": "1767722872", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 18 }, { "arrival": { "time": "1767722966", "uncertainty": 120 }, "departure": { "time": "1767722966", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 19 }, { "arrival": { "time": "1767723175", "uncertainty": 120 }, "departure": { "time": "1767723175", "uncertainty": 120 }, "stopId": "0:SAU02", "stopSequence": 20 }, { "arrival": { "time": "1767723236", "uncertainty": 120 }, "stopId": "0:CTU02", "stopSequence": 21 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623242" }, "vehicle": { "id": "1312", "label": "1312" } } }, { "id": "1616836", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725100", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616836" } } }, { "id": "1619679", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767719702", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 1 }, { "arrival": { "time": "1767719836", "uncertainty": 120 }, "departure": { "time": "1767719836", "uncertainty": 120 }, "stopId": "0:LUETTE2", "stopSequence": 2 }, { "arrival": { "time": "1767719859", "uncertainty": 120 }, "departure": { "time": "1767719859", "uncertainty": 120 }, "stopId": "0:11AVIAT2", "stopSequence": 3 }, { "arrival": { "time": "1767719963", "uncertainty": 120 }, "departure": { "time": "1767719972", "uncertainty": 120 }, "stopId": "0:SIMMI690", "stopSequence": 4 }, { "arrival": { "time": "1767720068", "uncertainty": 120 }, "departure": { "time": "1767720068", "uncertainty": 120 }, "stopId": "0:MERMOZ1", "stopSequence": 5 }, { "arrival": { "time": "1767720165", "uncertainty": 120 }, "departure": { "time": "1767720165", "uncertainty": 120 }, "stopId": "0:STLADRE1", "stopSequence": 6 }, { "arrival": { "time": "1767720242", "uncertainty": 120 }, "departure": { "time": "1767720242", "uncertainty": 120 }, "stopId": "0:LOGES1", "stopSequence": 7 }, { "arrival": { "time": "1767720327", "uncertainty": 120 }, "departure": { "time": "1767720327", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 8 }, { "arrival": { "time": "1767720362", "uncertainty": 120 }, "departure": { "time": "1767720362", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 9 }, { "arrival": { "time": "1767720416", "uncertainty": 120 }, "departure": { "time": "1767720416", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 10 }, { "arrival": { "time": "1767720510", "uncertainty": 120 }, "departure": { "time": "1767720513", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 11 }, { "arrival": { "time": "1767720691", "uncertainty": 120 }, "departure": { "time": "1767720722", "uncertainty": 120 }, "stopId": "0:ROIGE142", "stopSequence": 12 }, { "arrival": { "time": "1767720894", "uncertainty": 120 }, "departure": { "time": "1767720900", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 13 }, { "arrival": { "time": "1767721082", "uncertainty": 120 }, "departure": { "time": "1767721082", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 14 }, { "arrival": { "time": "1767721172", "uncertainty": 120 }, "departure": { "time": "1767721172", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 15 }, { "arrival": { "time": "1767721232", "uncertainty": 120 }, "departure": { "time": "1767721262", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 16 }, { "arrival": { "time": "1767721322", "uncertainty": 120 }, "departure": { "time": "1767721322", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 17 }, { "arrival": { "time": "1767721451", "uncertainty": 120 }, "departure": { "time": "1767721500", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 18 }, { "arrival": { "time": "1767721570", "uncertainty": 120 }, "departure": { "time": "1767721570", "uncertainty": 120 }, "stopId": "0:BILLOTT2", "stopSequence": 19 }, { "arrival": { "time": "1767721618", "uncertainty": 120 }, "departure": { "time": "1767721618", "uncertainty": 120 }, "stopId": "0:DUNANT2", "stopSequence": 20 }, { "arrival": { "time": "1767721677", "uncertainty": 120 }, "departure": { "time": "1767721742", "uncertainty": 120 }, "stopId": "0:JOUSSE2", "stopSequence": 21 }, { "arrival": { "time": "1767721840", "uncertainty": 120 }, "departure": { "time": "1767721840", "uncertainty": 120 }, "stopId": "0:JUGAN2", "stopSequence": 22 }, { "arrival": { "time": "1767721891", "uncertainty": 120 }, "departure": { "time": "1767721893", "uncertainty": 120 }, "stopId": "0:CORCHAD2", "stopSequence": 23 }, { "arrival": { "time": "1767721947", "uncertainty": 120 }, "departure": { "time": "1767721952", "uncertainty": 120 }, "stopId": "0:JPJEAN2", "stopSequence": 24 }, { "arrival": { "time": "1767722042", "uncertainty": 120 }, "departure": { "time": "1767722042", "uncertainty": 120 }, "stopId": "0:SAULNOI2", "stopSequence": 25 }, { "arrival": { "time": "1767722081", "uncertainty": 120 }, "departure": { "time": "1767722081", "uncertainty": 120 }, "stopId": "0:MANGENO2", "stopSequence": 26 }, { "arrival": { "time": "1767722128", "uncertainty": 120 }, "departure": { "time": "1767722128", "uncertainty": 120 }, "stopId": "0:BARBE2", "stopSequence": 27 }, { "arrival": { "time": "1767722192", "uncertainty": 120 }, "departure": { "time": "1767722192", "uncertainty": 120 }, "stopId": "0:FONNY2", "stopSequence": 28 }, { "arrival": { "time": "1767722212", "uncertainty": 120 }, "departure": { "time": "1767722212", "uncertainty": 120 }, "stopId": "0:LMOULIN2", "stopSequence": 29 }, { "arrival": { "time": "1767722280", "uncertainty": 120 }, "departure": { "time": "1767722280", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 30 }, { "arrival": { "time": "1767722462", "uncertainty": 120 }, "departure": { "time": "1767722462", "uncertainty": 120 }, "stopId": "0:FALEE2", "stopSequence": 31 }, { "arrival": { "time": "1767722519", "uncertainty": 120 }, "departure": { "time": "1767722522", "uncertainty": 120 }, "stopId": "0:PRESSOI2", "stopSequence": 32 }, { "arrival": { "time": "1767722690", "uncertainty": 120 }, "departure": { "time": "1767722690", "uncertainty": 120 }, "stopId": "0:PINOTSM2", "stopSequence": 33 }, { "arrival": { "time": "1767722713", "uncertainty": 120 }, "departure": { "time": "1767722713", "uncertainty": 120 }, "stopId": "0:PENSEES2", "stopSequence": 34 }, { "arrival": { "time": "1767722754", "uncertainty": 120 }, "departure": { "time": "1767722754", "uncertainty": 120 }, "stopId": "0:CHAULME2", "stopSequence": 35 }, { "arrival": { "time": "1767722810", "uncertainty": 120 }, "departure": { "time": "1767722810", "uncertainty": 120 }, "stopId": "0:GROSNOY1", "stopSequence": 36 }, { "arrival": { "time": "1767722969", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 37 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619679" }, "vehicle": { "id": "1738", "label": "1738" } } }, { "id": "1616835", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722642", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 }, { "arrival": { "time": "1767722729", "uncertainty": 120 }, "departure": { "time": "1767722729", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 2 }, { "arrival": { "time": "1767722789", "uncertainty": 120 }, "departure": { "time": "1767722789", "uncertainty": 120 }, "stopId": "0:LADAME1", "stopSequence": 3 }, { "arrival": { "time": "1767722831", "uncertainty": 120 }, "departure": { "time": "1767722831", "uncertainty": 120 }, "stopId": "0:30JOURS1", "stopSequence": 4 }, { "arrival": { "time": "1767722864", "uncertainty": 120 }, "departure": { "time": "1767722864", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 5 }, { "arrival": { "time": "1767722930", "uncertainty": 120 }, "departure": { "time": "1767722930", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 6 }, { "arrival": { "time": "1767722971", "uncertainty": 120 }, "departure": { "time": "1767722971", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 7 }, { "arrival": { "time": "1767723071", "uncertainty": 120 }, "departure": { "time": "1767723071", "uncertainty": 120 }, "stopId": "0:GDECOLE1", "stopSequence": 8 }, { "arrival": { "time": "1767723217", "uncertainty": 120 }, "departure": { "time": "1767723217", "uncertainty": 120 }, "stopId": "0:GRIGY1", "stopSequence": 9 }, { "arrival": { "time": "1767723364", "uncertainty": 120 }, "departure": { "time": "1767723364", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 10 }, { "arrival": { "time": "1767723442", "uncertainty": 120 }, "departure": { "time": "1767723442", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 11 }, { "arrival": { "time": "1767723509", "uncertainty": 120 }, "departure": { "time": "1767723509", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 12 }, { "arrival": { "time": "1767723571", "uncertainty": 120 }, "departure": { "time": "1767723571", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 13 }, { "arrival": { "time": "1767723605", "uncertainty": 120 }, "departure": { "time": "1767723605", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 14 }, { "arrival": { "time": "1767723663", "uncertainty": 120 }, "departure": { "time": "1767723663", "uncertainty": 120 }, "stopId": "0:DUCROCQ1", "stopSequence": 15 }, { "arrival": { "time": "1767723733", "uncertainty": 120 }, "departure": { "time": "1767723733", "uncertainty": 120 }, "stopId": "0:COLLIGN1", "stopSequence": 16 }, { "arrival": { "time": "1767723760", "uncertainty": 120 }, "departure": { "time": "1767723760", "uncertainty": 120 }, "stopId": "0:HERMITE1", "stopSequence": 17 }, { "arrival": { "time": "1767723814", "uncertainty": 120 }, "departure": { "time": "1767723814", "uncertainty": 120 }, "stopId": "0:FRIANT1", "stopSequence": 18 }, { "arrival": { "time": "1767723878", "uncertainty": 120 }, "departure": { "time": "1767723878", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 19 }, { "arrival": { "time": "1767724208", "uncertainty": 120 }, "departure": { "time": "1767724208", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1767724256", "uncertainty": 120 }, "departure": { "time": "1767724256", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1767724451", "uncertainty": 120 }, "departure": { "time": "1767724451", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 22 }, { "arrival": { "time": "1767724671", "uncertainty": 120 }, "departure": { "time": "1767724671", "uncertainty": 120 }, "stopId": "0:LUXS", "stopSequence": 23 }, { "arrival": { "time": "1767724771", "uncertainty": 120 }, "departure": { "time": "1767724771", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1767724882", "uncertainty": 120 }, "departure": { "time": "1767724882", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 25 }, { "arrival": { "time": "1767724915", "uncertainty": 120 }, "departure": { "time": "1767724915", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 26 }, { "arrival": { "time": "1767724948", "uncertainty": 120 }, "departure": { "time": "1767724948", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 27 }, { "arrival": { "time": "1767725003", "uncertainty": 120 }, "departure": { "time": "1767725003", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 28 }, { "arrival": { "time": "1767725056", "uncertainty": 120 }, "departure": { "time": "1767725056", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 29 }, { "arrival": { "time": "1767725090", "uncertainty": 120 }, "departure": { "time": "1767725090", "uncertainty": 120 }, "stopId": "0:SANSONN2", "stopSequence": 30 }, { "arrival": { "time": "1767725148", "uncertainty": 120 }, "departure": { "time": "1767725148", "uncertainty": 120 }, "stopId": "0:BAUCHEZ2", "stopSequence": 31 }, { "arrival": { "time": "1767725191", "uncertainty": 120 }, "departure": { "time": "1767725191", "uncertainty": 120 }, "stopId": "0:ROUSSEL2", "stopSequence": 32 }, { "arrival": { "time": "1767725234", "uncertainty": 120 }, "departure": { "time": "1767725234", "uncertainty": 120 }, "stopId": "0:CAILLOU2", "stopSequence": 33 }, { "arrival": { "time": "1767725272", "uncertainty": 120 }, "departure": { "time": "1767725272", "uncertainty": 120 }, "stopId": "0:CLETTE2", "stopSequence": 34 }, { "arrival": { "time": "1767725362", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 35 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616835" }, "vehicle": { "id": "2134", "label": "2134" } } }, { "id": "1616834", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720660", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 }, { "arrival": { "time": "1767720737", "uncertainty": 120 }, "departure": { "time": "1767720751", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 2 }, { "arrival": { "time": "1767720822", "uncertainty": 120 }, "departure": { "time": "1767720841", "uncertainty": 120 }, "stopId": "0:LADAME1", "stopSequence": 3 }, { "arrival": { "time": "1767720913", "uncertainty": 120 }, "departure": { "time": "1767720913", "uncertainty": 120 }, "stopId": "0:30JOURS1", "stopSequence": 4 }, { "arrival": { "time": "1767720931", "uncertainty": 120 }, "departure": { "time": "1767720931", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 5 }, { "arrival": { "time": "1767721010", "uncertainty": 120 }, "departure": { "time": "1767721024", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 6 }, { "arrival": { "time": "1767721067", "uncertainty": 120 }, "departure": { "time": "1767721081", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 7 }, { "arrival": { "time": "1767721200", "uncertainty": 120 }, "departure": { "time": "1767721200", "uncertainty": 120 }, "stopId": "0:GDECOLE1", "stopSequence": 8 }, { "arrival": { "time": "1767721372", "uncertainty": 120 }, "departure": { "time": "1767721372", "uncertainty": 120 }, "stopId": "0:GRIGY1", "stopSequence": 9 }, { "arrival": { "time": "1767721541", "uncertainty": 120 }, "departure": { "time": "1767721541", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 10 }, { "arrival": { "time": "1767721644", "uncertainty": 120 }, "departure": { "time": "1767721644", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 11 }, { "arrival": { "time": "1767721729", "uncertainty": 120 }, "departure": { "time": "1767721742", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 12 }, { "arrival": { "time": "1767721807", "uncertainty": 120 }, "departure": { "time": "1767721807", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 13 }, { "arrival": { "time": "1767721862", "uncertainty": 120 }, "departure": { "time": "1767721862", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 14 }, { "arrival": { "time": "1767721921", "uncertainty": 120 }, "departure": { "time": "1767721924", "uncertainty": 120 }, "stopId": "0:DUCROCQ1", "stopSequence": 15 }, { "arrival": { "time": "1767721990", "uncertainty": 120 }, "departure": { "time": "1767721990", "uncertainty": 120 }, "stopId": "0:COLLIGN1", "stopSequence": 16 }, { "arrival": { "time": "1767722022", "uncertainty": 120 }, "departure": { "time": "1767722022", "uncertainty": 120 }, "stopId": "0:HERMITE1", "stopSequence": 17 }, { "arrival": { "time": "1767722071", "uncertainty": 120 }, "departure": { "time": "1767722071", "uncertainty": 120 }, "stopId": "0:FRIANT1", "stopSequence": 18 }, { "arrival": { "time": "1767722132", "uncertainty": 120 }, "departure": { "time": "1767722132", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 19 }, { "arrival": { "time": "1767722432", "uncertainty": 120 }, "departure": { "time": "1767722462", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1767722518", "uncertainty": 120 }, "departure": { "time": "1767722522", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1767722807", "uncertainty": 120 }, "departure": { "time": "1767722807", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 22 }, { "arrival": { "time": "1767723073", "uncertainty": 120 }, "departure": { "time": "1767723073", "uncertainty": 120 }, "stopId": "0:LUXS", "stopSequence": 23 }, { "arrival": { "time": "1767723165", "uncertainty": 120 }, "departure": { "time": "1767723165", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1767723260", "uncertainty": 120 }, "departure": { "time": "1767723260", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 25 }, { "arrival": { "time": "1767723318", "uncertainty": 120 }, "departure": { "time": "1767723318", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 26 }, { "arrival": { "time": "1767723349", "uncertainty": 120 }, "departure": { "time": "1767723349", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 27 }, { "arrival": { "time": "1767723409", "uncertainty": 120 }, "departure": { "time": "1767723409", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 28 }, { "arrival": { "time": "1767723457", "uncertainty": 120 }, "departure": { "time": "1767723457", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 29 }, { "arrival": { "time": "1767723520", "uncertainty": 120 }, "departure": { "time": "1767723520", "uncertainty": 120 }, "stopId": "0:SANSONN2", "stopSequence": 30 }, { "arrival": { "time": "1767723574", "uncertainty": 120 }, "departure": { "time": "1767723574", "uncertainty": 120 }, "stopId": "0:BAUCHEZ2", "stopSequence": 31 }, { "arrival": { "time": "1767723610", "uncertainty": 120 }, "departure": { "time": "1767723610", "uncertainty": 120 }, "stopId": "0:ROUSSEL2", "stopSequence": 32 }, { "arrival": { "time": "1767723644", "uncertainty": 120 }, "departure": { "time": "1767723644", "uncertainty": 120 }, "stopId": "0:CAILLOU2", "stopSequence": 33 }, { "arrival": { "time": "1767723695", "uncertainty": 120 }, "departure": { "time": "1767723695", "uncertainty": 120 }, "stopId": "0:CLETTE2", "stopSequence": 34 }, { "arrival": { "time": "1767723787", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 35 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616834" }, "vehicle": { "id": "1737", "label": "1737" } } }, { "id": "1623249", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767726060", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623249" } } }, { "id": "1623248", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725160", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623248" } } }, { "id": "1619636", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767707701", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 1 }, { "arrival": { "time": "1767707775", "uncertainty": 120 }, "departure": { "time": "1767707775", "uncertainty": 120 }, "stopId": "0:CHAULME1", "stopSequence": 2 }, { "arrival": { "time": "1767707829", "uncertainty": 120 }, "departure": { "time": "1767707851", "uncertainty": 120 }, "stopId": "0:PENSEES1", "stopSequence": 3 }, { "arrival": { "time": "1767707887", "uncertainty": 120 }, "departure": { "time": "1767707887", "uncertainty": 120 }, "stopId": "0:PINOTSM1", "stopSequence": 4 }, { "arrival": { "time": "1767707982", "uncertainty": 120 }, "departure": { "time": "1767708001", "uncertainty": 120 }, "stopId": "0:NOUILLY1", "stopSequence": 5 }, { "arrival": { "time": "1767708090", "uncertainty": 120 }, "departure": { "time": "1767708090", "uncertainty": 120 }, "stopId": "0:FALEE1", "stopSequence": 6 }, { "arrival": { "time": "1767708187", "uncertainty": 120 }, "departure": { "time": "1767708187", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 7 }, { "arrival": { "time": "1767708288", "uncertainty": 120 }, "departure": { "time": "1767708288", "uncertainty": 120 }, "stopId": "0:LMOULIN1", "stopSequence": 8 }, { "arrival": { "time": "1767708302", "uncertainty": 120 }, "departure": { "time": "1767708302", "uncertainty": 120 }, "stopId": "0:FONNY1", "stopSequence": 9 }, { "arrival": { "time": "1767708354", "uncertainty": 120 }, "departure": { "time": "1767708361", "uncertainty": 120 }, "stopId": "0:BARBE1", "stopSequence": 10 }, { "arrival": { "time": "1767708419", "uncertainty": 120 }, "departure": { "time": "1767708419", "uncertainty": 120 }, "stopId": "0:MANGENO1", "stopSequence": 11 }, { "arrival": { "time": "1767708452", "uncertainty": 120 }, "departure": { "time": "1767708452", "uncertainty": 120 }, "stopId": "0:SAULNOI1", "stopSequence": 12 }, { "arrival": { "time": "1767708492", "uncertainty": 120 }, "departure": { "time": "1767708492", "uncertainty": 120 }, "stopId": "0:JPJEAN1", "stopSequence": 13 }, { "arrival": { "time": "1767708541", "uncertainty": 120 }, "departure": { "time": "1767708541", "uncertainty": 120 }, "stopId": "0:CORCHAD1", "stopSequence": 14 }, { "arrival": { "time": "1767708673", "uncertainty": 120 }, "departure": { "time": "1767708673", "uncertainty": 120 }, "stopId": "0:JUGAN1", "stopSequence": 15 }, { "arrival": { "time": "1767708709", "uncertainty": 120 }, "departure": { "time": "1767708709", "uncertainty": 120 }, "stopId": "0:JOUSSE1", "stopSequence": 16 }, { "arrival": { "time": "1767708738", "uncertainty": 120 }, "departure": { "time": "1767708738", "uncertainty": 120 }, "stopId": "0:DUNANT1", "stopSequence": 17 }, { "arrival": { "time": "1767708809", "uncertainty": 120 }, "departure": { "time": "1767708811", "uncertainty": 120 }, "stopId": "0:BILLOTT1", "stopSequence": 18 }, { "arrival": { "time": "1767708890", "uncertainty": 120 }, "departure": { "time": "1767708890", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 19 }, { "arrival": { "time": "1767708991", "uncertainty": 120 }, "departure": { "time": "1767708991", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 20 }, { "arrival": { "time": "1767709045", "uncertainty": 120 }, "departure": { "time": "1767709051", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 21 }, { "arrival": { "time": "1767709125", "uncertainty": 120 }, "departure": { "time": "1767709125", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 22 }, { "arrival": { "time": "1767709193", "uncertainty": 120 }, "departure": { "time": "1767709201", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 23 }, { "arrival": { "time": "1767709314", "uncertainty": 120 }, "departure": { "time": "1767709381", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 24 }, { "arrival": { "time": "1767709587", "uncertainty": 120 }, "departure": { "time": "1767709800", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 25 }, { "arrival": { "time": "1767709955" }, "departure": { "time": "1767709955" }, "stopId": "0:ROIGEO89", "stopSequence": 26 }, { "arrival": { "time": "1767710146" }, "departure": { "time": "1767710146" }, "stopId": "0:BONSEC2", "stopSequence": 27 }, { "arrival": { "time": "1767710221" }, "departure": { "time": "1767710221" }, "stopId": "0:CHPETRE2", "stopSequence": 28 }, { "arrival": { "time": "1767710308" }, "departure": { "time": "1767710308" }, "stopId": "0:MANGIN2", "stopSequence": 29 }, { "arrival": { "time": "1767710390" }, "departure": { "time": "1767710390" }, "stopId": "0:VAILLAN2", "stopSequence": 30 }, { "arrival": { "time": "1767710480" }, "departure": { "time": "1767710480" }, "stopId": "0:LOGES2", "stopSequence": 31 }, { "arrival": { "time": "1767710562" }, "departure": { "time": "1767710562" }, "stopId": "0:STLADRE2", "stopSequence": 32 }, { "arrival": { "time": "1767710657" }, "departure": { "time": "1767710657" }, "stopId": "0:MERMOZ2", "stopSequence": 33 }, { "arrival": { "time": "1767710778" }, "departure": { "time": "1767710778" }, "stopId": "0:SIMMI689", "stopSequence": 34 }, { "arrival": { "time": "1767710911" }, "departure": { "time": "1767710911" }, "stopId": "0:11AVIAT1", "stopSequence": 35 }, { "arrival": { "time": "1767710941" }, "departure": { "time": "1767710941" }, "stopId": "0:LUETTE1", "stopSequence": 36 }, { "arrival": { "time": "1767711022" }, "stopId": "0:COSTEBE3", "stopSequence": 37 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619636" }, "vehicle": { "id": "1335", "label": "1335" } } }, { "id": "1619647", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725460", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619647" } } }, { "id": "1619646", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723600", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619646" } } }, { "id": "1619645", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721742", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 1 }, { "arrival": { "time": "1767721867", "uncertainty": 120 }, "departure": { "time": "1767721867", "uncertainty": 120 }, "stopId": "0:CHAULME1", "stopSequence": 2 }, { "arrival": { "time": "1767721912", "uncertainty": 120 }, "departure": { "time": "1767721912", "uncertainty": 120 }, "stopId": "0:PENSEES1", "stopSequence": 3 }, { "arrival": { "time": "1767721946", "uncertainty": 120 }, "departure": { "time": "1767721946", "uncertainty": 120 }, "stopId": "0:PINOTSM1", "stopSequence": 4 }, { "arrival": { "time": "1767722053", "uncertainty": 120 }, "departure": { "time": "1767722053", "uncertainty": 120 }, "stopId": "0:NOUILLY1", "stopSequence": 5 }, { "arrival": { "time": "1767722133", "uncertainty": 120 }, "departure": { "time": "1767722133", "uncertainty": 120 }, "stopId": "0:FALEE1", "stopSequence": 6 }, { "arrival": { "time": "1767722240", "uncertainty": 120 }, "departure": { "time": "1767722240", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 7 }, { "arrival": { "time": "1767722342", "uncertainty": 120 }, "departure": { "time": "1767722342", "uncertainty": 120 }, "stopId": "0:LMOULIN1", "stopSequence": 8 }, { "arrival": { "time": "1767722361", "uncertainty": 120 }, "departure": { "time": "1767722361", "uncertainty": 120 }, "stopId": "0:FONNY1", "stopSequence": 9 }, { "arrival": { "time": "1767722402", "uncertainty": 120 }, "departure": { "time": "1767722402", "uncertainty": 120 }, "stopId": "0:BARBE1", "stopSequence": 10 }, { "arrival": { "time": "1767722448", "uncertainty": 120 }, "departure": { "time": "1767722462", "uncertainty": 120 }, "stopId": "0:MANGENO1", "stopSequence": 11 }, { "arrival": { "time": "1767722492", "uncertainty": 120 }, "departure": { "time": "1767722492", "uncertainty": 120 }, "stopId": "0:SAULNOI1", "stopSequence": 12 }, { "arrival": { "time": "1767722542", "uncertainty": 120 }, "departure": { "time": "1767722542", "uncertainty": 120 }, "stopId": "0:JPJEAN1", "stopSequence": 13 }, { "arrival": { "time": "1767722597", "uncertainty": 120 }, "departure": { "time": "1767722597", "uncertainty": 120 }, "stopId": "0:CORCHAD1", "stopSequence": 14 }, { "arrival": { "time": "1767722650", "uncertainty": 120 }, "departure": { "time": "1767722650", "uncertainty": 120 }, "stopId": "0:JUGAN1", "stopSequence": 15 }, { "arrival": { "time": "1767722711", "uncertainty": 120 }, "departure": { "time": "1767722711", "uncertainty": 120 }, "stopId": "0:JOUSSE1", "stopSequence": 16 }, { "arrival": { "time": "1767722754", "uncertainty": 120 }, "departure": { "time": "1767722754", "uncertainty": 120 }, "stopId": "0:DUNANT1", "stopSequence": 17 }, { "arrival": { "time": "1767722843", "uncertainty": 120 }, "departure": { "time": "1767722843", "uncertainty": 120 }, "stopId": "0:BILLOTT1", "stopSequence": 18 }, { "arrival": { "time": "1767722897", "uncertainty": 120 }, "departure": { "time": "1767722897", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 19 }, { "arrival": { "time": "1767723080", "uncertainty": 120 }, "departure": { "time": "1767723080", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 20 }, { "arrival": { "time": "1767723113", "uncertainty": 120 }, "departure": { "time": "1767723113", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 21 }, { "arrival": { "time": "1767723208", "uncertainty": 120 }, "departure": { "time": "1767723208", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 22 }, { "arrival": { "time": "1767723287", "uncertainty": 120 }, "departure": { "time": "1767723287", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 23 }, { "arrival": { "time": "1767723415", "uncertainty": 120 }, "departure": { "time": "1767723415", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 24 }, { "arrival": { "time": "1767723579", "uncertainty": 120 }, "departure": { "time": "1767723579", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 25 }, { "arrival": { "time": "1767723728", "uncertainty": 120 }, "departure": { "time": "1767723728", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 26 }, { "arrival": { "time": "1767723939", "uncertainty": 120 }, "departure": { "time": "1767723939", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 27 }, { "arrival": { "time": "1767723989", "uncertainty": 120 }, "departure": { "time": "1767723989", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 28 }, { "arrival": { "time": "1767724064", "uncertainty": 120 }, "departure": { "time": "1767724064", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 29 }, { "arrival": { "time": "1767724162", "uncertainty": 120 }, "departure": { "time": "1767724162", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 30 }, { "arrival": { "time": "1767724251", "uncertainty": 120 }, "departure": { "time": "1767724251", "uncertainty": 120 }, "stopId": "0:LOGES2", "stopSequence": 31 }, { "arrival": { "time": "1767724336", "uncertainty": 120 }, "departure": { "time": "1767724336", "uncertainty": 120 }, "stopId": "0:STLADRE2", "stopSequence": 32 }, { "arrival": { "time": "1767724414", "uncertainty": 120 }, "departure": { "time": "1767724414", "uncertainty": 120 }, "stopId": "0:MERMOZ2", "stopSequence": 33 }, { "arrival": { "time": "1767724576", "uncertainty": 120 }, "departure": { "time": "1767724576", "uncertainty": 120 }, "stopId": "0:SIMMI689", "stopSequence": 34 }, { "arrival": { "time": "1767724759", "uncertainty": 120 }, "departure": { "time": "1767724759", "uncertainty": 120 }, "stopId": "0:11AVIAT1", "stopSequence": 35 }, { "arrival": { "time": "1767724802", "uncertainty": 120 }, "departure": { "time": "1767724802", "uncertainty": 120 }, "stopId": "0:LUETTE1", "stopSequence": 36 }, { "arrival": { "time": "1767724894", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 37 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619645" }, "vehicle": { "id": "704", "label": "704" } } }, { "id": "1627997", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724440" }, "stopId": "0:BELLEVU1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "105", "scheduleRelationship": "SCHEDULED", "tripId": "0_21627997" } } }, { "id": "1619644", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767719640", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 1 }, { "arrival": { "time": "1767719731", "uncertainty": 120 }, "departure": { "time": "1767719731", "uncertainty": 120 }, "stopId": "0:CHAULME1", "stopSequence": 2 }, { "arrival": { "time": "1767719781", "uncertainty": 120 }, "departure": { "time": "1767719781", "uncertainty": 120 }, "stopId": "0:PENSEES1", "stopSequence": 3 }, { "arrival": { "time": "1767719836", "uncertainty": 120 }, "departure": { "time": "1767719836", "uncertainty": 120 }, "stopId": "0:PINOTSM1", "stopSequence": 4 }, { "arrival": { "time": "1767719916", "uncertainty": 120 }, "departure": { "time": "1767719916", "uncertainty": 120 }, "stopId": "0:NOUILLY1", "stopSequence": 5 }, { "arrival": { "time": "1767720027", "uncertainty": 120 }, "departure": { "time": "1767720027", "uncertainty": 120 }, "stopId": "0:FALEE1", "stopSequence": 6 }, { "arrival": { "time": "1767720133", "uncertainty": 120 }, "departure": { "time": "1767720133", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 7 }, { "arrival": { "time": "1767720295", "uncertainty": 120 }, "departure": { "time": "1767720295", "uncertainty": 120 }, "stopId": "0:LMOULIN1", "stopSequence": 8 }, { "arrival": { "time": "1767720326", "uncertainty": 120 }, "departure": { "time": "1767720326", "uncertainty": 120 }, "stopId": "0:FONNY1", "stopSequence": 9 }, { "arrival": { "time": "1767720388", "uncertainty": 120 }, "departure": { "time": "1767720388", "uncertainty": 120 }, "stopId": "0:BARBE1", "stopSequence": 10 }, { "arrival": { "time": "1767720440", "uncertainty": 120 }, "departure": { "time": "1767720440", "uncertainty": 120 }, "stopId": "0:MANGENO1", "stopSequence": 11 }, { "arrival": { "time": "1767720481", "uncertainty": 120 }, "departure": { "time": "1767720481", "uncertainty": 120 }, "stopId": "0:SAULNOI1", "stopSequence": 12 }, { "arrival": { "time": "1767720531", "uncertainty": 120 }, "departure": { "time": "1767720531", "uncertainty": 120 }, "stopId": "0:JPJEAN1", "stopSequence": 13 }, { "arrival": { "time": "1767720600", "uncertainty": 120 }, "departure": { "time": "1767720600", "uncertainty": 120 }, "stopId": "0:CORCHAD1", "stopSequence": 14 }, { "arrival": { "time": "1767720641", "uncertainty": 120 }, "departure": { "time": "1767720641", "uncertainty": 120 }, "stopId": "0:JUGAN1", "stopSequence": 15 }, { "arrival": { "time": "1767720691", "uncertainty": 120 }, "departure": { "time": "1767720691", "uncertainty": 120 }, "stopId": "0:JOUSSE1", "stopSequence": 16 }, { "arrival": { "time": "1767720728", "uncertainty": 120 }, "departure": { "time": "1767720728", "uncertainty": 120 }, "stopId": "0:DUNANT1", "stopSequence": 17 }, { "arrival": { "time": "1767720798", "uncertainty": 120 }, "departure": { "time": "1767720798", "uncertainty": 120 }, "stopId": "0:BILLOTT1", "stopSequence": 18 }, { "arrival": { "time": "1767720870", "uncertainty": 120 }, "departure": { "time": "1767720871", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 19 }, { "arrival": { "time": "1767721021", "uncertainty": 120 }, "departure": { "time": "1767721021", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 20 }, { "arrival": { "time": "1767721079", "uncertainty": 120 }, "departure": { "time": "1767721171", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 21 }, { "arrival": { "time": "1767721269", "uncertainty": 120 }, "departure": { "time": "1767721274", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 22 }, { "arrival": { "time": "1767721363", "uncertainty": 120 }, "departure": { "time": "1767721381", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 23 }, { "arrival": { "time": "1767721454", "uncertainty": 120 }, "departure": { "time": "1767721454", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 24 }, { "arrival": { "time": "1767721621", "uncertainty": 120 }, "departure": { "time": "1767721741", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 25 }, { "arrival": { "time": "1767721847", "uncertainty": 120 }, "departure": { "time": "1767721921", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 26 }, { "arrival": { "time": "1767722131", "uncertainty": 120 }, "departure": { "time": "1767722131", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 27 }, { "arrival": { "time": "1767722202", "uncertainty": 120 }, "departure": { "time": "1767722202", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 28 }, { "arrival": { "time": "1767722281", "uncertainty": 120 }, "departure": { "time": "1767722281", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 29 }, { "arrival": { "time": "1767722358", "uncertainty": 120 }, "departure": { "time": "1767722371", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 30 }, { "arrival": { "time": "1767722475", "uncertainty": 120 }, "departure": { "time": "1767722475", "uncertainty": 120 }, "stopId": "0:LOGES2", "stopSequence": 31 }, { "arrival": { "time": "1767722571", "uncertainty": 120 }, "departure": { "time": "1767722581", "uncertainty": 120 }, "stopId": "0:STLADRE2", "stopSequence": 32 }, { "arrival": { "time": "1767722641", "uncertainty": 120 }, "departure": { "time": "1767722641", "uncertainty": 120 }, "stopId": "0:MERMOZ2", "stopSequence": 33 }, { "arrival": { "time": "1767722793", "uncertainty": 120 }, "departure": { "time": "1767722793", "uncertainty": 120 }, "stopId": "0:SIMMI689", "stopSequence": 34 }, { "arrival": { "time": "1767722921", "uncertainty": 120 }, "departure": { "time": "1767722921", "uncertainty": 120 }, "stopId": "0:11AVIAT1", "stopSequence": 35 }, { "arrival": { "time": "1767722954", "uncertainty": 120 }, "departure": { "time": "1767722954", "uncertainty": 120 }, "stopId": "0:LUETTE1", "stopSequence": 36 }, { "arrival": { "time": "1767723070", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 37 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619644" }, "vehicle": { "id": "932", "label": "932" } } }, { "id": "1673674", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722405", "uncertainty": 120 }, "stopId": "0:VILLORM1", "stopSequence": 1 }, { "arrival": { "time": "1767722415", "uncertainty": 120 }, "departure": { "time": "1767722415", "uncertainty": 120 }, "stopId": "0:SALETTE1", "stopSequence": 2 }, { "arrival": { "time": "1767722443", "uncertainty": 120 }, "departure": { "time": "1767722443", "uncertainty": 120 }, "stopId": "0:ENTRV1", "stopSequence": 3 }, { "arrival": { "time": "1767722498", "uncertainty": 120 }, "departure": { "time": "1767722498", "uncertainty": 120 }, "stopId": "0:VANY1", "stopSequence": 4 }, { "arrival": { "time": "1767722597", "uncertainty": 120 }, "departure": { "time": "1767722597", "uncertainty": 120 }, "stopId": "0:CHIEULL1", "stopSequence": 5 }, { "arrival": { "time": "1767722649", "uncertainty": 120 }, "departure": { "time": "1767722649", "uncertainty": 120 }, "stopId": "0:BREUIL1", "stopSequence": 6 }, { "arrival": { "time": "1767722787", "uncertainty": 120 }, "departure": { "time": "1767722787", "uncertainty": 120 }, "stopId": "0:POSTEDF1", "stopSequence": 7 }, { "arrival": { "time": "1767722906", "uncertainty": 120 }, "departure": { "time": "1767722906", "uncertainty": 120 }, "stopId": "0:STJFORT1", "stopSequence": 8 }, { "arrival": { "time": "1767722964", "uncertainty": 120 }, "departure": { "time": "1767722964", "uncertainty": 120 }, "stopId": "0:CIMETIE1", "stopSequence": 9 }, { "arrival": { "time": "1767723026", "uncertainty": 120 }, "departure": { "time": "1767723026", "uncertainty": 120 }, "stopId": "0:STJEGLI1", "stopSequence": 10 }, { "arrival": { "time": "1767723126", "uncertainty": 120 }, "departure": { "time": "1767723126", "uncertainty": 120 }, "stopId": "0:TERRESR1", "stopSequence": 11 }, { "arrival": { "time": "1767723183", "uncertainty": 120 }, "departure": { "time": "1767723183", "uncertainty": 120 }, "stopId": "0:BURGER01", "stopSequence": 12 }, { "arrival": { "time": "1767723208", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 13 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "108", "scheduleRelationship": "SCHEDULED", "tripId": "0_21673674" }, "vehicle": { "id": "103251", "label": "103251" } } }, { "id": "1673685", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723568", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 1 }, { "arrival": { "time": "1767723603", "uncertainty": 120 }, "departure": { "time": "1767723603", "uncertainty": 120 }, "stopId": "0:BURGER02", "stopSequence": 2 }, { "arrival": { "time": "1767723656", "uncertainty": 120 }, "departure": { "time": "1767723656", "uncertainty": 120 }, "stopId": "0:TERRESR2", "stopSequence": 3 }, { "arrival": { "time": "1767723750", "uncertainty": 120 }, "departure": { "time": "1767723750", "uncertainty": 120 }, "stopId": "0:STJEGLI2", "stopSequence": 4 }, { "arrival": { "time": "1767723817", "uncertainty": 120 }, "departure": { "time": "1767723817", "uncertainty": 120 }, "stopId": "0:CIMETIE2", "stopSequence": 5 }, { "arrival": { "time": "1767723873", "uncertainty": 120 }, "departure": { "time": "1767723873", "uncertainty": 120 }, "stopId": "0:STJFORT2", "stopSequence": 6 }, { "arrival": { "time": "1767723973", "uncertainty": 120 }, "departure": { "time": "1767723973", "uncertainty": 120 }, "stopId": "0:POSTEDF2", "stopSequence": 7 }, { "arrival": { "time": "1767724092", "uncertainty": 120 }, "departure": { "time": "1767724092", "uncertainty": 120 }, "stopId": "0:BREUIL2", "stopSequence": 8 }, { "arrival": { "time": "1767724117", "uncertainty": 120 }, "departure": { "time": "1767724117", "uncertainty": 120 }, "stopId": "0:CHIEULL2", "stopSequence": 9 }, { "arrival": { "time": "1767724177", "uncertainty": 120 }, "departure": { "time": "1767724177", "uncertainty": 120 }, "stopId": "0:VANY2", "stopSequence": 10 }, { "arrival": { "time": "1767724239", "uncertainty": 120 }, "departure": { "time": "1767724239", "uncertainty": 120 }, "stopId": "0:ENTRV2", "stopSequence": 11 }, { "arrival": { "time": "1767724297", "uncertainty": 120 }, "stopId": "0:VILLORM1", "stopSequence": 12 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "108", "scheduleRelationship": "SCHEDULED", "tripId": "0_21673685" } } }, { "id": "2026-01-06-18-26-44-803-276878", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721201", "uncertainty": 120 }, "stopId": "0:COSTEBE3" }, { "arrival": { "time": "1767721291", "uncertainty": 120 }, "departure": { "time": "1767721291", "uncertainty": 120 }, "stopId": "0:LUETTE2" }, { "arrival": { "time": "1767721317", "uncertainty": 120 }, "departure": { "time": "1767721317", "uncertainty": 120 }, "stopId": "0:11AVIAT2" }, { "arrival": { "time": "1767721417", "uncertainty": 120 }, "departure": { "time": "1767721417", "uncertainty": 120 }, "stopId": "0:SIMMI690" }, { "arrival": { "time": "1767721544", "uncertainty": 120 }, "departure": { "time": "1767721591", "uncertainty": 120 }, "stopId": "0:MERMOZ1" }, { "arrival": { "time": "1767721659", "uncertainty": 120 }, "departure": { "time": "1767721681", "uncertainty": 120 }, "stopId": "0:STLADRE1" }, { "arrival": { "time": "1767721788", "uncertainty": 120 }, "departure": { "time": "1767721801", "uncertainty": 120 }, "stopId": "0:LOGES1" }, { "arrival": { "time": "1767721891", "uncertainty": 120 }, "departure": { "time": "1767721891", "uncertainty": 120 }, "stopId": "0:VAILLAN1" }, { "arrival": { "time": "1767721965", "uncertainty": 120 }, "departure": { "time": "1767721965", "uncertainty": 120 }, "stopId": "0:MANGIN1" }, { "arrival": { "time": "1767722004", "uncertainty": 120 }, "departure": { "time": "1767722004", "uncertainty": 120 }, "stopId": "0:CHPETRE1" }, { "arrival": { "time": "1767722091", "uncertainty": 120 }, "departure": { "time": "1767722101", "uncertainty": 120 }, "stopId": "0:BONSEC1" }, { "arrival": { "time": "1767722213", "uncertainty": 120 }, "departure": { "time": "1767722251", "uncertainty": 120 }, "stopId": "0:ROIGE142" }, { "arrival": { "time": "1767722456", "uncertainty": 120 }, "departure": { "time": "1767722461", "uncertainty": 120 }, "stopId": "0:GARCS" }, { "arrival": { "time": "1767722694", "uncertainty": 120 }, "departure": { "time": "1767722694", "uncertainty": 120 }, "stopId": "0:MAZELLE2" }, { "arrival": { "time": "1767722812", "uncertainty": 120 }, "departure": { "time": "1767722812", "uncertainty": 120 }, "stopId": "0:TANNEUR2" }, { "arrival": { "time": "1767722858", "uncertainty": 120 }, "departure": { "time": "1767722858", "uncertainty": 120 }, "stopId": "0:FOURNIE2" }, { "arrival": { "time": "1767722918", "uncertainty": 120 }, "departure": { "time": "1767722918", "uncertainty": 120 }, "stopId": "0:ARSENAL2" }, { "arrival": { "time": "1767723080", "uncertainty": 120 }, "departure": { "time": "1767723080", "uncertainty": 120 }, "stopId": "0:TANNERI2" }, { "arrival": { "time": "1767723148", "uncertainty": 120 }, "departure": { "time": "1767723148", "uncertainty": 120 }, "stopId": "0:BILLOTT2" }, { "arrival": { "time": "1767723200", "uncertainty": 120 }, "departure": { "time": "1767723200", "uncertainty": 120 }, "stopId": "0:DUNANT2" }, { "arrival": { "time": "1767723258", "uncertainty": 120 }, "departure": { "time": "1767723258", "uncertainty": 120 }, "stopId": "0:JOUSSE2" }, { "arrival": { "time": "1767723351", "uncertainty": 120 }, "departure": { "time": "1767723351", "uncertainty": 120 }, "stopId": "0:JUGAN2" }, { "arrival": { "time": "1767723401", "uncertainty": 120 }, "departure": { "time": "1767723401", "uncertainty": 120 }, "stopId": "0:CORCHAD2" }, { "arrival": { "time": "1767723456", "uncertainty": 120 }, "departure": { "time": "1767723456", "uncertainty": 120 }, "stopId": "0:JPJEAN2" }, { "arrival": { "time": "1767723540", "uncertainty": 120 }, "departure": { "time": "1767723540", "uncertainty": 120 }, "stopId": "0:SAULNOI2" }, { "arrival": { "time": "1767723581", "uncertainty": 120 }, "departure": { "time": "1767723581", "uncertainty": 120 }, "stopId": "0:MANGENO2" }, { "arrival": { "time": "1767723629", "uncertainty": 120 }, "departure": { "time": "1767723629", "uncertainty": 120 }, "stopId": "0:BARBE2" }, { "arrival": { "time": "1767723694", "uncertainty": 120 }, "departure": { "time": "1767723694", "uncertainty": 120 }, "stopId": "0:FONNY2" }, { "arrival": { "time": "1767723717", "uncertainty": 120 }, "departure": { "time": "1767723717", "uncertainty": 120 }, "stopId": "0:LMOULIN2" }, { "arrival": { "time": "1767723790", "uncertainty": 120 }, "departure": { "time": "1767723790", "uncertainty": 120 }, "stopId": "0:MEYVIGN1" }, { "arrival": { "time": "1767723984", "uncertainty": 120 }, "departure": { "time": "1767723984", "uncertainty": 120 }, "stopId": "0:FALEE2" }, { "arrival": { "time": "1767724042", "uncertainty": 120 }, "departure": { "time": "1767724042", "uncertainty": 120 }, "stopId": "0:PRESSOI2" }, { "arrival": { "time": "1767724197", "uncertainty": 120 }, "departure": { "time": "1767724197", "uncertainty": 120 }, "stopId": "0:PINOTSM2" }, { "arrival": { "time": "1767724220", "uncertainty": 120 }, "departure": { "time": "1767724220", "uncertainty": 120 }, "stopId": "0:PENSEES2" }, { "arrival": { "time": "1767724255", "uncertainty": 120 }, "departure": { "time": "1767724255", "uncertainty": 120 }, "stopId": "0:CHAULME2" }, { "arrival": { "time": "1767724303", "uncertainty": 120 }, "departure": { "time": "1767724303", "uncertainty": 120 }, "stopId": "0:GROSNOY1" }, { "arrival": { "time": "1767724462", "uncertainty": 120 }, "stopId": "0:MASLIEV1" } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "ADDED", "tripId": "0_22026-01-06-18-26-44-803-276878" }, "vehicle": { "id": "1335", "label": "1335" } } }, { "id": "1673662", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725460" }, "stopId": "0:VILLORM1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "108", "scheduleRelationship": "SCHEDULED", "tripId": "0_21673662" } } }, { "id": "1616800", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725700", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616800" } } }, { "id": "1619071", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767726000", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619071" } } }, { "id": "1619070", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724992", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 1 }, { "arrival": { "time": "1767725048", "uncertainty": 120 }, "departure": { "time": "1767725048", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 2 }, { "arrival": { "time": "1767725087", "uncertainty": 120 }, "departure": { "time": "1767725087", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 3 }, { "arrival": { "time": "1767725123", "uncertainty": 120 }, "departure": { "time": "1767725123", "uncertainty": 120 }, "stopId": "0:ARIANE1", "stopSequence": 4 }, { "arrival": { "time": "1767725166", "uncertainty": 120 }, "departure": { "time": "1767725166", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 5 }, { "arrival": { "time": "1767725211", "uncertainty": 120 }, "departure": { "time": "1767725211", "uncertainty": 120 }, "stopId": "0:FAURNEL1", "stopSequence": 6 }, { "arrival": { "time": "1767725248", "uncertainty": 120 }, "departure": { "time": "1767725248", "uncertainty": 120 }, "stopId": "0:ROSEGON1", "stopSequence": 7 }, { "arrival": { "time": "1767725326", "uncertainty": 120 }, "departure": { "time": "1767725326", "uncertainty": 120 }, "stopId": "0:SOLIDAR1", "stopSequence": 8 }, { "arrival": { "time": "1767725379", "uncertainty": 120 }, "departure": { "time": "1767725379", "uncertainty": 120 }, "stopId": "0:SEBASTO1", "stopSequence": 9 }, { "arrival": { "time": "1767725502", "uncertainty": 120 }, "departure": { "time": "1767725502", "uncertainty": 120 }, "stopId": "0:JMICHEL1", "stopSequence": 10 }, { "arrival": { "time": "1767725599", "uncertainty": 120 }, "departure": { "time": "1767725599", "uncertainty": 120 }, "stopId": "0:CHAPPE3", "stopSequence": 11 }, { "arrival": { "time": "1767725739", "uncertainty": 120 }, "departure": { "time": "1767725739", "uncertainty": 120 }, "stopId": "0:ARAGO002", "stopSequence": 12 }, { "arrival": { "time": "1767725768", "uncertainty": 120 }, "departure": { "time": "1767725768", "uncertainty": 120 }, "stopId": "0:MARCONI1", "stopSequence": 13 }, { "arrival": { "time": "1767725842", "uncertainty": 120 }, "departure": { "time": "1767725842", "uncertainty": 120 }, "stopId": "0:SYMPHON1", "stopSequence": 14 }, { "arrival": { "time": "1767725906", "uncertainty": 120 }, "departure": { "time": "1767725906", "uncertainty": 120 }, "stopId": "0:SEULHOT1", "stopSequence": 15 }, { "arrival": { "time": "1767725933", "uncertainty": 120 }, "departure": { "time": "1767725933", "uncertainty": 120 }, "stopId": "0:GENERAL1", "stopSequence": 16 }, { "arrival": { "time": "1767725967", "uncertainty": 120 }, "departure": { "time": "1767725967", "uncertainty": 120 }, "stopId": "0:ROEDERE1", "stopSequence": 17 }, { "arrival": { "time": "1767725993", "uncertainty": 120 }, "departure": { "time": "1767725993", "uncertainty": 120 }, "stopId": "0:GIRAUDO1", "stopSequence": 18 }, { "arrival": { "time": "1767726056", "uncertainty": 120 }, "departure": { "time": "1767726056", "uncertainty": 120 }, "stopId": "0:GDMAISO1", "stopSequence": 19 }, { "arrival": { "time": "1767726136", "uncertainty": 120 }, "departure": { "time": "1767726136", "uncertainty": 120 }, "stopId": "0:COTSE1", "stopSequence": 20 }, { "arrival": { "time": "1767726202", "uncertainty": 120 }, "departure": { "time": "1767726202", "uncertainty": 120 }, "stopId": "0:TIVO1", "stopSequence": 21 }, { "arrival": { "time": "1767726254", "uncertainty": 120 }, "departure": { "time": "1767726254", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 22 }, { "arrival": { "time": "1767726311", "uncertainty": 120 }, "departure": { "time": "1767726311", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 23 }, { "arrival": { "time": "1767726355", "uncertainty": 120 }, "departure": { "time": "1767726355", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 24 }, { "arrival": { "time": "1767726424", "uncertainty": 120 }, "departure": { "time": "1767726424", "uncertainty": 120 }, "stopId": "0:OBERL193", "stopSequence": 25 }, { "arrival": { "time": "1767726466", "uncertainty": 120 }, "departure": { "time": "1767726466", "uncertainty": 120 }, "stopId": "0:GENDARM1", "stopSequence": 26 }, { "arrival": { "time": "1767726497", "uncertainty": 120 }, "departure": { "time": "1767726497", "uncertainty": 120 }, "stopId": "0:STMAXI1", "stopSequence": 27 }, { "arrival": { "time": "1767726524", "uncertainty": 120 }, "departure": { "time": "1767726524", "uncertainty": 120 }, "stopId": "0:PUYMAIG1", "stopSequence": 28 }, { "arrival": { "time": "1767726591", "uncertainty": 120 }, "departure": { "time": "1767726591", "uncertainty": 120 }, "stopId": "0:TREIZE1", "stopSequence": 29 }, { "arrival": { "time": "1767726646", "uncertainty": 120 }, "departure": { "time": "1767726646", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 30 }, { "arrival": { "time": "1767726994", "uncertainty": 120 }, "departure": { "time": "1767726994", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 31 }, { "arrival": { "time": "1767727174", "uncertainty": 120 }, "stopId": "0:REPLYA", "stopSequence": 32 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619070" } } }, { "id": "1619069", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722284", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 1 }, { "arrival": { "time": "1767722350", "uncertainty": 120 }, "departure": { "time": "1767722350", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 2 }, { "arrival": { "time": "1767722390", "uncertainty": 120 }, "departure": { "time": "1767722390", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 3 }, { "arrival": { "time": "1767722422", "uncertainty": 120 }, "departure": { "time": "1767722422", "uncertainty": 120 }, "stopId": "0:ARIANE1", "stopSequence": 4 }, { "arrival": { "time": "1767722456", "uncertainty": 120 }, "departure": { "time": "1767722465", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 5 }, { "arrival": { "time": "1767722524", "uncertainty": 120 }, "departure": { "time": "1767722524", "uncertainty": 120 }, "stopId": "0:FAURNEL1", "stopSequence": 6 }, { "arrival": { "time": "1767722561", "uncertainty": 120 }, "departure": { "time": "1767722561", "uncertainty": 120 }, "stopId": "0:ROSEGON1", "stopSequence": 7 }, { "arrival": { "time": "1767722624", "uncertainty": 120 }, "departure": { "time": "1767722624", "uncertainty": 120 }, "stopId": "0:SOLIDAR1", "stopSequence": 8 }, { "arrival": { "time": "1767722662", "uncertainty": 120 }, "departure": { "time": "1767722662", "uncertainty": 120 }, "stopId": "0:SEBASTO1", "stopSequence": 9 }, { "arrival": { "time": "1767722785", "uncertainty": 120 }, "departure": { "time": "1767722785", "uncertainty": 120 }, "stopId": "0:JMICHEL1", "stopSequence": 10 }, { "arrival": { "time": "1767722882", "uncertainty": 120 }, "departure": { "time": "1767722882", "uncertainty": 120 }, "stopId": "0:CHAPPE3", "stopSequence": 11 }, { "arrival": { "time": "1767723022", "uncertainty": 120 }, "departure": { "time": "1767723022", "uncertainty": 120 }, "stopId": "0:ARAGO002", "stopSequence": 12 }, { "arrival": { "time": "1767723054", "uncertainty": 120 }, "departure": { "time": "1767723054", "uncertainty": 120 }, "stopId": "0:MARCONI1", "stopSequence": 13 }, { "arrival": { "time": "1767723135", "uncertainty": 120 }, "departure": { "time": "1767723135", "uncertainty": 120 }, "stopId": "0:SYMPHON1", "stopSequence": 14 }, { "arrival": { "time": "1767723199", "uncertainty": 120 }, "departure": { "time": "1767723199", "uncertainty": 120 }, "stopId": "0:SEULHOT1", "stopSequence": 15 }, { "arrival": { "time": "1767723226", "uncertainty": 120 }, "departure": { "time": "1767723226", "uncertainty": 120 }, "stopId": "0:GENERAL1", "stopSequence": 16 }, { "arrival": { "time": "1767723260", "uncertainty": 120 }, "departure": { "time": "1767723260", "uncertainty": 120 }, "stopId": "0:ROEDERE1", "stopSequence": 17 }, { "arrival": { "time": "1767723286", "uncertainty": 120 }, "departure": { "time": "1767723286", "uncertainty": 120 }, "stopId": "0:GIRAUDO1", "stopSequence": 18 }, { "arrival": { "time": "1767723349", "uncertainty": 120 }, "departure": { "time": "1767723349", "uncertainty": 120 }, "stopId": "0:GDMAISO1", "stopSequence": 19 }, { "arrival": { "time": "1767723429", "uncertainty": 120 }, "departure": { "time": "1767723429", "uncertainty": 120 }, "stopId": "0:COTSE1", "stopSequence": 20 }, { "arrival": { "time": "1767723532", "uncertainty": 120 }, "departure": { "time": "1767723532", "uncertainty": 120 }, "stopId": "0:TIVO1", "stopSequence": 21 }, { "arrival": { "time": "1767723584", "uncertainty": 120 }, "departure": { "time": "1767723584", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 22 }, { "arrival": { "time": "1767723641", "uncertainty": 120 }, "departure": { "time": "1767723641", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 23 }, { "arrival": { "time": "1767723680", "uncertainty": 120 }, "departure": { "time": "1767723680", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 24 }, { "arrival": { "time": "1767723749", "uncertainty": 120 }, "departure": { "time": "1767723749", "uncertainty": 120 }, "stopId": "0:OBERL193", "stopSequence": 25 }, { "arrival": { "time": "1767723791", "uncertainty": 120 }, "departure": { "time": "1767723791", "uncertainty": 120 }, "stopId": "0:GENDARM1", "stopSequence": 26 }, { "arrival": { "time": "1767723831", "uncertainty": 120 }, "departure": { "time": "1767723831", "uncertainty": 120 }, "stopId": "0:STMAXI1", "stopSequence": 27 }, { "arrival": { "time": "1767723866", "uncertainty": 120 }, "departure": { "time": "1767723866", "uncertainty": 120 }, "stopId": "0:PUYMAIG1", "stopSequence": 28 }, { "arrival": { "time": "1767723953", "uncertainty": 120 }, "departure": { "time": "1767723953", "uncertainty": 120 }, "stopId": "0:TREIZE1", "stopSequence": 29 }, { "arrival": { "time": "1767724024", "uncertainty": 120 }, "departure": { "time": "1767724024", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 30 }, { "arrival": { "time": "1767724384", "uncertainty": 120 }, "departure": { "time": "1767724384", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 31 }, { "arrival": { "time": "1767724564", "uncertainty": 120 }, "stopId": "0:REPLYA", "stopSequence": 32 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619069" }, "vehicle": { "id": "1533", "label": "1533" } } }, { "id": "1623143", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721205", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1767721262", "uncertainty": 120 }, "departure": { "time": "1767721265", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1767721414", "uncertainty": 120 }, "departure": { "time": "1767721415", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 3 }, { "arrival": { "time": "1767721551", "uncertainty": 120 }, "departure": { "time": "1767721595", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 4 }, { "arrival": { "time": "1767721685", "uncertainty": 120 }, "departure": { "time": "1767721715", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1767721798", "uncertainty": 120 }, "departure": { "time": "1767721805", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1767721895", "uncertainty": 120 }, "departure": { "time": "1767721895", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1767721978", "uncertainty": 120 }, "departure": { "time": "1767721985", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1767722065", "uncertainty": 120 }, "departure": { "time": "1767722075", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1767722155", "uncertainty": 120 }, "departure": { "time": "1767722165", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1767722255", "uncertainty": 120 }, "departure": { "time": "1767722285", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1767722372", "uncertainty": 120 }, "departure": { "time": "1767722375", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1767722454", "uncertainty": 120 }, "departure": { "time": "1767722465", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1767722548", "uncertainty": 120 }, "departure": { "time": "1767722555", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1767722605", "uncertainty": 120 }, "departure": { "time": "1767722615", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1767722694", "uncertainty": 120 }, "departure": { "time": "1767722694", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1767722755", "uncertainty": 120 }, "departure": { "time": "1767722755", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1767722836", "uncertainty": 120 }, "departure": { "time": "1767722836", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1767722909", "uncertainty": 120 }, "departure": { "time": "1767722909", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1767722970", "uncertainty": 120 }, "departure": { "time": "1767722970", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1767723122", "uncertainty": 120 }, "departure": { "time": "1767723122", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1767723226", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623143" }, "vehicle": { "id": "1304", "label": "1304" } } }, { "id": "1623142", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720664", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1767720725", "uncertainty": 120 }, "departure": { "time": "1767720726", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1767720906", "uncertainty": 120 }, "departure": { "time": "1767720906", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 3 }, { "arrival": { "time": "1767721055", "uncertainty": 120 }, "departure": { "time": "1767721086", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 4 }, { "arrival": { "time": "1767721183", "uncertainty": 120 }, "departure": { "time": "1767721206", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1767721302", "uncertainty": 120 }, "departure": { "time": "1767721356", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1767721424", "uncertainty": 120 }, "departure": { "time": "1767721476", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1767721537", "uncertainty": 120 }, "departure": { "time": "1767721566", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1767721638", "uncertainty": 120 }, "departure": { "time": "1767721656", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1767721728", "uncertainty": 120 }, "departure": { "time": "1767721746", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1767721836", "uncertainty": 120 }, "departure": { "time": "1767721836", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1767721941", "uncertainty": 120 }, "departure": { "time": "1767721941", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1767722018", "uncertainty": 120 }, "departure": { "time": "1767722018", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1767722109", "uncertainty": 120 }, "departure": { "time": "1767722139", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1767722170", "uncertainty": 120 }, "departure": { "time": "1767722200", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1767722250", "uncertainty": 120 }, "departure": { "time": "1767722259", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1767722320", "uncertainty": 120 }, "departure": { "time": "1767722320", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1767722398", "uncertainty": 120 }, "departure": { "time": "1767722411", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1767722482", "uncertainty": 120 }, "departure": { "time": "1767722499", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1767722560", "uncertainty": 120 }, "departure": { "time": "1767722560", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1767722702", "uncertainty": 120 }, "departure": { "time": "1767722702", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1767722807", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623142" }, "vehicle": { "id": "1951", "label": "1951" } } }, { "id": "1623150", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725520", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623150" } } }, { "id": "1623149", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724920", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623149" } } }, { "id": "1623148", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724320", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623148" } } }, { "id": "1623147", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723660", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623147" } } }, { "id": "1623146", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723060", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1767723117", "uncertainty": 120 }, "departure": { "time": "1767723117", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1767723282", "uncertainty": 120 }, "departure": { "time": "1767723282", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 3 }, { "arrival": { "time": "1767723427", "uncertainty": 120 }, "departure": { "time": "1767723427", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 4 }, { "arrival": { "time": "1767723533", "uncertainty": 120 }, "departure": { "time": "1767723533", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1767723625", "uncertainty": 120 }, "departure": { "time": "1767723625", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1767723701", "uncertainty": 120 }, "departure": { "time": "1767723701", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1767723781", "uncertainty": 120 }, "departure": { "time": "1767723781", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1767723857", "uncertainty": 120 }, "departure": { "time": "1767723857", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1767723934", "uncertainty": 120 }, "departure": { "time": "1767723934", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1767724010", "uncertainty": 120 }, "departure": { "time": "1767724010", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1767724107", "uncertainty": 120 }, "departure": { "time": "1767724107", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1767724191", "uncertainty": 120 }, "departure": { "time": "1767724191", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1767724257", "uncertainty": 120 }, "departure": { "time": "1767724257", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1767724310", "uncertainty": 120 }, "departure": { "time": "1767724310", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1767724377", "uncertainty": 120 }, "departure": { "time": "1767724377", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1767724433", "uncertainty": 120 }, "departure": { "time": "1767724433", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1767724537", "uncertainty": 120 }, "departure": { "time": "1767724537", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1767724626", "uncertainty": 120 }, "departure": { "time": "1767724626", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1767724688", "uncertainty": 120 }, "departure": { "time": "1767724688", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1767724895", "uncertainty": 120 }, "departure": { "time": "1767724895", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1767724986", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623146" } } }, { "id": "1623145", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722460", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1767722512", "uncertainty": 120 }, "departure": { "time": "1767722512", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1767722649", "uncertainty": 120 }, "departure": { "time": "1767722649", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 3 }, { "arrival": { "time": "1767722794", "uncertainty": 120 }, "departure": { "time": "1767722794", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 4 }, { "arrival": { "time": "1767722900", "uncertainty": 120 }, "departure": { "time": "1767722900", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1767722992", "uncertainty": 120 }, "departure": { "time": "1767722992", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1767723068", "uncertainty": 120 }, "departure": { "time": "1767723068", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1767723147", "uncertainty": 120 }, "departure": { "time": "1767723147", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1767723223", "uncertainty": 120 }, "departure": { "time": "1767723223", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1767723299", "uncertainty": 120 }, "departure": { "time": "1767723299", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1767723387", "uncertainty": 120 }, "departure": { "time": "1767723387", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1767723476", "uncertainty": 120 }, "departure": { "time": "1767723476", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1767723556", "uncertainty": 120 }, "departure": { "time": "1767723556", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1767723635", "uncertainty": 120 }, "departure": { "time": "1767723635", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1767723686", "uncertainty": 120 }, "departure": { "time": "1767723686", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1767723739", "uncertainty": 120 }, "departure": { "time": "1767723739", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1767723799", "uncertainty": 120 }, "departure": { "time": "1767723799", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1767723882", "uncertainty": 120 }, "departure": { "time": "1767723882", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1767723957", "uncertainty": 120 }, "departure": { "time": "1767723957", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1767724018", "uncertainty": 120 }, "departure": { "time": "1767724018", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1767724225", "uncertainty": 120 }, "departure": { "time": "1767724225", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1767724316", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623145" }, "vehicle": { "id": "2142", "label": "2142" } } }, { "id": "1623144", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721860", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1767721915", "uncertainty": 120 }, "departure": { "time": "1767721915", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1767722081", "uncertainty": 120 }, "departure": { "time": "1767722095", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 3 }, { "arrival": { "time": "1767722239", "uncertainty": 120 }, "departure": { "time": "1767722275", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 4 }, { "arrival": { "time": "1767722378", "uncertainty": 120 }, "departure": { "time": "1767722395", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1767722485", "uncertainty": 120 }, "departure": { "time": "1767722515", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1767722591", "uncertainty": 120 }, "departure": { "time": "1767722605", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1767722694", "uncertainty": 120 }, "departure": { "time": "1767722694", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1767722770", "uncertainty": 120 }, "departure": { "time": "1767722770", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1767722846", "uncertainty": 120 }, "departure": { "time": "1767722846", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1767722935", "uncertainty": 120 }, "departure": { "time": "1767722935", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1767723024", "uncertainty": 120 }, "departure": { "time": "1767723024", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1767723104", "uncertainty": 120 }, "departure": { "time": "1767723104", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1767723184", "uncertainty": 120 }, "departure": { "time": "1767723184", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1767723235", "uncertainty": 120 }, "departure": { "time": "1767723235", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1767723287", "uncertainty": 120 }, "departure": { "time": "1767723287", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1767723347", "uncertainty": 120 }, "departure": { "time": "1767723347", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1767723428", "uncertainty": 120 }, "departure": { "time": "1767723428", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1767723501", "uncertainty": 120 }, "departure": { "time": "1767723501", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1767723562", "uncertainty": 120 }, "departure": { "time": "1767723562", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1767723769", "uncertainty": 120 }, "departure": { "time": "1767723769", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1767723868", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_21623144" }, "vehicle": { "id": "1319", "label": "1319" } } }, { "id": "1619035", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725100", "uncertainty": 120 }, "stopId": "0:REPLYD", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619035" } } }, { "id": "1619034", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723240", "uncertainty": 120 }, "stopId": "0:REPLYD", "stopSequence": 1 }, { "arrival": { "time": "1767723480", "uncertainty": 120 }, "departure": { "time": "1767723480", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 2 }, { "arrival": { "time": "1767723738", "uncertainty": 120 }, "departure": { "time": "1767723738", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 3 }, { "arrival": { "time": "1767723815", "uncertainty": 120 }, "departure": { "time": "1767723815", "uncertainty": 120 }, "stopId": "0:DUPLOYE1", "stopSequence": 4 }, { "arrival": { "time": "1767723896", "uncertainty": 120 }, "departure": { "time": "1767723896", "uncertainty": 120 }, "stopId": "0:3EVECHES", "stopSequence": 5 }, { "arrival": { "time": "1767723950", "uncertainty": 120 }, "departure": { "time": "1767723950", "uncertainty": 120 }, "stopId": "0:DEVILLY1", "stopSequence": 6 }, { "arrival": { "time": "1767723985", "uncertainty": 120 }, "departure": { "time": "1767723985", "uncertainty": 120 }, "stopId": "0:STMAXI2", "stopSequence": 7 }, { "arrival": { "time": "1767724038", "uncertainty": 120 }, "departure": { "time": "1767724038", "uncertainty": 120 }, "stopId": "0:GENDARM2", "stopSequence": 8 }, { "arrival": { "time": "1767724076", "uncertainty": 120 }, "departure": { "time": "1767724076", "uncertainty": 120 }, "stopId": "0:OBERL183", "stopSequence": 9 }, { "arrival": { "time": "1767724132", "uncertainty": 120 }, "departure": { "time": "1767724132", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 10 }, { "arrival": { "time": "1767724191", "uncertainty": 120 }, "departure": { "time": "1767724191", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 11 }, { "arrival": { "time": "1767724223", "uncertainty": 120 }, "departure": { "time": "1767724223", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 12 }, { "arrival": { "time": "1767724279", "uncertainty": 120 }, "departure": { "time": "1767724279", "uncertainty": 120 }, "stopId": "0:TIVO2", "stopSequence": 13 }, { "arrival": { "time": "1767724316", "uncertainty": 120 }, "departure": { "time": "1767724316", "uncertainty": 120 }, "stopId": "0:COTSE2", "stopSequence": 14 }, { "arrival": { "time": "1767724378", "uncertainty": 120 }, "departure": { "time": "1767724378", "uncertainty": 120 }, "stopId": "0:GDMAISO2", "stopSequence": 15 }, { "arrival": { "time": "1767724459", "uncertainty": 120 }, "departure": { "time": "1767724459", "uncertainty": 120 }, "stopId": "0:GIRAUDO2", "stopSequence": 16 }, { "arrival": { "time": "1767724491", "uncertainty": 120 }, "departure": { "time": "1767724491", "uncertainty": 120 }, "stopId": "0:ROEDERE2", "stopSequence": 17 }, { "arrival": { "time": "1767724519", "uncertainty": 120 }, "departure": { "time": "1767724519", "uncertainty": 120 }, "stopId": "0:GENERAL2", "stopSequence": 18 }, { "arrival": { "time": "1767724543", "uncertainty": 120 }, "departure": { "time": "1767724543", "uncertainty": 120 }, "stopId": "0:SEULHOT2", "stopSequence": 19 }, { "arrival": { "time": "1767724619", "uncertainty": 120 }, "departure": { "time": "1767724619", "uncertainty": 120 }, "stopId": "0:SYMPHON3", "stopSequence": 20 }, { "arrival": { "time": "1767724669", "uncertainty": 120 }, "departure": { "time": "1767724669", "uncertainty": 120 }, "stopId": "0:MARCONI2", "stopSequence": 21 }, { "arrival": { "time": "1767724701", "uncertainty": 120 }, "departure": { "time": "1767724701", "uncertainty": 120 }, "stopId": "0:ARAGO035", "stopSequence": 22 }, { "arrival": { "time": "1767724862", "uncertainty": 120 }, "departure": { "time": "1767724862", "uncertainty": 120 }, "stopId": "0:CHAPPE2", "stopSequence": 23 }, { "arrival": { "time": "1767724960", "uncertainty": 120 }, "departure": { "time": "1767724960", "uncertainty": 120 }, "stopId": "0:JMICHEL2", "stopSequence": 24 }, { "arrival": { "time": "1767725121", "uncertainty": 120 }, "departure": { "time": "1767725121", "uncertainty": 120 }, "stopId": "0:SEBASTO2", "stopSequence": 25 }, { "arrival": { "time": "1767725165", "uncertainty": 120 }, "departure": { "time": "1767725165", "uncertainty": 120 }, "stopId": "0:SOLIDAR2", "stopSequence": 26 }, { "arrival": { "time": "1767725248", "uncertainty": 120 }, "departure": { "time": "1767725248", "uncertainty": 120 }, "stopId": "0:ROSEGON2", "stopSequence": 27 }, { "arrival": { "time": "1767725307", "uncertainty": 120 }, "departure": { "time": "1767725307", "uncertainty": 120 }, "stopId": "0:FAURNEL2", "stopSequence": 28 }, { "arrival": { "time": "1767725347", "uncertainty": 120 }, "departure": { "time": "1767725347", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 29 }, { "arrival": { "time": "1767725412", "uncertainty": 120 }, "departure": { "time": "1767725412", "uncertainty": 120 }, "stopId": "0:ARIANE2", "stopSequence": 30 }, { "arrival": { "time": "1767725451", "uncertainty": 120 }, "departure": { "time": "1767725451", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 31 }, { "arrival": { "time": "1767725484", "uncertainty": 120 }, "departure": { "time": "1767725484", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 32 }, { "arrival": { "time": "1767725543", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 33 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619034" } } }, { "id": "1619032", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720183", "uncertainty": 120 }, "stopId": "0:REPLYD", "stopSequence": 1 }, { "arrival": { "time": "1767720407", "uncertainty": 120 }, "departure": { "time": "1767720423", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 2 }, { "arrival": { "time": "1767720663", "uncertainty": 120 }, "departure": { "time": "1767720663", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 3 }, { "arrival": { "time": "1767720766", "uncertainty": 120 }, "departure": { "time": "1767720766", "uncertainty": 120 }, "stopId": "0:DUPLOYE1", "stopSequence": 4 }, { "arrival": { "time": "1767720855", "uncertainty": 120 }, "departure": { "time": "1767720873", "uncertainty": 120 }, "stopId": "0:3EVECHES", "stopSequence": 5 }, { "arrival": { "time": "1767720932", "uncertainty": 120 }, "departure": { "time": "1767720963", "uncertainty": 120 }, "stopId": "0:DEVILLY1", "stopSequence": 6 }, { "arrival": { "time": "1767721004", "uncertainty": 120 }, "departure": { "time": "1767721023", "uncertainty": 120 }, "stopId": "0:STMAXI2", "stopSequence": 7 }, { "arrival": { "time": "1767721072", "uncertainty": 120 }, "departure": { "time": "1767721072", "uncertainty": 120 }, "stopId": "0:GENDARM2", "stopSequence": 8 }, { "arrival": { "time": "1767721113", "uncertainty": 120 }, "departure": { "time": "1767721113", "uncertainty": 120 }, "stopId": "0:OBERL183", "stopSequence": 9 }, { "arrival": { "time": "1767721162", "uncertainty": 120 }, "departure": { "time": "1767721162", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 10 }, { "arrival": { "time": "1767721203", "uncertainty": 120 }, "departure": { "time": "1767721203", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 11 }, { "arrival": { "time": "1767721249", "uncertainty": 120 }, "departure": { "time": "1767721249", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 12 }, { "arrival": { "time": "1767721320", "uncertainty": 120 }, "departure": { "time": "1767721320", "uncertainty": 120 }, "stopId": "0:TIVO2", "stopSequence": 13 }, { "arrival": { "time": "1767721330", "uncertainty": 120 }, "departure": { "time": "1767721353", "uncertainty": 120 }, "stopId": "0:COTSE2", "stopSequence": 14 }, { "arrival": { "time": "1767721451", "uncertainty": 120 }, "departure": { "time": "1767721473", "uncertainty": 120 }, "stopId": "0:GDMAISO2", "stopSequence": 15 }, { "arrival": { "time": "1767721540", "uncertainty": 120 }, "departure": { "time": "1767721540", "uncertainty": 120 }, "stopId": "0:GIRAUDO2", "stopSequence": 16 }, { "arrival": { "time": "1767721579", "uncertainty": 120 }, "departure": { "time": "1767721593", "uncertainty": 120 }, "stopId": "0:ROEDERE2", "stopSequence": 17 }, { "arrival": { "time": "1767721657", "uncertainty": 120 }, "departure": { "time": "1767721657", "uncertainty": 120 }, "stopId": "0:GENERAL2", "stopSequence": 18 }, { "arrival": { "time": "1767721690", "uncertainty": 120 }, "departure": { "time": "1767721690", "uncertainty": 120 }, "stopId": "0:SEULHOT2", "stopSequence": 19 }, { "arrival": { "time": "1767721780", "uncertainty": 120 }, "departure": { "time": "1767721780", "uncertainty": 120 }, "stopId": "0:SYMPHON3", "stopSequence": 20 }, { "arrival": { "time": "1767721822", "uncertainty": 120 }, "departure": { "time": "1767721833", "uncertainty": 120 }, "stopId": "0:MARCONI2", "stopSequence": 21 }, { "arrival": { "time": "1767721909", "uncertainty": 120 }, "departure": { "time": "1767721909", "uncertainty": 120 }, "stopId": "0:ARAGO035", "stopSequence": 22 }, { "arrival": { "time": "1767722034", "uncertainty": 120 }, "departure": { "time": "1767722043", "uncertainty": 120 }, "stopId": "0:CHAPPE2", "stopSequence": 23 }, { "arrival": { "time": "1767722163", "uncertainty": 120 }, "departure": { "time": "1767722163", "uncertainty": 120 }, "stopId": "0:JMICHEL2", "stopSequence": 24 }, { "arrival": { "time": "1767722302", "uncertainty": 120 }, "departure": { "time": "1767722302", "uncertainty": 120 }, "stopId": "0:SEBASTO2", "stopSequence": 25 }, { "arrival": { "time": "1767722325", "uncertainty": 120 }, "departure": { "time": "1767722325", "uncertainty": 120 }, "stopId": "0:SOLIDAR2", "stopSequence": 26 }, { "arrival": { "time": "1767722393", "uncertainty": 120 }, "departure": { "time": "1767722393", "uncertainty": 120 }, "stopId": "0:ROSEGON2", "stopSequence": 27 }, { "arrival": { "time": "1767722433", "uncertainty": 120 }, "departure": { "time": "1767722433", "uncertainty": 120 }, "stopId": "0:FAURNEL2", "stopSequence": 28 }, { "arrival": { "time": "1767722463", "uncertainty": 120 }, "departure": { "time": "1767722463", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 29 }, { "arrival": { "time": "1767722543", "uncertainty": 120 }, "departure": { "time": "1767722543", "uncertainty": 120 }, "stopId": "0:ARIANE2", "stopSequence": 30 }, { "arrival": { "time": "1767722606", "uncertainty": 120 }, "departure": { "time": "1767722606", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 31 }, { "arrival": { "time": "1767722628", "uncertainty": 120 }, "departure": { "time": "1767722628", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 32 }, { "arrival": { "time": "1767722686", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 33 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_21619032" }, "vehicle": { "id": "1531", "label": "1531" } } }, { "id": "1616799", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723480", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616799" } } }, { "id": "1616798", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721680", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1767721823", "uncertainty": 120 }, "departure": { "time": "1767721831", "uncertainty": 120 }, "stopId": "0:VIGNES1", "stopSequence": 2 }, { "arrival": { "time": "1767721860", "uncertainty": 120 }, "departure": { "time": "1767721860", "uncertainty": 120 }, "stopId": "0:MIRABEL1", "stopSequence": 3 }, { "arrival": { "time": "1767721891", "uncertainty": 120 }, "departure": { "time": "1767721891", "uncertainty": 120 }, "stopId": "0:BUTTE1", "stopSequence": 4 }, { "arrival": { "time": "1767721929", "uncertainty": 120 }, "departure": { "time": "1767721951", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 5 }, { "arrival": { "time": "1767722001", "uncertainty": 120 }, "departure": { "time": "1767722001", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 6 }, { "arrival": { "time": "1767722056", "uncertainty": 120 }, "departure": { "time": "1767722071", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 7 }, { "arrival": { "time": "1767722092", "uncertainty": 120 }, "departure": { "time": "1767722092", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 8 }, { "arrival": { "time": "1767722127", "uncertainty": 120 }, "departure": { "time": "1767722127", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 9 }, { "arrival": { "time": "1767722229", "uncertainty": 120 }, "departure": { "time": "1767722229", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 10 }, { "arrival": { "time": "1767722269", "uncertainty": 120 }, "departure": { "time": "1767722371", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 11 }, { "arrival": { "time": "1767722581", "uncertainty": 120 }, "departure": { "time": "1767722611", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 12 }, { "arrival": { "time": "1767722811", "uncertainty": 120 }, "departure": { "time": "1767722811", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 13 }, { "arrival": { "time": "1767722870", "uncertainty": 120 }, "departure": { "time": "1767722870", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 14 }, { "arrival": { "time": "1767723120", "uncertainty": 120 }, "departure": { "time": "1767723120", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 15 }, { "arrival": { "time": "1767723188", "uncertainty": 120 }, "departure": { "time": "1767723188", "uncertainty": 120 }, "stopId": "0:FRIANT2", "stopSequence": 16 }, { "arrival": { "time": "1767723221", "uncertainty": 120 }, "departure": { "time": "1767723221", "uncertainty": 120 }, "stopId": "0:HERMITE2", "stopSequence": 17 }, { "arrival": { "time": "1767723266", "uncertainty": 120 }, "departure": { "time": "1767723266", "uncertainty": 120 }, "stopId": "0:COLLIGN2", "stopSequence": 18 }, { "arrival": { "time": "1767723325", "uncertainty": 120 }, "departure": { "time": "1767723325", "uncertainty": 120 }, "stopId": "0:DUCROCQ2", "stopSequence": 19 }, { "arrival": { "time": "1767723384", "uncertainty": 120 }, "departure": { "time": "1767723384", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 20 }, { "arrival": { "time": "1767723443", "uncertainty": 120 }, "departure": { "time": "1767723443", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 21 }, { "arrival": { "time": "1767723481", "uncertainty": 120 }, "departure": { "time": "1767723481", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 22 }, { "arrival": { "time": "1767723567", "uncertainty": 120 }, "departure": { "time": "1767723567", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 23 }, { "arrival": { "time": "1767723697", "uncertainty": 120 }, "departure": { "time": "1767723697", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 24 }, { "arrival": { "time": "1767723847", "uncertainty": 120 }, "departure": { "time": "1767723847", "uncertainty": 120 }, "stopId": "0:GRIGY2", "stopSequence": 25 }, { "arrival": { "time": "1767723972", "uncertainty": 120 }, "departure": { "time": "1767723972", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 26 }, { "arrival": { "time": "1767724085", "uncertainty": 120 }, "departure": { "time": "1767724085", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 27 }, { "arrival": { "time": "1767724113", "uncertainty": 120 }, "departure": { "time": "1767724113", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 28 }, { "arrival": { "time": "1767724179", "uncertainty": 120 }, "departure": { "time": "1767724179", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 29 }, { "arrival": { "time": "1767724220", "uncertainty": 120 }, "departure": { "time": "1767724220", "uncertainty": 120 }, "stopId": "0:30JOURS2", "stopSequence": 30 }, { "arrival": { "time": "1767724270", "uncertainty": 120 }, "departure": { "time": "1767724270", "uncertainty": 120 }, "stopId": "0:LADAME2", "stopSequence": 31 }, { "arrival": { "time": "1767724339", "uncertainty": 120 }, "departure": { "time": "1767724339", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 32 }, { "arrival": { "time": "1767724390", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 33 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616798" }, "vehicle": { "id": "933", "label": "933" } } }, { "id": "1616797", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720092", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1767720238", "uncertainty": 120 }, "departure": { "time": "1767720242", "uncertainty": 120 }, "stopId": "0:VIGNES1", "stopSequence": 2 }, { "arrival": { "time": "1767720263", "uncertainty": 120 }, "departure": { "time": "1767720263", "uncertainty": 120 }, "stopId": "0:MIRABEL1", "stopSequence": 3 }, { "arrival": { "time": "1767720302", "uncertainty": 120 }, "departure": { "time": "1767720302", "uncertainty": 120 }, "stopId": "0:BUTTE1", "stopSequence": 4 }, { "arrival": { "time": "1767720335", "uncertainty": 120 }, "departure": { "time": "1767720335", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 5 }, { "arrival": { "time": "1767720390", "uncertainty": 120 }, "departure": { "time": "1767720392", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 6 }, { "arrival": { "time": "1767720461", "uncertainty": 120 }, "departure": { "time": "1767720461", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 7 }, { "arrival": { "time": "1767720485", "uncertainty": 120 }, "departure": { "time": "1767720485", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 8 }, { "arrival": { "time": "1767720535", "uncertainty": 120 }, "departure": { "time": "1767720542", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 9 }, { "arrival": { "time": "1767720689", "uncertainty": 120 }, "departure": { "time": "1767720692", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 10 }, { "arrival": { "time": "1767720749", "uncertainty": 120 }, "departure": { "time": "1767720782", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 11 }, { "arrival": { "time": "1767721120", "uncertainty": 120 }, "departure": { "time": "1767721142", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 12 }, { "arrival": { "time": "1767721274", "uncertainty": 120 }, "departure": { "time": "1767721274", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 13 }, { "arrival": { "time": "1767721317", "uncertainty": 120 }, "departure": { "time": "1767721352", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 14 }, { "arrival": { "time": "1767721532", "uncertainty": 120 }, "departure": { "time": "1767721562", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 15 }, { "arrival": { "time": "1767721622", "uncertainty": 120 }, "departure": { "time": "1767721622", "uncertainty": 120 }, "stopId": "0:FRIANT2", "stopSequence": 16 }, { "arrival": { "time": "1767721652", "uncertainty": 120 }, "departure": { "time": "1767721652", "uncertainty": 120 }, "stopId": "0:HERMITE2", "stopSequence": 17 }, { "arrival": { "time": "1767721679", "uncertainty": 120 }, "departure": { "time": "1767721682", "uncertainty": 120 }, "stopId": "0:COLLIGN2", "stopSequence": 18 }, { "arrival": { "time": "1767721753", "uncertainty": 120 }, "departure": { "time": "1767721772", "uncertainty": 120 }, "stopId": "0:DUCROCQ2", "stopSequence": 19 }, { "arrival": { "time": "1767721832", "uncertainty": 120 }, "departure": { "time": "1767721832", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 20 }, { "arrival": { "time": "1767721892", "uncertainty": 120 }, "departure": { "time": "1767721892", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 21 }, { "arrival": { "time": "1767721928", "uncertainty": 120 }, "departure": { "time": "1767721952", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 22 }, { "arrival": { "time": "1767722035", "uncertainty": 120 }, "departure": { "time": "1767722042", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 23 }, { "arrival": { "time": "1767722175", "uncertainty": 120 }, "departure": { "time": "1767722175", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 24 }, { "arrival": { "time": "1767722318", "uncertainty": 120 }, "departure": { "time": "1767722318", "uncertainty": 120 }, "stopId": "0:GRIGY2", "stopSequence": 25 }, { "arrival": { "time": "1767722443", "uncertainty": 120 }, "departure": { "time": "1767722443", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 26 }, { "arrival": { "time": "1767722548", "uncertainty": 120 }, "departure": { "time": "1767722548", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 27 }, { "arrival": { "time": "1767722574", "uncertainty": 120 }, "departure": { "time": "1767722574", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 28 }, { "arrival": { "time": "1767722642", "uncertainty": 120 }, "departure": { "time": "1767722642", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 29 }, { "arrival": { "time": "1767722689", "uncertainty": 120 }, "departure": { "time": "1767722689", "uncertainty": 120 }, "stopId": "0:30JOURS2", "stopSequence": 30 }, { "arrival": { "time": "1767722721", "uncertainty": 120 }, "departure": { "time": "1767722721", "uncertainty": 120 }, "stopId": "0:LADAME2", "stopSequence": 31 }, { "arrival": { "time": "1767722781", "uncertainty": 120 }, "departure": { "time": "1767722781", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 32 }, { "arrival": { "time": "1767722848", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 33 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616797" }, "vehicle": { "id": "2152", "label": "2152" } } }, { "id": "1622876", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724380", "uncertainty": 120 }, "stopId": "0:POME", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622876" } } }, { "id": "1622875", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723480", "uncertainty": 120 }, "stopId": "0:POME", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622875" } } }, { "id": "1622820", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723554", "uncertainty": 120 }, "stopId": "0:PREFECT1", "stopSequence": 1 }, { "arrival": { "time": "1767723622", "uncertainty": 120 }, "departure": { "time": "1767723622", "uncertainty": 120 }, "stopId": "0:PLCHAM01", "stopSequence": 2 }, { "arrival": { "time": "1767723675", "uncertainty": 120 }, "departure": { "time": "1767723675", "uncertainty": 120 }, "stopId": "0:PLARMES4", "stopSequence": 3 }, { "arrival": { "time": "1767723785", "uncertainty": 120 }, "departure": { "time": "1767723785", "uncertainty": 120 }, "stopId": "0:CLERCS01", "stopSequence": 4 }, { "arrival": { "time": "1767723889", "uncertainty": 120 }, "departure": { "time": "1767723889", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 5 }, { "arrival": { "time": "1767723957", "uncertainty": 120 }, "departure": { "time": "1767723957", "uncertainty": 120 }, "stopId": "0:COETLO02", "stopSequence": 6 }, { "arrival": { "time": "1767724030", "uncertainty": 120 }, "departure": { "time": "1767724030", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 7 }, { "arrival": { "time": "1767724089", "uncertainty": 120 }, "departure": { "time": "1767724089", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 8 }, { "arrival": { "time": "1767724269", "uncertainty": 120 }, "stopId": "0:POMS", "stopSequence": 9 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622820" } } }, { "id": "1622819", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722230", "uncertainty": 120 }, "stopId": "0:PREFECT1", "stopSequence": 1 }, { "arrival": { "time": "1767722290", "uncertainty": 120 }, "departure": { "time": "1767722290", "uncertainty": 120 }, "stopId": "0:PLCHAM01", "stopSequence": 2 }, { "arrival": { "time": "1767722341", "uncertainty": 120 }, "departure": { "time": "1767722350", "uncertainty": 120 }, "stopId": "0:PLARMES4", "stopSequence": 3 }, { "arrival": { "time": "1767722461", "uncertainty": 120 }, "departure": { "time": "1767722461", "uncertainty": 120 }, "stopId": "0:CLERCS01", "stopSequence": 4 }, { "arrival": { "time": "1767722560", "uncertainty": 120 }, "departure": { "time": "1767722560", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 5 }, { "arrival": { "time": "1767722669", "uncertainty": 120 }, "departure": { "time": "1767722669", "uncertainty": 120 }, "stopId": "0:COETLO02", "stopSequence": 6 }, { "arrival": { "time": "1767722730", "uncertainty": 120 }, "departure": { "time": "1767722730", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 7 }, { "arrival": { "time": "1767722788", "uncertainty": 120 }, "departure": { "time": "1767722788", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 8 }, { "arrival": { "time": "1767722920", "uncertainty": 120 }, "stopId": "0:POMS", "stopSequence": 9 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622819" }, "vehicle": { "id": "1761", "label": "1761" } } }, { "id": "1616754", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723660", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616754" } } }, { "id": "1616753", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721891", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 }, { "arrival": { "time": "1767721978", "uncertainty": 120 }, "departure": { "time": "1767721981", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 2 }, { "arrival": { "time": "1767722041", "uncertainty": 120 }, "departure": { "time": "1767722041", "uncertainty": 120 }, "stopId": "0:LADAME1", "stopSequence": 3 }, { "arrival": { "time": "1767722080", "uncertainty": 120 }, "departure": { "time": "1767722080", "uncertainty": 120 }, "stopId": "0:30JOURS1", "stopSequence": 4 }, { "arrival": { "time": "1767722112", "uncertainty": 120 }, "departure": { "time": "1767722112", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 5 }, { "arrival": { "time": "1767722161", "uncertainty": 120 }, "departure": { "time": "1767722161", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 6 }, { "arrival": { "time": "1767722188", "uncertainty": 120 }, "departure": { "time": "1767722188", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 7 }, { "arrival": { "time": "1767722281", "uncertainty": 120 }, "departure": { "time": "1767722311", "uncertainty": 120 }, "stopId": "0:GDECOLE1", "stopSequence": 8 }, { "arrival": { "time": "1767722461", "uncertainty": 120 }, "departure": { "time": "1767722461", "uncertainty": 120 }, "stopId": "0:GRIGY1", "stopSequence": 9 }, { "arrival": { "time": "1767722603", "uncertainty": 120 }, "departure": { "time": "1767722611", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 10 }, { "arrival": { "time": "1767722728", "uncertainty": 120 }, "departure": { "time": "1767722728", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 11 }, { "arrival": { "time": "1767722813", "uncertainty": 120 }, "departure": { "time": "1767722813", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 12 }, { "arrival": { "time": "1767722879", "uncertainty": 120 }, "departure": { "time": "1767722879", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 13 }, { "arrival": { "time": "1767722932", "uncertainty": 120 }, "departure": { "time": "1767722932", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 14 }, { "arrival": { "time": "1767722991", "uncertainty": 120 }, "departure": { "time": "1767722991", "uncertainty": 120 }, "stopId": "0:DUCROCQ1", "stopSequence": 15 }, { "arrival": { "time": "1767723058", "uncertainty": 120 }, "departure": { "time": "1767723058", "uncertainty": 120 }, "stopId": "0:COLLIGN1", "stopSequence": 16 }, { "arrival": { "time": "1767723089", "uncertainty": 120 }, "departure": { "time": "1767723089", "uncertainty": 120 }, "stopId": "0:HERMITE1", "stopSequence": 17 }, { "arrival": { "time": "1767723147", "uncertainty": 120 }, "departure": { "time": "1767723147", "uncertainty": 120 }, "stopId": "0:FRIANT1", "stopSequence": 18 }, { "arrival": { "time": "1767723209", "uncertainty": 120 }, "departure": { "time": "1767723209", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 19 }, { "arrival": { "time": "1767723516", "uncertainty": 120 }, "departure": { "time": "1767723516", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1767723572", "uncertainty": 120 }, "departure": { "time": "1767723572", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1767723767", "uncertainty": 120 }, "departure": { "time": "1767723767", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 22 }, { "arrival": { "time": "1767724034", "uncertainty": 120 }, "departure": { "time": "1767724034", "uncertainty": 120 }, "stopId": "0:LUXS", "stopSequence": 23 }, { "arrival": { "time": "1767724134", "uncertainty": 120 }, "departure": { "time": "1767724134", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1767724231", "uncertainty": 120 }, "departure": { "time": "1767724231", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 25 }, { "arrival": { "time": "1767724282", "uncertainty": 120 }, "departure": { "time": "1767724282", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 26 }, { "arrival": { "time": "1767724315", "uncertainty": 120 }, "departure": { "time": "1767724315", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 27 }, { "arrival": { "time": "1767724371", "uncertainty": 120 }, "departure": { "time": "1767724371", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 28 }, { "arrival": { "time": "1767724443", "uncertainty": 120 }, "departure": { "time": "1767724443", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 29 }, { "arrival": { "time": "1767724536", "uncertainty": 120 }, "departure": { "time": "1767724536", "uncertainty": 120 }, "stopId": "0:BUTTE2", "stopSequence": 30 }, { "arrival": { "time": "1767724599", "uncertainty": 120 }, "departure": { "time": "1767724599", "uncertainty": 120 }, "stopId": "0:MIRABEL2", "stopSequence": 31 }, { "arrival": { "time": "1767724643", "uncertainty": 120 }, "departure": { "time": "1767724643", "uncertainty": 120 }, "stopId": "0:VIGNES2", "stopSequence": 32 }, { "arrival": { "time": "1767724783", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 33 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616753" }, "vehicle": { "id": "1832", "label": "1832" } } }, { "id": "1616752", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767721757", "uncertainty": 120 }, "departure": { "time": "1767721757", "uncertainty": 120 }, "stopId": "0:GARCE", "stopSequence": 20 }, { "arrival": { "time": "1767721799", "uncertainty": 120 }, "departure": { "time": "1767721799", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1767722112", "uncertainty": 120 }, "departure": { "time": "1767722117", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 22 }, { "arrival": { "time": "1767722385", "uncertainty": 120 }, "departure": { "time": "1767722387", "uncertainty": 120 }, "stopId": "0:LUXS", "stopSequence": 23 }, { "arrival": { "time": "1767722477", "uncertainty": 120 }, "departure": { "time": "1767722477", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1767722567", "uncertainty": 120 }, "departure": { "time": "1767722567", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 25 }, { "arrival": { "time": "1767722627", "uncertainty": 120 }, "departure": { "time": "1767722627", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 26 }, { "arrival": { "time": "1767722657", "uncertainty": 120 }, "departure": { "time": "1767722657", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 27 }, { "arrival": { "time": "1767722712", "uncertainty": 120 }, "departure": { "time": "1767722712", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 28 }, { "arrival": { "time": "1767722756", "uncertainty": 120 }, "departure": { "time": "1767722756", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 29 }, { "arrival": { "time": "1767722837", "uncertainty": 120 }, "departure": { "time": "1767722837", "uncertainty": 120 }, "stopId": "0:BUTTE2", "stopSequence": 30 }, { "arrival": { "time": "1767722898", "uncertainty": 120 }, "departure": { "time": "1767722898", "uncertainty": 120 }, "stopId": "0:MIRABEL2", "stopSequence": 31 }, { "arrival": { "time": "1767722941", "uncertainty": 120 }, "departure": { "time": "1767722941", "uncertainty": 120 }, "stopId": "0:VIGNES2", "stopSequence": 32 }, { "arrival": { "time": "1767723082", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 33 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616752" }, "vehicle": { "id": "1831", "label": "1831" } } }, { "id": "1627246", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724740" }, "stopId": "0:FAUBOUP3", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "113", "scheduleRelationship": "SCHEDULED", "tripId": "0_21627246" } } }, { "id": "1627257", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723960" }, "stopId": "0:MAHIRE1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "113", "scheduleRelationship": "SCHEDULED", "tripId": "0_21627257" } } }, { "id": "1617740", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725220", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617740" } } }, { "id": "1627107", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723720", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "112", "scheduleRelationship": "SCHEDULED", "tripId": "0_21627107" } } }, { "id": "1617739", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723360" }, "stopId": "0:ABS591", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617739" } } }, { "id": "1617738", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722011", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 1 }, { "arrival": { "time": "1767722089", "uncertainty": 120 }, "departure": { "time": "1767722089", "uncertainty": 120 }, "stopId": "0:VALERIA1", "stopSequence": 2 }, { "arrival": { "time": "1767722119", "uncertainty": 120 }, "departure": { "time": "1767722119", "uncertainty": 120 }, "stopId": "0:ROSEAUX1", "stopSequence": 3 }, { "arrival": { "time": "1767722221", "uncertainty": 120 }, "departure": { "time": "1767722221", "uncertainty": 120 }, "stopId": "0:ACACIAS1", "stopSequence": 4 }, { "arrival": { "time": "1767722269", "uncertainty": 120 }, "departure": { "time": "1767722281", "uncertainty": 120 }, "stopId": "0:PTICLOU1", "stopSequence": 5 }, { "arrival": { "time": "1767722316", "uncertainty": 120 }, "departure": { "time": "1767722316", "uncertainty": 120 }, "stopId": "0:STROCH1", "stopSequence": 6 }, { "arrival": { "time": "1767722384", "uncertainty": 120 }, "departure": { "time": "1767722384", "uncertainty": 120 }, "stopId": "0:FAUBOUP1", "stopSequence": 7 }, { "arrival": { "time": "1767722439", "uncertainty": 120 }, "departure": { "time": "1767722439", "uncertainty": 120 }, "stopId": "0:FRECOT1", "stopSequence": 8 }, { "arrival": { "time": "1767722460", "uncertainty": 120 }, "departure": { "time": "1767722460", "uncertainty": 120 }, "stopId": "0:BOUCHOT1", "stopSequence": 9 }, { "arrival": { "time": "1767722528", "uncertainty": 120 }, "departure": { "time": "1767722528", "uncertainty": 120 }, "stopId": "0:VANDERN1", "stopSequence": 10 }, { "arrival": { "time": "1767722570", "uncertainty": 120 }, "departure": { "time": "1767722570", "uncertainty": 120 }, "stopId": "0:POLY01", "stopSequence": 11 }, { "arrival": { "time": "1767722611", "uncertainty": 120 }, "departure": { "time": "1767722611", "uncertainty": 120 }, "stopId": "0:LOTHAIR1", "stopSequence": 12 }, { "arrival": { "time": "1767722712", "uncertainty": 120 }, "departure": { "time": "1767722712", "uncertainty": 120 }, "stopId": "0:LEMUD03", "stopSequence": 13 }, { "arrival": { "time": "1767722770", "uncertainty": 120 }, "departure": { "time": "1767722770", "uncertainty": 120 }, "stopId": "0:DEMBOUR1", "stopSequence": 14 }, { "arrival": { "time": "1767722860", "uncertainty": 120 }, "departure": { "time": "1767722860", "uncertainty": 120 }, "stopId": "0:POME", "stopSequence": 15 }, { "arrival": { "time": "1767722990", "uncertainty": 120 }, "departure": { "time": "1767722990", "uncertainty": 120 }, "stopId": "0:GARGE", "stopSequence": 16 }, { "arrival": { "time": "1767723064", "uncertainty": 120 }, "departure": { "time": "1767723064", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 17 }, { "arrival": { "time": "1767723208", "uncertainty": 120 }, "departure": { "time": "1767723208", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 18 }, { "arrival": { "time": "1767723478", "uncertainty": 120 }, "departure": { "time": "1767723478", "uncertainty": 120 }, "stopId": "0:LUXS", "stopSequence": 19 }, { "arrival": { "time": "1767723565", "uncertainty": 120 }, "departure": { "time": "1767723565", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 20 }, { "arrival": { "time": "1767723681", "uncertainty": 120 }, "departure": { "time": "1767723681", "uncertainty": 120 }, "stopId": "0:TIGNO266", "stopSequence": 21 }, { "arrival": { "time": "1767723784", "uncertainty": 120 }, "departure": { "time": "1767723784", "uncertainty": 120 }, "stopId": "0:SMARTIN2", "stopSequence": 22 }, { "arrival": { "time": "1767723830", "uncertainty": 120 }, "departure": { "time": "1767723830", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 23 }, { "arrival": { "time": "1767723865", "uncertainty": 120 }, "departure": { "time": "1767723865", "uncertainty": 120 }, "stopId": "0:PONTVER2", "stopSequence": 24 }, { "arrival": { "time": "1767723918", "uncertainty": 120 }, "departure": { "time": "1767723918", "uncertainty": 120 }, "stopId": "0:CASINO2", "stopSequence": 25 }, { "arrival": { "time": "1767723955", "uncertainty": 120 }, "departure": { "time": "1767723955", "uncertainty": 120 }, "stopId": "0:MIGETTE2", "stopSequence": 26 }, { "arrival": { "time": "1767724013", "uncertainty": 120 }, "departure": { "time": "1767724013", "uncertainty": 120 }, "stopId": "0:LONGEVI2", "stopSequence": 27 }, { "arrival": { "time": "1767724071", "uncertainty": 120 }, "departure": { "time": "1767724071", "uncertainty": 120 }, "stopId": "0:LECLERC2", "stopSequence": 28 }, { "arrival": { "time": "1767724118", "uncertainty": 120 }, "departure": { "time": "1767724118", "uncertainty": 120 }, "stopId": "0:PRILLE2", "stopSequence": 29 }, { "arrival": { "time": "1767724165", "uncertainty": 120 }, "departure": { "time": "1767724165", "uncertainty": 120 }, "stopId": "0:SCYBAS2", "stopSequence": 30 }, { "arrival": { "time": "1767724201", "uncertainty": 120 }, "departure": { "time": "1767724201", "uncertainty": 120 }, "stopId": "0:LIBERTE2", "stopSequence": 31 }, { "arrival": { "time": "1767724252", "uncertainty": 120 }, "departure": { "time": "1767724252", "uncertainty": 120 }, "stopId": "0:MOULI275", "stopSequence": 32 }, { "arrival": { "time": "1767724337", "uncertainty": 120 }, "departure": { "time": "1767724337", "uncertainty": 120 }, "stopId": "0:STJEAN02", "stopSequence": 33 }, { "arrival": { "time": "1767724421", "uncertainty": 120 }, "departure": { "time": "1767724421", "uncertainty": 120 }, "stopId": "0:SERRET2", "stopSequence": 34 }, { "arrival": { "time": "1767724466", "uncertainty": 120 }, "departure": { "time": "1767724466", "uncertainty": 120 }, "stopId": "0:HAIEBRU2", "stopSequence": 35 }, { "arrival": { "time": "1767724552", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 36 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617738" }, "vehicle": { "id": "2133", "label": "2133" } } }, { "id": "1617737", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720362", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 1 }, { "arrival": { "time": "1767720436", "uncertainty": 120 }, "departure": { "time": "1767720436", "uncertainty": 120 }, "stopId": "0:VALERIA1", "stopSequence": 2 }, { "arrival": { "time": "1767720479", "uncertainty": 120 }, "departure": { "time": "1767720479", "uncertainty": 120 }, "stopId": "0:ROSEAUX1", "stopSequence": 3 }, { "arrival": { "time": "1767720568", "uncertainty": 120 }, "departure": { "time": "1767720568", "uncertainty": 120 }, "stopId": "0:ACACIAS1", "stopSequence": 4 }, { "arrival": { "time": "1767720625", "uncertainty": 120 }, "departure": { "time": "1767720625", "uncertainty": 120 }, "stopId": "0:PTICLOU1", "stopSequence": 5 }, { "arrival": { "time": "1767720657", "uncertainty": 120 }, "departure": { "time": "1767720657", "uncertainty": 120 }, "stopId": "0:STROCH1", "stopSequence": 6 }, { "arrival": { "time": "1767720760", "uncertainty": 120 }, "departure": { "time": "1767720782", "uncertainty": 120 }, "stopId": "0:FAUBOUP1", "stopSequence": 7 }, { "arrival": { "time": "1767720851", "uncertainty": 120 }, "departure": { "time": "1767720851", "uncertainty": 120 }, "stopId": "0:FRECOT1", "stopSequence": 8 }, { "arrival": { "time": "1767720902", "uncertainty": 120 }, "departure": { "time": "1767720902", "uncertainty": 120 }, "stopId": "0:BOUCHOT1", "stopSequence": 9 }, { "arrival": { "time": "1767720968", "uncertainty": 120 }, "departure": { "time": "1767720992", "uncertainty": 120 }, "stopId": "0:VANDERN1", "stopSequence": 10 }, { "arrival": { "time": "1767721022", "uncertainty": 120 }, "departure": { "time": "1767721022", "uncertainty": 120 }, "stopId": "0:POLY01", "stopSequence": 11 }, { "arrival": { "time": "1767721082", "uncertainty": 120 }, "departure": { "time": "1767721082", "uncertainty": 120 }, "stopId": "0:LOTHAIR1", "stopSequence": 12 }, { "arrival": { "time": "1767721164", "uncertainty": 120 }, "departure": { "time": "1767721172", "uncertainty": 120 }, "stopId": "0:LEMUD03", "stopSequence": 13 }, { "arrival": { "time": "1767721230", "uncertainty": 120 }, "departure": { "time": "1767721230", "uncertainty": 120 }, "stopId": "0:DEMBOUR1", "stopSequence": 14 }, { "arrival": { "time": "1767721322", "uncertainty": 120 }, "departure": { "time": "1767721322", "uncertainty": 120 }, "stopId": "0:POME", "stopSequence": 15 }, { "arrival": { "time": "1767721452", "uncertainty": 120 }, "departure": { "time": "1767721472", "uncertainty": 120 }, "stopId": "0:GARGE", "stopSequence": 16 }, { "arrival": { "time": "1767721540", "uncertainty": 120 }, "departure": { "time": "1767721562", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 17 }, { "arrival": { "time": "1767721682", "uncertainty": 120 }, "departure": { "time": "1767721740", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 18 }, { "arrival": { "time": "1767721979", "uncertainty": 120 }, "departure": { "time": "1767722012", "uncertainty": 120 }, "stopId": "0:LUXS", "stopSequence": 19 }, { "arrival": { "time": "1767722102", "uncertainty": 120 }, "departure": { "time": "1767722102", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 20 }, { "arrival": { "time": "1767722222", "uncertainty": 120 }, "departure": { "time": "1767722282", "uncertainty": 120 }, "stopId": "0:TIGNO266", "stopSequence": 21 }, { "arrival": { "time": "1767722378", "uncertainty": 120 }, "departure": { "time": "1767722378", "uncertainty": 120 }, "stopId": "0:SMARTIN2", "stopSequence": 22 }, { "arrival": { "time": "1767722425", "uncertainty": 120 }, "departure": { "time": "1767722425", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 23 }, { "arrival": { "time": "1767722455", "uncertainty": 120 }, "departure": { "time": "1767722462", "uncertainty": 120 }, "stopId": "0:PONTVER2", "stopSequence": 24 }, { "arrival": { "time": "1767722510", "uncertainty": 120 }, "departure": { "time": "1767722510", "uncertainty": 120 }, "stopId": "0:CASINO2", "stopSequence": 25 }, { "arrival": { "time": "1767722542", "uncertainty": 120 }, "departure": { "time": "1767722552", "uncertainty": 120 }, "stopId": "0:MIGETTE2", "stopSequence": 26 }, { "arrival": { "time": "1767722612", "uncertainty": 120 }, "departure": { "time": "1767722642", "uncertainty": 120 }, "stopId": "0:LONGEVI2", "stopSequence": 27 }, { "arrival": { "time": "1767722705", "uncertainty": 120 }, "departure": { "time": "1767722705", "uncertainty": 120 }, "stopId": "0:LECLERC2", "stopSequence": 28 }, { "arrival": { "time": "1767722765", "uncertainty": 120 }, "departure": { "time": "1767722765", "uncertainty": 120 }, "stopId": "0:PRILLE2", "stopSequence": 29 }, { "arrival": { "time": "1767722814", "uncertainty": 120 }, "departure": { "time": "1767722814", "uncertainty": 120 }, "stopId": "0:SCYBAS2", "stopSequence": 30 }, { "arrival": { "time": "1767722846", "uncertainty": 120 }, "departure": { "time": "1767722846", "uncertainty": 120 }, "stopId": "0:LIBERTE2", "stopSequence": 31 }, { "arrival": { "time": "1767722907", "uncertainty": 120 }, "departure": { "time": "1767722907", "uncertainty": 120 }, "stopId": "0:MOULI275", "stopSequence": 32 }, { "arrival": { "time": "1767723049", "uncertainty": 120 }, "departure": { "time": "1767723049", "uncertainty": 120 }, "stopId": "0:STJEAN02", "stopSequence": 33 }, { "arrival": { "time": "1767723097", "uncertainty": 120 }, "departure": { "time": "1767723097", "uncertainty": 120 }, "stopId": "0:SERRET2", "stopSequence": 34 }, { "arrival": { "time": "1767723134", "uncertainty": 120 }, "departure": { "time": "1767723134", "uncertainty": 120 }, "stopId": "0:HAIEBRU2", "stopSequence": 35 }, { "arrival": { "time": "1767723220", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 36 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617737" }, "vehicle": { "id": "1854", "label": "1854" } } }, { "id": "1627081", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722700", "uncertainty": 120 }, "stopId": "0:VILLERS1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "112", "scheduleRelationship": "SCHEDULED", "tripId": "0_21627081" } } }, { "id": "1617701", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767726000", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617701" } } }, { "id": "1617700", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724140", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617700" } } }, { "id": "1617699", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722400", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 1 }, { "arrival": { "time": "1767722449", "uncertainty": 120 }, "departure": { "time": "1767722449", "uncertainty": 120 }, "stopId": "0:HTMAGNY1", "stopSequence": 2 }, { "arrival": { "time": "1767722549", "uncertainty": 120 }, "departure": { "time": "1767722549", "uncertainty": 120 }, "stopId": "0:BEAUSOL1", "stopSequence": 3 }, { "arrival": { "time": "1767722583", "uncertainty": 120 }, "departure": { "time": "1767722583", "uncertainty": 120 }, "stopId": "0:ARMOISI1", "stopSequence": 4 }, { "arrival": { "time": "1767722625", "uncertainty": 120 }, "departure": { "time": "1767722625", "uncertainty": 120 }, "stopId": "0:OBELLI01", "stopSequence": 5 }, { "arrival": { "time": "1767722659", "uncertainty": 120 }, "departure": { "time": "1767722659", "uncertainty": 120 }, "stopId": "0:MAGNYBO1", "stopSequence": 6 }, { "arrival": { "time": "1767722722", "uncertainty": 120 }, "departure": { "time": "1767722722", "uncertainty": 120 }, "stopId": "0:ROOSEVE1", "stopSequence": 7 }, { "arrival": { "time": "1767722783", "uncertainty": 120 }, "departure": { "time": "1767722783", "uncertainty": 120 }, "stopId": "0:PLAINE1", "stopSequence": 8 }, { "arrival": { "time": "1767722841", "uncertainty": 120 }, "departure": { "time": "1767722841", "uncertainty": 120 }, "stopId": "0:APREMON1", "stopSequence": 9 }, { "arrival": { "time": "1767722892", "uncertainty": 120 }, "departure": { "time": "1767722892", "uncertainty": 120 }, "stopId": "0:PLATEAU1", "stopSequence": 10 }, { "arrival": { "time": "1767722959", "uncertainty": 120 }, "departure": { "time": "1767722959", "uncertainty": 120 }, "stopId": "0:FAUBOUP1", "stopSequence": 11 }, { "arrival": { "time": "1767723037", "uncertainty": 120 }, "departure": { "time": "1767723037", "uncertainty": 120 }, "stopId": "0:FRECOT1", "stopSequence": 12 }, { "arrival": { "time": "1767723060", "uncertainty": 120 }, "departure": { "time": "1767723060", "uncertainty": 120 }, "stopId": "0:BOUCHOT1", "stopSequence": 13 }, { "arrival": { "time": "1767723130", "uncertainty": 120 }, "departure": { "time": "1767723130", "uncertainty": 120 }, "stopId": "0:VANDERN1", "stopSequence": 14 }, { "arrival": { "time": "1767723172", "uncertainty": 120 }, "departure": { "time": "1767723172", "uncertainty": 120 }, "stopId": "0:POLY01", "stopSequence": 15 }, { "arrival": { "time": "1767723213", "uncertainty": 120 }, "departure": { "time": "1767723213", "uncertainty": 120 }, "stopId": "0:LOTHAIR1", "stopSequence": 16 }, { "arrival": { "time": "1767723302", "uncertainty": 120 }, "departure": { "time": "1767723302", "uncertainty": 120 }, "stopId": "0:LEMUD03", "stopSequence": 17 }, { "arrival": { "time": "1767723360", "uncertainty": 120 }, "departure": { "time": "1767723360", "uncertainty": 120 }, "stopId": "0:DEMBOUR1", "stopSequence": 18 }, { "arrival": { "time": "1767723449", "uncertainty": 120 }, "departure": { "time": "1767723449", "uncertainty": 120 }, "stopId": "0:POME", "stopSequence": 19 }, { "arrival": { "time": "1767723578", "uncertainty": 120 }, "departure": { "time": "1767723578", "uncertainty": 120 }, "stopId": "0:GARGE", "stopSequence": 20 }, { "arrival": { "time": "1767723653", "uncertainty": 120 }, "departure": { "time": "1767723653", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 21 }, { "arrival": { "time": "1767723798", "uncertainty": 120 }, "departure": { "time": "1767723798", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 22 }, { "arrival": { "time": "1767724067", "uncertainty": 120 }, "departure": { "time": "1767724067", "uncertainty": 120 }, "stopId": "0:LUXS", "stopSequence": 23 }, { "arrival": { "time": "1767724168", "uncertainty": 120 }, "departure": { "time": "1767724168", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1767724269", "uncertainty": 120 }, "departure": { "time": "1767724269", "uncertainty": 120 }, "stopId": "0:TIGNO266", "stopSequence": 25 }, { "arrival": { "time": "1767724408", "uncertainty": 120 }, "departure": { "time": "1767724408", "uncertainty": 120 }, "stopId": "0:SMARTIN2", "stopSequence": 26 }, { "arrival": { "time": "1767724446", "uncertainty": 120 }, "departure": { "time": "1767724446", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 27 }, { "arrival": { "time": "1767724507", "uncertainty": 120 }, "departure": { "time": "1767724507", "uncertainty": 120 }, "stopId": "0:PONTVER2", "stopSequence": 28 }, { "arrival": { "time": "1767724584", "uncertainty": 120 }, "departure": { "time": "1767724584", "uncertainty": 120 }, "stopId": "0:CASINO2", "stopSequence": 29 }, { "arrival": { "time": "1767724654", "uncertainty": 120 }, "departure": { "time": "1767724654", "uncertainty": 120 }, "stopId": "0:MIGETTE2", "stopSequence": 30 }, { "arrival": { "time": "1767724708", "uncertainty": 120 }, "departure": { "time": "1767724708", "uncertainty": 120 }, "stopId": "0:LONGEVI2", "stopSequence": 31 }, { "arrival": { "time": "1767724767", "uncertainty": 120 }, "departure": { "time": "1767724767", "uncertainty": 120 }, "stopId": "0:LECLERC2", "stopSequence": 32 }, { "arrival": { "time": "1767724814", "uncertainty": 120 }, "departure": { "time": "1767724814", "uncertainty": 120 }, "stopId": "0:PRILLE2", "stopSequence": 33 }, { "arrival": { "time": "1767724861", "uncertainty": 120 }, "departure": { "time": "1767724861", "uncertainty": 120 }, "stopId": "0:SCYBAS2", "stopSequence": 34 }, { "arrival": { "time": "1767724897", "uncertainty": 120 }, "departure": { "time": "1767724897", "uncertainty": 120 }, "stopId": "0:LIBERTE2", "stopSequence": 35 }, { "arrival": { "time": "1767724948", "uncertainty": 120 }, "departure": { "time": "1767724948", "uncertainty": 120 }, "stopId": "0:MOULI275", "stopSequence": 36 }, { "arrival": { "time": "1767725033", "uncertainty": 120 }, "departure": { "time": "1767725033", "uncertainty": 120 }, "stopId": "0:STJEAN02", "stopSequence": 37 }, { "arrival": { "time": "1767725117", "uncertainty": 120 }, "departure": { "time": "1767725117", "uncertainty": 120 }, "stopId": "0:SERRET2", "stopSequence": 38 }, { "arrival": { "time": "1767725162", "uncertainty": 120 }, "departure": { "time": "1767725162", "uncertainty": 120 }, "stopId": "0:HAIEBRU2", "stopSequence": 39 }, { "arrival": { "time": "1767725248", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 40 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617699" }, "vehicle": { "id": "1246", "label": "1246" } } }, { "id": "1617698", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721020" }, "stopId": "0:ARP309", "stopSequence": 1 }, { "arrival": { "time": "1767721069" }, "departure": { "time": "1767721069" }, "stopId": "0:HTMAGNY1", "stopSequence": 2 }, { "arrival": { "time": "1767721166" }, "departure": { "time": "1767721166" }, "stopId": "0:BEAUSOL1", "stopSequence": 3 }, { "arrival": { "time": "1767721200" }, "departure": { "time": "1767721200" }, "stopId": "0:ARMOISI1", "stopSequence": 4 }, { "arrival": { "time": "1767721254" }, "departure": { "time": "1767721254" }, "stopId": "0:OBELLI01", "stopSequence": 5 }, { "arrival": { "time": "1767721291" }, "departure": { "time": "1767721291" }, "stopId": "0:MAGNYBO1", "stopSequence": 6 }, { "arrival": { "time": "1767721354" }, "departure": { "time": "1767721354" }, "stopId": "0:ROOSEVE1", "stopSequence": 7 }, { "arrival": { "time": "1767721415" }, "departure": { "time": "1767721415" }, "stopId": "0:PLAINE1", "stopSequence": 8 }, { "arrival": { "time": "1767721473" }, "departure": { "time": "1767721473" }, "stopId": "0:APREMON1", "stopSequence": 9 }, { "arrival": { "time": "1767721524" }, "departure": { "time": "1767721524" }, "stopId": "0:PLATEAU1", "stopSequence": 10 }, { "arrival": { "time": "1767721591" }, "departure": { "time": "1767721591" }, "stopId": "0:FAUBOUP1", "stopSequence": 11 }, { "arrival": { "time": "1767721664" }, "departure": { "time": "1767721664" }, "stopId": "0:FRECOT1", "stopSequence": 12 }, { "arrival": { "time": "1767721714" }, "departure": { "time": "1767721714" }, "stopId": "0:BOUCHOT1", "stopSequence": 13 }, { "arrival": { "time": "1767721782" }, "departure": { "time": "1767721782" }, "stopId": "0:VANDERN1", "stopSequence": 14 }, { "arrival": { "time": "1767721813" }, "departure": { "time": "1767721813" }, "stopId": "0:POLY01", "stopSequence": 15 }, { "arrival": { "time": "1767721871" }, "departure": { "time": "1767721871" }, "stopId": "0:LOTHAIR1", "stopSequence": 16 }, { "arrival": { "time": "1767721956" }, "departure": { "time": "1767721956" }, "stopId": "0:LEMUD03", "stopSequence": 17 }, { "arrival": { "time": "1767722014" }, "departure": { "time": "1767722014" }, "stopId": "0:DEMBOUR1", "stopSequence": 18 }, { "arrival": { "time": "1767722105" }, "departure": { "time": "1767722105" }, "stopId": "0:POME", "stopSequence": 19 }, { "arrival": { "time": "1767722235" }, "departure": { "time": "1767722235" }, "stopId": "0:GARGE", "stopSequence": 20 }, { "arrival": { "time": "1767722308" }, "departure": { "time": "1767722308" }, "stopId": "0:ROIGE695", "stopSequence": 21 }, { "arrival": { "time": "1767722451" }, "departure": { "time": "1767722451" }, "stopId": "0:REPBW", "stopSequence": 22 }, { "arrival": { "time": "1767722721" }, "departure": { "time": "1767722721" }, "stopId": "0:LUXS", "stopSequence": 23 }, { "arrival": { "time": "1767722815" }, "departure": { "time": "1767722815" }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1767722933" }, "departure": { "time": "1767722933" }, "stopId": "0:TIGNO266", "stopSequence": 25 }, { "arrival": { "time": "1767723033" }, "departure": { "time": "1767723033" }, "stopId": "0:SMARTIN2", "stopSequence": 26 }, { "arrival": { "time": "1767723079" }, "departure": { "time": "1767723079" }, "stopId": "0:FOCH2", "stopSequence": 27 }, { "arrival": { "time": "1767723112" }, "departure": { "time": "1767723112" }, "stopId": "0:PONTVER2", "stopSequence": 28 }, { "arrival": { "time": "1767723163" }, "departure": { "time": "1767723163" }, "stopId": "0:CASINO2", "stopSequence": 29 }, { "arrival": { "time": "1767723199" }, "departure": { "time": "1767723199" }, "stopId": "0:MIGETTE2", "stopSequence": 30 }, { "arrival": { "time": "1767723258" }, "departure": { "time": "1767723258" }, "stopId": "0:LONGEVI2", "stopSequence": 31 }, { "arrival": { "time": "1767723320" }, "departure": { "time": "1767723320" }, "stopId": "0:LECLERC2", "stopSequence": 32 }, { "arrival": { "time": "1767723379" }, "departure": { "time": "1767723379" }, "stopId": "0:PRILLE2", "stopSequence": 33 }, { "arrival": { "time": "1767723427" }, "departure": { "time": "1767723427" }, "stopId": "0:SCYBAS2", "stopSequence": 34 }, { "arrival": { "time": "1767723458" }, "departure": { "time": "1767723458" }, "stopId": "0:LIBERTE2", "stopSequence": 35 }, { "arrival": { "time": "1767723517" }, "departure": { "time": "1767723517" }, "stopId": "0:MOULI275", "stopSequence": 36 }, { "arrival": { "time": "1767723658" }, "departure": { "time": "1767723658" }, "stopId": "0:STJEAN02", "stopSequence": 37 }, { "arrival": { "time": "1767723706" }, "departure": { "time": "1767723706" }, "stopId": "0:SERRET2", "stopSequence": 38 }, { "arrival": { "time": "1767723743" }, "departure": { "time": "1767723743" }, "stopId": "0:HAIEBRU2", "stopSequence": 39 }, { "arrival": { "time": "1767723829" }, "stopId": "0:MNVE1", "stopSequence": 40 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617698" }, "vehicle": { "id": "2034", "label": "2034" } } }, { "id": "1627054", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767726120" }, "stopId": "0:GDECOLE2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "112", "scheduleRelationship": "SCHEDULED", "tripId": "0_21627054" } } }, { "id": "1627051", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725100" }, "stopId": "0:VILLERS1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "112", "scheduleRelationship": "SCHEDULED", "tripId": "0_21627051" } } }, { "id": "1649007", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722460", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1767722596", "uncertainty": 120 }, "departure": { "time": "1767722596", "uncertainty": 120 }, "stopId": "0:CASTORS1", "stopSequence": 2 }, { "arrival": { "time": "1767722610", "uncertainty": 120 }, "departure": { "time": "1767722610", "uncertainty": 120 }, "stopId": "0:TORTUE1", "stopSequence": 3 }, { "arrival": { "time": "1767722641", "uncertainty": 120 }, "departure": { "time": "1767722641", "uncertainty": 120 }, "stopId": "0:STSIMON1", "stopSequence": 4 }, { "arrival": { "time": "1767722661", "uncertainty": 120 }, "departure": { "time": "1767722661", "uncertainty": 120 }, "stopId": "0:MARNE1", "stopSequence": 5 }, { "arrival": { "time": "1767722715", "uncertainty": 120 }, "departure": { "time": "1767722715", "uncertainty": 120 }, "stopId": "0:VICTOIR1", "stopSequence": 6 }, { "arrival": { "time": "1767722783", "uncertainty": 120 }, "departure": { "time": "1767722783", "uncertainty": 120 }, "stopId": "0:LARDEME1", "stopSequence": 7 }, { "arrival": { "time": "1767722840", "uncertainty": 120 }, "departure": { "time": "1767722840", "uncertainty": 120 }, "stopId": "0:SIGISBE1", "stopSequence": 8 }, { "arrival": { "time": "1767722898", "uncertainty": 120 }, "departure": { "time": "1767722898", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 9 }, { "arrival": { "time": "1767723019", "uncertainty": 120 }, "departure": { "time": "1767723019", "uncertainty": 120 }, "stopId": "0:BRIVAGE1", "stopSequence": 10 }, { "arrival": { "time": "1767723068", "uncertainty": 120 }, "departure": { "time": "1767723068", "uncertainty": 120 }, "stopId": "0:PEPINIE1", "stopSequence": 11 }, { "arrival": { "time": "1767723112", "uncertainty": 120 }, "departure": { "time": "1767723112", "uncertainty": 120 }, "stopId": "0:VILLAS1", "stopSequence": 12 }, { "arrival": { "time": "1767723158", "uncertainty": 120 }, "departure": { "time": "1767723158", "uncertainty": 120 }, "stopId": "0:PALAISS1", "stopSequence": 13 }, { "arrival": { "time": "1767723261", "uncertainty": 120 }, "departure": { "time": "1767723261", "uncertainty": 120 }, "stopId": "0:VERLAIN1", "stopSequence": 14 }, { "arrival": { "time": "1767723340", "uncertainty": 120 }, "departure": { "time": "1767723340", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 15 }, { "arrival": { "time": "1767723494", "uncertainty": 120 }, "departure": { "time": "1767723494", "uncertainty": 120 }, "stopId": "0:REPBS", "stopSequence": 16 }, { "arrival": { "time": "1767723628", "uncertainty": 120 }, "departure": { "time": "1767723628", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 17 }, { "arrival": { "time": "1767723685", "uncertainty": 120 }, "departure": { "time": "1767723685", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 18 }, { "arrival": { "time": "1767723914", "uncertainty": 120 }, "departure": { "time": "1767723914", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 19 }, { "arrival": { "time": "1767724031", "uncertainty": 120 }, "departure": { "time": "1767724031", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 20 }, { "arrival": { "time": "1767724093", "uncertainty": 120 }, "departure": { "time": "1767724093", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 21 }, { "arrival": { "time": "1767724145", "uncertainty": 120 }, "departure": { "time": "1767724145", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 22 }, { "arrival": { "time": "1767724293", "uncertainty": 120 }, "departure": { "time": "1767724293", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 23 }, { "arrival": { "time": "1767724322", "uncertainty": 120 }, "departure": { "time": "1767724322", "uncertainty": 120 }, "stopId": "0:BURGER02", "stopSequence": 24 }, { "arrival": { "time": "1767724367", "uncertainty": 120 }, "departure": { "time": "1767724367", "uncertainty": 120 }, "stopId": "0:TERRESR2", "stopSequence": 25 }, { "arrival": { "time": "1767724465", "uncertainty": 120 }, "departure": { "time": "1767724465", "uncertainty": 120 }, "stopId": "0:STJEGLI2", "stopSequence": 26 }, { "arrival": { "time": "1767724525", "uncertainty": 120 }, "departure": { "time": "1767724525", "uncertainty": 120 }, "stopId": "0:CIMETIE2", "stopSequence": 27 }, { "arrival": { "time": "1767724599", "uncertainty": 120 }, "departure": { "time": "1767724599", "uncertainty": 120 }, "stopId": "0:TILLEUL2", "stopSequence": 28 }, { "arrival": { "time": "1767724642", "uncertainty": 120 }, "departure": { "time": "1767724642", "uncertainty": 120 }, "stopId": "0:ERABLE2", "stopSequence": 29 }, { "arrival": { "time": "1767724741", "uncertainty": 120 }, "departure": { "time": "1767724741", "uncertainty": 120 }, "stopId": "0:HETRES2", "stopSequence": 30 }, { "arrival": { "time": "1767724816", "uncertainty": 120 }, "departure": { "time": "1767724816", "uncertainty": 120 }, "stopId": "0:CARRIER2", "stopSequence": 31 }, { "arrival": { "time": "1767724869", "uncertainty": 120 }, "departure": { "time": "1767724869", "uncertainty": 120 }, "stopId": "0:FRENES2", "stopSequence": 32 }, { "arrival": { "time": "1767724950", "uncertainty": 120 }, "departure": { "time": "1767724950", "uncertainty": 120 }, "stopId": "0:PINS02", "stopSequence": 33 }, { "arrival": { "time": "1767725002", "uncertainty": 120 }, "departure": { "time": "1767725002", "uncertainty": 120 }, "stopId": "0:MARRONN2", "stopSequence": 34 }, { "arrival": { "time": "1767725034", "uncertainty": 120 }, "departure": { "time": "1767725034", "uncertainty": 120 }, "stopId": "0:HSORET2", "stopSequence": 35 }, { "arrival": { "time": "1767725110", "uncertainty": 120 }, "departure": { "time": "1767725110", "uncertainty": 120 }, "stopId": "0:BOUZONV4", "stopSequence": 36 }, { "arrival": { "time": "1767725182", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 37 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_21649007" }, "vehicle": { "id": "1735", "label": "1735" } } }, { "id": "1626883", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722820", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 1 }, { "arrival": { "time": "1767722926", "uncertainty": 120 }, "departure": { "time": "1767722926", "uncertainty": 120 }, "stopId": "0:VAUTRIN2", "stopSequence": 2 }, { "arrival": { "time": "1767723035", "uncertainty": 120 }, "departure": { "time": "1767723035", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 3 }, { "arrival": { "time": "1767723093", "uncertainty": 120 }, "departure": { "time": "1767723093", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 4 }, { "arrival": { "time": "1767723155", "uncertainty": 120 }, "departure": { "time": "1767723155", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 5 }, { "arrival": { "time": "1767723209", "uncertainty": 120 }, "departure": { "time": "1767723209", "uncertainty": 120 }, "stopId": "0:BLIDA2", "stopSequence": 6 }, { "arrival": { "time": "1767723241", "uncertainty": 120 }, "departure": { "time": "1767723241", "uncertainty": 120 }, "stopId": "0:CHAMBIE2", "stopSequence": 7 }, { "arrival": { "time": "1767723432", "uncertainty": 120 }, "departure": { "time": "1767723432", "uncertainty": 120 }, "stopId": "0:PORTMZ2", "stopSequence": 8 }, { "arrival": { "time": "1767723494", "uncertainty": 120 }, "departure": { "time": "1767723494", "uncertainty": 120 }, "stopId": "0:SILOS2", "stopSequence": 9 }, { "arrival": { "time": "1767723569", "uncertainty": 120 }, "departure": { "time": "1767723569", "uncertainty": 120 }, "stopId": "0:GRDAMES2", "stopSequence": 10 }, { "arrival": { "time": "1767723672", "uncertainty": 120 }, "departure": { "time": "1767723672", "uncertainty": 120 }, "stopId": "0:IKEA2", "stopSequence": 11 }, { "arrival": { "time": "1767723732", "uncertainty": 120 }, "departure": { "time": "1767723732", "uncertainty": 120 }, "stopId": "0:CENTRAL2", "stopSequence": 12 }, { "arrival": { "time": "1767723888", "uncertainty": 120 }, "departure": { "time": "1767723888", "uncertainty": 120 }, "stopId": "0:PIERRET2", "stopSequence": 13 }, { "arrival": { "time": "1767723919", "uncertainty": 120 }, "departure": { "time": "1767723919", "uncertainty": 120 }, "stopId": "0:CHENEVI2", "stopSequence": 14 }, { "arrival": { "time": "1767723957", "uncertainty": 120 }, "departure": { "time": "1767723957", "uncertainty": 120 }, "stopId": "0:LAMAXE2", "stopSequence": 15 }, { "arrival": { "time": "1767723989", "uncertainty": 120 }, "stopId": "0:FRANCLO1", "stopSequence": 16 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "111", "scheduleRelationship": "SCHEDULED", "tripId": "0_21626883" } } }, { "id": "1649008", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723660", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_21649008" } } }, { "id": "1649009", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724920", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_21649009" } } }, { "id": "1649021", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720360", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1767720480", "uncertainty": 120 }, "departure": { "time": "1767720480", "uncertainty": 120 }, "stopId": "0:CASTORS1", "stopSequence": 2 }, { "arrival": { "time": "1767720510", "uncertainty": 120 }, "departure": { "time": "1767720510", "uncertainty": 120 }, "stopId": "0:TORTUE1", "stopSequence": 3 }, { "arrival": { "time": "1767720542", "uncertainty": 120 }, "departure": { "time": "1767720542", "uncertainty": 120 }, "stopId": "0:STSIMON1", "stopSequence": 4 }, { "arrival": { "time": "1767720550", "uncertainty": 120 }, "departure": { "time": "1767720550", "uncertainty": 120 }, "stopId": "0:MARNE1", "stopSequence": 5 }, { "arrival": { "time": "1767720602", "uncertainty": 120 }, "departure": { "time": "1767720602", "uncertainty": 120 }, "stopId": "0:VICTOIR1", "stopSequence": 6 }, { "arrival": { "time": "1767720658", "uncertainty": 120 }, "departure": { "time": "1767720662", "uncertainty": 120 }, "stopId": "0:LARDEME1", "stopSequence": 7 }, { "arrival": { "time": "1767720722", "uncertainty": 120 }, "departure": { "time": "1767720722", "uncertainty": 120 }, "stopId": "0:SIGISBE1", "stopSequence": 8 }, { "arrival": { "time": "1767720801", "uncertainty": 120 }, "departure": { "time": "1767720801", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 9 }, { "arrival": { "time": "1767720902", "uncertainty": 120 }, "departure": { "time": "1767720902", "uncertainty": 120 }, "stopId": "0:BRIVAGE1", "stopSequence": 10 }, { "arrival": { "time": "1767720968", "uncertainty": 120 }, "departure": { "time": "1767720968", "uncertainty": 120 }, "stopId": "0:PEPINIE1", "stopSequence": 11 }, { "arrival": { "time": "1767721002", "uncertainty": 120 }, "departure": { "time": "1767721002", "uncertainty": 120 }, "stopId": "0:VILLAS1", "stopSequence": 12 }, { "arrival": { "time": "1767721051", "uncertainty": 120 }, "departure": { "time": "1767721051", "uncertainty": 120 }, "stopId": "0:PALAISS1", "stopSequence": 13 }, { "arrival": { "time": "1767721141", "uncertainty": 120 }, "departure": { "time": "1767721141", "uncertainty": 120 }, "stopId": "0:VERLAIN1", "stopSequence": 14 }, { "arrival": { "time": "1767721261", "uncertainty": 120 }, "departure": { "time": "1767721261", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 15 }, { "arrival": { "time": "1767721423", "uncertainty": 120 }, "departure": { "time": "1767721441", "uncertainty": 120 }, "stopId": "0:REPBS", "stopSequence": 16 }, { "arrival": { "time": "1767721575", "uncertainty": 120 }, "departure": { "time": "1767721591", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 17 }, { "arrival": { "time": "1767721668", "uncertainty": 120 }, "departure": { "time": "1767721668", "uncertainty": 120 }, "stopId": "0:GARCS", "stopSequence": 18 }, { "arrival": { "time": "1767721891", "uncertainty": 120 }, "departure": { "time": "1767721891", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 19 }, { "arrival": { "time": "1767722008", "uncertainty": 120 }, "departure": { "time": "1767722011", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 20 }, { "arrival": { "time": "1767722055", "uncertainty": 120 }, "departure": { "time": "1767722071", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 21 }, { "arrival": { "time": "1767722131", "uncertainty": 120 }, "departure": { "time": "1767722131", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 22 }, { "arrival": { "time": "1767722293", "uncertainty": 120 }, "departure": { "time": "1767722311", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 23 }, { "arrival": { "time": "1767722348", "uncertainty": 120 }, "departure": { "time": "1767722348", "uncertainty": 120 }, "stopId": "0:BURGER02", "stopSequence": 24 }, { "arrival": { "time": "1767722405", "uncertainty": 120 }, "departure": { "time": "1767722405", "uncertainty": 120 }, "stopId": "0:TERRESR2", "stopSequence": 25 }, { "arrival": { "time": "1767722504", "uncertainty": 120 }, "departure": { "time": "1767722504", "uncertainty": 120 }, "stopId": "0:STJEGLI2", "stopSequence": 26 }, { "arrival": { "time": "1767722575", "uncertainty": 120 }, "departure": { "time": "1767722583", "uncertainty": 120 }, "stopId": "0:CIMETIE2", "stopSequence": 27 }, { "arrival": { "time": "1767722657", "uncertainty": 120 }, "departure": { "time": "1767722657", "uncertainty": 120 }, "stopId": "0:TILLEUL2", "stopSequence": 28 }, { "arrival": { "time": "1767722696", "uncertainty": 120 }, "departure": { "time": "1767722696", "uncertainty": 120 }, "stopId": "0:ERABLE2", "stopSequence": 29 }, { "arrival": { "time": "1767722772", "uncertainty": 120 }, "departure": { "time": "1767722772", "uncertainty": 120 }, "stopId": "0:HETRES2", "stopSequence": 30 }, { "arrival": { "time": "1767722834", "uncertainty": 120 }, "departure": { "time": "1767722834", "uncertainty": 120 }, "stopId": "0:CARRIER2", "stopSequence": 31 }, { "arrival": { "time": "1767722875", "uncertainty": 120 }, "departure": { "time": "1767722875", "uncertainty": 120 }, "stopId": "0:FRENES2", "stopSequence": 32 }, { "arrival": { "time": "1767722952", "uncertainty": 120 }, "departure": { "time": "1767722952", "uncertainty": 120 }, "stopId": "0:PINS02", "stopSequence": 33 }, { "arrival": { "time": "1767723024", "uncertainty": 120 }, "departure": { "time": "1767723024", "uncertainty": 120 }, "stopId": "0:MARRONN2", "stopSequence": 34 }, { "arrival": { "time": "1767723060", "uncertainty": 120 }, "departure": { "time": "1767723060", "uncertainty": 120 }, "stopId": "0:HSORET2", "stopSequence": 35 }, { "arrival": { "time": "1767723130", "uncertainty": 120 }, "departure": { "time": "1767723130", "uncertainty": 120 }, "stopId": "0:BOUZONV4", "stopSequence": 36 }, { "arrival": { "time": "1767723198", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 37 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_21649021" }, "vehicle": { "id": "1333", "label": "1333" } } }, { "id": "1622482", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725280", "uncertainty": 120 }, "stopId": "0:ALIZES1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "82", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622482" } } }, { "id": "1622481", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724320", "uncertainty": 120 }, "stopId": "0:MARLY2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "82", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622481" } } }, { "id": "1622480", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723360", "uncertainty": 120 }, "stopId": "0:ALIZES1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "82", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622480" } } }, { "id": "1622442", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722400", "uncertainty": 120 }, "stopId": "0:MARLY2", "stopSequence": 1 }, { "arrival": { "time": "1767722462", "uncertainty": 120 }, "departure": { "time": "1767722462", "uncertainty": 120 }, "stopId": "0:AVMAGNY1", "stopSequence": 2 }, { "arrival": { "time": "1767722531", "uncertainty": 120 }, "departure": { "time": "1767722531", "uncertainty": 120 }, "stopId": "0:HBOUTAN1", "stopSequence": 3 }, { "arrival": { "time": "1767722578", "uncertainty": 120 }, "departure": { "time": "1767722578", "uncertainty": 120 }, "stopId": "0:AZALEES1", "stopSequence": 4 }, { "arrival": { "time": "1767722612", "uncertainty": 120 }, "departure": { "time": "1767722612", "uncertainty": 120 }, "stopId": "0:BLEUETS1", "stopSequence": 5 }, { "arrival": { "time": "1767722685" }, "departure": { "time": "1767722685" }, "stopId": "0:CAMELIA1", "stopSequence": 6 }, { "arrival": { "time": "1767722782" }, "departure": { "time": "1767722782" }, "stopId": "0:M113A", "stopSequence": 7 }, { "arrival": { "time": "1767722985" }, "departure": { "time": "1767722985" }, "stopId": "0:SORBIER3", "stopSequence": 8 }, { "arrival": { "time": "1767723089" }, "departure": { "time": "1767723089" }, "stopId": "0:PJOLY2", "stopSequence": 9 }, { "arrival": { "time": "1767723129" }, "departure": { "time": "1767723129" }, "stopId": "0:LARGANT2", "stopSequence": 10 }, { "arrival": { "time": "1767723162" }, "departure": { "time": "1767723162" }, "stopId": "0:STBRICE2", "stopSequence": 11 }, { "arrival": { "time": "1767723230" }, "departure": { "time": "1767723230" }, "stopId": "0:CHEFER1", "stopSequence": 12 }, { "arrival": { "time": "1767723281" }, "departure": { "time": "1767723281" }, "stopId": "0:HAMEAUX1", "stopSequence": 13 }, { "arrival": { "time": "1767723345" }, "stopId": "0:ALIZES1", "stopSequence": 14 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "82", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622442" }, "vehicle": { "id": "1662", "label": "1662" } } }, { "id": "1616207", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722191", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1767722251", "uncertainty": 120 }, "departure": { "time": "1767722251", "uncertainty": 120 }, "stopId": "0:JLAURAI1", "stopSequence": 2 }, { "arrival": { "time": "1767722311", "uncertainty": 120 }, "departure": { "time": "1767722311", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 3 }, { "arrival": { "time": "1767722394", "uncertainty": 120 }, "departure": { "time": "1767722431", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 4 }, { "arrival": { "time": "1767722491", "uncertainty": 120 }, "departure": { "time": "1767722491", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 5 }, { "arrival": { "time": "1767722581", "uncertainty": 120 }, "departure": { "time": "1767722581", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 6 }, { "arrival": { "time": "1767722641", "uncertainty": 120 }, "departure": { "time": "1767722641", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 7 }, { "arrival": { "time": "1767722690", "uncertainty": 120 }, "departure": { "time": "1767722690", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 8 }, { "arrival": { "time": "1767722732", "uncertainty": 120 }, "departure": { "time": "1767722732", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 9 }, { "arrival": { "time": "1767722791", "uncertainty": 120 }, "departure": { "time": "1767722791", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 10 }, { "arrival": { "time": "1767722852", "uncertainty": 120 }, "departure": { "time": "1767722852", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 11 }, { "arrival": { "time": "1767722876", "uncertainty": 120 }, "departure": { "time": "1767722876", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 12 }, { "arrival": { "time": "1767722967", "uncertainty": 120 }, "departure": { "time": "1767722967", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 13 }, { "arrival": { "time": "1767723050", "uncertainty": 120 }, "departure": { "time": "1767723050", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 14 }, { "arrival": { "time": "1767723116", "uncertainty": 120 }, "departure": { "time": "1767723116", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 15 }, { "arrival": { "time": "1767723209", "uncertainty": 120 }, "departure": { "time": "1767723209", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 16 }, { "arrival": { "time": "1767723278", "uncertainty": 120 }, "departure": { "time": "1767723278", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 17 }, { "arrival": { "time": "1767723373", "uncertainty": 120 }, "departure": { "time": "1767723373", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 18 }, { "arrival": { "time": "1767723411", "uncertainty": 120 }, "departure": { "time": "1767723411", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 19 }, { "arrival": { "time": "1767723472", "uncertainty": 120 }, "departure": { "time": "1767723472", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 20 }, { "arrival": { "time": "1767723644", "uncertainty": 120 }, "departure": { "time": "1767723644", "uncertainty": 120 }, "stopId": "0:LUX03", "stopSequence": 21 }, { "arrival": { "time": "1767723898", "uncertainty": 120 }, "departure": { "time": "1767723898", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 22 }, { "arrival": { "time": "1767724025", "uncertainty": 120 }, "departure": { "time": "1767724025", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 23 }, { "arrival": { "time": "1767724114", "uncertainty": 120 }, "departure": { "time": "1767724114", "uncertainty": 120 }, "stopId": "0:GARGS", "stopSequence": 24 }, { "arrival": { "time": "1767724207", "uncertainty": 120 }, "departure": { "time": "1767724207", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 25 }, { "arrival": { "time": "1767724290", "uncertainty": 120 }, "departure": { "time": "1767724290", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 26 }, { "arrival": { "time": "1767724363", "uncertainty": 120 }, "departure": { "time": "1767724363", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 27 }, { "arrival": { "time": "1767724439", "uncertainty": 120 }, "departure": { "time": "1767724439", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 28 }, { "arrival": { "time": "1767724534", "uncertainty": 120 }, "departure": { "time": "1767724534", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 29 }, { "arrival": { "time": "1767724587", "uncertainty": 120 }, "departure": { "time": "1767724587", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 30 }, { "arrival": { "time": "1767724650", "uncertainty": 120 }, "departure": { "time": "1767724650", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 31 }, { "arrival": { "time": "1767724739", "uncertainty": 120 }, "departure": { "time": "1767724739", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 32 }, { "arrival": { "time": "1767724787", "uncertainty": 120 }, "departure": { "time": "1767724787", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 33 }, { "arrival": { "time": "1767724842", "uncertainty": 120 }, "departure": { "time": "1767724842", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 34 }, { "arrival": { "time": "1767724888", "uncertainty": 120 }, "departure": { "time": "1767724888", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 35 }, { "arrival": { "time": "1767724961", "uncertainty": 120 }, "departure": { "time": "1767724961", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 36 }, { "arrival": { "time": "1767725060", "uncertainty": 120 }, "departure": { "time": "1767725060", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 37 }, { "arrival": { "time": "1767725133", "uncertainty": 120 }, "departure": { "time": "1767725133", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 38 }, { "arrival": { "time": "1767725188", "uncertainty": 120 }, "departure": { "time": "1767725188", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 39 }, { "arrival": { "time": "1767725368", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 40 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616207" }, "vehicle": { "id": "2054", "label": "2054" } } }, { "id": "1616206", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721051", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1767721111", "uncertainty": 120 }, "departure": { "time": "1767721111", "uncertainty": 120 }, "stopId": "0:JLAURAI1", "stopSequence": 2 }, { "arrival": { "time": "1767721171", "uncertainty": 120 }, "departure": { "time": "1767721171", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 3 }, { "arrival": { "time": "1767721261", "uncertainty": 120 }, "departure": { "time": "1767721261", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 4 }, { "arrival": { "time": "1767721328", "uncertainty": 120 }, "departure": { "time": "1767721328", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 5 }, { "arrival": { "time": "1767721435", "uncertainty": 120 }, "departure": { "time": "1767721435", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 6 }, { "arrival": { "time": "1767721478", "uncertainty": 120 }, "departure": { "time": "1767721478", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 7 }, { "arrival": { "time": "1767721531", "uncertainty": 120 }, "departure": { "time": "1767721531", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 8 }, { "arrival": { "time": "1767721573", "uncertainty": 120 }, "departure": { "time": "1767721573", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 9 }, { "arrival": { "time": "1767721632", "uncertainty": 120 }, "departure": { "time": "1767721632", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 10 }, { "arrival": { "time": "1767721686", "uncertainty": 120 }, "departure": { "time": "1767721686", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 11 }, { "arrival": { "time": "1767721709", "uncertainty": 120 }, "departure": { "time": "1767721711", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 12 }, { "arrival": { "time": "1767721801", "uncertainty": 120 }, "departure": { "time": "1767721831", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 13 }, { "arrival": { "time": "1767721916", "uncertainty": 120 }, "departure": { "time": "1767721916", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 14 }, { "arrival": { "time": "1767721983", "uncertainty": 120 }, "departure": { "time": "1767721983", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 15 }, { "arrival": { "time": "1767722071", "uncertainty": 120 }, "departure": { "time": "1767722101", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 16 }, { "arrival": { "time": "1767722167", "uncertainty": 120 }, "departure": { "time": "1767722191", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 17 }, { "arrival": { "time": "1767722281", "uncertainty": 120 }, "departure": { "time": "1767722311", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 18 }, { "arrival": { "time": "1767722350", "uncertainty": 120 }, "departure": { "time": "1767722350", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 19 }, { "arrival": { "time": "1767722406", "uncertainty": 120 }, "departure": { "time": "1767722406", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 20 }, { "arrival": { "time": "1767722576", "uncertainty": 120 }, "departure": { "time": "1767722641", "uncertainty": 120 }, "stopId": "0:LUX03", "stopSequence": 21 }, { "arrival": { "time": "1767722860", "uncertainty": 120 }, "departure": { "time": "1767722860", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 22 }, { "arrival": { "time": "1767722983", "uncertainty": 120 }, "departure": { "time": "1767722983", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 23 }, { "arrival": { "time": "1767723073", "uncertainty": 120 }, "departure": { "time": "1767723073", "uncertainty": 120 }, "stopId": "0:GARGS", "stopSequence": 24 }, { "arrival": { "time": "1767723137", "uncertainty": 120 }, "departure": { "time": "1767723137", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 25 }, { "arrival": { "time": "1767723218", "uncertainty": 120 }, "departure": { "time": "1767723218", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 26 }, { "arrival": { "time": "1767723278", "uncertainty": 120 }, "departure": { "time": "1767723278", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 27 }, { "arrival": { "time": "1767723329", "uncertainty": 120 }, "departure": { "time": "1767723329", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 28 }, { "arrival": { "time": "1767723413", "uncertainty": 120 }, "departure": { "time": "1767723413", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 29 }, { "arrival": { "time": "1767723472", "uncertainty": 120 }, "departure": { "time": "1767723472", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 30 }, { "arrival": { "time": "1767723543", "uncertainty": 120 }, "departure": { "time": "1767723543", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 31 }, { "arrival": { "time": "1767723633", "uncertainty": 120 }, "departure": { "time": "1767723633", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 32 }, { "arrival": { "time": "1767723666", "uncertainty": 120 }, "departure": { "time": "1767723666", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 33 }, { "arrival": { "time": "1767723725", "uncertainty": 120 }, "departure": { "time": "1767723725", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 34 }, { "arrival": { "time": "1767723780", "uncertainty": 120 }, "departure": { "time": "1767723780", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 35 }, { "arrival": { "time": "1767723845", "uncertainty": 120 }, "departure": { "time": "1767723845", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 36 }, { "arrival": { "time": "1767723927", "uncertainty": 120 }, "departure": { "time": "1767723927", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 37 }, { "arrival": { "time": "1767724007", "uncertainty": 120 }, "departure": { "time": "1767724007", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 38 }, { "arrival": { "time": "1767724060", "uncertainty": 120 }, "departure": { "time": "1767724060", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 39 }, { "arrival": { "time": "1767724240", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 40 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616206" }, "vehicle": { "id": "2151", "label": "2151" } } }, { "id": "1616205", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720272", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1767720331", "uncertainty": 120 }, "departure": { "time": "1767720331", "uncertainty": 120 }, "stopId": "0:JLAURAI1", "stopSequence": 2 }, { "arrival": { "time": "1767720398", "uncertainty": 120 }, "departure": { "time": "1767720398", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 3 }, { "arrival": { "time": "1767720477", "uncertainty": 120 }, "departure": { "time": "1767720481", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 4 }, { "arrival": { "time": "1767720562", "uncertainty": 120 }, "departure": { "time": "1767720562", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 5 }, { "arrival": { "time": "1767720631", "uncertainty": 120 }, "departure": { "time": "1767720631", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 6 }, { "arrival": { "time": "1767720674", "uncertainty": 120 }, "departure": { "time": "1767720674", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 7 }, { "arrival": { "time": "1767720730", "uncertainty": 120 }, "departure": { "time": "1767720730", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 8 }, { "arrival": { "time": "1767720765", "uncertainty": 120 }, "departure": { "time": "1767720765", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 9 }, { "arrival": { "time": "1767720841", "uncertainty": 120 }, "departure": { "time": "1767720841", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 10 }, { "arrival": { "time": "1767720871", "uncertainty": 120 }, "departure": { "time": "1767720871", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 11 }, { "arrival": { "time": "1767720893", "uncertainty": 120 }, "departure": { "time": "1767720893", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 12 }, { "arrival": { "time": "1767720991", "uncertainty": 120 }, "departure": { "time": "1767721051", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 13 }, { "arrival": { "time": "1767721112", "uncertainty": 120 }, "departure": { "time": "1767721112", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 14 }, { "arrival": { "time": "1767721169", "uncertainty": 120 }, "departure": { "time": "1767721171", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 15 }, { "arrival": { "time": "1767721261", "uncertainty": 120 }, "departure": { "time": "1767721261", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 16 }, { "arrival": { "time": "1767721329", "uncertainty": 120 }, "departure": { "time": "1767721501", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 17 }, { "arrival": { "time": "1767721612", "uncertainty": 120 }, "departure": { "time": "1767721620", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 18 }, { "arrival": { "time": "1767721672", "uncertainty": 120 }, "departure": { "time": "1767721681", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 19 }, { "arrival": { "time": "1767721792", "uncertainty": 120 }, "departure": { "time": "1767721800", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 20 }, { "arrival": { "time": "1767721921", "uncertainty": 120 }, "departure": { "time": "1767721921", "uncertainty": 120 }, "stopId": "0:LUX03", "stopSequence": 21 }, { "arrival": { "time": "1767722128", "uncertainty": 120 }, "departure": { "time": "1767722281", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 22 }, { "arrival": { "time": "1767722439", "uncertainty": 120 }, "departure": { "time": "1767722461", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 23 }, { "arrival": { "time": "1767722551", "uncertainty": 120 }, "departure": { "time": "1767722580", "uncertainty": 120 }, "stopId": "0:GARGS", "stopSequence": 24 }, { "arrival": { "time": "1767722641", "uncertainty": 120 }, "departure": { "time": "1767722641", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 25 }, { "arrival": { "time": "1767722722", "uncertainty": 120 }, "departure": { "time": "1767722722", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 26 }, { "arrival": { "time": "1767722782", "uncertainty": 120 }, "departure": { "time": "1767722782", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 27 }, { "arrival": { "time": "1767722833", "uncertainty": 120 }, "departure": { "time": "1767722833", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 28 }, { "arrival": { "time": "1767722917", "uncertainty": 120 }, "departure": { "time": "1767722917", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 29 }, { "arrival": { "time": "1767722977", "uncertainty": 120 }, "departure": { "time": "1767722977", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 30 }, { "arrival": { "time": "1767723049", "uncertainty": 120 }, "departure": { "time": "1767723049", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 31 }, { "arrival": { "time": "1767723139", "uncertainty": 120 }, "departure": { "time": "1767723139", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 32 }, { "arrival": { "time": "1767723172", "uncertainty": 120 }, "departure": { "time": "1767723172", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 33 }, { "arrival": { "time": "1767723231", "uncertainty": 120 }, "departure": { "time": "1767723231", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 34 }, { "arrival": { "time": "1767723289", "uncertainty": 120 }, "departure": { "time": "1767723289", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 35 }, { "arrival": { "time": "1767723351", "uncertainty": 120 }, "departure": { "time": "1767723351", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 36 }, { "arrival": { "time": "1767723427", "uncertainty": 120 }, "departure": { "time": "1767723427", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 37 }, { "arrival": { "time": "1767723510", "uncertainty": 120 }, "departure": { "time": "1767723510", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 38 }, { "arrival": { "time": "1767723562", "uncertainty": 120 }, "departure": { "time": "1767723562", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 39 }, { "arrival": { "time": "1767723676", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 40 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616205" }, "vehicle": { "id": "1358", "label": "1358" } } }, { "id": "1616204", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767719580", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1767719661", "uncertainty": 120 }, "departure": { "time": "1767719661", "uncertainty": 120 }, "stopId": "0:JLAURAI1", "stopSequence": 2 }, { "arrival": { "time": "1767719718", "uncertainty": 120 }, "departure": { "time": "1767719718", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 3 }, { "arrival": { "time": "1767719792", "uncertainty": 120 }, "departure": { "time": "1767719792", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 4 }, { "arrival": { "time": "1767719852", "uncertainty": 120 }, "departure": { "time": "1767719852", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 5 }, { "arrival": { "time": "1767719941", "uncertainty": 120 }, "departure": { "time": "1767719941", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 6 }, { "arrival": { "time": "1767719972", "uncertainty": 120 }, "departure": { "time": "1767719972", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 7 }, { "arrival": { "time": "1767720025", "uncertainty": 120 }, "departure": { "time": "1767720025", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 8 }, { "arrival": { "time": "1767720062", "uncertainty": 120 }, "departure": { "time": "1767720092", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 9 }, { "arrival": { "time": "1767720177", "uncertainty": 120 }, "departure": { "time": "1767720182", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 10 }, { "arrival": { "time": "1767720228", "uncertainty": 120 }, "departure": { "time": "1767720228", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 11 }, { "arrival": { "time": "1767720248", "uncertainty": 120 }, "departure": { "time": "1767720302", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 12 }, { "arrival": { "time": "1767720452", "uncertainty": 120 }, "departure": { "time": "1767720452", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 13 }, { "arrival": { "time": "1767720509", "uncertainty": 120 }, "departure": { "time": "1767720512", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 14 }, { "arrival": { "time": "1767720573", "uncertainty": 120 }, "departure": { "time": "1767720573", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 15 }, { "arrival": { "time": "1767720667", "uncertainty": 120 }, "departure": { "time": "1767720692", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 16 }, { "arrival": { "time": "1767720760", "uncertainty": 120 }, "departure": { "time": "1767720782", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 17 }, { "arrival": { "time": "1767720895", "uncertainty": 120 }, "departure": { "time": "1767720902", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 18 }, { "arrival": { "time": "1767720949", "uncertainty": 120 }, "departure": { "time": "1767721082", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 19 }, { "arrival": { "time": "1767721157", "uncertainty": 120 }, "departure": { "time": "1767721172", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 20 }, { "arrival": { "time": "1767721322", "uncertainty": 120 }, "departure": { "time": "1767721322", "uncertainty": 120 }, "stopId": "0:LUX03", "stopSequence": 21 }, { "arrival": { "time": "1767721545", "uncertainty": 120 }, "departure": { "time": "1767721682", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 22 }, { "arrival": { "time": "1767721802", "uncertainty": 120 }, "departure": { "time": "1767721832", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 23 }, { "arrival": { "time": "1767721922", "uncertainty": 120 }, "departure": { "time": "1767721952", "uncertainty": 120 }, "stopId": "0:GARGS", "stopSequence": 24 }, { "arrival": { "time": "1767722012", "uncertainty": 120 }, "departure": { "time": "1767722012", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 25 }, { "arrival": { "time": "1767722093", "uncertainty": 120 }, "departure": { "time": "1767722093", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 26 }, { "arrival": { "time": "1767722151", "uncertainty": 120 }, "departure": { "time": "1767722151", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 27 }, { "arrival": { "time": "1767722199", "uncertainty": 120 }, "departure": { "time": "1767722199", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 28 }, { "arrival": { "time": "1767722282", "uncertainty": 120 }, "departure": { "time": "1767722282", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 29 }, { "arrival": { "time": "1767722342", "uncertainty": 120 }, "departure": { "time": "1767722342", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 30 }, { "arrival": { "time": "1767722414", "uncertainty": 120 }, "departure": { "time": "1767722432", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 31 }, { "arrival": { "time": "1767722522", "uncertainty": 120 }, "departure": { "time": "1767722522", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 32 }, { "arrival": { "time": "1767722553", "uncertainty": 120 }, "departure": { "time": "1767722553", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 33 }, { "arrival": { "time": "1767722612", "uncertainty": 120 }, "departure": { "time": "1767722612", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 34 }, { "arrival": { "time": "1767722673", "uncertainty": 120 }, "departure": { "time": "1767722673", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 35 }, { "arrival": { "time": "1767722735", "uncertainty": 120 }, "departure": { "time": "1767722735", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 36 }, { "arrival": { "time": "1767722811", "uncertainty": 120 }, "departure": { "time": "1767722811", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 37 }, { "arrival": { "time": "1767722894", "uncertainty": 120 }, "departure": { "time": "1767722894", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 38 }, { "arrival": { "time": "1767722946", "uncertainty": 120 }, "departure": { "time": "1767722946", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 39 }, { "arrival": { "time": "1767723052", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 40 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616204" }, "vehicle": { "id": "1353", "label": "1353" } } }, { "id": "1616203", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767722524", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 40 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616203" } } }, { "id": "1626907", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724560", "uncertainty": 120 }, "stopId": "0:FRANCLO1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "111", "scheduleRelationship": "SCHEDULED", "tripId": "0_21626907" } } }, { "id": "1616210", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725940", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616210" } } }, { "id": "1616209", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724740", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616209" } } }, { "id": "1616208", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723300", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616208" } } }, { "id": "1626474", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723660", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "107", "scheduleRelationship": "SCHEDULED", "tripId": "0_21626474" } } }, { "id": "1626473", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720964", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 1 }, { "arrival": { "time": "1767721110", "uncertainty": 120 }, "departure": { "time": "1767721114", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 2 }, { "arrival": { "time": "1767721216", "uncertainty": 120 }, "departure": { "time": "1767721216", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 3 }, { "arrival": { "time": "1767721234", "uncertainty": 120 }, "departure": { "time": "1767721234", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 4 }, { "arrival": { "time": "1767721294", "uncertainty": 120 }, "departure": { "time": "1767721294", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 5 }, { "arrival": { "time": "1767721324", "uncertainty": 120 }, "departure": { "time": "1767721324", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 6 }, { "arrival": { "time": "1767721382", "uncertainty": 120 }, "departure": { "time": "1767721384", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 7 }, { "arrival": { "time": "1767721451", "uncertainty": 120 }, "departure": { "time": "1767721451", "uncertainty": 120 }, "stopId": "0:SANSONN2", "stopSequence": 8 }, { "arrival": { "time": "1767721554", "uncertainty": 120 }, "departure": { "time": "1767721564", "uncertainty": 120 }, "stopId": "0:FRIERES2", "stopSequence": 9 }, { "arrival": { "time": "1767721643", "uncertainty": 120 }, "departure": { "time": "1767721643", "uncertainty": 120 }, "stopId": "0:CARREFO2", "stopSequence": 10 }, { "arrival": { "time": "1767721695", "uncertainty": 120 }, "departure": { "time": "1767721695", "uncertainty": 120 }, "stopId": "0:LAVANDI2", "stopSequence": 11 }, { "arrival": { "time": "1767721783", "uncertainty": 120 }, "departure": { "time": "1767721783", "uncertainty": 120 }, "stopId": "0:PLACEPU2", "stopSequence": 12 }, { "arrival": { "time": "1767721872", "uncertainty": 120 }, "departure": { "time": "1767721872", "uncertainty": 120 }, "stopId": "0:RUEMETZ2", "stopSequence": 13 }, { "arrival": { "time": "1767721963", "uncertainty": 120 }, "departure": { "time": "1767721963", "uncertainty": 120 }, "stopId": "0:SAULNYC2", "stopSequence": 14 }, { "arrival": { "time": "1767722002", "uncertainty": 120 }, "departure": { "time": "1767722002", "uncertainty": 120 }, "stopId": "0:BRIEYS02", "stopSequence": 15 }, { "arrival": { "time": "1767722367", "uncertainty": 120 }, "departure": { "time": "1767722367", "uncertainty": 120 }, "stopId": "0:MONTAG02", "stopSequence": 16 }, { "arrival": { "time": "1767722478", "uncertainty": 120 }, "departure": { "time": "1767722478", "uncertainty": 120 }, "stopId": "0:HAMJER04", "stopSequence": 17 }, { "arrival": { "time": "1767722547", "uncertainty": 120 }, "departure": { "time": "1767722547", "uncertainty": 120 }, "stopId": "0:RUEECO01", "stopSequence": 18 }, { "arrival": { "time": "1767722612", "uncertainty": 120 }, "departure": { "time": "1767722612", "uncertainty": 120 }, "stopId": "0:ABBEBAU1", "stopSequence": 19 }, { "arrival": { "time": "1767722673", "uncertainty": 120 }, "departure": { "time": "1767722673", "uncertainty": 120 }, "stopId": "0:18AOUT2", "stopSequence": 20 }, { "arrival": { "time": "1767722773", "uncertainty": 120 }, "departure": { "time": "1767722773", "uncertainty": 120 }, "stopId": "0:MINE02", "stopSequence": 21 }, { "arrival": { "time": "1767722800", "uncertainty": 120 }, "departure": { "time": "1767722800", "uncertainty": 120 }, "stopId": "0:RONEGL2", "stopSequence": 22 }, { "arrival": { "time": "1767722826", "uncertainty": 120 }, "departure": { "time": "1767722826", "uncertainty": 120 }, "stopId": "0:RAYMON2", "stopSequence": 23 }, { "arrival": { "time": "1767722869", "uncertainty": 120 }, "departure": { "time": "1767722869", "uncertainty": 120 }, "stopId": "0:RONCEN2", "stopSequence": 24 }, { "arrival": { "time": "1767722926", "uncertainty": 120 }, "departure": { "time": "1767722926", "uncertainty": 120 }, "stopId": "0:MASARI2", "stopSequence": 25 }, { "arrival": { "time": "1767722958", "uncertainty": 120 }, "stopId": "0:RONC4", "stopSequence": 26 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "107", "scheduleRelationship": "SCHEDULED", "tripId": "0_21626473" }, "vehicle": { "id": "2436", "label": "2436" } } }, { "id": "1622194", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767723378", "uncertainty": 120 }, "departure": { "time": "1767723378", "uncertainty": 120 }, "stopId": "0:COUROR1" }, { "arrival": { "time": "1767723387", "uncertainty": 120 }, "departure": { "time": "1767723387", "uncertainty": 120 }, "stopId": "0:COUROR1" }, { "arrival": { "time": "1767723433", "uncertainty": 120 }, "departure": { "time": "1767723433", "uncertainty": 120 }, "stopId": "0:CONSERV1" }, { "arrival": { "time": "1767723451", "uncertainty": 120 }, "departure": { "time": "1767723451", "uncertainty": 120 }, "stopId": "0:SEGOLEN1" }, { "departure": { "time": "1767723300", "uncertainty": 120 }, "stopId": "0:OFFICET1", "stopSequence": 1 }, { "arrival": { "time": "1767723380", "uncertainty": 120 }, "departure": { "time": "1767723380", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COUROR1", "stopSequence": 2 }, { "arrival": { "time": "1767723414", "uncertainty": 120 }, "departure": { "time": "1767723414", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SEGOLEN1", "stopSequence": 3 }, { "arrival": { "time": "1767723500", "uncertainty": 120 }, "departure": { "time": "1767723500", "uncertainty": 120 }, "stopId": "0:CONSERV1", "stopSequence": 4 }, { "arrival": { "time": "1767723584", "uncertainty": 120 }, "departure": { "time": "1767723584", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 5 }, { "arrival": { "time": "1767723692", "uncertainty": 120 }, "departure": { "time": "1767723692", "uncertainty": 120 }, "stopId": "0:FAVADE01", "stopSequence": 6 }, { "arrival": { "time": "1767723786", "uncertainty": 120 }, "departure": { "time": "1767723786", "uncertainty": 120 }, "stopId": "0:PORTALL1", "stopSequence": 7 }, { "arrival": { "time": "1767723895", "uncertainty": 120 }, "departure": { "time": "1767723895", "uncertainty": 120 }, "stopId": "0:CHARRON1", "stopSequence": 8 }, { "arrival": { "time": "1767724052", "uncertainty": 120 }, "departure": { "time": "1767724052", "uncertainty": 120 }, "stopId": "0:FOURNIR1", "stopSequence": 9 }, { "arrival": { "time": "1767724173", "uncertainty": 120 }, "departure": { "time": "1767724173", "uncertainty": 120 }, "stopId": "0:PLARMES2", "stopSequence": 10 }, { "arrival": { "time": "1767724225", "uncertainty": 120 }, "departure": { "time": "1767724225", "uncertainty": 120 }, "stopId": "0:PLCHAM02", "stopSequence": 11 }, { "arrival": { "time": "1767724294", "uncertainty": 120 }, "departure": { "time": "1767724294", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 12 }, { "arrival": { "time": "1767724394", "uncertainty": 120 }, "departure": { "time": "1767724394", "uncertainty": 120 }, "stopId": "0:POMOREA", "stopSequence": 13 }, { "arrival": { "time": "1767724446", "uncertainty": 120 }, "departure": { "time": "1767724446", "uncertainty": 120 }, "stopId": "0:VALLADI1", "stopSequence": 14 }, { "arrival": { "time": "1767724559", "uncertainty": 120 }, "departure": { "time": "1767724559", "uncertainty": 120 }, "stopId": "0:CASERNE1", "stopSequence": 15 }, { "arrival": { "time": "1767724628", "uncertainty": 120 }, "departure": { "time": "1767724628", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 16 }, { "arrival": { "time": "1767724705", "uncertainty": 120 }, "departure": { "time": "1767724705", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 17 }, { "arrival": { "time": "1767724825", "uncertainty": 120 }, "stopId": "0:OFFICET1", "stopSequence": 18 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "81", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622194" } } }, { "id": "1622193", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767722435", "uncertainty": 120 }, "stopId": "0:OFFICET1", "stopSequence": 18 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "81", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622193" } } }, { "id": "1626454", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725880" }, "stopId": "0:RONC4", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "107", "scheduleRelationship": "SCHEDULED", "tripId": "0_21626454" } } }, { "id": "1626452", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723300", "uncertainty": 120 }, "stopId": "0:RONC4", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "107", "scheduleRelationship": "SCHEDULED", "tripId": "0_21626452" } } }, { "id": "1626451", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721292", "uncertainty": 120 }, "stopId": "0:RONC4", "stopSequence": 1 }, { "arrival": { "time": "1767721322", "uncertainty": 120 }, "departure": { "time": "1767721322", "uncertainty": 120 }, "stopId": "0:MASARI1", "stopSequence": 2 }, { "arrival": { "time": "1767721373", "uncertainty": 120 }, "departure": { "time": "1767721373", "uncertainty": 120 }, "stopId": "0:RONCEN1", "stopSequence": 3 }, { "arrival": { "time": "1767721425", "uncertainty": 120 }, "departure": { "time": "1767721425", "uncertainty": 120 }, "stopId": "0:RAYMON1", "stopSequence": 4 }, { "arrival": { "time": "1767721441", "uncertainty": 120 }, "departure": { "time": "1767721441", "uncertainty": 120 }, "stopId": "0:RONEGL1", "stopSequence": 5 }, { "arrival": { "time": "1767721463", "uncertainty": 120 }, "departure": { "time": "1767721463", "uncertainty": 120 }, "stopId": "0:MINE01", "stopSequence": 6 }, { "arrival": { "time": "1767721530", "uncertainty": 120 }, "departure": { "time": "1767721530", "uncertainty": 120 }, "stopId": "0:18AOUT1", "stopSequence": 7 }, { "arrival": { "time": "1767721580", "uncertainty": 120 }, "departure": { "time": "1767721580", "uncertainty": 120 }, "stopId": "0:ABBEBAU2", "stopSequence": 8 }, { "arrival": { "time": "1767721629", "uncertainty": 120 }, "departure": { "time": "1767721629", "uncertainty": 120 }, "stopId": "0:RUEECO02", "stopSequence": 9 }, { "arrival": { "time": "1767721691", "uncertainty": 120 }, "departure": { "time": "1767721712", "uncertainty": 120 }, "stopId": "0:HAMJER03", "stopSequence": 10 }, { "arrival": { "time": "1767721801", "uncertainty": 120 }, "departure": { "time": "1767721801", "uncertainty": 120 }, "stopId": "0:MONTAG01", "stopSequence": 11 }, { "arrival": { "time": "1767722221", "uncertainty": 120 }, "departure": { "time": "1767722221", "uncertainty": 120 }, "stopId": "0:BRIEYS01", "stopSequence": 12 }, { "arrival": { "time": "1767722287", "uncertainty": 120 }, "departure": { "time": "1767722311", "uncertainty": 120 }, "stopId": "0:SAULNYC1", "stopSequence": 13 }, { "arrival": { "time": "1767722386", "uncertainty": 120 }, "departure": { "time": "1767722386", "uncertainty": 120 }, "stopId": "0:RUEMETZ1", "stopSequence": 14 }, { "arrival": { "time": "1767722430", "uncertainty": 120 }, "departure": { "time": "1767722431", "uncertainty": 120 }, "stopId": "0:PLACEPU1", "stopSequence": 15 }, { "arrival": { "time": "1767722500", "uncertainty": 120 }, "departure": { "time": "1767722500", "uncertainty": 120 }, "stopId": "0:LAVANDI1", "stopSequence": 16 }, { "arrival": { "time": "1767722543", "uncertainty": 120 }, "departure": { "time": "1767722543", "uncertainty": 120 }, "stopId": "0:CARREFO1", "stopSequence": 17 }, { "arrival": { "time": "1767722618", "uncertainty": 120 }, "departure": { "time": "1767722618", "uncertainty": 120 }, "stopId": "0:FRIERES1", "stopSequence": 18 }, { "arrival": { "time": "1767722728", "uncertainty": 120 }, "departure": { "time": "1767722728", "uncertainty": 120 }, "stopId": "0:SANSONN1", "stopSequence": 19 }, { "arrival": { "time": "1767722769", "uncertainty": 120 }, "departure": { "time": "1767722769", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 20 }, { "arrival": { "time": "1767722820", "uncertainty": 120 }, "departure": { "time": "1767722820", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 21 }, { "arrival": { "time": "1767722877", "uncertainty": 120 }, "departure": { "time": "1767722877", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 22 }, { "arrival": { "time": "1767722900", "uncertainty": 120 }, "departure": { "time": "1767722900", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 23 }, { "arrival": { "time": "1767722928", "uncertainty": 120 }, "departure": { "time": "1767722928", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 24 }, { "arrival": { "time": "1767723035", "uncertainty": 120 }, "departure": { "time": "1767723035", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 25 }, { "arrival": { "time": "1767723108", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 26 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "107", "scheduleRelationship": "SCHEDULED", "tripId": "0_21626451" }, "vehicle": { "id": "1933", "label": "1933" } } }, { "id": "1622051", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723300" }, "stopId": "0:PALAISS2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "19", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622051" } } }, { "id": "1622037", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767726000" }, "stopId": "0:LECLERC1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "19", "scheduleRelationship": "SCHEDULED", "tripId": "0_21622037" } } }, { "id": "1625987", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724035", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 1 }, { "arrival": { "time": "1767724635", "uncertainty": 120 }, "departure": { "time": "1767724635", "uncertainty": 120 }, "stopId": "0:LORRAIN2", "stopSequence": 2 }, { "arrival": { "time": "1767724736", "uncertainty": 120 }, "departure": { "time": "1767724736", "uncertainty": 120 }, "stopId": "0:CRRD602", "stopSequence": 3 }, { "arrival": { "time": "1767724844", "uncertainty": 120 }, "departure": { "time": "1767724844", "uncertainty": 120 }, "stopId": "0:STPAUL02", "stopSequence": 4 }, { "arrival": { "time": "1767724875", "uncertainty": 120 }, "departure": { "time": "1767724875", "uncertainty": 120 }, "stopId": "0:CLEMENC2", "stopSequence": 5 }, { "arrival": { "time": "1767724917", "uncertainty": 120 }, "departure": { "time": "1767724917", "uncertainty": 120 }, "stopId": "0:JFERRAT2", "stopSequence": 6 }, { "arrival": { "time": "1767724995", "uncertainty": 120 }, "departure": { "time": "1767724995", "uncertainty": 120 }, "stopId": "0:ARSMOSL2", "stopSequence": 7 }, { "arrival": { "time": "1767725069", "uncertainty": 120 }, "departure": { "time": "1767725069", "uncertainty": 120 }, "stopId": "0:TEMPLE2", "stopSequence": 8 }, { "arrival": { "time": "1767725101", "uncertainty": 120 }, "departure": { "time": "1767725101", "uncertainty": 120 }, "stopId": "0:SCHWALB2", "stopSequence": 9 }, { "arrival": { "time": "1767725156", "uncertainty": 120 }, "departure": { "time": "1767725156", "uncertainty": 120 }, "stopId": "0:VERDUN2", "stopSequence": 10 }, { "arrival": { "time": "1767725595", "uncertainty": 120 }, "departure": { "time": "1767725595", "uncertainty": 120 }, "stopId": "0:GRAVELO2", "stopSequence": 11 }, { "arrival": { "time": "1767725624", "uncertainty": 120 }, "departure": { "time": "1767725624", "uncertainty": 120 }, "stopId": "0:RUEDARS2", "stopSequence": 12 }, { "arrival": { "time": "1767725639", "uncertainty": 120 }, "departure": { "time": "1767725639", "uncertainty": 120 }, "stopId": "0:VERLIN2", "stopSequence": 13 }, { "arrival": { "time": "1767725775", "uncertainty": 120 }, "departure": { "time": "1767725775", "uncertainty": 120 }, "stopId": "0:MALMAIS2", "stopSequence": 14 }, { "arrival": { "time": "1767725968", "uncertainty": 120 }, "departure": { "time": "1767725968", "uncertainty": 120 }, "stopId": "0:TELEGRA2", "stopSequence": 15 }, { "arrival": { "time": "1767725984", "uncertainty": 120 }, "departure": { "time": "1767725984", "uncertainty": 120 }, "stopId": "0:VERNEVI2", "stopSequence": 16 }, { "arrival": { "time": "1767726015", "uncertainty": 120 }, "stopId": "0:CHANTRE1", "stopSequence": 17 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "103", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625987" } } }, { "id": "1625975", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724800", "uncertainty": 120 }, "stopId": "0:CHANTRE1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "103", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625975" } } }, { "id": "1617661", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725400", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617661" } } }, { "id": "1625974", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721560", "uncertainty": 120 }, "stopId": "0:CHANTRE1", "stopSequence": 1 }, { "arrival": { "time": "1767721670", "uncertainty": 120 }, "departure": { "time": "1767721670", "uncertainty": 120 }, "stopId": "0:VERNEVI1", "stopSequence": 2 }, { "arrival": { "time": "1767721701", "uncertainty": 120 }, "departure": { "time": "1767721701", "uncertainty": 120 }, "stopId": "0:TELEGRA1", "stopSequence": 3 }, { "arrival": { "time": "1767721944", "uncertainty": 120 }, "departure": { "time": "1767721946", "uncertainty": 120 }, "stopId": "0:MALMAIS1", "stopSequence": 4 }, { "arrival": { "time": "1767722067", "uncertainty": 120 }, "departure": { "time": "1767722097", "uncertainty": 120 }, "stopId": "0:VERLIN1", "stopSequence": 5 }, { "arrival": { "time": "1767722139", "uncertainty": 120 }, "departure": { "time": "1767722139", "uncertainty": 120 }, "stopId": "0:RUEDARS1", "stopSequence": 6 }, { "arrival": { "time": "1767722184", "uncertainty": 120 }, "departure": { "time": "1767722184", "uncertainty": 120 }, "stopId": "0:GRAVELO1", "stopSequence": 7 }, { "arrival": { "time": "1767722484", "uncertainty": 120 }, "departure": { "time": "1767722487", "uncertainty": 120 }, "stopId": "0:VERDUN1", "stopSequence": 8 }, { "arrival": { "time": "1767722554", "uncertainty": 120 }, "departure": { "time": "1767722554", "uncertainty": 120 }, "stopId": "0:SCHWALB1", "stopSequence": 9 }, { "arrival": { "time": "1767722598", "uncertainty": 120 }, "departure": { "time": "1767722606", "uncertainty": 120 }, "stopId": "0:TEMPLE1", "stopSequence": 10 }, { "arrival": { "time": "1767722715", "uncertainty": 120 }, "departure": { "time": "1767722715", "uncertainty": 120 }, "stopId": "0:ARSMOSL1", "stopSequence": 11 }, { "arrival": { "time": "1767722767", "uncertainty": 120 }, "departure": { "time": "1767722767", "uncertainty": 120 }, "stopId": "0:JFERRAT1", "stopSequence": 12 }, { "arrival": { "time": "1767722835", "uncertainty": 120 }, "departure": { "time": "1767722835", "uncertainty": 120 }, "stopId": "0:CLEMENC1", "stopSequence": 13 }, { "arrival": { "time": "1767722872", "uncertainty": 120 }, "departure": { "time": "1767722872", "uncertainty": 120 }, "stopId": "0:STPAUL01", "stopSequence": 14 }, { "arrival": { "time": "1767723014", "uncertainty": 120 }, "departure": { "time": "1767723014", "uncertainty": 120 }, "stopId": "0:CRRD601", "stopSequence": 15 }, { "arrival": { "time": "1767723195", "uncertainty": 120 }, "departure": { "time": "1767723195", "uncertainty": 120 }, "stopId": "0:LORRAIN1", "stopSequence": 16 }, { "arrival": { "time": "1767723855", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 17 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "103", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625974" }, "vehicle": { "id": "193004", "label": "193004" } } }, { "id": "1617660", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723660", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617660" } } }, { "id": "1616015", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725520", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616015" } } }, { "id": "1617659", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721470", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 }, { "arrival": { "time": "1767721535", "uncertainty": 120 }, "departure": { "time": "1767721535", "uncertainty": 120 }, "stopId": "0:HAIEBRU1", "stopSequence": 2 }, { "arrival": { "time": "1767721590", "uncertainty": 120 }, "departure": { "time": "1767721590", "uncertainty": 120 }, "stopId": "0:SERRET1", "stopSequence": 3 }, { "arrival": { "time": "1767721632", "uncertainty": 120 }, "departure": { "time": "1767721632", "uncertainty": 120 }, "stopId": "0:STJEAN01", "stopSequence": 4 }, { "arrival": { "time": "1767721759", "uncertainty": 120 }, "departure": { "time": "1767721759", "uncertainty": 120 }, "stopId": "0:MOULI281", "stopSequence": 5 }, { "arrival": { "time": "1767721820", "uncertainty": 120 }, "departure": { "time": "1767721890", "uncertainty": 120 }, "stopId": "0:LIBERTE1", "stopSequence": 6 }, { "arrival": { "time": "1767721968", "uncertainty": 120 }, "departure": { "time": "1767721980", "uncertainty": 120 }, "stopId": "0:SCYBAS1", "stopSequence": 7 }, { "arrival": { "time": "1767722010", "uncertainty": 120 }, "departure": { "time": "1767722010", "uncertainty": 120 }, "stopId": "0:PRILLE1", "stopSequence": 8 }, { "arrival": { "time": "1767722049", "uncertainty": 120 }, "departure": { "time": "1767722049", "uncertainty": 120 }, "stopId": "0:LECLERC1", "stopSequence": 9 }, { "arrival": { "time": "1767722100", "uncertainty": 120 }, "departure": { "time": "1767722100", "uncertainty": 120 }, "stopId": "0:LONGEVI1", "stopSequence": 10 }, { "arrival": { "time": "1767722149", "uncertainty": 120 }, "departure": { "time": "1767722160", "uncertainty": 120 }, "stopId": "0:MIGETTE1", "stopSequence": 11 }, { "arrival": { "time": "1767722205", "uncertainty": 120 }, "departure": { "time": "1767722205", "uncertainty": 120 }, "stopId": "0:CASINO1", "stopSequence": 12 }, { "arrival": { "time": "1767722231", "uncertainty": 120 }, "departure": { "time": "1767722231", "uncertainty": 120 }, "stopId": "0:PONTVER1", "stopSequence": 13 }, { "arrival": { "time": "1767722293", "uncertainty": 120 }, "departure": { "time": "1767722293", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 14 }, { "arrival": { "time": "1767722340", "uncertainty": 120 }, "departure": { "time": "1767722340", "uncertainty": 120 }, "stopId": "0:SMARTIN1", "stopSequence": 15 }, { "arrival": { "time": "1767722429", "uncertainty": 120 }, "departure": { "time": "1767722429", "uncertainty": 120 }, "stopId": "0:TIGNO290", "stopSequence": 16 }, { "arrival": { "time": "1767722507", "uncertainty": 120 }, "departure": { "time": "1767722550", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 17 }, { "arrival": { "time": "1767722623", "uncertainty": 120 }, "departure": { "time": "1767722640", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 18 }, { "arrival": { "time": "1767722854", "uncertainty": 120 }, "departure": { "time": "1767722854", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 19 }, { "arrival": { "time": "1767722977", "uncertainty": 120 }, "departure": { "time": "1767722977", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 20 }, { "arrival": { "time": "1767723067", "uncertainty": 120 }, "departure": { "time": "1767723067", "uncertainty": 120 }, "stopId": "0:GARGS", "stopSequence": 21 }, { "arrival": { "time": "1767723176", "uncertainty": 120 }, "departure": { "time": "1767723176", "uncertainty": 120 }, "stopId": "0:POMS", "stopSequence": 22 }, { "arrival": { "time": "1767723275", "uncertainty": 120 }, "departure": { "time": "1767723275", "uncertainty": 120 }, "stopId": "0:DEMBOUR2", "stopSequence": 23 }, { "arrival": { "time": "1767723331", "uncertainty": 120 }, "departure": { "time": "1767723331", "uncertainty": 120 }, "stopId": "0:LEMUD04", "stopSequence": 24 }, { "arrival": { "time": "1767723361", "uncertainty": 120 }, "departure": { "time": "1767723361", "uncertainty": 120 }, "stopId": "0:PIERNE02", "stopSequence": 25 }, { "arrival": { "time": "1767723437", "uncertainty": 120 }, "departure": { "time": "1767723437", "uncertainty": 120 }, "stopId": "0:LOTHAIR2", "stopSequence": 26 }, { "arrival": { "time": "1767723470", "uncertainty": 120 }, "departure": { "time": "1767723470", "uncertainty": 120 }, "stopId": "0:POLY02", "stopSequence": 27 }, { "arrival": { "time": "1767723528", "uncertainty": 120 }, "departure": { "time": "1767723528", "uncertainty": 120 }, "stopId": "0:VANDERN2", "stopSequence": 28 }, { "arrival": { "time": "1767723572", "uncertainty": 120 }, "departure": { "time": "1767723572", "uncertainty": 120 }, "stopId": "0:BOUCHOT2", "stopSequence": 29 }, { "arrival": { "time": "1767723617", "uncertainty": 120 }, "departure": { "time": "1767723617", "uncertainty": 120 }, "stopId": "0:FRECOT2", "stopSequence": 30 }, { "arrival": { "time": "1767723728", "uncertainty": 120 }, "departure": { "time": "1767723728", "uncertainty": 120 }, "stopId": "0:FAUBOUP2", "stopSequence": 31 }, { "arrival": { "time": "1767723802", "uncertainty": 120 }, "departure": { "time": "1767723802", "uncertainty": 120 }, "stopId": "0:PLATEAU2", "stopSequence": 32 }, { "arrival": { "time": "1767723831", "uncertainty": 120 }, "departure": { "time": "1767723831", "uncertainty": 120 }, "stopId": "0:APREMON2", "stopSequence": 33 }, { "arrival": { "time": "1767723888", "uncertainty": 120 }, "departure": { "time": "1767723888", "uncertainty": 120 }, "stopId": "0:PLAINE2", "stopSequence": 34 }, { "arrival": { "time": "1767723949", "uncertainty": 120 }, "departure": { "time": "1767723949", "uncertainty": 120 }, "stopId": "0:ROOSEVE2", "stopSequence": 35 }, { "arrival": { "time": "1767724011", "uncertainty": 120 }, "departure": { "time": "1767724011", "uncertainty": 120 }, "stopId": "0:MAGNYBO2", "stopSequence": 36 }, { "arrival": { "time": "1767724066", "uncertainty": 120 }, "departure": { "time": "1767724066", "uncertainty": 120 }, "stopId": "0:OBELLI02", "stopSequence": 37 }, { "arrival": { "time": "1767724122", "uncertainty": 120 }, "departure": { "time": "1767724122", "uncertainty": 120 }, "stopId": "0:ARMOISI2", "stopSequence": 38 }, { "arrival": { "time": "1767724202", "uncertainty": 120 }, "departure": { "time": "1767724202", "uncertainty": 120 }, "stopId": "0:BEAUSOL2", "stopSequence": 39 }, { "arrival": { "time": "1767724300", "uncertainty": 120 }, "departure": { "time": "1767724300", "uncertainty": 120 }, "stopId": "0:HTMAGNY2", "stopSequence": 40 }, { "arrival": { "time": "1767724369", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 41 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617659" }, "vehicle": { "id": "1855", "label": "1855" } } }, { "id": "1621846", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725160", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621846" } } }, { "id": "1616014", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724260", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616014" } } }, { "id": "1621845", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723720", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621845" } } }, { "id": "1621844", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722525", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 }, { "arrival": { "time": "1767722585", "uncertainty": 120 }, "departure": { "time": "1767722615", "uncertainty": 120 }, "stopId": "0:COL02", "stopSequence": 2 }, { "arrival": { "time": "1767722662", "uncertainty": 120 }, "departure": { "time": "1767722662", "uncertainty": 120 }, "stopId": "0:CLO02", "stopSequence": 3 }, { "arrival": { "time": "1767722727", "uncertainty": 120 }, "departure": { "time": "1767722727", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 4 }, { "arrival": { "time": "1767722779", "uncertainty": 120 }, "departure": { "time": "1767722779", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 5 }, { "arrival": { "time": "1767722839", "uncertainty": 120 }, "departure": { "time": "1767722839", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 6 }, { "arrival": { "time": "1767722928", "uncertainty": 120 }, "departure": { "time": "1767722928", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 7 }, { "arrival": { "time": "1767723011", "uncertainty": 120 }, "departure": { "time": "1767723011", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 8 }, { "arrival": { "time": "1767723096", "uncertainty": 120 }, "departure": { "time": "1767723096", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 9 }, { "arrival": { "time": "1767723163", "uncertainty": 120 }, "departure": { "time": "1767723163", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 10 }, { "arrival": { "time": "1767723260", "uncertainty": 120 }, "departure": { "time": "1767723260", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 11 }, { "arrival": { "time": "1767723345", "uncertainty": 120 }, "departure": { "time": "1767723345", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 12 }, { "arrival": { "time": "1767723420", "uncertainty": 120 }, "departure": { "time": "1767723420", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 13 }, { "arrival": { "time": "1767723519", "uncertainty": 120 }, "departure": { "time": "1767723519", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 14 }, { "arrival": { "time": "1767723613", "uncertainty": 120 }, "departure": { "time": "1767723613", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 15 }, { "arrival": { "time": "1767723867", "uncertainty": 120 }, "departure": { "time": "1767723867", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 16 }, { "arrival": { "time": "1767723925", "uncertainty": 120 }, "departure": { "time": "1767723925", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 17 }, { "arrival": { "time": "1767723993", "uncertainty": 120 }, "departure": { "time": "1767723993", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 18 }, { "arrival": { "time": "1767724071", "uncertainty": 120 }, "departure": { "time": "1767724071", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 19 }, { "arrival": { "time": "1767724171", "uncertainty": 120 }, "departure": { "time": "1767724171", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 20 }, { "arrival": { "time": "1767724226", "uncertainty": 120 }, "departure": { "time": "1767724226", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 21 }, { "arrival": { "time": "1767724371", "uncertainty": 120 }, "departure": { "time": "1767724371", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 22 }, { "arrival": { "time": "1767724490", "uncertainty": 120 }, "departure": { "time": "1767724490", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 23 }, { "arrival": { "time": "1767724598", "uncertainty": 120 }, "departure": { "time": "1767724598", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 24 }, { "arrival": { "time": "1767724699", "uncertainty": 120 }, "departure": { "time": "1767724699", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 25 }, { "arrival": { "time": "1767724731", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 26 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621844" }, "vehicle": { "id": "1315", "label": "1315" } } }, { "id": "1616013", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723060", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1767723202", "uncertainty": 120 }, "departure": { "time": "1767723202", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1767723239", "uncertainty": 120 }, "departure": { "time": "1767723239", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1767723322", "uncertainty": 120 }, "departure": { "time": "1767723322", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1767723400", "uncertainty": 120 }, "departure": { "time": "1767723400", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1767723479", "uncertainty": 120 }, "departure": { "time": "1767723479", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1767723508", "uncertainty": 120 }, "departure": { "time": "1767723508", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1767723560", "uncertainty": 120 }, "departure": { "time": "1767723560", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1767723624", "uncertainty": 120 }, "departure": { "time": "1767723624", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1767723686", "uncertainty": 120 }, "departure": { "time": "1767723686", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1767723782", "uncertainty": 120 }, "departure": { "time": "1767723782", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1767723851", "uncertainty": 120 }, "departure": { "time": "1767723851", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1767723927", "uncertainty": 120 }, "departure": { "time": "1767723927", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1767724024", "uncertainty": 120 }, "departure": { "time": "1767724024", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1767724126", "uncertainty": 120 }, "departure": { "time": "1767724126", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1767724208", "uncertainty": 120 }, "departure": { "time": "1767724208", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1767724331", "uncertainty": 120 }, "departure": { "time": "1767724331", "uncertainty": 120 }, "stopId": "0:GARGE", "stopSequence": 17 }, { "arrival": { "time": "1767724415", "uncertainty": 120 }, "departure": { "time": "1767724415", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1767724571", "uncertainty": 120 }, "departure": { "time": "1767724571", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 19 }, { "arrival": { "time": "1767724724", "uncertainty": 120 }, "departure": { "time": "1767724724", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1767724871", "uncertainty": 120 }, "departure": { "time": "1767724871", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1767724937", "uncertainty": 120 }, "departure": { "time": "1767724937", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1767725011", "uncertainty": 120 }, "departure": { "time": "1767725011", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1767725171", "uncertainty": 120 }, "departure": { "time": "1767725171", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1767725268", "uncertainty": 120 }, "departure": { "time": "1767725268", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1767725400", "uncertainty": 120 }, "departure": { "time": "1767725400", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1767725469", "uncertainty": 120 }, "departure": { "time": "1767725469", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1767725531", "uncertainty": 120 }, "departure": { "time": "1767725531", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1767725625", "uncertainty": 120 }, "departure": { "time": "1767725625", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1767725654", "uncertainty": 120 }, "departure": { "time": "1767725654", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1767725722", "uncertainty": 120 }, "departure": { "time": "1767725722", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1767725792", "uncertainty": 120 }, "departure": { "time": "1767725792", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1767725831", "uncertainty": 120 }, "departure": { "time": "1767725831", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1767725911", "uncertainty": 120 }, "departure": { "time": "1767725911", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1767725967", "uncertainty": 120 }, "departure": { "time": "1767725967", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1767726050", "uncertainty": 120 }, "departure": { "time": "1767726050", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1767726141", "uncertainty": 120 }, "departure": { "time": "1767726141", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1767726236", "uncertainty": 120 }, "departure": { "time": "1767726236", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1767726371", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616013" } } }, { "id": "1617658", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720180", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 }, { "arrival": { "time": "1767720240", "uncertainty": 120 }, "departure": { "time": "1767720240", "uncertainty": 120 }, "stopId": "0:HAIEBRU1", "stopSequence": 2 }, { "arrival": { "time": "1767720295", "uncertainty": 120 }, "departure": { "time": "1767720300", "uncertainty": 120 }, "stopId": "0:SERRET1", "stopSequence": 3 }, { "arrival": { "time": "1767720355", "uncertainty": 120 }, "departure": { "time": "1767720355", "uncertainty": 120 }, "stopId": "0:STJEAN01", "stopSequence": 4 }, { "arrival": { "time": "1767720441", "uncertainty": 120 }, "departure": { "time": "1767720450", "uncertainty": 120 }, "stopId": "0:MOULI281", "stopSequence": 5 }, { "arrival": { "time": "1767720498", "uncertainty": 120 }, "departure": { "time": "1767720510", "uncertainty": 120 }, "stopId": "0:LIBERTE1", "stopSequence": 6 }, { "arrival": { "time": "1767720578", "uncertainty": 120 }, "departure": { "time": "1767720578", "uncertainty": 120 }, "stopId": "0:SCYBAS1", "stopSequence": 7 }, { "arrival": { "time": "1767720630", "uncertainty": 120 }, "departure": { "time": "1767720630", "uncertainty": 120 }, "stopId": "0:PRILLE1", "stopSequence": 8 }, { "arrival": { "time": "1767720668", "uncertainty": 120 }, "departure": { "time": "1767720668", "uncertainty": 120 }, "stopId": "0:LECLERC1", "stopSequence": 9 }, { "arrival": { "time": "1767720720", "uncertainty": 120 }, "departure": { "time": "1767720720", "uncertainty": 120 }, "stopId": "0:LONGEVI1", "stopSequence": 10 }, { "arrival": { "time": "1767720780", "uncertainty": 120 }, "departure": { "time": "1767720780", "uncertainty": 120 }, "stopId": "0:MIGETTE1", "stopSequence": 11 }, { "arrival": { "time": "1767720833", "uncertainty": 120 }, "departure": { "time": "1767720833", "uncertainty": 120 }, "stopId": "0:CASINO1", "stopSequence": 12 }, { "arrival": { "time": "1767720856", "uncertainty": 120 }, "departure": { "time": "1767720856", "uncertainty": 120 }, "stopId": "0:PONTVER1", "stopSequence": 13 }, { "arrival": { "time": "1767720930", "uncertainty": 120 }, "departure": { "time": "1767720930", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 14 }, { "arrival": { "time": "1767721002", "uncertainty": 120 }, "departure": { "time": "1767721020", "uncertainty": 120 }, "stopId": "0:SMARTIN1", "stopSequence": 15 }, { "arrival": { "time": "1767721127", "uncertainty": 120 }, "departure": { "time": "1767721140", "uncertainty": 120 }, "stopId": "0:TIGNO290", "stopSequence": 16 }, { "arrival": { "time": "1767721216", "uncertainty": 120 }, "departure": { "time": "1767721216", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 17 }, { "arrival": { "time": "1767721260", "uncertainty": 120 }, "departure": { "time": "1767721320", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 18 }, { "arrival": { "time": "1767721587", "uncertainty": 120 }, "departure": { "time": "1767721710", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 19 }, { "arrival": { "time": "1767721837", "uncertainty": 120 }, "departure": { "time": "1767721860", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 20 }, { "arrival": { "time": "1767721969", "uncertainty": 120 }, "departure": { "time": "1767721980", "uncertainty": 120 }, "stopId": "0:GARGS", "stopSequence": 21 }, { "arrival": { "time": "1767722087", "uncertainty": 120 }, "departure": { "time": "1767722100", "uncertainty": 120 }, "stopId": "0:POMS", "stopSequence": 22 }, { "arrival": { "time": "1767722202", "uncertainty": 120 }, "departure": { "time": "1767722220", "uncertainty": 120 }, "stopId": "0:DEMBOUR2", "stopSequence": 23 }, { "arrival": { "time": "1767722276", "uncertainty": 120 }, "departure": { "time": "1767722281", "uncertainty": 120 }, "stopId": "0:LEMUD04", "stopSequence": 24 }, { "arrival": { "time": "1767722310", "uncertainty": 120 }, "departure": { "time": "1767722340", "uncertainty": 120 }, "stopId": "0:PIERNE02", "stopSequence": 25 }, { "arrival": { "time": "1767722416", "uncertainty": 120 }, "departure": { "time": "1767722430", "uncertainty": 120 }, "stopId": "0:LOTHAIR2", "stopSequence": 26 }, { "arrival": { "time": "1767722460", "uncertainty": 120 }, "departure": { "time": "1767722460", "uncertainty": 120 }, "stopId": "0:POLY02", "stopSequence": 27 }, { "arrival": { "time": "1767722520", "uncertainty": 120 }, "departure": { "time": "1767722520", "uncertainty": 120 }, "stopId": "0:VANDERN2", "stopSequence": 28 }, { "arrival": { "time": "1767722560", "uncertainty": 120 }, "departure": { "time": "1767722560", "uncertainty": 120 }, "stopId": "0:BOUCHOT2", "stopSequence": 29 }, { "arrival": { "time": "1767722608", "uncertainty": 120 }, "departure": { "time": "1767722610", "uncertainty": 120 }, "stopId": "0:FRECOT2", "stopSequence": 30 }, { "arrival": { "time": "1767722736", "uncertainty": 120 }, "departure": { "time": "1767722736", "uncertainty": 120 }, "stopId": "0:FAUBOUP2", "stopSequence": 31 }, { "arrival": { "time": "1767722822", "uncertainty": 120 }, "departure": { "time": "1767722822", "uncertainty": 120 }, "stopId": "0:PLATEAU2", "stopSequence": 32 }, { "arrival": { "time": "1767722852", "uncertainty": 120 }, "departure": { "time": "1767722852", "uncertainty": 120 }, "stopId": "0:APREMON2", "stopSequence": 33 }, { "arrival": { "time": "1767722893", "uncertainty": 120 }, "departure": { "time": "1767722893", "uncertainty": 120 }, "stopId": "0:PLAINE2", "stopSequence": 34 }, { "arrival": { "time": "1767722953", "uncertainty": 120 }, "departure": { "time": "1767722953", "uncertainty": 120 }, "stopId": "0:ROOSEVE2", "stopSequence": 35 }, { "arrival": { "time": "1767723002", "uncertainty": 120 }, "departure": { "time": "1767723002", "uncertainty": 120 }, "stopId": "0:MAGNYBO2", "stopSequence": 36 }, { "arrival": { "time": "1767723060", "uncertainty": 120 }, "departure": { "time": "1767723060", "uncertainty": 120 }, "stopId": "0:OBELLI02", "stopSequence": 37 }, { "arrival": { "time": "1767723094", "uncertainty": 120 }, "departure": { "time": "1767723094", "uncertainty": 120 }, "stopId": "0:ARMOISI2", "stopSequence": 38 }, { "arrival": { "time": "1767723181", "uncertainty": 120 }, "departure": { "time": "1767723181", "uncertainty": 120 }, "stopId": "0:BEAUSOL2", "stopSequence": 39 }, { "arrival": { "time": "1767723291", "uncertainty": 120 }, "departure": { "time": "1767723291", "uncertainty": 120 }, "stopId": "0:HTMAGNY2", "stopSequence": 40 }, { "arrival": { "time": "1767723351", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 41 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617658" }, "vehicle": { "id": "1856", "label": "1856" } } }, { "id": "1621843", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721440", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 }, { "arrival": { "time": "1767721501", "uncertainty": 120 }, "departure": { "time": "1767721531", "uncertainty": 120 }, "stopId": "0:COL02", "stopSequence": 2 }, { "arrival": { "time": "1767721583", "uncertainty": 120 }, "departure": { "time": "1767721589", "uncertainty": 120 }, "stopId": "0:CLO02", "stopSequence": 3 }, { "arrival": { "time": "1767721651", "uncertainty": 120 }, "departure": { "time": "1767721681", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 4 }, { "arrival": { "time": "1767721726", "uncertainty": 120 }, "departure": { "time": "1767721726", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 5 }, { "arrival": { "time": "1767721800", "uncertainty": 120 }, "departure": { "time": "1767721800", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 6 }, { "arrival": { "time": "1767721874", "uncertainty": 120 }, "departure": { "time": "1767721895", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 7 }, { "arrival": { "time": "1767721961", "uncertainty": 120 }, "departure": { "time": "1767721981", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 8 }, { "arrival": { "time": "1767722060", "uncertainty": 120 }, "departure": { "time": "1767722071", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 9 }, { "arrival": { "time": "1767722122", "uncertainty": 120 }, "departure": { "time": "1767722131", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 10 }, { "arrival": { "time": "1767722198", "uncertainty": 120 }, "departure": { "time": "1767722198", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 11 }, { "arrival": { "time": "1767722273", "uncertainty": 120 }, "departure": { "time": "1767722273", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 12 }, { "arrival": { "time": "1767722351", "uncertainty": 120 }, "departure": { "time": "1767722371", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 13 }, { "arrival": { "time": "1767722469", "uncertainty": 120 }, "departure": { "time": "1767722491", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 14 }, { "arrival": { "time": "1767722581", "uncertainty": 120 }, "departure": { "time": "1767722611", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 15 }, { "arrival": { "time": "1767722888", "uncertainty": 120 }, "departure": { "time": "1767722888", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 16 }, { "arrival": { "time": "1767722946", "uncertainty": 120 }, "departure": { "time": "1767722946", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 17 }, { "arrival": { "time": "1767723013", "uncertainty": 120 }, "departure": { "time": "1767723013", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 18 }, { "arrival": { "time": "1767723091", "uncertainty": 120 }, "departure": { "time": "1767723091", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 19 }, { "arrival": { "time": "1767723182", "uncertainty": 120 }, "departure": { "time": "1767723182", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 20 }, { "arrival": { "time": "1767723242", "uncertainty": 120 }, "departure": { "time": "1767723242", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 21 }, { "arrival": { "time": "1767723365", "uncertainty": 120 }, "departure": { "time": "1767723365", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 22 }, { "arrival": { "time": "1767723458", "uncertainty": 120 }, "departure": { "time": "1767723458", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 23 }, { "arrival": { "time": "1767723552", "uncertainty": 120 }, "departure": { "time": "1767723552", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 24 }, { "arrival": { "time": "1767723631", "uncertainty": 120 }, "departure": { "time": "1767723631", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 25 }, { "arrival": { "time": "1767723663", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 26 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621843" }, "vehicle": { "id": "1752", "label": "1752" } } }, { "id": "1616012", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722101", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1767722238", "uncertainty": 120 }, "departure": { "time": "1767722238", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1767722275", "uncertainty": 120 }, "departure": { "time": "1767722281", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1767722365", "uncertainty": 120 }, "departure": { "time": "1767722371", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1767722447", "uncertainty": 120 }, "departure": { "time": "1767722461", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1767722538", "uncertainty": 120 }, "departure": { "time": "1767722551", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1767722581", "uncertainty": 120 }, "departure": { "time": "1767722581", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1767722636", "uncertainty": 120 }, "departure": { "time": "1767722641", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1767722730", "uncertainty": 120 }, "departure": { "time": "1767722730", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1767722830", "uncertainty": 120 }, "departure": { "time": "1767722830", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1767722899", "uncertainty": 120 }, "departure": { "time": "1767722899", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1767722977", "uncertainty": 120 }, "departure": { "time": "1767722977", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1767723053", "uncertainty": 120 }, "departure": { "time": "1767723053", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1767723142", "uncertainty": 120 }, "departure": { "time": "1767723142", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1767723224", "uncertainty": 120 }, "departure": { "time": "1767723224", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1767723277", "uncertainty": 120 }, "departure": { "time": "1767723277", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1767723364", "uncertainty": 120 }, "departure": { "time": "1767723364", "uncertainty": 120 }, "stopId": "0:GARGE", "stopSequence": 17 }, { "arrival": { "time": "1767723438", "uncertainty": 120 }, "departure": { "time": "1767723438", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1767723582", "uncertainty": 120 }, "departure": { "time": "1767723582", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 19 }, { "arrival": { "time": "1767723732", "uncertainty": 120 }, "departure": { "time": "1767723732", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1767723845", "uncertainty": 120 }, "departure": { "time": "1767723845", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1767723891", "uncertainty": 120 }, "departure": { "time": "1767723891", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1767723965", "uncertainty": 120 }, "departure": { "time": "1767723965", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1767724125", "uncertainty": 120 }, "departure": { "time": "1767724125", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1767724222", "uncertainty": 120 }, "departure": { "time": "1767724222", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1767724354", "uncertainty": 120 }, "departure": { "time": "1767724354", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1767724423", "uncertainty": 120 }, "departure": { "time": "1767724423", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1767724485", "uncertainty": 120 }, "departure": { "time": "1767724485", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1767724579", "uncertainty": 120 }, "departure": { "time": "1767724579", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1767724608", "uncertainty": 120 }, "departure": { "time": "1767724608", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1767724676", "uncertainty": 120 }, "departure": { "time": "1767724676", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1767724746", "uncertainty": 120 }, "departure": { "time": "1767724746", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1767724785", "uncertainty": 120 }, "departure": { "time": "1767724785", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1767724865", "uncertainty": 120 }, "departure": { "time": "1767724865", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1767724921", "uncertainty": 120 }, "departure": { "time": "1767724921", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1767725004", "uncertainty": 120 }, "departure": { "time": "1767725004", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1767725095", "uncertainty": 120 }, "departure": { "time": "1767725095", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1767725190", "uncertainty": 120 }, "departure": { "time": "1767725190", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1767725325", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616012" }, "vehicle": { "id": "2051", "label": "2051" } } }, { "id": "1621842", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720540", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 }, { "arrival": { "time": "1767720617", "uncertainty": 120 }, "departure": { "time": "1767720631", "uncertainty": 120 }, "stopId": "0:COL02", "stopSequence": 2 }, { "arrival": { "time": "1767720697", "uncertainty": 120 }, "departure": { "time": "1767720697", "uncertainty": 120 }, "stopId": "0:CLO02", "stopSequence": 3 }, { "arrival": { "time": "1767720781", "uncertainty": 120 }, "departure": { "time": "1767720781", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 4 }, { "arrival": { "time": "1767720848", "uncertainty": 120 }, "departure": { "time": "1767720848", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 5 }, { "arrival": { "time": "1767720931", "uncertainty": 120 }, "departure": { "time": "1767720931", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 6 }, { "arrival": { "time": "1767721021", "uncertainty": 120 }, "departure": { "time": "1767721021", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 7 }, { "arrival": { "time": "1767721111", "uncertainty": 120 }, "departure": { "time": "1767721111", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 8 }, { "arrival": { "time": "1767721201", "uncertainty": 120 }, "departure": { "time": "1767721201", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 9 }, { "arrival": { "time": "1767721260", "uncertainty": 120 }, "departure": { "time": "1767721260", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 10 }, { "arrival": { "time": "1767721349", "uncertainty": 120 }, "departure": { "time": "1767721351", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 11 }, { "arrival": { "time": "1767721434", "uncertainty": 120 }, "departure": { "time": "1767721441", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 12 }, { "arrival": { "time": "1767721519", "uncertainty": 120 }, "departure": { "time": "1767721531", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 13 }, { "arrival": { "time": "1767721643", "uncertainty": 120 }, "departure": { "time": "1767721651", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 14 }, { "arrival": { "time": "1767721740", "uncertainty": 120 }, "departure": { "time": "1767721771", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 15 }, { "arrival": { "time": "1767722011", "uncertainty": 120 }, "departure": { "time": "1767722011", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 16 }, { "arrival": { "time": "1767722071", "uncertainty": 120 }, "departure": { "time": "1767722101", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 17 }, { "arrival": { "time": "1767722161", "uncertainty": 120 }, "departure": { "time": "1767722191", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 18 }, { "arrival": { "time": "1767722250", "uncertainty": 120 }, "departure": { "time": "1767722251", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 19 }, { "arrival": { "time": "1767722341", "uncertainty": 120 }, "departure": { "time": "1767722341", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 20 }, { "arrival": { "time": "1767722401", "uncertainty": 120 }, "departure": { "time": "1767722401", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 21 }, { "arrival": { "time": "1767722521", "uncertainty": 120 }, "departure": { "time": "1767722521", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 22 }, { "arrival": { "time": "1767722611", "uncertainty": 120 }, "departure": { "time": "1767722611", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 23 }, { "arrival": { "time": "1767722730", "uncertainty": 120 }, "departure": { "time": "1767722730", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 24 }, { "arrival": { "time": "1767722808", "uncertainty": 120 }, "departure": { "time": "1767722808", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 25 }, { "arrival": { "time": "1767722839", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 26 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621842" }, "vehicle": { "id": "1316", "label": "1316" } } }, { "id": "1616011", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720600", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1767720720", "uncertainty": 120 }, "departure": { "time": "1767720720", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1767720750", "uncertainty": 120 }, "departure": { "time": "1767720750", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1767720836", "uncertainty": 120 }, "departure": { "time": "1767720870", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1767720930", "uncertainty": 120 }, "departure": { "time": "1767720930", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1767720990", "uncertainty": 120 }, "departure": { "time": "1767720990", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1767721043", "uncertainty": 120 }, "departure": { "time": "1767721043", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1767721080", "uncertainty": 120 }, "departure": { "time": "1767721080", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1767721177", "uncertainty": 120 }, "departure": { "time": "1767721177", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1767721290", "uncertainty": 120 }, "departure": { "time": "1767721290", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1767721350", "uncertainty": 120 }, "departure": { "time": "1767721350", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1767721430", "uncertainty": 120 }, "departure": { "time": "1767721504", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1767721504", "uncertainty": 120 }, "departure": { "time": "1767721504", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1767721590", "uncertainty": 120 }, "departure": { "time": "1767721590", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1767721665", "uncertainty": 120 }, "departure": { "time": "1767721680", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1767721723", "uncertainty": 120 }, "departure": { "time": "1767721723", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1767721798", "uncertainty": 120 }, "departure": { "time": "1767721890", "uncertainty": 120 }, "stopId": "0:GARGE", "stopSequence": 17 }, { "arrival": { "time": "1767721962", "uncertainty": 120 }, "departure": { "time": "1767721980", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1767722122", "uncertainty": 120 }, "departure": { "time": "1767722310", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 19 }, { "arrival": { "time": "1767722460", "uncertainty": 120 }, "departure": { "time": "1767722460", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1767722568", "uncertainty": 120 }, "departure": { "time": "1767722580", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1767722623", "uncertainty": 120 }, "departure": { "time": "1767722640", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1767722700", "uncertainty": 120 }, "departure": { "time": "1767722700", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1767722840", "uncertainty": 120 }, "departure": { "time": "1767722840", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1767722942", "uncertainty": 120 }, "departure": { "time": "1767722942", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1767723097", "uncertainty": 120 }, "departure": { "time": "1767723097", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1767723150", "uncertainty": 120 }, "departure": { "time": "1767723150", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1767723235", "uncertainty": 120 }, "departure": { "time": "1767723235", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1767723365", "uncertainty": 120 }, "departure": { "time": "1767723365", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1767723388", "uncertainty": 120 }, "departure": { "time": "1767723388", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1767723440", "uncertainty": 120 }, "departure": { "time": "1767723440", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1767723534", "uncertainty": 120 }, "departure": { "time": "1767723534", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1767723579", "uncertainty": 120 }, "departure": { "time": "1767723579", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1767723623", "uncertainty": 120 }, "departure": { "time": "1767723623", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1767723679", "uncertainty": 120 }, "departure": { "time": "1767723679", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1767723762", "uncertainty": 120 }, "departure": { "time": "1767723762", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1767723853", "uncertainty": 120 }, "departure": { "time": "1767723853", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1767723948", "uncertainty": 120 }, "departure": { "time": "1767723948", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1767724083", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616011" }, "vehicle": { "id": "2055", "label": "2055" } } }, { "id": "1616010", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720000", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1767720140", "uncertainty": 120 }, "departure": { "time": "1767720140", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1767720178", "uncertainty": 120 }, "departure": { "time": "1767720210", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1767720278", "uncertainty": 120 }, "departure": { "time": "1767720278", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1767720351", "uncertainty": 120 }, "departure": { "time": "1767720351", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1767720415", "uncertainty": 120 }, "departure": { "time": "1767720420", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1767720450", "uncertainty": 120 }, "departure": { "time": "1767720450", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1767720498", "uncertainty": 120 }, "departure": { "time": "1767720498", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1767720548", "uncertainty": 120 }, "departure": { "time": "1767720548", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1767720660", "uncertainty": 120 }, "departure": { "time": "1767720660", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1767720730", "uncertainty": 120 }, "departure": { "time": "1767720780", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1767720850", "uncertainty": 120 }, "departure": { "time": "1767720870", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1767720930", "uncertainty": 120 }, "departure": { "time": "1767720930", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1767721016", "uncertainty": 120 }, "departure": { "time": "1767721016", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1767721080", "uncertainty": 120 }, "departure": { "time": "1767721170", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1767721260", "uncertainty": 120 }, "departure": { "time": "1767721260", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1767721377", "uncertainty": 120 }, "departure": { "time": "1767721410", "uncertainty": 120 }, "stopId": "0:GARGE", "stopSequence": 17 }, { "arrival": { "time": "1767721470", "uncertainty": 120 }, "departure": { "time": "1767721470", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1767721612", "uncertainty": 120 }, "departure": { "time": "1767721650", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 19 }, { "arrival": { "time": "1767721794", "uncertainty": 120 }, "departure": { "time": "1767721794", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1767721910", "uncertainty": 120 }, "departure": { "time": "1767721920", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1767721976", "uncertainty": 120 }, "departure": { "time": "1767721980", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1767722040", "uncertainty": 120 }, "departure": { "time": "1767722040", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1767722181", "uncertainty": 120 }, "departure": { "time": "1767722190", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1767722293", "uncertainty": 120 }, "departure": { "time": "1767722310", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1767722467", "uncertainty": 120 }, "departure": { "time": "1767722467", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1767722518", "uncertainty": 120 }, "departure": { "time": "1767722518", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1767722606", "uncertainty": 120 }, "departure": { "time": "1767722610", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1767722714", "uncertainty": 120 }, "departure": { "time": "1767722714", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1767722737", "uncertainty": 120 }, "departure": { "time": "1767722737", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1767722789", "uncertainty": 120 }, "departure": { "time": "1767722789", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1767722883", "uncertainty": 120 }, "departure": { "time": "1767722883", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1767722928", "uncertainty": 120 }, "departure": { "time": "1767722928", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1767722972", "uncertainty": 120 }, "departure": { "time": "1767722972", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1767723006", "uncertainty": 120 }, "departure": { "time": "1767723006", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1767723086", "uncertainty": 120 }, "departure": { "time": "1767723086", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1767723153", "uncertainty": 120 }, "departure": { "time": "1767723153", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1767723285", "uncertainty": 120 }, "departure": { "time": "1767723285", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1767723342", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616010" }, "vehicle": { "id": "2143", "label": "2143" } } }, { "id": "1616009", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767719492", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1767719688", "uncertainty": 120 }, "departure": { "time": "1767719688", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1767719722", "uncertainty": 120 }, "departure": { "time": "1767719732", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1767719822", "uncertainty": 120 }, "departure": { "time": "1767719822", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1767719882", "uncertainty": 120 }, "departure": { "time": "1767719882", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1767719969", "uncertainty": 120 }, "departure": { "time": "1767719972", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1767720002", "uncertainty": 120 }, "departure": { "time": "1767720002", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1767720059", "uncertainty": 120 }, "departure": { "time": "1767720059", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1767720152", "uncertainty": 120 }, "departure": { "time": "1767720152", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1767720236", "uncertainty": 120 }, "departure": { "time": "1767720242", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1767720313", "uncertainty": 120 }, "departure": { "time": "1767720313", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1767720373", "uncertainty": 120 }, "departure": { "time": "1767720373", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1767720431", "uncertainty": 120 }, "departure": { "time": "1767720431", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1767720489", "uncertainty": 120 }, "departure": { "time": "1767720489", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1767720595", "uncertainty": 120 }, "departure": { "time": "1767720602", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1767720689", "uncertainty": 120 }, "departure": { "time": "1767720689", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1767720802", "uncertainty": 120 }, "departure": { "time": "1767720840", "uncertainty": 120 }, "stopId": "0:GARGE", "stopSequence": 17 }, { "arrival": { "time": "1767720924", "uncertainty": 120 }, "departure": { "time": "1767720932", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1767721111", "uncertainty": 120 }, "departure": { "time": "1767721172", "uncertainty": 120 }, "stopId": "0:REPBW", "stopSequence": 19 }, { "arrival": { "time": "1767721286", "uncertainty": 120 }, "departure": { "time": "1767721292", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1767721436", "uncertainty": 120 }, "departure": { "time": "1767721442", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1767721502", "uncertainty": 120 }, "departure": { "time": "1767721502", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1767721580", "uncertainty": 120 }, "departure": { "time": "1767721592", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1767721794", "uncertainty": 120 }, "departure": { "time": "1767721832", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1767721892", "uncertainty": 120 }, "departure": { "time": "1767721892", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1767721995", "uncertainty": 120 }, "departure": { "time": "1767722012", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1767722097", "uncertainty": 120 }, "departure": { "time": "1767722102", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1767722157", "uncertainty": 120 }, "departure": { "time": "1767722162", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1767722296", "uncertainty": 120 }, "departure": { "time": "1767722296", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1767722318", "uncertainty": 120 }, "departure": { "time": "1767722318", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1767722368", "uncertainty": 120 }, "departure": { "time": "1767722372", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1767722469", "uncertainty": 120 }, "departure": { "time": "1767722492", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1767722538", "uncertainty": 120 }, "departure": { "time": "1767722538", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1767722578", "uncertainty": 120 }, "departure": { "time": "1767722578", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1767722625", "uncertainty": 120 }, "departure": { "time": "1767722642", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1767722722", "uncertainty": 120 }, "departure": { "time": "1767722722", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1767722789", "uncertainty": 120 }, "departure": { "time": "1767722789", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1767722923", "uncertainty": 120 }, "departure": { "time": "1767722923", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1767722979", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_21616009" }, "vehicle": { "id": "2053", "label": "2053" } } }, { "id": "1621793", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725820", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621793" } } }, { "id": "1621792", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724020", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621792" } } }, { "id": "1625932", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724500", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "106", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625932" } } }, { "id": "1625931", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722412", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 1 }, { "arrival": { "time": "1767722532", "uncertainty": 120 }, "departure": { "time": "1767722532", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 2 }, { "arrival": { "time": "1767722626", "uncertainty": 120 }, "departure": { "time": "1767722626", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 3 }, { "arrival": { "time": "1767722652", "uncertainty": 120 }, "departure": { "time": "1767722652", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 4 }, { "arrival": { "time": "1767722682", "uncertainty": 120 }, "departure": { "time": "1767722682", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 5 }, { "arrival": { "time": "1767722738", "uncertainty": 120 }, "departure": { "time": "1767722738", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 6 }, { "arrival": { "time": "1767722782", "uncertainty": 120 }, "departure": { "time": "1767722782", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 7 }, { "arrival": { "time": "1767722851", "uncertainty": 120 }, "departure": { "time": "1767722851", "uncertainty": 120 }, "stopId": "0:SANSONN2", "stopSequence": 8 }, { "arrival": { "time": "1767722955", "uncertainty": 120 }, "departure": { "time": "1767722955", "uncertainty": 120 }, "stopId": "0:FRIERES2", "stopSequence": 9 }, { "arrival": { "time": "1767723034", "uncertainty": 120 }, "departure": { "time": "1767723034", "uncertainty": 120 }, "stopId": "0:CARREFO2", "stopSequence": 10 }, { "arrival": { "time": "1767723097", "uncertainty": 120 }, "departure": { "time": "1767723097", "uncertainty": 120 }, "stopId": "0:ATELMUN2", "stopSequence": 11 }, { "arrival": { "time": "1767723123", "uncertainty": 120 }, "departure": { "time": "1767723123", "uncertainty": 120 }, "stopId": "0:LORRYGR2", "stopSequence": 12 }, { "arrival": { "time": "1767723140", "uncertainty": 120 }, "departure": { "time": "1767723140", "uncertainty": 120 }, "stopId": "0:CHAPELL2", "stopSequence": 13 }, { "arrival": { "time": "1767723603", "uncertainty": 120 }, "departure": { "time": "1767723603", "uncertainty": 120 }, "stopId": "0:PLAQUET2", "stopSequence": 14 }, { "arrival": { "time": "1767723651", "uncertainty": 120 }, "departure": { "time": "1767723651", "uncertainty": 120 }, "stopId": "0:GRDRUE2", "stopSequence": 15 }, { "arrival": { "time": "1767723738", "uncertainty": 120 }, "departure": { "time": "1767723738", "uncertainty": 120 }, "stopId": "0:AMANVMA2", "stopSequence": 16 }, { "arrival": { "time": "1767723831", "uncertainty": 120 }, "departure": { "time": "1767723831", "uncertainty": 120 }, "stopId": "0:JUSTICE1", "stopSequence": 17 }, { "arrival": { "time": "1767723902", "uncertainty": 120 }, "stopId": "0:BILAIN1", "stopSequence": 18 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "106", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625931" }, "vehicle": { "id": "2132", "label": "2132" } } }, { "id": "1625909", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724200", "uncertainty": 120 }, "stopId": "0:BILAIN1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "106", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625909" } } }, { "id": "1625908", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767722306", "uncertainty": 120 }, "departure": { "time": "1767722306", "uncertainty": 120 }, "stopId": "0:AMANVMA1", "stopSequence": 3 }, { "arrival": { "time": "1767722366", "uncertainty": 120 }, "departure": { "time": "1767722366", "uncertainty": 120 }, "stopId": "0:GRDRUE1", "stopSequence": 4 }, { "arrival": { "time": "1767722403", "uncertainty": 120 }, "departure": { "time": "1767722403", "uncertainty": 120 }, "stopId": "0:PLAQUET1", "stopSequence": 5 }, { "arrival": { "time": "1767722786", "uncertainty": 120 }, "departure": { "time": "1767722786", "uncertainty": 120 }, "stopId": "0:CHAPELL1", "stopSequence": 6 }, { "arrival": { "time": "1767722798", "uncertainty": 120 }, "departure": { "time": "1767722798", "uncertainty": 120 }, "stopId": "0:LORRYGR1", "stopSequence": 7 }, { "arrival": { "time": "1767722830", "uncertainty": 120 }, "departure": { "time": "1767722830", "uncertainty": 120 }, "stopId": "0:ATELMUN1", "stopSequence": 8 }, { "arrival": { "time": "1767722883", "uncertainty": 120 }, "departure": { "time": "1767722883", "uncertainty": 120 }, "stopId": "0:CARREFO1", "stopSequence": 9 }, { "arrival": { "time": "1767722963", "uncertainty": 120 }, "departure": { "time": "1767722963", "uncertainty": 120 }, "stopId": "0:FRIERES1", "stopSequence": 10 }, { "arrival": { "time": "1767723073", "uncertainty": 120 }, "departure": { "time": "1767723073", "uncertainty": 120 }, "stopId": "0:SANSONN1", "stopSequence": 11 }, { "arrival": { "time": "1767723098", "uncertainty": 120 }, "departure": { "time": "1767723098", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 12 }, { "arrival": { "time": "1767723148", "uncertainty": 120 }, "departure": { "time": "1767723148", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 13 }, { "arrival": { "time": "1767723204", "uncertainty": 120 }, "departure": { "time": "1767723204", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 14 }, { "arrival": { "time": "1767723226", "uncertainty": 120 }, "departure": { "time": "1767723226", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 15 }, { "arrival": { "time": "1767723261", "uncertainty": 120 }, "departure": { "time": "1767723261", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 16 }, { "arrival": { "time": "1767723367", "uncertainty": 120 }, "departure": { "time": "1767723367", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 17 }, { "arrival": { "time": "1767723411", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 18 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "106", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625908" }, "vehicle": { "id": "1636", "label": "1636" } } }, { "id": "1617621", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724500" }, "stopId": "0:MNVE1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617621" } } }, { "id": "1617620", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722656", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 }, { "arrival": { "time": "1767722894", "uncertainty": 120 }, "departure": { "time": "1767722894", "uncertainty": 120 }, "stopId": "0:HAIEBRU1", "stopSequence": 2 }, { "arrival": { "time": "1767722911", "uncertainty": 120 }, "departure": { "time": "1767722911", "uncertainty": 120 }, "stopId": "0:SERRET1", "stopSequence": 3 }, { "arrival": { "time": "1767722957", "uncertainty": 120 }, "departure": { "time": "1767722957", "uncertainty": 120 }, "stopId": "0:STJEAN01", "stopSequence": 4 }, { "arrival": { "time": "1767723055", "uncertainty": 120 }, "departure": { "time": "1767723055", "uncertainty": 120 }, "stopId": "0:MOULI281", "stopSequence": 5 }, { "arrival": { "time": "1767723107", "uncertainty": 120 }, "departure": { "time": "1767723107", "uncertainty": 120 }, "stopId": "0:LIBERTE1", "stopSequence": 6 }, { "arrival": { "time": "1767723158", "uncertainty": 120 }, "departure": { "time": "1767723158", "uncertainty": 120 }, "stopId": "0:SCYBAS1", "stopSequence": 7 }, { "arrival": { "time": "1767723185", "uncertainty": 120 }, "departure": { "time": "1767723185", "uncertainty": 120 }, "stopId": "0:PRILLE1", "stopSequence": 8 }, { "arrival": { "time": "1767723223", "uncertainty": 120 }, "departure": { "time": "1767723223", "uncertainty": 120 }, "stopId": "0:LECLERC1", "stopSequence": 9 }, { "arrival": { "time": "1767723269", "uncertainty": 120 }, "departure": { "time": "1767723269", "uncertainty": 120 }, "stopId": "0:LONGEVI1", "stopSequence": 10 }, { "arrival": { "time": "1767723319", "uncertainty": 120 }, "departure": { "time": "1767723319", "uncertainty": 120 }, "stopId": "0:MIGETTE1", "stopSequence": 11 }, { "arrival": { "time": "1767723365", "uncertainty": 120 }, "departure": { "time": "1767723365", "uncertainty": 120 }, "stopId": "0:CASINO1", "stopSequence": 12 }, { "arrival": { "time": "1767723394", "uncertainty": 120 }, "departure": { "time": "1767723394", "uncertainty": 120 }, "stopId": "0:PONTVER1", "stopSequence": 13 }, { "arrival": { "time": "1767723455", "uncertainty": 120 }, "departure": { "time": "1767723455", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 14 }, { "arrival": { "time": "1767723500", "uncertainty": 120 }, "departure": { "time": "1767723500", "uncertainty": 120 }, "stopId": "0:SMARTIN1", "stopSequence": 15 }, { "arrival": { "time": "1767723595", "uncertainty": 120 }, "departure": { "time": "1767723595", "uncertainty": 120 }, "stopId": "0:TIGNO290", "stopSequence": 16 }, { "arrival": { "time": "1767723675", "uncertainty": 120 }, "departure": { "time": "1767723675", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 17 }, { "arrival": { "time": "1767723749", "uncertainty": 120 }, "departure": { "time": "1767723749", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 18 }, { "arrival": { "time": "1767723966", "uncertainty": 120 }, "departure": { "time": "1767723966", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 19 }, { "arrival": { "time": "1767724095", "uncertainty": 120 }, "departure": { "time": "1767724095", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 20 }, { "arrival": { "time": "1767724184", "uncertainty": 120 }, "departure": { "time": "1767724184", "uncertainty": 120 }, "stopId": "0:GARGS", "stopSequence": 21 }, { "arrival": { "time": "1767724305", "uncertainty": 120 }, "departure": { "time": "1767724305", "uncertainty": 120 }, "stopId": "0:POMS", "stopSequence": 22 }, { "arrival": { "time": "1767724378", "uncertainty": 120 }, "departure": { "time": "1767724378", "uncertainty": 120 }, "stopId": "0:DEMBOUR2", "stopSequence": 23 }, { "arrival": { "time": "1767724435", "uncertainty": 120 }, "departure": { "time": "1767724435", "uncertainty": 120 }, "stopId": "0:LEMUD04", "stopSequence": 24 }, { "arrival": { "time": "1767724475", "uncertainty": 120 }, "departure": { "time": "1767724475", "uncertainty": 120 }, "stopId": "0:PIERNE02", "stopSequence": 25 }, { "arrival": { "time": "1767724549", "uncertainty": 120 }, "departure": { "time": "1767724549", "uncertainty": 120 }, "stopId": "0:LOTHAIR2", "stopSequence": 26 }, { "arrival": { "time": "1767724603", "uncertainty": 120 }, "departure": { "time": "1767724603", "uncertainty": 120 }, "stopId": "0:POLY02", "stopSequence": 27 }, { "arrival": { "time": "1767724649", "uncertainty": 120 }, "departure": { "time": "1767724649", "uncertainty": 120 }, "stopId": "0:VANDERN2", "stopSequence": 28 }, { "arrival": { "time": "1767724724", "uncertainty": 120 }, "departure": { "time": "1767724724", "uncertainty": 120 }, "stopId": "0:BOUCHOT2", "stopSequence": 29 }, { "arrival": { "time": "1767724741", "uncertainty": 120 }, "departure": { "time": "1767724741", "uncertainty": 120 }, "stopId": "0:FRECOT2", "stopSequence": 30 }, { "arrival": { "time": "1767724832", "uncertainty": 120 }, "departure": { "time": "1767724832", "uncertainty": 120 }, "stopId": "0:FAUBOUP2", "stopSequence": 31 }, { "arrival": { "time": "1767724932", "uncertainty": 120 }, "departure": { "time": "1767724932", "uncertainty": 120 }, "stopId": "0:STROCH2", "stopSequence": 32 }, { "arrival": { "time": "1767724967", "uncertainty": 120 }, "departure": { "time": "1767724967", "uncertainty": 120 }, "stopId": "0:PTICLOU2", "stopSequence": 33 }, { "arrival": { "time": "1767725008", "uncertainty": 120 }, "departure": { "time": "1767725008", "uncertainty": 120 }, "stopId": "0:ACACIAS2", "stopSequence": 34 }, { "arrival": { "time": "1767725076", "uncertainty": 120 }, "departure": { "time": "1767725076", "uncertainty": 120 }, "stopId": "0:ROSEAUX2", "stopSequence": 35 }, { "arrival": { "time": "1767725129", "uncertainty": 120 }, "departure": { "time": "1767725129", "uncertainty": 120 }, "stopId": "0:VALERIA2", "stopSequence": 36 }, { "arrival": { "time": "1767725199", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 37 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617620" }, "vehicle": { "id": "953", "label": "953" } } }, { "id": "1617619", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722161", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 }, { "arrival": { "time": "1767722236", "uncertainty": 120 }, "departure": { "time": "1767722236", "uncertainty": 120 }, "stopId": "0:HAIEBRU1", "stopSequence": 2 }, { "arrival": { "time": "1767722251", "uncertainty": 120 }, "departure": { "time": "1767722251", "uncertainty": 120 }, "stopId": "0:SERRET1", "stopSequence": 3 }, { "arrival": { "time": "1767722292", "uncertainty": 120 }, "departure": { "time": "1767722292", "uncertainty": 120 }, "stopId": "0:STJEAN01", "stopSequence": 4 }, { "arrival": { "time": "1767722389", "uncertainty": 120 }, "departure": { "time": "1767722389", "uncertainty": 120 }, "stopId": "0:MOULI281", "stopSequence": 5 }, { "arrival": { "time": "1767722441", "uncertainty": 120 }, "departure": { "time": "1767722441", "uncertainty": 120 }, "stopId": "0:LIBERTE1", "stopSequence": 6 }, { "arrival": { "time": "1767722491", "uncertainty": 120 }, "departure": { "time": "1767722491", "uncertainty": 120 }, "stopId": "0:SCYBAS1", "stopSequence": 7 }, { "arrival": { "time": "1767722517", "uncertainty": 120 }, "departure": { "time": "1767722517", "uncertainty": 120 }, "stopId": "0:PRILLE1", "stopSequence": 8 }, { "arrival": { "time": "1767722554", "uncertainty": 120 }, "departure": { "time": "1767722581", "uncertainty": 120 }, "stopId": "0:LECLERC1", "stopSequence": 9 }, { "arrival": { "time": "1767722628", "uncertainty": 120 }, "departure": { "time": "1767722628", "uncertainty": 120 }, "stopId": "0:LONGEVI1", "stopSequence": 10 }, { "arrival": { "time": "1767722680", "uncertainty": 120 }, "departure": { "time": "1767722680", "uncertainty": 120 }, "stopId": "0:MIGETTE1", "stopSequence": 11 }, { "arrival": { "time": "1767722726", "uncertainty": 120 }, "departure": { "time": "1767722726", "uncertainty": 120 }, "stopId": "0:CASINO1", "stopSequence": 12 }, { "arrival": { "time": "1767722756", "uncertainty": 120 }, "departure": { "time": "1767722756", "uncertainty": 120 }, "stopId": "0:PONTVER1", "stopSequence": 13 }, { "arrival": { "time": "1767722818", "uncertainty": 120 }, "departure": { "time": "1767722818", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 14 }, { "arrival": { "time": "1767722864", "uncertainty": 120 }, "departure": { "time": "1767722864", "uncertainty": 120 }, "stopId": "0:SMARTIN1", "stopSequence": 15 }, { "arrival": { "time": "1767722958", "uncertainty": 120 }, "departure": { "time": "1767722958", "uncertainty": 120 }, "stopId": "0:TIGNO290", "stopSequence": 16 }, { "arrival": { "time": "1767723038", "uncertainty": 120 }, "departure": { "time": "1767723038", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 17 }, { "arrival": { "time": "1767723111", "uncertainty": 120 }, "departure": { "time": "1767723111", "uncertainty": 120 }, "stopId": "0:LUXE", "stopSequence": 18 }, { "arrival": { "time": "1767723323", "uncertainty": 120 }, "departure": { "time": "1767723323", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 19 }, { "arrival": { "time": "1767723446", "uncertainty": 120 }, "departure": { "time": "1767723446", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 20 }, { "arrival": { "time": "1767723536", "uncertainty": 120 }, "departure": { "time": "1767723536", "uncertainty": 120 }, "stopId": "0:GARGS", "stopSequence": 21 }, { "arrival": { "time": "1767723647", "uncertainty": 120 }, "departure": { "time": "1767723647", "uncertainty": 120 }, "stopId": "0:POMS", "stopSequence": 22 }, { "arrival": { "time": "1767723742", "uncertainty": 120 }, "departure": { "time": "1767723742", "uncertainty": 120 }, "stopId": "0:DEMBOUR2", "stopSequence": 23 }, { "arrival": { "time": "1767723798", "uncertainty": 120 }, "departure": { "time": "1767723798", "uncertainty": 120 }, "stopId": "0:LEMUD04", "stopSequence": 24 }, { "arrival": { "time": "1767723829", "uncertainty": 120 }, "departure": { "time": "1767723829", "uncertainty": 120 }, "stopId": "0:PIERNE02", "stopSequence": 25 }, { "arrival": { "time": "1767723905", "uncertainty": 120 }, "departure": { "time": "1767723905", "uncertainty": 120 }, "stopId": "0:LOTHAIR2", "stopSequence": 26 }, { "arrival": { "time": "1767723940", "uncertainty": 120 }, "departure": { "time": "1767723940", "uncertainty": 120 }, "stopId": "0:POLY02", "stopSequence": 27 }, { "arrival": { "time": "1767723997", "uncertainty": 120 }, "departure": { "time": "1767723997", "uncertainty": 120 }, "stopId": "0:VANDERN2", "stopSequence": 28 }, { "arrival": { "time": "1767724044", "uncertainty": 120 }, "departure": { "time": "1767724044", "uncertainty": 120 }, "stopId": "0:BOUCHOT2", "stopSequence": 29 }, { "arrival": { "time": "1767724087", "uncertainty": 120 }, "departure": { "time": "1767724087", "uncertainty": 120 }, "stopId": "0:FRECOT2", "stopSequence": 30 }, { "arrival": { "time": "1767724198", "uncertainty": 120 }, "departure": { "time": "1767724198", "uncertainty": 120 }, "stopId": "0:FAUBOUP2", "stopSequence": 31 }, { "arrival": { "time": "1767724313", "uncertainty": 120 }, "departure": { "time": "1767724313", "uncertainty": 120 }, "stopId": "0:STROCH2", "stopSequence": 32 }, { "arrival": { "time": "1767724363", "uncertainty": 120 }, "departure": { "time": "1767724363", "uncertainty": 120 }, "stopId": "0:PTICLOU2", "stopSequence": 33 }, { "arrival": { "time": "1767724422", "uncertainty": 120 }, "departure": { "time": "1767724422", "uncertainty": 120 }, "stopId": "0:ACACIAS2", "stopSequence": 34 }, { "arrival": { "time": "1767724490", "uncertainty": 120 }, "departure": { "time": "1767724490", "uncertainty": 120 }, "stopId": "0:ROSEAUX2", "stopSequence": 35 }, { "arrival": { "time": "1767724543", "uncertainty": 120 }, "departure": { "time": "1767724543", "uncertainty": 120 }, "stopId": "0:VALERIA2", "stopSequence": 36 }, { "arrival": { "time": "1767724613", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 37 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617619" }, "vehicle": { "id": "855", "label": "855" } } }, { "id": "1617618", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767722410", "uncertainty": 120 }, "departure": { "time": "1767722427", "uncertainty": 120 }, "stopId": "0:REPPW", "stopSequence": 19 }, { "arrival": { "time": "1767722547", "uncertainty": 120 }, "departure": { "time": "1767722607", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 20 }, { "arrival": { "time": "1767722712", "uncertainty": 120 }, "departure": { "time": "1767722712", "uncertainty": 120 }, "stopId": "0:GARGS", "stopSequence": 21 }, { "arrival": { "time": "1767722820", "uncertainty": 120 }, "departure": { "time": "1767722820", "uncertainty": 120 }, "stopId": "0:POMS", "stopSequence": 22 }, { "arrival": { "time": "1767722919", "uncertainty": 120 }, "departure": { "time": "1767722919", "uncertainty": 120 }, "stopId": "0:DEMBOUR2", "stopSequence": 23 }, { "arrival": { "time": "1767722975", "uncertainty": 120 }, "departure": { "time": "1767722975", "uncertainty": 120 }, "stopId": "0:LEMUD04", "stopSequence": 24 }, { "arrival": { "time": "1767723005", "uncertainty": 120 }, "departure": { "time": "1767723005", "uncertainty": 120 }, "stopId": "0:PIERNE02", "stopSequence": 25 }, { "arrival": { "time": "1767723081", "uncertainty": 120 }, "departure": { "time": "1767723081", "uncertainty": 120 }, "stopId": "0:LOTHAIR2", "stopSequence": 26 }, { "arrival": { "time": "1767723113", "uncertainty": 120 }, "departure": { "time": "1767723113", "uncertainty": 120 }, "stopId": "0:POLY02", "stopSequence": 27 }, { "arrival": { "time": "1767723172", "uncertainty": 120 }, "departure": { "time": "1767723172", "uncertainty": 120 }, "stopId": "0:VANDERN2", "stopSequence": 28 }, { "arrival": { "time": "1767723216", "uncertainty": 120 }, "departure": { "time": "1767723216", "uncertainty": 120 }, "stopId": "0:BOUCHOT2", "stopSequence": 29 }, { "arrival": { "time": "1767723261", "uncertainty": 120 }, "departure": { "time": "1767723261", "uncertainty": 120 }, "stopId": "0:FRECOT2", "stopSequence": 30 }, { "arrival": { "time": "1767723370", "uncertainty": 120 }, "departure": { "time": "1767723370", "uncertainty": 120 }, "stopId": "0:FAUBOUP2", "stopSequence": 31 }, { "arrival": { "time": "1767723461", "uncertainty": 120 }, "departure": { "time": "1767723461", "uncertainty": 120 }, "stopId": "0:STROCH2", "stopSequence": 32 }, { "arrival": { "time": "1767723508", "uncertainty": 120 }, "departure": { "time": "1767723508", "uncertainty": 120 }, "stopId": "0:PTICLOU2", "stopSequence": 33 }, { "arrival": { "time": "1767723542", "uncertainty": 120 }, "departure": { "time": "1767723542", "uncertainty": 120 }, "stopId": "0:ACACIAS2", "stopSequence": 34 }, { "arrival": { "time": "1767723599", "uncertainty": 120 }, "departure": { "time": "1767723599", "uncertainty": 120 }, "stopId": "0:ROSEAUX2", "stopSequence": 35 }, { "arrival": { "time": "1767723649", "uncertainty": 120 }, "departure": { "time": "1767723649", "uncertainty": 120 }, "stopId": "0:VALERIA2", "stopSequence": 36 }, { "arrival": { "time": "1767723719", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 37 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_21617618" }, "vehicle": { "id": "2153", "label": "2153" } } }, { "id": "1625666", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724680" }, "stopId": "0:PELTRE2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "93", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625666" } } }, { "id": "1621791", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722656", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 1 }, { "arrival": { "time": "1767722978", "uncertainty": 120 }, "departure": { "time": "1767722978", "uncertainty": 120 }, "stopId": "0:SER02", "stopSequence": 2 }, { "arrival": { "time": "1767723041", "uncertainty": 120 }, "departure": { "time": "1767723041", "uncertainty": 120 }, "stopId": "0:FEI02", "stopSequence": 3 }, { "arrival": { "time": "1767723103", "uncertainty": 120 }, "departure": { "time": "1767723103", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 4 }, { "arrival": { "time": "1767723217", "uncertainty": 120 }, "departure": { "time": "1767723217", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 5 }, { "arrival": { "time": "1767723270", "uncertainty": 120 }, "departure": { "time": "1767723270", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 6 }, { "arrival": { "time": "1767723331", "uncertainty": 120 }, "departure": { "time": "1767723331", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 7 }, { "arrival": { "time": "1767723420", "uncertainty": 120 }, "departure": { "time": "1767723420", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 8 }, { "arrival": { "time": "1767723503", "uncertainty": 120 }, "departure": { "time": "1767723503", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 9 }, { "arrival": { "time": "1767723588", "uncertainty": 120 }, "departure": { "time": "1767723588", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 10 }, { "arrival": { "time": "1767723656", "uncertainty": 120 }, "departure": { "time": "1767723656", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 11 }, { "arrival": { "time": "1767723753", "uncertainty": 120 }, "departure": { "time": "1767723753", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 12 }, { "arrival": { "time": "1767723838", "uncertainty": 120 }, "departure": { "time": "1767723838", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 13 }, { "arrival": { "time": "1767723914", "uncertainty": 120 }, "departure": { "time": "1767723914", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 14 }, { "arrival": { "time": "1767724016", "uncertainty": 120 }, "departure": { "time": "1767724016", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 15 }, { "arrival": { "time": "1767724114", "uncertainty": 120 }, "departure": { "time": "1767724114", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 16 }, { "arrival": { "time": "1767724310", "uncertainty": 120 }, "departure": { "time": "1767724310", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 17 }, { "arrival": { "time": "1767724375", "uncertainty": 120 }, "departure": { "time": "1767724375", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 18 }, { "arrival": { "time": "1767724452", "uncertainty": 120 }, "departure": { "time": "1767724452", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 19 }, { "arrival": { "time": "1767724534", "uncertainty": 120 }, "departure": { "time": "1767724534", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 20 }, { "arrival": { "time": "1767724619", "uncertainty": 120 }, "departure": { "time": "1767724619", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 21 }, { "arrival": { "time": "1767724666", "uncertainty": 120 }, "departure": { "time": "1767724666", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 22 }, { "arrival": { "time": "1767724789", "uncertainty": 120 }, "departure": { "time": "1767724789", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 23 }, { "arrival": { "time": "1767724908", "uncertainty": 120 }, "departure": { "time": "1767724908", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 24 }, { "arrival": { "time": "1767725016", "uncertainty": 120 }, "departure": { "time": "1767725016", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 25 }, { "arrival": { "time": "1767725117", "uncertainty": 120 }, "departure": { "time": "1767725117", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 26 }, { "arrival": { "time": "1767725149", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 27 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621791" }, "vehicle": { "id": "1310", "label": "1310" } } }, { "id": "1621790", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721560", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 1 }, { "arrival": { "time": "1767721711", "uncertainty": 120 }, "departure": { "time": "1767721712", "uncertainty": 120 }, "stopId": "0:SER02", "stopSequence": 2 }, { "arrival": { "time": "1767721772", "uncertainty": 120 }, "departure": { "time": "1767721772", "uncertainty": 120 }, "stopId": "0:FEI02", "stopSequence": 3 }, { "arrival": { "time": "1767721832", "uncertainty": 120 }, "departure": { "time": "1767721832", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 4 }, { "arrival": { "time": "1767721940", "uncertainty": 120 }, "departure": { "time": "1767721952", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 5 }, { "arrival": { "time": "1767722002", "uncertainty": 120 }, "departure": { "time": "1767722012", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 6 }, { "arrival": { "time": "1767722072", "uncertainty": 120 }, "departure": { "time": "1767722072", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 7 }, { "arrival": { "time": "1767722154", "uncertainty": 120 }, "departure": { "time": "1767722162", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 8 }, { "arrival": { "time": "1767722231", "uncertainty": 120 }, "departure": { "time": "1767722252", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 9 }, { "arrival": { "time": "1767722329", "uncertainty": 120 }, "departure": { "time": "1767722342", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 10 }, { "arrival": { "time": "1767722392", "uncertainty": 120 }, "departure": { "time": "1767722402", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 11 }, { "arrival": { "time": "1767722496", "uncertainty": 120 }, "departure": { "time": "1767722496", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 12 }, { "arrival": { "time": "1767722582", "uncertainty": 120 }, "departure": { "time": "1767722582", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 13 }, { "arrival": { "time": "1767722666", "uncertainty": 120 }, "departure": { "time": "1767722666", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 14 }, { "arrival": { "time": "1767722765", "uncertainty": 120 }, "departure": { "time": "1767722765", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 15 }, { "arrival": { "time": "1767722858", "uncertainty": 120 }, "departure": { "time": "1767722858", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 16 }, { "arrival": { "time": "1767723117", "uncertainty": 120 }, "departure": { "time": "1767723117", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 17 }, { "arrival": { "time": "1767723175", "uncertainty": 120 }, "departure": { "time": "1767723175", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 18 }, { "arrival": { "time": "1767723242", "uncertainty": 120 }, "departure": { "time": "1767723242", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 19 }, { "arrival": { "time": "1767723320", "uncertainty": 120 }, "departure": { "time": "1767723320", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 20 }, { "arrival": { "time": "1767723411", "uncertainty": 120 }, "departure": { "time": "1767723411", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 21 }, { "arrival": { "time": "1767723470", "uncertainty": 120 }, "departure": { "time": "1767723470", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 22 }, { "arrival": { "time": "1767723593", "uncertainty": 120 }, "departure": { "time": "1767723593", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 23 }, { "arrival": { "time": "1767723686", "uncertainty": 120 }, "departure": { "time": "1767723686", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 24 }, { "arrival": { "time": "1767723783", "uncertainty": 120 }, "departure": { "time": "1767723783", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 25 }, { "arrival": { "time": "1767723867", "uncertainty": 120 }, "departure": { "time": "1767723867", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 26 }, { "arrival": { "time": "1767723899", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 27 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621790" }, "vehicle": { "id": "1322", "label": "1322" } } }, { "id": "1621789", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720801", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 1 }, { "arrival": { "time": "1767720951", "uncertainty": 120 }, "departure": { "time": "1767720951", "uncertainty": 120 }, "stopId": "0:SER02", "stopSequence": 2 }, { "arrival": { "time": "1767721031", "uncertainty": 120 }, "departure": { "time": "1767721031", "uncertainty": 120 }, "stopId": "0:FEI02", "stopSequence": 3 }, { "arrival": { "time": "1767721071", "uncertainty": 120 }, "departure": { "time": "1767721071", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 4 }, { "arrival": { "time": "1767721187", "uncertainty": 120 }, "departure": { "time": "1767721191", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 5 }, { "arrival": { "time": "1767721250", "uncertainty": 120 }, "departure": { "time": "1767721250", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 6 }, { "arrival": { "time": "1767721323", "uncertainty": 120 }, "departure": { "time": "1767721341", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 7 }, { "arrival": { "time": "1767721412", "uncertainty": 120 }, "departure": { "time": "1767721431", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 8 }, { "arrival": { "time": "1767721497", "uncertainty": 120 }, "departure": { "time": "1767721497", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 9 }, { "arrival": { "time": "1767721590", "uncertainty": 120 }, "departure": { "time": "1767721611", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 10 }, { "arrival": { "time": "1767721655", "uncertainty": 120 }, "departure": { "time": "1767721671", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 11 }, { "arrival": { "time": "1767721739", "uncertainty": 120 }, "departure": { "time": "1767721761", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 12 }, { "arrival": { "time": "1767721819", "uncertainty": 120 }, "departure": { "time": "1767721821", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 13 }, { "arrival": { "time": "1767721907", "uncertainty": 120 }, "departure": { "time": "1767721911", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 14 }, { "arrival": { "time": "1767722032", "uncertainty": 120 }, "departure": { "time": "1767722061", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 15 }, { "arrival": { "time": "1767722142", "uncertainty": 120 }, "departure": { "time": "1767722151", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 16 }, { "arrival": { "time": "1767722417", "uncertainty": 120 }, "departure": { "time": "1767722421", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 17 }, { "arrival": { "time": "1767722478", "uncertainty": 120 }, "departure": { "time": "1767722481", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 18 }, { "arrival": { "time": "1767722547", "uncertainty": 120 }, "departure": { "time": "1767722547", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 19 }, { "arrival": { "time": "1767722624", "uncertainty": 120 }, "departure": { "time": "1767722631", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 20 }, { "arrival": { "time": "1767722722", "uncertainty": 120 }, "departure": { "time": "1767722722", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 21 }, { "arrival": { "time": "1767722782", "uncertainty": 120 }, "departure": { "time": "1767722782", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 22 }, { "arrival": { "time": "1767722905", "uncertainty": 120 }, "departure": { "time": "1767722905", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 23 }, { "arrival": { "time": "1767722999", "uncertainty": 120 }, "departure": { "time": "1767722999", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 24 }, { "arrival": { "time": "1767723092", "uncertainty": 120 }, "departure": { "time": "1767723092", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 25 }, { "arrival": { "time": "1767723170", "uncertainty": 120 }, "departure": { "time": "1767723170", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 26 }, { "arrival": { "time": "1767723202", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 27 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621789" }, "vehicle": { "id": "1307", "label": "1307" } } }, { "id": "1625575", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723600" }, "stopId": "0:MARDIG01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "102", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625575" } } }, { "id": "1621741", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767726180", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621741" } } }, { "id": "1621740", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724440", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621740" } } }, { "id": "1621739", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723300", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621739" } } }, { "id": "1621738", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722100", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1767722131", "uncertainty": 120 }, "departure": { "time": "1767722131", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1767722222", "uncertainty": 120 }, "departure": { "time": "1767722222", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1767722311", "uncertainty": 120 }, "departure": { "time": "1767722311", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1767722400", "uncertainty": 120 }, "departure": { "time": "1767722400", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1767722521", "uncertainty": 120 }, "departure": { "time": "1767722521", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1767722611", "uncertainty": 120 }, "departure": { "time": "1767722611", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1767722709", "uncertainty": 120 }, "departure": { "time": "1767722709", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1767722786", "uncertainty": 120 }, "departure": { "time": "1767722786", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1767722851", "uncertainty": 120 }, "departure": { "time": "1767722851", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1767722911", "uncertainty": 120 }, "departure": { "time": "1767722911", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1767723001", "uncertainty": 120 }, "departure": { "time": "1767723001", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 12 }, { "arrival": { "time": "1767723144", "uncertainty": 120 }, "departure": { "time": "1767723144", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1767723250", "uncertainty": 120 }, "departure": { "time": "1767723250", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1767723342", "uncertainty": 120 }, "departure": { "time": "1767723342", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1767723418", "uncertainty": 120 }, "departure": { "time": "1767723418", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1767723497", "uncertainty": 120 }, "departure": { "time": "1767723497", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1767723573", "uncertainty": 120 }, "departure": { "time": "1767723573", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1767723650", "uncertainty": 120 }, "departure": { "time": "1767723650", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1767723737", "uncertainty": 120 }, "departure": { "time": "1767723737", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1767723827", "uncertainty": 120 }, "departure": { "time": "1767723827", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1767723908", "uncertainty": 120 }, "departure": { "time": "1767723908", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1767723974", "uncertainty": 120 }, "departure": { "time": "1767723974", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1767724053", "uncertainty": 120 }, "departure": { "time": "1767724053", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1767724153", "uncertainty": 120 }, "departure": { "time": "1767724153", "uncertainty": 120 }, "stopId": "0:CLO01", "stopSequence": 25 }, { "arrival": { "time": "1767724223", "uncertainty": 120 }, "departure": { "time": "1767724223", "uncertainty": 120 }, "stopId": "0:COL01", "stopSequence": 26 }, { "arrival": { "time": "1767724325", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 27 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621738" }, "vehicle": { "id": "1325", "label": "1325" } } }, { "id": "1621737", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720812", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1767720849", "uncertainty": 120 }, "departure": { "time": "1767720873", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1767720941", "uncertainty": 120 }, "departure": { "time": "1767720941", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1767721030", "uncertainty": 120 }, "departure": { "time": "1767721052", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1767721119", "uncertainty": 120 }, "departure": { "time": "1767721143", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1767721250", "uncertainty": 120 }, "departure": { "time": "1767721262", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1767721338", "uncertainty": 120 }, "departure": { "time": "1767721352", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1767721437", "uncertainty": 120 }, "departure": { "time": "1767721440", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1767721514", "uncertainty": 120 }, "departure": { "time": "1767721562", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1767721637", "uncertainty": 120 }, "departure": { "time": "1767721637", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1767721712", "uncertainty": 120 }, "departure": { "time": "1767721712", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1767721811", "uncertainty": 120 }, "departure": { "time": "1767721832", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 12 }, { "arrival": { "time": "1767721998", "uncertainty": 120 }, "departure": { "time": "1767722042", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1767722141", "uncertainty": 120 }, "departure": { "time": "1767722162", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1767722252", "uncertainty": 120 }, "departure": { "time": "1767722282", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1767722357", "uncertainty": 120 }, "departure": { "time": "1767722357", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1767722436", "uncertainty": 120 }, "departure": { "time": "1767722447", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1767722522", "uncertainty": 120 }, "departure": { "time": "1767722522", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1767722597", "uncertainty": 120 }, "departure": { "time": "1767722597", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1767722706", "uncertainty": 120 }, "departure": { "time": "1767722706", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1767722795", "uncertainty": 120 }, "departure": { "time": "1767722795", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1767722875", "uncertainty": 120 }, "departure": { "time": "1767722875", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1767722943", "uncertainty": 120 }, "departure": { "time": "1767722943", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1767723021", "uncertainty": 120 }, "departure": { "time": "1767723021", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1767723090", "uncertainty": 120 }, "departure": { "time": "1767723090", "uncertainty": 120 }, "stopId": "0:CLO01", "stopSequence": 25 }, { "arrival": { "time": "1767723153", "uncertainty": 120 }, "departure": { "time": "1767723153", "uncertainty": 120 }, "stopId": "0:COL01", "stopSequence": 26 }, { "arrival": { "time": "1767723216", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 27 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621737" }, "vehicle": { "id": "1753", "label": "1753" } } }, { "id": "1625551", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722656", "uncertainty": 120 }, "stopId": "0:PEMG2", "stopSequence": 1 }, { "arrival": { "time": "1767722931", "uncertainty": 120 }, "departure": { "time": "1767722931", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 2 }, { "arrival": { "time": "1767723103", "uncertainty": 120 }, "departure": { "time": "1767723103", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1767723174", "uncertainty": 120 }, "departure": { "time": "1767723174", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1767723253", "uncertainty": 120 }, "departure": { "time": "1767723253", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1767723332", "uncertainty": 120 }, "departure": { "time": "1767723332", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1767723396", "uncertainty": 120 }, "departure": { "time": "1767723396", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1767723475", "uncertainty": 120 }, "departure": { "time": "1767723475", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1767723523", "uncertainty": 120 }, "departure": { "time": "1767723523", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1767723582", "uncertainty": 120 }, "departure": { "time": "1767723582", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1767723760", "uncertainty": 120 }, "departure": { "time": "1767723760", "uncertainty": 120 }, "stopId": "0:LUETTE2", "stopSequence": 11 }, { "arrival": { "time": "1767723786", "uncertainty": 120 }, "departure": { "time": "1767723786", "uncertainty": 120 }, "stopId": "0:11AVIAT2", "stopSequence": 12 }, { "arrival": { "time": "1767724062", "uncertainty": 120 }, "departure": { "time": "1767724062", "uncertainty": 120 }, "stopId": "0:ORLY2", "stopSequence": 13 }, { "arrival": { "time": "1767724229", "uncertainty": 120 }, "departure": { "time": "1767724229", "uncertainty": 120 }, "stopId": "0:LOTISSE2", "stopSequence": 14 }, { "arrival": { "time": "1767724259", "uncertainty": 120 }, "departure": { "time": "1767724259", "uncertainty": 120 }, "stopId": "0:LIBERAT2", "stopSequence": 15 }, { "arrival": { "time": "1767724304", "uncertainty": 120 }, "departure": { "time": "1767724304", "uncertainty": 120 }, "stopId": "0:AUGNYMA2", "stopSequence": 16 }, { "arrival": { "time": "1767724342", "uncertainty": 120 }, "departure": { "time": "1767724342", "uncertainty": 120 }, "stopId": "0:GLISSU2", "stopSequence": 17 }, { "arrival": { "time": "1767724640", "uncertainty": 120 }, "departure": { "time": "1767724640", "uncertainty": 120 }, "stopId": "0:RD662", "stopSequence": 18 }, { "arrival": { "time": "1767724664", "uncertainty": 120 }, "departure": { "time": "1767724664", "uncertainty": 120 }, "stopId": "0:FEY2", "stopSequence": 19 }, { "arrival": { "time": "1767724885", "uncertainty": 120 }, "departure": { "time": "1767724885", "uncertainty": 120 }, "stopId": "0:VEZON2", "stopSequence": 20 }, { "arrival": { "time": "1767724966", "uncertainty": 120 }, "departure": { "time": "1767724966", "uncertainty": 120 }, "stopId": "0:MARIEUL1", "stopSequence": 21 }, { "arrival": { "time": "1767725206", "uncertainty": 120 }, "departure": { "time": "1767725206", "uncertainty": 120 }, "stopId": "0:CHARIT02", "stopSequence": 22 }, { "arrival": { "time": "1767725278", "uncertainty": 120 }, "departure": { "time": "1767725278", "uncertainty": 120 }, "stopId": "0:NOTRDA02", "stopSequence": 23 }, { "arrival": { "time": "1767725424", "uncertainty": 120 }, "departure": { "time": "1767725424", "uncertainty": 120 }, "stopId": "0:LACORV02", "stopSequence": 24 }, { "arrival": { "time": "1767725506", "uncertainty": 120 }, "stopId": "0:MARDIG01", "stopSequence": 25 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "102", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625551" }, "vehicle": { "id": "1733", "label": "1733" } } }, { "id": "1625550", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720483", "uncertainty": 120 }, "stopId": "0:PEMG2", "stopSequence": 1 }, { "arrival": { "time": "1767720565", "uncertainty": 120 }, "departure": { "time": "1767720573", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 2 }, { "arrival": { "time": "1767720832", "uncertainty": 120 }, "departure": { "time": "1767720843", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1767720873", "uncertainty": 120 }, "departure": { "time": "1767720873", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1767720913", "uncertainty": 120 }, "departure": { "time": "1767720932", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1767721002", "uncertainty": 120 }, "departure": { "time": "1767721022", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1767721080", "uncertainty": 120 }, "departure": { "time": "1767721080", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1767721112", "uncertainty": 120 }, "departure": { "time": "1767721112", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1767721159", "uncertainty": 120 }, "departure": { "time": "1767721172", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1767721202", "uncertainty": 120 }, "departure": { "time": "1767721202", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1767721322", "uncertainty": 120 }, "departure": { "time": "1767721500", "uncertainty": 120 }, "stopId": "0:LUETTE2", "stopSequence": 11 }, { "arrival": { "time": "1767721549", "uncertainty": 120 }, "departure": { "time": "1767721549", "uncertainty": 120 }, "stopId": "0:11AVIAT2", "stopSequence": 12 }, { "arrival": { "time": "1767721780", "uncertainty": 120 }, "departure": { "time": "1767721780", "uncertainty": 120 }, "stopId": "0:ORLY2", "stopSequence": 13 }, { "arrival": { "time": "1767721934", "uncertainty": 120 }, "departure": { "time": "1767721934", "uncertainty": 120 }, "stopId": "0:LOTISSE2", "stopSequence": 14 }, { "arrival": { "time": "1767721992", "uncertainty": 120 }, "departure": { "time": "1767721992", "uncertainty": 120 }, "stopId": "0:LIBERAT2", "stopSequence": 15 }, { "arrival": { "time": "1767722070", "uncertainty": 120 }, "departure": { "time": "1767722070", "uncertainty": 120 }, "stopId": "0:AUGNYMA2", "stopSequence": 16 }, { "arrival": { "time": "1767722117", "uncertainty": 120 }, "departure": { "time": "1767722117", "uncertainty": 120 }, "stopId": "0:GLISSU2", "stopSequence": 17 }, { "arrival": { "time": "1767722407", "uncertainty": 120 }, "departure": { "time": "1767722407", "uncertainty": 120 }, "stopId": "0:RD662", "stopSequence": 18 }, { "arrival": { "time": "1767722453", "uncertainty": 120 }, "departure": { "time": "1767722453", "uncertainty": 120 }, "stopId": "0:FEY2", "stopSequence": 19 }, { "arrival": { "time": "1767722684", "uncertainty": 120 }, "departure": { "time": "1767722684", "uncertainty": 120 }, "stopId": "0:VEZON2", "stopSequence": 20 }, { "arrival": { "time": "1767722809", "uncertainty": 120 }, "departure": { "time": "1767722809", "uncertainty": 120 }, "stopId": "0:MARIEUL1", "stopSequence": 21 }, { "arrival": { "time": "1767723017", "uncertainty": 120 }, "departure": { "time": "1767723017", "uncertainty": 120 }, "stopId": "0:CHARIT02", "stopSequence": 22 }, { "arrival": { "time": "1767723089", "uncertainty": 120 }, "departure": { "time": "1767723089", "uncertainty": 120 }, "stopId": "0:NOTRDA02", "stopSequence": 23 }, { "arrival": { "time": "1767723186", "uncertainty": 120 }, "departure": { "time": "1767723186", "uncertainty": 120 }, "stopId": "0:LACORV02", "stopSequence": 24 }, { "arrival": { "time": "1767723268", "uncertainty": 120 }, "stopId": "0:MARDIG01", "stopSequence": 25 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "102", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625550" }, "vehicle": { "id": "1731", "label": "1731" } } }, { "id": "1615575", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767727695", "uncertainty": 120 }, "departure": { "time": "1767727695", "uncertainty": 120 }, "stopId": "0:PLGAULL2" }, { "arrival": { "time": "1767727763", "uncertainty": 120 }, "departure": { "time": "1767727763", "uncertainty": 120 }, "stopId": "0:MARLY2" }, { "departure": { "time": "1767726180", "uncertainty": 120 }, "stopId": "0:REPLYD", "stopSequence": 1 }, { "arrival": { "time": "1767726336", "uncertainty": 120 }, "departure": { "time": "1767726336", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 2 }, { "arrival": { "time": "1767726420", "uncertainty": 120 }, "departure": { "time": "1767726420", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1767726469", "uncertainty": 120 }, "departure": { "time": "1767726469", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1767726542", "uncertainty": 120 }, "departure": { "time": "1767726542", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1767726637", "uncertainty": 120 }, "departure": { "time": "1767726637", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1767726709", "uncertainty": 120 }, "departure": { "time": "1767726709", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1767726780", "uncertainty": 120 }, "departure": { "time": "1767726780", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1767726872", "uncertainty": 120 }, "departure": { "time": "1767726872", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1767726928", "uncertainty": 120 }, "departure": { "time": "1767726928", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1767727080", "uncertainty": 120 }, "departure": { "time": "1767727080", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1767727142", "uncertainty": 120 }, "departure": { "time": "1767727142", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1767727219", "uncertainty": 120 }, "departure": { "time": "1767727219", "uncertainty": 120 }, "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1767727276", "uncertainty": 120 }, "departure": { "time": "1767727276", "uncertainty": 120 }, "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1767727342", "uncertainty": 120 }, "departure": { "time": "1767727342", "uncertainty": 120 }, "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1767727418", "uncertainty": 120 }, "departure": { "time": "1767727418", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 16 }, { "arrival": { "time": "1767727500", "uncertainty": 120 }, "departure": { "time": "1767727500", "uncertainty": 120 }, "stopId": "0:HOTELVI2", "stopSequence": 17 }, { "arrival": { "time": "1767727620", "uncertainty": 120 }, "departure": { "time": "1767727620", "uncertainty": 120 }, "stopId": "0:JOSEPH02", "stopSequence": 18 }, { "arrival": { "time": "1767727687", "uncertainty": 120 }, "departure": { "time": "1767727687", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PLGAULL2", "stopSequence": 19 }, { "arrival": { "time": "1767727767", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_21615575" } } }, { "id": "1615574", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767726015", "uncertainty": 120 }, "departure": { "time": "1767726015", "uncertainty": 120 }, "stopId": "0:PLGAULL2" }, { "arrival": { "time": "1767726083", "uncertainty": 120 }, "departure": { "time": "1767726083", "uncertainty": 120 }, "stopId": "0:MARLY2" }, { "departure": { "time": "1767724440", "uncertainty": 120 }, "stopId": "0:REPLYD", "stopSequence": 1 }, { "arrival": { "time": "1767724596", "uncertainty": 120 }, "departure": { "time": "1767724596", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 2 }, { "arrival": { "time": "1767724680", "uncertainty": 120 }, "departure": { "time": "1767724680", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1767724729", "uncertainty": 120 }, "departure": { "time": "1767724729", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1767724802", "uncertainty": 120 }, "departure": { "time": "1767724802", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1767724897", "uncertainty": 120 }, "departure": { "time": "1767724897", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1767724969", "uncertainty": 120 }, "departure": { "time": "1767724969", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1767725040", "uncertainty": 120 }, "departure": { "time": "1767725040", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1767725132", "uncertainty": 120 }, "departure": { "time": "1767725132", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1767725188", "uncertainty": 120 }, "departure": { "time": "1767725188", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1767725340", "uncertainty": 120 }, "departure": { "time": "1767725340", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1767725410", "uncertainty": 120 }, "departure": { "time": "1767725410", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1767725498", "uncertainty": 120 }, "departure": { "time": "1767725498", "uncertainty": 120 }, "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1767725563", "uncertainty": 120 }, "departure": { "time": "1767725563", "uncertainty": 120 }, "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1767725639", "uncertainty": 120 }, "departure": { "time": "1767725639", "uncertainty": 120 }, "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1767725725", "uncertainty": 120 }, "departure": { "time": "1767725725", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 16 }, { "arrival": { "time": "1767725820", "uncertainty": 120 }, "departure": { "time": "1767725820", "uncertainty": 120 }, "stopId": "0:HOTELVI2", "stopSequence": 17 }, { "arrival": { "time": "1767725940", "uncertainty": 120 }, "departure": { "time": "1767725940", "uncertainty": 120 }, "stopId": "0:JOSEPH02", "stopSequence": 18 }, { "arrival": { "time": "1767726007", "uncertainty": 120 }, "departure": { "time": "1767726007", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PLGAULL2", "stopSequence": 19 }, { "arrival": { "time": "1767726087", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_21615574" } } }, { "id": "1615573", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767724712", "uncertainty": 120 }, "departure": { "time": "1767724712", "uncertainty": 120 }, "stopId": "0:PLGAULL2" }, { "arrival": { "time": "1767724780", "uncertainty": 120 }, "departure": { "time": "1767724780", "uncertainty": 120 }, "stopId": "0:MARLY2" }, { "departure": { "time": "1767723180", "uncertainty": 120 }, "stopId": "0:REPLYD", "stopSequence": 1 }, { "arrival": { "time": "1767723354", "uncertainty": 120 }, "departure": { "time": "1767723354", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 2 }, { "arrival": { "time": "1767723427", "uncertainty": 120 }, "departure": { "time": "1767723427", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1767723496", "uncertainty": 120 }, "departure": { "time": "1767723496", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1767723576", "uncertainty": 120 }, "departure": { "time": "1767723576", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1767723657", "uncertainty": 120 }, "departure": { "time": "1767723657", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1767723723", "uncertainty": 120 }, "departure": { "time": "1767723723", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1767723803", "uncertainty": 120 }, "departure": { "time": "1767723803", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1767723853", "uncertainty": 120 }, "departure": { "time": "1767723853", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1767723912", "uncertainty": 120 }, "departure": { "time": "1767723912", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1767724037", "uncertainty": 120 }, "departure": { "time": "1767724037", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1767724107", "uncertainty": 120 }, "departure": { "time": "1767724107", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1767724195", "uncertainty": 120 }, "departure": { "time": "1767724195", "uncertainty": 120 }, "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1767724260", "uncertainty": 120 }, "departure": { "time": "1767724260", "uncertainty": 120 }, "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1767724336", "uncertainty": 120 }, "departure": { "time": "1767724336", "uncertainty": 120 }, "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1767724422", "uncertainty": 120 }, "departure": { "time": "1767724422", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 16 }, { "arrival": { "time": "1767724517", "uncertainty": 120 }, "departure": { "time": "1767724517", "uncertainty": 120 }, "stopId": "0:HOTELVI2", "stopSequence": 17 }, { "arrival": { "time": "1767724637", "uncertainty": 120 }, "departure": { "time": "1767724637", "uncertainty": 120 }, "stopId": "0:JOSEPH02", "stopSequence": 18 }, { "arrival": { "time": "1767724807", "uncertainty": 120 }, "departure": { "time": "1767724807", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PLGAULL2", "stopSequence": 19 }, { "arrival": { "time": "1767724784", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_21615573" } } }, { "id": "1615572", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767723987", "uncertainty": 120 }, "departure": { "time": "1767723987", "uncertainty": 120 }, "stopId": "0:PLGAULL2" }, { "arrival": { "time": "1767724055", "uncertainty": 120 }, "departure": { "time": "1767724055", "uncertainty": 120 }, "stopId": "0:MARLY2" }, { "departure": { "time": "1767722496", "uncertainty": 120 }, "stopId": "0:REPLYD", "stopSequence": 1 }, { "arrival": { "time": "1767722705", "uncertainty": 120 }, "departure": { "time": "1767722705", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 2 }, { "arrival": { "time": "1767722779", "uncertainty": 120 }, "departure": { "time": "1767722779", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1767722849", "uncertainty": 120 }, "departure": { "time": "1767722849", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1767722928", "uncertainty": 120 }, "departure": { "time": "1767722928", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1767723008", "uncertainty": 120 }, "departure": { "time": "1767723008", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1767723073", "uncertainty": 120 }, "departure": { "time": "1767723073", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1767723152", "uncertainty": 120 }, "departure": { "time": "1767723152", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1767723198", "uncertainty": 120 }, "departure": { "time": "1767723198", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1767723257", "uncertainty": 120 }, "departure": { "time": "1767723257", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1767723380", "uncertainty": 120 }, "departure": { "time": "1767723380", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1767723463", "uncertainty": 120 }, "departure": { "time": "1767723463", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1767723534", "uncertainty": 120 }, "departure": { "time": "1767723534", "uncertainty": 120 }, "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1767723583", "uncertainty": 120 }, "departure": { "time": "1767723583", "uncertainty": 120 }, "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1767723637", "uncertainty": 120 }, "departure": { "time": "1767723637", "uncertainty": 120 }, "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1767723716", "uncertainty": 120 }, "departure": { "time": "1767723716", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 16 }, { "arrival": { "time": "1767723826", "uncertainty": 120 }, "departure": { "time": "1767723826", "uncertainty": 120 }, "stopId": "0:HOTELVI2", "stopSequence": 17 }, { "arrival": { "time": "1767723912", "uncertainty": 120 }, "departure": { "time": "1767723912", "uncertainty": 120 }, "stopId": "0:JOSEPH02", "stopSequence": 18 }, { "arrival": { "time": "1767723967", "uncertainty": 120 }, "departure": { "time": "1767723967", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PLGAULL2", "stopSequence": 19 }, { "arrival": { "time": "1767724059", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_21615572" }, "vehicle": { "id": "541", "label": "541" } } }, { "id": "1615571", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767723198", "uncertainty": 120 }, "departure": { "time": "1767723198", "uncertainty": 120 }, "stopId": "0:PLGAULL2" }, { "arrival": { "time": "1767723266", "uncertainty": 120 }, "departure": { "time": "1767723266", "uncertainty": 120 }, "stopId": "0:MARLY2" }, { "departure": { "time": "1767721711", "uncertainty": 120 }, "stopId": "0:REPLYD", "stopSequence": 1 }, { "arrival": { "time": "1767721889", "uncertainty": 120 }, "departure": { "time": "1767721921", "uncertainty": 120 }, "stopId": "0:ROI04", "stopSequence": 2 }, { "arrival": { "time": "1767722011", "uncertainty": 120 }, "departure": { "time": "1767722011", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1767722072", "uncertainty": 120 }, "departure": { "time": "1767722072", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1767722139", "uncertainty": 120 }, "departure": { "time": "1767722139", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1767722216", "uncertainty": 120 }, "departure": { "time": "1767722216", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1767722279", "uncertainty": 120 }, "departure": { "time": "1767722281", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1767722360", "uncertainty": 120 }, "departure": { "time": "1767722360", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1767722401", "uncertainty": 120 }, "departure": { "time": "1767722401", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1767722460", "uncertainty": 120 }, "departure": { "time": "1767722461", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1767722581", "uncertainty": 120 }, "departure": { "time": "1767722581", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1767722680", "uncertainty": 120 }, "departure": { "time": "1767722680", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1767722750", "uncertainty": 120 }, "departure": { "time": "1767722750", "uncertainty": 120 }, "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1767722798", "uncertainty": 120 }, "departure": { "time": "1767722798", "uncertainty": 120 }, "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1767722851", "uncertainty": 120 }, "departure": { "time": "1767722851", "uncertainty": 120 }, "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1767722929", "uncertainty": 120 }, "departure": { "time": "1767722929", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 16 }, { "arrival": { "time": "1767723040", "uncertainty": 120 }, "departure": { "time": "1767723040", "uncertainty": 120 }, "stopId": "0:HOTELVI2", "stopSequence": 17 }, { "arrival": { "time": "1767723123", "uncertainty": 120 }, "departure": { "time": "1767723123", "uncertainty": 120 }, "stopId": "0:JOSEPH02", "stopSequence": 18 }, { "arrival": { "time": "1767723307", "uncertainty": 120 }, "departure": { "time": "1767723307", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PLGAULL2", "stopSequence": 19 }, { "arrival": { "time": "1767723270", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_21615571" }, "vehicle": { "id": "2149", "label": "2149" } } }, { "id": "1615570", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767722645", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_21615570" } } }, { "id": "1615581", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723180", "uncertainty": 120 }, "stopId": "0:MARLY2" }, { "arrival": { "time": "1767723309", "uncertainty": 120 }, "departure": { "time": "1767723309", "uncertainty": 120 }, "stopId": "0:PLGAUL04" }, { "departure": { "time": "1767723180", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1767723347", "uncertainty": 120 }, "departure": { "time": "1767723347", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PLGAUL04", "stopSequence": 2 }, { "arrival": { "time": "1767723380", "uncertainty": 120 }, "departure": { "time": "1767723380", "uncertainty": 120 }, "stopId": "0:JOSEPH1", "stopSequence": 3 }, { "arrival": { "time": "1767723500", "uncertainty": 120 }, "departure": { "time": "1767723500", "uncertainty": 120 }, "stopId": "0:HOTELVI1", "stopSequence": 4 }, { "arrival": { "time": "1767723585", "uncertainty": 120 }, "departure": { "time": "1767723585", "uncertainty": 120 }, "stopId": "0:PJOLY1", "stopSequence": 5 }, { "arrival": { "time": "1767723671", "uncertainty": 120 }, "departure": { "time": "1767723671", "uncertainty": 120 }, "stopId": "0:SORBIER1", "stopSequence": 6 }, { "arrival": { "time": "1767723750", "uncertainty": 120 }, "departure": { "time": "1767723750", "uncertainty": 120 }, "stopId": "0:LESCLOS1", "stopSequence": 7 }, { "arrival": { "time": "1767723796", "uncertainty": 120 }, "departure": { "time": "1767723796", "uncertainty": 120 }, "stopId": "0:GARENNE1", "stopSequence": 8 }, { "arrival": { "time": "1767723874", "uncertainty": 120 }, "departure": { "time": "1767723874", "uncertainty": 120 }, "stopId": "0:GRORMES1", "stopSequence": 9 }, { "arrival": { "time": "1767723920", "uncertainty": 120 }, "departure": { "time": "1767723920", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 10 }, { "arrival": { "time": "1767724085", "uncertainty": 120 }, "departure": { "time": "1767724085", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 11 }, { "arrival": { "time": "1767724188", "uncertainty": 120 }, "departure": { "time": "1767724188", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 12 }, { "arrival": { "time": "1767724280", "uncertainty": 120 }, "departure": { "time": "1767724280", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 13 }, { "arrival": { "time": "1767724357", "uncertainty": 120 }, "departure": { "time": "1767724357", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 14 }, { "arrival": { "time": "1767724460", "uncertainty": 120 }, "departure": { "time": "1767724460", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 15 }, { "arrival": { "time": "1767724566", "uncertainty": 120 }, "departure": { "time": "1767724566", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 16 }, { "arrival": { "time": "1767724655", "uncertainty": 120 }, "departure": { "time": "1767724655", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 17 }, { "arrival": { "time": "1767724757", "uncertainty": 120 }, "departure": { "time": "1767724757", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 18 }, { "arrival": { "time": "1767724823", "uncertainty": 120 }, "departure": { "time": "1767724823", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 19 }, { "arrival": { "time": "1767724937", "uncertainty": 120 }, "stopId": "0:REPLYA", "stopSequence": 20 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_21615581" } } }, { "id": "1625409", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720553", "uncertainty": 120 }, "stopId": "0:PELTRE1", "stopSequence": 1 }, { "arrival": { "time": "1767720623", "uncertainty": 120 }, "departure": { "time": "1767720623", "uncertainty": 120 }, "stopId": "0:GARGAN01", "stopSequence": 2 }, { "arrival": { "time": "1767720703", "uncertainty": 120 }, "departure": { "time": "1767720703", "uncertainty": 120 }, "stopId": "0:PEUMONT1", "stopSequence": 3 }, { "arrival": { "time": "1767720911", "uncertainty": 120 }, "departure": { "time": "1767720911", "uncertainty": 120 }, "stopId": "0:MERMAT01", "stopSequence": 4 }, { "arrival": { "time": "1767720988", "uncertainty": 120 }, "departure": { "time": "1767721093", "uncertainty": 120 }, "stopId": "0:HMERCY2", "stopSequence": 5 }, { "arrival": { "time": "1767721393", "uncertainty": 120 }, "departure": { "time": "1767721393", "uncertainty": 120 }, "stopId": "0:VALLONS2", "stopSequence": 6 }, { "arrival": { "time": "1767721488", "uncertainty": 120 }, "departure": { "time": "1767721488", "uncertainty": 120 }, "stopId": "0:PASSERE1", "stopSequence": 7 }, { "arrival": { "time": "1767721618", "uncertainty": 120 }, "departure": { "time": "1767721633", "uncertainty": 120 }, "stopId": "0:JURY1", "stopSequence": 8 }, { "arrival": { "time": "1767721708", "uncertainty": 120 }, "departure": { "time": "1767721708", "uncertainty": 120 }, "stopId": "0:CORBON1", "stopSequence": 9 }, { "arrival": { "time": "1767721780", "uncertainty": 120 }, "departure": { "time": "1767721780", "uncertainty": 120 }, "stopId": "0:JURY2", "stopSequence": 10 }, { "arrival": { "time": "1767721885", "uncertainty": 120 }, "departure": { "time": "1767721885", "uncertainty": 120 }, "stopId": "0:PTIJURY2", "stopSequence": 11 }, { "arrival": { "time": "1767722109", "uncertainty": 120 }, "departure": { "time": "1767722113", "uncertainty": 120 }, "stopId": "0:FRONTIG1", "stopSequence": 12 }, { "arrival": { "time": "1767722245", "uncertainty": 120 }, "departure": { "time": "1767722245", "uncertainty": 120 }, "stopId": "0:LANCEUM1", "stopSequence": 13 }, { "arrival": { "time": "1767722394", "uncertainty": 120 }, "departure": { "time": "1767722394", "uncertainty": 120 }, "stopId": "0:TARREAU1", "stopSequence": 14 }, { "arrival": { "time": "1767722443", "uncertainty": 120 }, "departure": { "time": "1767722443", "uncertainty": 120 }, "stopId": "0:MECLEUV1", "stopSequence": 15 }, { "arrival": { "time": "1767722776", "uncertainty": 120 }, "departure": { "time": "1767722776", "uncertainty": 120 }, "stopId": "0:CHESNYM3", "stopSequence": 16 }, { "arrival": { "time": "1767722817", "uncertainty": 120 }, "departure": { "time": "1767722817", "uncertainty": 120 }, "stopId": "0:VCANADI1", "stopSequence": 17 }, { "arrival": { "time": "1767723099", "uncertainty": 120 }, "departure": { "time": "1767723099", "uncertainty": 120 }, "stopId": "0:ZACPEL01", "stopSequence": 18 }, { "arrival": { "time": "1767723196", "uncertainty": 120 }, "stopId": "0:PELTRE1", "stopSequence": 19 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "92", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625409" }, "vehicle": { "id": "826", "label": "826" } } }, { "id": "1625416", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723360" }, "stopId": "0:VAUXMAI1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "90", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625416" } } }, { "id": "1621554", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767726000", "uncertainty": 120 }, "stopId": "0:HSCHUMA1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "17", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621554" } } }, { "id": "1621553", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722492", "uncertainty": 120 }, "stopId": "0:HSCHUMA1", "stopSequence": 1 }, { "arrival": { "time": "1767722599", "uncertainty": 120 }, "departure": { "time": "1767722599", "uncertainty": 120 }, "stopId": "0:SERRURR1", "stopSequence": 2 }, { "arrival": { "time": "1767722657", "uncertainty": 120 }, "departure": { "time": "1767722657", "uncertainty": 120 }, "stopId": "0:POTIERS1", "stopSequence": 3 }, { "arrival": { "time": "1767722717", "uncertainty": 120 }, "departure": { "time": "1767722717", "uncertainty": 120 }, "stopId": "0:SELLIER1", "stopSequence": 4 }, { "arrival": { "time": "1767722785", "uncertainty": 120 }, "departure": { "time": "1767722785", "uncertainty": 120 }, "stopId": "0:DRAPIER1", "stopSequence": 5 }, { "arrival": { "time": "1767722848", "uncertainty": 120 }, "departure": { "time": "1767722848", "uncertainty": 120 }, "stopId": "0:SOLIDAR1", "stopSequence": 6 }, { "arrival": { "time": "1767722910", "uncertainty": 120 }, "departure": { "time": "1767722910", "uncertainty": 120 }, "stopId": "0:SEBASTO1", "stopSequence": 7 }, { "arrival": { "time": "1767723019", "uncertainty": 120 }, "departure": { "time": "1767723019", "uncertainty": 120 }, "stopId": "0:METZANI1", "stopSequence": 8 }, { "arrival": { "time": "1767723100", "uncertainty": 120 }, "departure": { "time": "1767723100", "uncertainty": 120 }, "stopId": "0:AMPERE1", "stopSequence": 9 }, { "arrival": { "time": "1767723212", "uncertainty": 120 }, "departure": { "time": "1767723212", "uncertainty": 120 }, "stopId": "0:ARAGO002", "stopSequence": 10 }, { "arrival": { "time": "1767723248", "uncertainty": 120 }, "departure": { "time": "1767723248", "uncertainty": 120 }, "stopId": "0:MARCONI1", "stopSequence": 11 }, { "arrival": { "time": "1767723340", "uncertainty": 120 }, "departure": { "time": "1767723340", "uncertainty": 120 }, "stopId": "0:SYMPHON1", "stopSequence": 12 }, { "arrival": { "time": "1767723445", "uncertainty": 120 }, "departure": { "time": "1767723445", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 13 }, { "arrival": { "time": "1767723533", "uncertainty": 120 }, "departure": { "time": "1767723533", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 14 }, { "arrival": { "time": "1767723609", "uncertainty": 120 }, "departure": { "time": "1767723609", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 15 }, { "arrival": { "time": "1767723678", "uncertainty": 120 }, "departure": { "time": "1767723678", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 16 }, { "arrival": { "time": "1767723716", "uncertainty": 120 }, "departure": { "time": "1767723716", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 17 }, { "arrival": { "time": "1767723776", "uncertainty": 120 }, "departure": { "time": "1767723776", "uncertainty": 120 }, "stopId": "0:PISCINE1", "stopSequence": 18 }, { "arrival": { "time": "1767723838", "uncertainty": 120 }, "departure": { "time": "1767723838", "uncertainty": 120 }, "stopId": "0:LOTHAIR4", "stopSequence": 19 }, { "arrival": { "time": "1767723957", "uncertainty": 120 }, "departure": { "time": "1767723957", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 20 }, { "arrival": { "time": "1767724014", "uncertainty": 120 }, "departure": { "time": "1767724014", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 21 }, { "arrival": { "time": "1767724082", "uncertainty": 120 }, "departure": { "time": "1767724082", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 22 }, { "arrival": { "time": "1767724171", "uncertainty": 120 }, "departure": { "time": "1767724171", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 23 }, { "arrival": { "time": "1767724207", "uncertainty": 120 }, "departure": { "time": "1767724207", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 24 }, { "arrival": { "time": "1767724273", "uncertainty": 120 }, "departure": { "time": "1767724273", "uncertainty": 120 }, "stopId": "0:SUGNON2", "stopSequence": 25 }, { "arrival": { "time": "1767724327", "uncertainty": 120 }, "departure": { "time": "1767724327", "uncertainty": 120 }, "stopId": "0:19NOV02", "stopSequence": 26 }, { "arrival": { "time": "1767724387", "uncertainty": 120 }, "departure": { "time": "1767724387", "uncertainty": 120 }, "stopId": "0:MARCSAN2", "stopSequence": 27 }, { "arrival": { "time": "1767724444", "uncertainty": 120 }, "departure": { "time": "1767724444", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 28 }, { "arrival": { "time": "1767724492", "uncertainty": 120 }, "departure": { "time": "1767724492", "uncertainty": 120 }, "stopId": "0:STEXUPE1", "stopSequence": 29 }, { "arrival": { "time": "1767724592", "uncertainty": 120 }, "departure": { "time": "1767724592", "uncertainty": 120 }, "stopId": "0:CLMADER1", "stopSequence": 30 }, { "arrival": { "time": "1767724639", "uncertainty": 120 }, "departure": { "time": "1767724639", "uncertainty": 120 }, "stopId": "0:PONSARD2", "stopSequence": 31 }, { "arrival": { "time": "1767724680", "uncertainty": 120 }, "departure": { "time": "1767724680", "uncertainty": 120 }, "stopId": "0:SIMMI357", "stopSequence": 32 }, { "arrival": { "time": "1767724722", "uncertainty": 120 }, "departure": { "time": "1767724722", "uncertainty": 120 }, "stopId": "0:COUBERT1", "stopSequence": 33 }, { "arrival": { "time": "1767724864", "uncertainty": 120 }, "departure": { "time": "1767724864", "uncertainty": 120 }, "stopId": "0:LILAS4", "stopSequence": 34 }, { "arrival": { "time": "1767724974", "uncertainty": 120 }, "departure": { "time": "1767724974", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 35 }, { "arrival": { "time": "1767725003", "uncertainty": 120 }, "departure": { "time": "1767725003", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 36 }, { "arrival": { "time": "1767725029", "uncertainty": 120 }, "departure": { "time": "1767725029", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 37 }, { "arrival": { "time": "1767725105", "uncertainty": 120 }, "departure": { "time": "1767725105", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 38 }, { "arrival": { "time": "1767725138", "uncertainty": 120 }, "departure": { "time": "1767725138", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 39 }, { "arrival": { "time": "1767725222", "uncertainty": 120 }, "departure": { "time": "1767725222", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 40 }, { "arrival": { "time": "1767725263", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 41 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "17", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621553" }, "vehicle": { "id": "833", "label": "833" } } }, { "id": "1625434", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725280" }, "stopId": "0:MOULI275", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "90", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625434" } } }, { "id": "1625395", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725940" }, "stopId": "0:PELTRE1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "92", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625395" } } }, { "id": "1625394", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723300" }, "stopId": "0:PELTRE1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "92", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625394" } } }, { "id": "1615502", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725040", "uncertainty": 120 }, "stopId": "0:MARLY2" }, { "arrival": { "time": "1767725169", "uncertainty": 120 }, "departure": { "time": "1767725169", "uncertainty": 120 }, "stopId": "0:PLGAUL04" }, { "departure": { "time": "1767725040", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1767725207", "uncertainty": 120 }, "departure": { "time": "1767725207", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PLGAUL04", "stopSequence": 2 }, { "arrival": { "time": "1767725240", "uncertainty": 120 }, "departure": { "time": "1767725240", "uncertainty": 120 }, "stopId": "0:JOSEPH1", "stopSequence": 3 }, { "arrival": { "time": "1767725300", "uncertainty": 120 }, "departure": { "time": "1767725300", "uncertainty": 120 }, "stopId": "0:HOTELVI1", "stopSequence": 4 }, { "arrival": { "time": "1767725385", "uncertainty": 120 }, "departure": { "time": "1767725385", "uncertainty": 120 }, "stopId": "0:PJOLY1", "stopSequence": 5 }, { "arrival": { "time": "1767725471", "uncertainty": 120 }, "departure": { "time": "1767725471", "uncertainty": 120 }, "stopId": "0:SORBIER1", "stopSequence": 6 }, { "arrival": { "time": "1767725550", "uncertainty": 120 }, "departure": { "time": "1767725550", "uncertainty": 120 }, "stopId": "0:LESCLOS1", "stopSequence": 7 }, { "arrival": { "time": "1767725596", "uncertainty": 120 }, "departure": { "time": "1767725596", "uncertainty": 120 }, "stopId": "0:GARENNE1", "stopSequence": 8 }, { "arrival": { "time": "1767725674", "uncertainty": 120 }, "departure": { "time": "1767725674", "uncertainty": 120 }, "stopId": "0:GRORMES1", "stopSequence": 9 }, { "arrival": { "time": "1767725720", "uncertainty": 120 }, "departure": { "time": "1767725720", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 10 }, { "arrival": { "time": "1767725885", "uncertainty": 120 }, "departure": { "time": "1767725885", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 11 }, { "arrival": { "time": "1767725987", "uncertainty": 120 }, "departure": { "time": "1767725987", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 12 }, { "arrival": { "time": "1767726078", "uncertainty": 120 }, "departure": { "time": "1767726078", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 13 }, { "arrival": { "time": "1767726153", "uncertainty": 120 }, "departure": { "time": "1767726153", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 14 }, { "arrival": { "time": "1767726254", "uncertainty": 120 }, "departure": { "time": "1767726254", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 15 }, { "arrival": { "time": "1767726359", "uncertainty": 120 }, "departure": { "time": "1767726359", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 16 }, { "arrival": { "time": "1767726448", "uncertainty": 120 }, "departure": { "time": "1767726448", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 17 }, { "arrival": { "time": "1767726551", "uncertainty": 120 }, "departure": { "time": "1767726551", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 18 }, { "arrival": { "time": "1767726617", "uncertainty": 120 }, "departure": { "time": "1767726617", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 19 }, { "arrival": { "time": "1767726731", "uncertainty": 120 }, "stopId": "0:REPLYA", "stopSequence": 20 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_21615502" } } }, { "id": "1615501", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724020", "uncertainty": 120 }, "stopId": "0:MARLY2" }, { "arrival": { "time": "1767724149", "uncertainty": 120 }, "departure": { "time": "1767724149", "uncertainty": 120 }, "stopId": "0:PLGAUL04" }, { "departure": { "time": "1767724020", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1767724187", "uncertainty": 120 }, "departure": { "time": "1767724187", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PLGAUL04", "stopSequence": 2 }, { "arrival": { "time": "1767724220", "uncertainty": 120 }, "departure": { "time": "1767724220", "uncertainty": 120 }, "stopId": "0:JOSEPH1", "stopSequence": 3 }, { "arrival": { "time": "1767724283", "uncertainty": 120 }, "departure": { "time": "1767724283", "uncertainty": 120 }, "stopId": "0:HOTELVI1", "stopSequence": 4 }, { "arrival": { "time": "1767724368", "uncertainty": 120 }, "departure": { "time": "1767724368", "uncertainty": 120 }, "stopId": "0:PJOLY1", "stopSequence": 5 }, { "arrival": { "time": "1767724454", "uncertainty": 120 }, "departure": { "time": "1767724454", "uncertainty": 120 }, "stopId": "0:SORBIER1", "stopSequence": 6 }, { "arrival": { "time": "1767724533", "uncertainty": 120 }, "departure": { "time": "1767724533", "uncertainty": 120 }, "stopId": "0:LESCLOS1", "stopSequence": 7 }, { "arrival": { "time": "1767724579", "uncertainty": 120 }, "departure": { "time": "1767724579", "uncertainty": 120 }, "stopId": "0:GARENNE1", "stopSequence": 8 }, { "arrival": { "time": "1767724657", "uncertainty": 120 }, "departure": { "time": "1767724657", "uncertainty": 120 }, "stopId": "0:GRORMES1", "stopSequence": 9 }, { "arrival": { "time": "1767724703", "uncertainty": 120 }, "departure": { "time": "1767724703", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 10 }, { "arrival": { "time": "1767724868", "uncertainty": 120 }, "departure": { "time": "1767724868", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 11 }, { "arrival": { "time": "1767724971", "uncertainty": 120 }, "departure": { "time": "1767724971", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 12 }, { "arrival": { "time": "1767725063", "uncertainty": 120 }, "departure": { "time": "1767725063", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 13 }, { "arrival": { "time": "1767725140", "uncertainty": 120 }, "departure": { "time": "1767725140", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 14 }, { "arrival": { "time": "1767725243", "uncertainty": 120 }, "departure": { "time": "1767725243", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 15 }, { "arrival": { "time": "1767725350", "uncertainty": 120 }, "departure": { "time": "1767725350", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 16 }, { "arrival": { "time": "1767725440", "uncertainty": 120 }, "departure": { "time": "1767725440", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 17 }, { "arrival": { "time": "1767725543", "uncertainty": 120 }, "departure": { "time": "1767725543", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 18 }, { "arrival": { "time": "1767725609", "uncertainty": 120 }, "departure": { "time": "1767725609", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 19 }, { "arrival": { "time": "1767725723", "uncertainty": 120 }, "stopId": "0:REPLYA", "stopSequence": 20 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_21615501" } } }, { "id": "1615500", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722282", "uncertainty": 120 }, "stopId": "0:MARLY2" }, { "arrival": { "time": "1767722412", "uncertainty": 120 }, "departure": { "time": "1767722412", "uncertainty": 120 }, "stopId": "0:PLGAUL04" }, { "departure": { "time": "1767722220", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1767722387", "uncertainty": 120 }, "departure": { "time": "1767722387", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PLGAUL04", "stopSequence": 2 }, { "arrival": { "time": "1767722460", "uncertainty": 120 }, "departure": { "time": "1767722460", "uncertainty": 120 }, "stopId": "0:JOSEPH1", "stopSequence": 3 }, { "arrival": { "time": "1767722534", "uncertainty": 120 }, "departure": { "time": "1767722534", "uncertainty": 120 }, "stopId": "0:HOTELVI1", "stopSequence": 4 }, { "arrival": { "time": "1767722654", "uncertainty": 120 }, "departure": { "time": "1767722654", "uncertainty": 120 }, "stopId": "0:PJOLY1", "stopSequence": 5 }, { "arrival": { "time": "1767722754", "uncertainty": 120 }, "departure": { "time": "1767722754", "uncertainty": 120 }, "stopId": "0:SORBIER1", "stopSequence": 6 }, { "arrival": { "time": "1767722830", "uncertainty": 120 }, "departure": { "time": "1767722830", "uncertainty": 120 }, "stopId": "0:LESCLOS1", "stopSequence": 7 }, { "arrival": { "time": "1767722859", "uncertainty": 120 }, "departure": { "time": "1767722859", "uncertainty": 120 }, "stopId": "0:GARENNE1", "stopSequence": 8 }, { "arrival": { "time": "1767722948", "uncertainty": 120 }, "departure": { "time": "1767722948", "uncertainty": 120 }, "stopId": "0:GRORMES1", "stopSequence": 9 }, { "arrival": { "time": "1767723004", "uncertainty": 120 }, "departure": { "time": "1767723004", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 10 }, { "arrival": { "time": "1767723129", "uncertainty": 120 }, "departure": { "time": "1767723129", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 11 }, { "arrival": { "time": "1767723229", "uncertainty": 120 }, "departure": { "time": "1767723229", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 12 }, { "arrival": { "time": "1767723317", "uncertainty": 120 }, "departure": { "time": "1767723317", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 13 }, { "arrival": { "time": "1767723347", "uncertainty": 120 }, "departure": { "time": "1767723347", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 14 }, { "arrival": { "time": "1767723413", "uncertainty": 120 }, "departure": { "time": "1767723413", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 15 }, { "arrival": { "time": "1767723491", "uncertainty": 120 }, "departure": { "time": "1767723491", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 16 }, { "arrival": { "time": "1767723538", "uncertainty": 120 }, "departure": { "time": "1767723538", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 17 }, { "arrival": { "time": "1767723628", "uncertainty": 120 }, "departure": { "time": "1767723628", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 18 }, { "arrival": { "time": "1767723689", "uncertainty": 120 }, "departure": { "time": "1767723689", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 19 }, { "arrival": { "time": "1767723830", "uncertainty": 120 }, "stopId": "0:REPLYA", "stopSequence": 20 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_21615500" }, "vehicle": { "id": "1141", "label": "1141" } } }, { "id": "1615499", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721441", "uncertainty": 120 }, "stopId": "0:MARLY2" }, { "arrival": { "time": "1767721608", "uncertainty": 120 }, "departure": { "time": "1767721608", "uncertainty": 120 }, "stopId": "0:PLGAUL04" }, { "departure": { "time": "1767721380", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1767721547", "uncertainty": 120 }, "departure": { "time": "1767721547", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PLGAUL04", "stopSequence": 2 }, { "arrival": { "time": "1767721693", "uncertainty": 120 }, "departure": { "time": "1767721693", "uncertainty": 120 }, "stopId": "0:JOSEPH1", "stopSequence": 3 }, { "arrival": { "time": "1767721771", "uncertainty": 120 }, "departure": { "time": "1767721771", "uncertainty": 120 }, "stopId": "0:HOTELVI1", "stopSequence": 4 }, { "arrival": { "time": "1767721915", "uncertainty": 120 }, "departure": { "time": "1767721915", "uncertainty": 120 }, "stopId": "0:PJOLY1", "stopSequence": 5 }, { "arrival": { "time": "1767722017", "uncertainty": 120 }, "departure": { "time": "1767722041", "uncertainty": 120 }, "stopId": "0:SORBIER1", "stopSequence": 6 }, { "arrival": { "time": "1767722116", "uncertainty": 120 }, "departure": { "time": "1767722116", "uncertainty": 120 }, "stopId": "0:LESCLOS1", "stopSequence": 7 }, { "arrival": { "time": "1767722143", "uncertainty": 120 }, "departure": { "time": "1767722161", "uncertainty": 120 }, "stopId": "0:GARENNE1", "stopSequence": 8 }, { "arrival": { "time": "1767722251", "uncertainty": 120 }, "departure": { "time": "1767722251", "uncertainty": 120 }, "stopId": "0:GRORMES1", "stopSequence": 9 }, { "arrival": { "time": "1767722308", "uncertainty": 120 }, "departure": { "time": "1767722311", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 10 }, { "arrival": { "time": "1767722431", "uncertainty": 120 }, "departure": { "time": "1767722431", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 11 }, { "arrival": { "time": "1767722531", "uncertainty": 120 }, "departure": { "time": "1767722551", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 12 }, { "arrival": { "time": "1767722664", "uncertainty": 120 }, "departure": { "time": "1767722664", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 13 }, { "arrival": { "time": "1767722693", "uncertainty": 120 }, "departure": { "time": "1767722693", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 14 }, { "arrival": { "time": "1767722750", "uncertainty": 120 }, "departure": { "time": "1767722750", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 15 }, { "arrival": { "time": "1767722827", "uncertainty": 120 }, "departure": { "time": "1767722827", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 16 }, { "arrival": { "time": "1767722871", "uncertainty": 120 }, "departure": { "time": "1767722871", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 17 }, { "arrival": { "time": "1767722960", "uncertainty": 120 }, "departure": { "time": "1767722960", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 18 }, { "arrival": { "time": "1767723021", "uncertainty": 120 }, "departure": { "time": "1767723021", "uncertainty": 120 }, "stopId": "0:ROI03", "stopSequence": 19 }, { "arrival": { "time": "1767723167", "uncertainty": 120 }, "stopId": "0:REPLYA", "stopSequence": 20 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_21615499" }, "vehicle": { "id": "1341", "label": "1341" } } }, { "id": "1621535", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767726000", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1767726161", "uncertainty": 120 }, "departure": { "time": "1767726161", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1767726216", "uncertainty": 120 }, "departure": { "time": "1767726216", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1767726294", "uncertainty": 120 }, "departure": { "time": "1767726294", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1767726360", "uncertainty": 120 }, "departure": { "time": "1767726360", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1767726385", "uncertainty": 120 }, "departure": { "time": "1767726385", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1767726420", "uncertainty": 120 }, "departure": { "time": "1767726420", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1767726483", "uncertainty": 120 }, "departure": { "time": "1767726483", "uncertainty": 120 }, "stopId": "0:LILAS3", "stopSequence": 8 }, { "arrival": { "time": "1767726614", "uncertainty": 120 }, "departure": { "time": "1767726614", "uncertainty": 120 }, "stopId": "0:COUBERT2", "stopSequence": 9 }, { "arrival": { "time": "1767726665", "uncertainty": 120 }, "departure": { "time": "1767726665", "uncertainty": 120 }, "stopId": "0:SIMMI527", "stopSequence": 10 }, { "arrival": { "time": "1767726708", "uncertainty": 120 }, "departure": { "time": "1767726708", "uncertainty": 120 }, "stopId": "0:PONSARD1", "stopSequence": 11 }, { "arrival": { "time": "1767726750", "uncertainty": 120 }, "departure": { "time": "1767726750", "uncertainty": 120 }, "stopId": "0:CLMADER2", "stopSequence": 12 }, { "arrival": { "time": "1767726841", "uncertainty": 120 }, "departure": { "time": "1767726841", "uncertainty": 120 }, "stopId": "0:STEXUPE2", "stopSequence": 13 }, { "arrival": { "time": "1767726880", "uncertainty": 120 }, "departure": { "time": "1767726880", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 14 }, { "arrival": { "time": "1767726935", "uncertainty": 120 }, "departure": { "time": "1767726935", "uncertainty": 120 }, "stopId": "0:MARCSAN1", "stopSequence": 15 }, { "arrival": { "time": "1767726975", "uncertainty": 120 }, "departure": { "time": "1767726975", "uncertainty": 120 }, "stopId": "0:19NOV01", "stopSequence": 16 }, { "arrival": { "time": "1767727018", "uncertainty": 120 }, "departure": { "time": "1767727018", "uncertainty": 120 }, "stopId": "0:SUGNON1", "stopSequence": 17 }, { "arrival": { "time": "1767727060", "uncertainty": 120 }, "departure": { "time": "1767727060", "uncertainty": 120 }, "stopId": "0:LYAUTE99", "stopSequence": 18 }, { "arrival": { "time": "1767727132", "uncertainty": 120 }, "departure": { "time": "1767727132", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 19 }, { "arrival": { "time": "1767727198", "uncertainty": 120 }, "departure": { "time": "1767727198", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 20 }, { "arrival": { "time": "1767727263", "uncertainty": 120 }, "departure": { "time": "1767727263", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 21 }, { "arrival": { "time": "1767727310", "uncertainty": 120 }, "departure": { "time": "1767727310", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 22 }, { "arrival": { "time": "1767727420", "uncertainty": 120 }, "departure": { "time": "1767727420", "uncertainty": 120 }, "stopId": "0:LOTHAIR3", "stopSequence": 23 }, { "arrival": { "time": "1767727462", "uncertainty": 120 }, "departure": { "time": "1767727462", "uncertainty": 120 }, "stopId": "0:PISCINE2", "stopSequence": 24 }, { "arrival": { "time": "1767727527", "uncertainty": 120 }, "departure": { "time": "1767727527", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 25 }, { "arrival": { "time": "1767727574", "uncertainty": 120 }, "departure": { "time": "1767727574", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 26 }, { "arrival": { "time": "1767727611", "uncertainty": 120 }, "departure": { "time": "1767727611", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 27 }, { "arrival": { "time": "1767727690", "uncertainty": 120 }, "departure": { "time": "1767727690", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 28 }, { "arrival": { "time": "1767727786", "uncertainty": 120 }, "departure": { "time": "1767727786", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 29 }, { "arrival": { "time": "1767727879", "uncertainty": 120 }, "departure": { "time": "1767727879", "uncertainty": 120 }, "stopId": "0:SYMPHON3", "stopSequence": 30 }, { "arrival": { "time": "1767727936", "uncertainty": 120 }, "departure": { "time": "1767727936", "uncertainty": 120 }, "stopId": "0:MARCONI2", "stopSequence": 31 }, { "arrival": { "time": "1767727972", "uncertainty": 120 }, "departure": { "time": "1767727972", "uncertainty": 120 }, "stopId": "0:ARAGO035", "stopSequence": 32 }, { "arrival": { "time": "1767728061", "uncertainty": 120 }, "departure": { "time": "1767728061", "uncertainty": 120 }, "stopId": "0:AMPERE2", "stopSequence": 33 }, { "arrival": { "time": "1767728120", "uncertainty": 120 }, "departure": { "time": "1767728120", "uncertainty": 120 }, "stopId": "0:METZANI2", "stopSequence": 34 }, { "arrival": { "time": "1767728221", "uncertainty": 120 }, "departure": { "time": "1767728221", "uncertainty": 120 }, "stopId": "0:SEBASTO2", "stopSequence": 35 }, { "arrival": { "time": "1767728258", "uncertainty": 120 }, "departure": { "time": "1767728258", "uncertainty": 120 }, "stopId": "0:SOLIDAR2", "stopSequence": 36 }, { "arrival": { "time": "1767728322", "uncertainty": 120 }, "departure": { "time": "1767728322", "uncertainty": 120 }, "stopId": "0:DRAPIER2", "stopSequence": 37 }, { "arrival": { "time": "1767728385", "uncertainty": 120 }, "departure": { "time": "1767728385", "uncertainty": 120 }, "stopId": "0:SELLIER2", "stopSequence": 38 }, { "arrival": { "time": "1767728451", "uncertainty": 120 }, "departure": { "time": "1767728451", "uncertainty": 120 }, "stopId": "0:POTIERS2", "stopSequence": 39 }, { "arrival": { "time": "1767728512", "uncertainty": 120 }, "departure": { "time": "1767728512", "uncertainty": 120 }, "stopId": "0:SERRURR2", "stopSequence": 40 }, { "arrival": { "time": "1767728613", "uncertainty": 120 }, "stopId": "0:HSCHUMA1", "stopSequence": 41 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "17", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621535" } } }, { "id": "1621534", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722400", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1767722611", "uncertainty": 120 }, "departure": { "time": "1767722611", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1767722621", "uncertainty": 120 }, "departure": { "time": "1767722621", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1767722660", "uncertainty": 120 }, "departure": { "time": "1767722660", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1767722713", "uncertainty": 120 }, "departure": { "time": "1767722713", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1767722729", "uncertainty": 120 }, "departure": { "time": "1767722729", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1767722779", "uncertainty": 120 }, "departure": { "time": "1767722779", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1767722849", "uncertainty": 120 }, "departure": { "time": "1767722849", "uncertainty": 120 }, "stopId": "0:LILAS3", "stopSequence": 8 }, { "arrival": { "time": "1767722994", "uncertainty": 120 }, "departure": { "time": "1767722994", "uncertainty": 120 }, "stopId": "0:COUBERT2", "stopSequence": 9 }, { "arrival": { "time": "1767723050", "uncertainty": 120 }, "departure": { "time": "1767723050", "uncertainty": 120 }, "stopId": "0:SIMMI527", "stopSequence": 10 }, { "arrival": { "time": "1767723098", "uncertainty": 120 }, "departure": { "time": "1767723098", "uncertainty": 120 }, "stopId": "0:PONSARD1", "stopSequence": 11 }, { "arrival": { "time": "1767723144", "uncertainty": 120 }, "departure": { "time": "1767723144", "uncertainty": 120 }, "stopId": "0:CLMADER2", "stopSequence": 12 }, { "arrival": { "time": "1767723245", "uncertainty": 120 }, "departure": { "time": "1767723245", "uncertainty": 120 }, "stopId": "0:STEXUPE2", "stopSequence": 13 }, { "arrival": { "time": "1767723290", "uncertainty": 120 }, "departure": { "time": "1767723290", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 14 }, { "arrival": { "time": "1767723345", "uncertainty": 120 }, "departure": { "time": "1767723345", "uncertainty": 120 }, "stopId": "0:MARCSAN1", "stopSequence": 15 }, { "arrival": { "time": "1767723385", "uncertainty": 120 }, "departure": { "time": "1767723385", "uncertainty": 120 }, "stopId": "0:19NOV01", "stopSequence": 16 }, { "arrival": { "time": "1767723428", "uncertainty": 120 }, "departure": { "time": "1767723428", "uncertainty": 120 }, "stopId": "0:SUGNON1", "stopSequence": 17 }, { "arrival": { "time": "1767723472", "uncertainty": 120 }, "departure": { "time": "1767723472", "uncertainty": 120 }, "stopId": "0:LYAUTE99", "stopSequence": 18 }, { "arrival": { "time": "1767723544", "uncertainty": 120 }, "departure": { "time": "1767723544", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 19 }, { "arrival": { "time": "1767723610", "uncertainty": 120 }, "departure": { "time": "1767723610", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 20 }, { "arrival": { "time": "1767723687", "uncertainty": 120 }, "departure": { "time": "1767723687", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 21 }, { "arrival": { "time": "1767723742", "uncertainty": 120 }, "departure": { "time": "1767723742", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 22 }, { "arrival": { "time": "1767723852", "uncertainty": 120 }, "departure": { "time": "1767723852", "uncertainty": 120 }, "stopId": "0:LOTHAIR3", "stopSequence": 23 }, { "arrival": { "time": "1767723896", "uncertainty": 120 }, "departure": { "time": "1767723896", "uncertainty": 120 }, "stopId": "0:PISCINE2", "stopSequence": 24 }, { "arrival": { "time": "1767723961", "uncertainty": 120 }, "departure": { "time": "1767723961", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 25 }, { "arrival": { "time": "1767724009", "uncertainty": 120 }, "departure": { "time": "1767724009", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 26 }, { "arrival": { "time": "1767724047", "uncertainty": 120 }, "departure": { "time": "1767724047", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 27 }, { "arrival": { "time": "1767724128", "uncertainty": 120 }, "departure": { "time": "1767724128", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 28 }, { "arrival": { "time": "1767724226", "uncertainty": 120 }, "departure": { "time": "1767724226", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 29 }, { "arrival": { "time": "1767724319", "uncertainty": 120 }, "departure": { "time": "1767724319", "uncertainty": 120 }, "stopId": "0:SYMPHON3", "stopSequence": 30 }, { "arrival": { "time": "1767724378", "uncertainty": 120 }, "departure": { "time": "1767724378", "uncertainty": 120 }, "stopId": "0:MARCONI2", "stopSequence": 31 }, { "arrival": { "time": "1767724415", "uncertainty": 120 }, "departure": { "time": "1767724415", "uncertainty": 120 }, "stopId": "0:ARAGO035", "stopSequence": 32 }, { "arrival": { "time": "1767724504", "uncertainty": 120 }, "departure": { "time": "1767724504", "uncertainty": 120 }, "stopId": "0:AMPERE2", "stopSequence": 33 }, { "arrival": { "time": "1767724563", "uncertainty": 120 }, "departure": { "time": "1767724563", "uncertainty": 120 }, "stopId": "0:METZANI2", "stopSequence": 34 }, { "arrival": { "time": "1767724664", "uncertainty": 120 }, "departure": { "time": "1767724664", "uncertainty": 120 }, "stopId": "0:SEBASTO2", "stopSequence": 35 }, { "arrival": { "time": "1767724704", "uncertainty": 120 }, "departure": { "time": "1767724704", "uncertainty": 120 }, "stopId": "0:SOLIDAR2", "stopSequence": 36 }, { "arrival": { "time": "1767724769", "uncertainty": 120 }, "departure": { "time": "1767724769", "uncertainty": 120 }, "stopId": "0:DRAPIER2", "stopSequence": 37 }, { "arrival": { "time": "1767724833", "uncertainty": 120 }, "departure": { "time": "1767724833", "uncertainty": 120 }, "stopId": "0:SELLIER2", "stopSequence": 38 }, { "arrival": { "time": "1767724900", "uncertainty": 120 }, "departure": { "time": "1767724900", "uncertainty": 120 }, "stopId": "0:POTIERS2", "stopSequence": 39 }, { "arrival": { "time": "1767724962", "uncertainty": 120 }, "departure": { "time": "1767724962", "uncertainty": 120 }, "stopId": "0:SERRURR2", "stopSequence": 40 }, { "arrival": { "time": "1767725064", "uncertainty": 120 }, "stopId": "0:HSCHUMA1", "stopSequence": 41 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "17", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621534" }, "vehicle": { "id": "892", "label": "892" } } }, { "id": "1625013", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725100" }, "stopId": "0:PRILLE2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "89", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625013" } } }, { "id": "1625010", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767724320" }, "stopId": "0:SCHAZEL1", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "89", "scheduleRelationship": "SCHEDULED", "tripId": "0_21625010" } } }, { "id": "1621487", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767722656", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1767722731", "uncertainty": 120 }, "departure": { "time": "1767722731", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1767722821", "uncertainty": 120 }, "departure": { "time": "1767722821", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1767722908", "uncertainty": 120 }, "departure": { "time": "1767722908", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1767722997", "uncertainty": 120 }, "departure": { "time": "1767722997", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1767723120", "uncertainty": 120 }, "departure": { "time": "1767723120", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1767723206", "uncertainty": 120 }, "departure": { "time": "1767723206", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1767723289", "uncertainty": 120 }, "departure": { "time": "1767723289", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1767723366", "uncertainty": 120 }, "departure": { "time": "1767723366", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1767723431", "uncertainty": 120 }, "departure": { "time": "1767723431", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1767723491", "uncertainty": 120 }, "departure": { "time": "1767723491", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1767723581", "uncertainty": 120 }, "departure": { "time": "1767723581", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 12 }, { "arrival": { "time": "1767723723", "uncertainty": 120 }, "departure": { "time": "1767723723", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1767723831", "uncertainty": 120 }, "departure": { "time": "1767723831", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1767723924", "uncertainty": 120 }, "departure": { "time": "1767723924", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1767724000", "uncertainty": 120 }, "departure": { "time": "1767724000", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1767724080", "uncertainty": 120 }, "departure": { "time": "1767724080", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1767724158", "uncertainty": 120 }, "departure": { "time": "1767724158", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1767724238", "uncertainty": 120 }, "departure": { "time": "1767724238", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1767724314", "uncertainty": 120 }, "departure": { "time": "1767724314", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1767724421", "uncertainty": 120 }, "departure": { "time": "1767724421", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1767724509", "uncertainty": 120 }, "departure": { "time": "1767724509", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1767724573", "uncertainty": 120 }, "departure": { "time": "1767724573", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1767724650", "uncertainty": 120 }, "departure": { "time": "1767724650", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1767724763", "uncertainty": 120 }, "departure": { "time": "1767724763", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 25 }, { "arrival": { "time": "1767724878", "uncertainty": 120 }, "departure": { "time": "1767724878", "uncertainty": 120 }, "stopId": "0:FEI01", "stopSequence": 26 }, { "arrival": { "time": "1767724941", "uncertainty": 120 }, "departure": { "time": "1767724941", "uncertainty": 120 }, "stopId": "0:SER01", "stopSequence": 27 }, { "arrival": { "time": "1767725109", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 28 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621487" }, "vehicle": { "id": "1311", "label": "1311" } } }, { "id": "1621486", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767721500", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1767721549", "uncertainty": 120 }, "departure": { "time": "1767721561", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1767721643", "uncertainty": 120 }, "departure": { "time": "1767721651", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1767721764", "uncertainty": 120 }, "departure": { "time": "1767721771", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1767721866", "uncertainty": 120 }, "departure": { "time": "1767721891", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1767722003", "uncertainty": 120 }, "departure": { "time": "1767722011", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1767722095", "uncertainty": 120 }, "departure": { "time": "1767722101", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1767722183", "uncertainty": 120 }, "departure": { "time": "1767722191", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1767722265", "uncertainty": 120 }, "departure": { "time": "1767722281", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1767722341", "uncertainty": 120 }, "departure": { "time": "1767722341", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1767722401", "uncertainty": 120 }, "departure": { "time": "1767722431", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1767722521", "uncertainty": 120 }, "departure": { "time": "1767722521", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 12 }, { "arrival": { "time": "1767722661", "uncertainty": 120 }, "departure": { "time": "1767722661", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1767722767", "uncertainty": 120 }, "departure": { "time": "1767722767", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1767722859", "uncertainty": 120 }, "departure": { "time": "1767722859", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1767722935", "uncertainty": 120 }, "departure": { "time": "1767722935", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1767723014", "uncertainty": 120 }, "departure": { "time": "1767723014", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1767723090", "uncertainty": 120 }, "departure": { "time": "1767723090", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1767723166", "uncertainty": 120 }, "departure": { "time": "1767723166", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1767723254", "uncertainty": 120 }, "departure": { "time": "1767723254", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1767723343", "uncertainty": 120 }, "departure": { "time": "1767723343", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1767723423", "uncertainty": 120 }, "departure": { "time": "1767723423", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1767723491", "uncertainty": 120 }, "departure": { "time": "1767723491", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1767723570", "uncertainty": 120 }, "departure": { "time": "1767723570", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1767723674", "uncertainty": 120 }, "departure": { "time": "1767723674", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 25 }, { "arrival": { "time": "1767723764", "uncertainty": 120 }, "departure": { "time": "1767723764", "uncertainty": 120 }, "stopId": "0:FEI01", "stopSequence": 26 }, { "arrival": { "time": "1767723824", "uncertainty": 120 }, "departure": { "time": "1767723824", "uncertainty": 120 }, "stopId": "0:SER01", "stopSequence": 27 }, { "arrival": { "time": "1767723992", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 28 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621486" }, "vehicle": { "id": "2144", "label": "2144" } } }, { "id": "1621485", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767720281", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1767720311", "uncertainty": 120 }, "departure": { "time": "1767720311", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1767720398", "uncertainty": 120 }, "departure": { "time": "1767720402", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1767720488", "uncertainty": 120 }, "departure": { "time": "1767720492", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1767720569", "uncertainty": 120 }, "departure": { "time": "1767720581", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1767720700", "uncertainty": 120 }, "departure": { "time": "1767720701", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1767720768", "uncertainty": 120 }, "departure": { "time": "1767720791", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1767720868", "uncertainty": 120 }, "departure": { "time": "1767720911", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1767720971", "uncertainty": 120 }, "departure": { "time": "1767720971", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1767721036", "uncertainty": 120 }, "departure": { "time": "1767721036", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1767721099", "uncertainty": 120 }, "departure": { "time": "1767721099", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1767721181", "uncertainty": 120 }, "departure": { "time": "1767721211", "uncertainty": 120 }, "stopId": "0:MOY01", "stopSequence": 12 }, { "arrival": { "time": "1767721331", "uncertainty": 120 }, "departure": { "time": "1767721361", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1767721443", "uncertainty": 120 }, "departure": { "time": "1767721451", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1767721541", "uncertainty": 120 }, "departure": { "time": "1767721585", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1767721645", "uncertainty": 120 }, "departure": { "time": "1767721662", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1767721727", "uncertainty": 120 }, "departure": { "time": "1767721751", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1767721811", "uncertainty": 120 }, "departure": { "time": "1767721811", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1767721891", "uncertainty": 120 }, "departure": { "time": "1767721901", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1767721987", "uncertainty": 120 }, "departure": { "time": "1767721991", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1767722077", "uncertainty": 120 }, "departure": { "time": "1767722082", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1767722141", "uncertainty": 120 }, "departure": { "time": "1767722141", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1767722210", "uncertainty": 120 }, "departure": { "time": "1767722210", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1767722289", "uncertainty": 120 }, "departure": { "time": "1767722291", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1767722393", "uncertainty": 120 }, "departure": { "time": "1767722471", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 25 }, { "arrival": { "time": "1767722558", "uncertainty": 120 }, "departure": { "time": "1767722561", "uncertainty": 120 }, "stopId": "0:FEI01", "stopSequence": 26 }, { "arrival": { "time": "1767722621", "uncertainty": 120 }, "departure": { "time": "1767722621", "uncertainty": 120 }, "stopId": "0:SER01", "stopSequence": 27 }, { "arrival": { "time": "1767722783", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 28 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621485" }, "vehicle": { "id": "1320", "label": "1320" } } }, { "id": "1624807", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725580" }, "stopId": "0:MNVE2", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 1, "routeId": "88", "scheduleRelationship": "SCHEDULED", "tripId": "0_21624807" } } }, { "id": "1621489", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767725280", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621489" } } }, { "id": "1621488", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767723900", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1767722656", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_21621488" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1767722656" } }