Détails de la ressource

Nom du fichier : irigo-angers-gtfs-trip-updates
Format : gtfs-rt

Prochains passages aux arrêts du réseau bus-tram Irigo

Cette ressource fait partie du jeu de données Réseau urbain Irigo.

Disponibilité au téléchargement

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

2 625 erreurs, 1 048 avertissements

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

Erreurs

Not in POSIX time E001 5 erreurs

All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC)

Exemples d'erreurs
  • trip_id 3254 stop_sequence 6 departure_time 0 is not POSIX time
  • trip_id 30172 stop_sequence 21 departure_time 0 is not POSIX time
  • trip_id 3458 stop_sequence 3 departure_time 0 is not POSIX time
  • trip_id 3558 stop_sequence 11 departure_time 0 is not POSIX time
  • trip_id 3354D stop_sequence 17 departure_time 0 is not POSIX time

stop_times_updates not strictly sorted E002 4 erreurs

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

Exemples d'erreurs
  • trip_id 6257472 stop_sequence [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 10] is not strictly sorted by increasing stop_sequence
  • trip_id 6257534 stop_sequence [0, 1, 2, 3, 4, 5, 6, 7, 8, 8] is not strictly sorted by increasing stop_sequence
  • trip_id 6257471 stop_sequence [16, 16] is not strictly sorted by increasing stop_sequence
  • trip_id 6258243 stop_sequence [28, 29, 30, 31, 32, 33, 33] is not strictly sorted by increasing stop_sequence

Sequential stop_time_update times are not increasing E022 516 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 6257552 stop_sequence 13 arrival_time 08:58:00 (1771574280) is less than previous stop arrival_time 08:59:15 (1771574355) - times must increase between two sequential stops
  • trip_id 6257552 stop_sequence 13 arrival_time 08:58:00 (1771574280) is less than previous stop departure_time 08:59:15 (1771574355) - times must increase between two sequential stops
  • trip_id 6257552 stop_sequence 13 departure_time 08:58:00 (1771574280) is less than previous stop departure_time 08:59:15 (1771574355) - times must increase between two sequential stops
  • trip_id 6257552 stop_sequence 13 departure_time 08:58:00 (1771574280) is less than previous stop arrival_time 08:59:15 (1771574355) - times must increase between two sequential stops
  • trip_id 6257552 stop_sequence 17 arrival_time 09:01:07 (1771574467) is less than previous stop arrival_time 09:01:57 (1771574517) - times must increase between two sequential stops

stop_time_update departure time is before arrival time E025 5 erreurs

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.

Exemples d'erreurs
  • trip_id 3254 stop_sequence 6 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:12:37 (1771571557) - departure time must be equal to or greater than arrival time
  • trip_id 30172 stop_sequence 21 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:12:36 (1771571556) - departure time must be equal to or greater than arrival time
  • trip_id 3458 stop_sequence 3 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:12:28 (1771571548) - departure time must be equal to or greater than arrival time
  • trip_id 3558 stop_sequence 11 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:12:39 (1771571559) - departure time must be equal to or greater than arrival time
  • trip_id 3354D stop_sequence 17 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:11:57 (1771571517) - departure time must be equal to or greater than arrival time

Sequential stop_time_updates have the same stop_sequence E036 4 erreurs

Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence

Exemples d'erreurs
  • trip_id 6257472 has repeating stop_sequence 10 - stop_sequence must increase for each stop_time_update
  • trip_id 6257534 has repeating stop_sequence 8 - stop_sequence must increase for each stop_time_update
  • trip_id 6257471 has repeating stop_sequence 16 - stop_sequence must increase for each stop_time_update
  • trip_id 6258243 has repeating stop_sequence 33 - stop_sequence must increase for each stop_time_update

Sequential stop_time_updates have the same stop_id E037 3 erreurs

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

Exemples d'erreurs
  • trip_id 6257472 has repeating stop_id AUVERGNE at stop_sequence 10 - sequential stop_ids should be different
  • trip_id 6257534 has repeating stop_id AUVERGNE at stop_sequence 8 - sequential stop_ids should be different
  • trip_id 6257471 has repeating stop_id MIMOSAS at stop_sequence 16 - sequential stop_ids should be different

GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 2 066 erreurs

If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt

Exemples d'erreurs
  • GTFS-rt trip_id 6257552 stop_sequence 11 has stop_id VDLOIRE but GTFS stop_sequence 11 has stop_id BEAUMAN - stop_ids should be the same
  • GTFS-rt trip_id 6257552 stop_sequence 12 has stop_id ECLATERI but GTFS stop_sequence 12 has stop_id LAFAUVEL - stop_ids should be the same
  • GTFS-rt trip_id 6257552 stop_sequence 13 has stop_id BEAUMAN but GTFS stop_sequence 13 has stop_id PARMENTI - stop_ids should be the same
  • GTFS-rt trip_id 6257552 stop_sequence 14 has stop_id LAFAUVEL but GTFS stop_sequence 14 has stop_id PICAS - stop_ids should be the same
  • GTFS-rt trip_id 6257552 stop_sequence 15 has stop_id PARMENTI but GTFS stop_sequence 15 has stop_id JUSTICES - stop_ids should be the same

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

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

Exemples d'erreurs
  • GTFS-rt trip_id 3156C contains stop_sequence 12 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 3456 contains stop_sequence 23 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 6257894 contains stop_sequence 68 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 6258514 contains stop_sequence 86 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 6258262 contains stop_sequence 59 that does not exist in GTFS stop_times.txt for this trip

Avertissements

timestamp not populated W001 265 erreurs

Timestamps should be populated for all elements

Exemples d'erreurs
  • trip_id 6257744 does not have a timestamp
  • trip_id 6258720 does not have a timestamp
  • trip_id 6257552 does not have a timestamp
  • trip_id 6543549 does not have a timestamp
  • trip_id 6540929 does not have a timestamp

vehicle_id not populated W002 265 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

Exemples d'erreurs
  • trip_id 6257744 does not have a vehicle_id
  • trip_id 6258720 does not have a vehicle_id
  • trip_id 6257552 does not have a vehicle_id
  • trip_id 6543549 does not have a vehicle_id
  • trip_id 6540929 does not have a vehicle_id

schedule_relationship not populated W009 518 erreurs

trip.schedule_relationship and stop_time_update.schedule_relationship should be populated

Exemples d'erreurs
  • trip_id 6257744 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
  • trip_id 6257744 does not have a schedule_relationship
  • trip_id 6258720 stop_sequence 10 (and potentially more for this trip) does not have a schedule_relationship
  • trip_id 6258720 does not have a schedule_relationship
  • trip_id 6257552 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
Valider ce GTFS-RT maintenant

Validations précédentes

Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.

Identifiant d'erreur Description Nombre d'erreurs Nombre d'occurences
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 5 855 29 fois (100 % des validations)
E045 If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt 36 769 29 fois (100 % des validations)
W001 Timestamps should be populated for all elements 7 492 29 fois (100 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 7 492 29 fois (100 % des validations)
W009 trip.schedule_relationship and stop_time_update.schedule_relationship should be populated 14 905 29 fois (100 % des validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 442 26 fois (90 % 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. 302 25 fois (86 % des validations)
E001 All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) 277 24 fois (83 % des validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 53 15 fois (52 % des validations)
E036 Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence 57 15 fois (52 % des validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 34 9 fois (31 % des validations)
E011 All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt 1 1 fois (3 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 20/02/2026 à 13h05 Europe/Paris.

trip_updates (224) 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 20/02/2026 à 13h05 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "trip:6258062", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589156" }, "departure": { "time": "1771589156" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771589214" }, "departure": { "time": "1771589214" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771589286" }, "departure": { "time": "1771589286" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771589326" }, "departure": { "time": "1771589326" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771589412" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258062" } } }, { "id": "trip:6544046", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589160" }, "scheduleRelationship": "SKIPPED", "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771589142" }, "departure": { "time": "1771589142" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771589408" }, "departure": { "time": "1771589408" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771589277" }, "departure": { "time": "1771589277" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771589417" }, "departure": { "time": "1771589417" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771589496" }, "departure": { "time": "1771589496" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771589588" }, "departure": { "time": "1771589760" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771589940" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544046" } } }, { "id": "trip:6053950", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590240" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771590325" }, "departure": { "time": "1771590325" }, "stopId": "CLEMOI-E", "stopSequence": 1 }, { "arrival": { "time": "1771590602" }, "departure": { "time": "1771590602" }, "stopId": "BRISEP-E", "stopSequence": 2 }, { "arrival": { "time": "1771590720" }, "departure": { "time": "1771590720" }, "stopId": "CHATEN-E", "stopSequence": 3 }, { "arrival": { "time": "1771590840" }, "departure": { "time": "1771590840" }, "stopId": "SEPSON-E", "stopSequence": 4 }, { "arrival": { "time": "1771590925" }, "departure": { "time": "1771590925" }, "stopId": "RTEPAR-E", "stopSequence": 5 }, { "arrival": { "time": "1771590986" }, "departure": { "time": "1771590986" }, "stopId": "PROVIN-E", "stopSequence": 6 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "PARCEX-E", "stopSequence": 7 }, { "arrival": { "time": "1771591347" }, "departure": { "time": "1771591347" }, "stopId": "CARREA-E", "stopSequence": 8 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591380" }, "stopId": "MILLAR-E", "stopSequence": 9 }, { "arrival": { "time": "1771591414" }, "departure": { "time": "1771591414" }, "stopId": "BASMOR-E", "stopSequence": 10 }, { "arrival": { "time": "1771591460" }, "departure": { "time": "1771591460" }, "stopId": "CHABLA-E", "stopSequence": 11 }, { "arrival": { "time": "1771591499" }, "departure": { "time": "1771591499" }, "stopId": "UNION-E", "stopSequence": 12 }, { "arrival": { "time": "1771591560" }, "departure": { "time": "1771591560" }, "stopId": "SSYMAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771591641" }, "departure": { "time": "1771591641" }, "stopId": "LECLSYLV", "stopSequence": 14 }, { "arrival": { "time": "1771591688" }, "departure": { "time": "1771591688" }, "stopId": "FRANCAIS", "stopSequence": 15 }, { "arrival": { "time": "1771591748" }, "departure": { "time": "1771591748" }, "stopId": "V.HUGO-E", "stopSequence": 16 }, { "arrival": { "time": "1771591809" }, "departure": { "time": "1771591809" }, "stopId": "ANBRUE-E", "stopSequence": 17 }, { "arrival": { "time": "1771591863" }, "departure": { "time": "1771591863" }, "stopId": "GAUGUI-E", "stopSequence": 18 }, { "arrival": { "time": "1771591920" }, "stopId": "STSYCHVE", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053950" } } }, { "id": "trip:6257977", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590240" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771590326" }, "departure": { "time": "1771590326" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771590370" }, "departure": { "time": "1771590370" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771590407" }, "departure": { "time": "1771590407" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771590434" }, "departure": { "time": "1771590434" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771590540" }, "departure": { "time": "1771590540" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771590585" }, "departure": { "time": "1771590585" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771590646" }, "departure": { "time": "1771590646" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771590689" }, "departure": { "time": "1771590689" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771590736" }, "departure": { "time": "1771590736" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771590780" }, "departure": { "time": "1771590780" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771590835" }, "departure": { "time": "1771590835" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771590889" }, "departure": { "time": "1771590889" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771590955" }, "departure": { "time": "1771590955" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771591030" }, "departure": { "time": "1771591030" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771591089" }, "departure": { "time": "1771591089" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771591212" }, "departure": { "time": "1771591212" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771591295" }, "departure": { "time": "1771591295" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771591354" }, "departure": { "time": "1771591354" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771591425" }, "departure": { "time": "1771591425" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771591521" }, "departure": { "time": "1771591521" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771591562" }, "departure": { "time": "1771591562" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771591620" }, "departure": { "time": "1771591620" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771591687" }, "departure": { "time": "1771591687" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771591807" }, "departure": { "time": "1771591807" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771591860" }, "departure": { "time": "1771591920" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771592007" }, "departure": { "time": "1771592007" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771592049" }, "departure": { "time": "1771592049" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771592160" }, "departure": { "time": "1771592160" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771592262" }, "departure": { "time": "1771592262" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771592329" }, "departure": { "time": "1771592329" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771592371" }, "departure": { "time": "1771592371" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771592492" }, "departure": { "time": "1771592492" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771592532" }, "departure": { "time": "1771592532" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771592520" }, "departure": { "time": "1771592520" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771592573" }, "departure": { "time": "1771592573" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771592632" }, "departure": { "time": "1771592632" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771592634" }, "departure": { "time": "1771592634" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771592703" }, "departure": { "time": "1771592703" }, "stopId": "FARCSJ-E", "stopSequence": 40 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257977" } } }, { "id": "trip:6052760", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589031" }, "departure": { "time": "1771589031" }, "stopId": "ERIGNE-E", "stopSequence": 9 }, { "arrival": { "time": "1771589121" }, "departure": { "time": "1771589121" }, "stopId": "LEVESQ-E", "stopSequence": 10 }, { "arrival": { "time": "1771589149" }, "departure": { "time": "1771589149" }, "stopId": "MURSHV-E", "stopSequence": 11 }, { "arrival": { "time": "1771589217" }, "departure": { "time": "1771589217" }, "stopId": "CARMET-E", "stopSequence": 12 }, { "arrival": { "time": "1771589294" }, "departure": { "time": "1771589294" }, "stopId": "LECOTE-E", "stopSequence": 13 }, { "arrival": { "time": "1771589343" }, "departure": { "time": "1771589343" }, "stopId": "LABUIS-E", "stopSequence": 14 }, { "arrival": { "time": "1771589392" }, "stopId": "HTDEMURS", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052760" } } }, { "id": "trip:6544463", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589065" }, "departure": { "time": "1771589065" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771589109" }, "departure": { "time": "1771589125" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771589293" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544463" } } }, { "id": "trip:6545007", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590780" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771590952" }, "departure": { "time": "1771590952" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771591060" }, "departure": { "time": "1771591060" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771591152" }, "departure": { "time": "1771591152" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771591230" }, "departure": { "time": "1771591230" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771591327" }, "departure": { "time": "1771591327" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771591420" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545007" } } }, { "id": "trip:6257751", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589025" }, "departure": { "time": "1771589056" }, "stopId": "PAVILLO", "stopSequence": 41 }, { "arrival": { "time": "1771589095" }, "departure": { "time": "1771589095" }, "stopId": "LHOIRI-D", "stopSequence": 42 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257751" } } }, { "id": "trip:6257992", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589033" }, "departure": { "time": "1771589050" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771589110" }, "departure": { "time": "1771589110" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771589118" }, "departure": { "time": "1771589118" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771589179" }, "departure": { "time": "1771589179" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771589222" }, "departure": { "time": "1771589222" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771589258" }, "departure": { "time": "1771589258" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771589282" }, "departure": { "time": "1771589282" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771589320" }, "departure": { "time": "1771589320" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771589368" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257992" } } }, { "id": "trip:6258484", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592400" }, "stopId": "VERNUSSO", "stopSequence": 0 }, { "arrival": { "time": "1771592509" }, "departure": { "time": "1771592509" }, "stopId": "POUILLE", "stopSequence": 1 }, { "arrival": { "time": "1771592545" }, "departure": { "time": "1771592545" }, "stopId": "PATUREAU", "stopSequence": 2 }, { "arrival": { "time": "1771592603" }, "departure": { "time": "1771592603" }, "stopId": "FRANVILL", "stopSequence": 4 }, { "arrival": { "time": "1771592640" }, "departure": { "time": "1771592640" }, "stopId": "GGESSAND", "stopSequence": 5 }, { "arrival": { "time": "1771592681" }, "departure": { "time": "1771592681" }, "stopId": "MACURIE", "stopSequence": 6 }, { "arrival": { "time": "1771592719" }, "departure": { "time": "1771592719" }, "stopId": "JEROSTAN", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258484" } } }, { "id": "trip:6257903", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589073" }, "departure": { "time": "1771589106" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771589118" }, "departure": { "time": "1771589120" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771589148" }, "departure": { "time": "1771589148" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771589184" }, "departure": { "time": "1771589184" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771589249" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257903" } } }, { "id": "trip:6258468", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589034" }, "departure": { "time": "1771589057" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1771589102" }, "departure": { "time": "1771589102" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1771589131" }, "departure": { "time": "1771589131" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771589226" }, "departure": { "time": "1771589226" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1771589354" }, "departure": { "time": "1771589354" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1771589423" }, "departure": { "time": "1771589423" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1771589448" }, "departure": { "time": "1771589448" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1771589545" }, "departure": { "time": "1771589545" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1771589594" }, "departure": { "time": "1771589594" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771589717" }, "departure": { "time": "1771589717" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1771589804" }, "departure": { "time": "1771589804" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1771589841" }, "departure": { "time": "1771589841" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1771589912" }, "departure": { "time": "1771589912" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1771589965" }, "departure": { "time": "1771589965" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1771590011" }, "departure": { "time": "1771590011" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1771590077" }, "departure": { "time": "1771590077" }, "stopId": "LAVOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771590181" }, "departure": { "time": "1771590181" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1771590223" }, "departure": { "time": "1771590223" }, "stopId": "BAUDRA-E", "stopSequence": 47 }, { "arrival": { "time": "1771590302" }, "departure": { "time": "1771590302" }, "stopId": "ECURIE-E", "stopSequence": 48 }, { "arrival": { "time": "1771590372" }, "departure": { "time": "1771590372" }, "stopId": "RTSORGES", "stopSequence": 49 }, { "arrival": { "time": "1771590421" }, "stopId": "SORGES", "stopSequence": 50 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258468" } } }, { "id": "trip:6258536", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589071" }, "departure": { "time": "1771589071" }, "stopId": "GILLIE-E", "stopSequence": 79 }, { "arrival": { "time": "1771589100" }, "departure": { "time": "1771589131" }, "stopId": "ISORET-E", "stopSequence": 80 }, { "arrival": { "time": "1771589155" }, "departure": { "time": "1771589155" }, "stopId": "VANDE-E", "stopSequence": 81 }, { "arrival": { "time": "1771589206" }, "departure": { "time": "1771589206" }, "stopId": "ORMEAU-E", "stopSequence": 82 }, { "arrival": { "time": "1771589232" }, "departure": { "time": "1771589232" }, "stopId": "CRBLAN-E", "stopSequence": 83 }, { "arrival": { "time": "1771589288" }, "departure": { "time": "1771589288" }, "stopId": "CHATEL-E", "stopSequence": 84 }, { "arrival": { "time": "1771589339" }, "departure": { "time": "1771589339" }, "stopId": "BANCHA-E", "stopSequence": 85 }, { "arrival": { "time": "1771589402" }, "departure": { "time": "1771589402" }, "stopId": "JARDF-E", "stopSequence": 86 }, { "arrival": { "time": "1771589442" }, "departure": { "time": "1771589442" }, "stopId": "SAILLE-E", "stopSequence": 87 }, { "arrival": { "time": "1771589519" }, "stopId": "SAUBIN", "stopSequence": 88 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258536" } } }, { "id": "trip:6543576", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592340" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771592422" }, "departure": { "time": "1771592422" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771592508" }, "departure": { "time": "1771592508" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771592680" }, "departure": { "time": "1771592680" }, "stopId": "2BRIS", "stopSequence": 3 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543576" } } }, { "id": "trip:6544469", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591320" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771591500" }, "departure": { "time": "1771591500" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771591622" }, "departure": { "time": "1771591622" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771591680" }, "departure": { "time": "1771591680" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771591742" }, "departure": { "time": "1771591742" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771591815" }, "departure": { "time": "1771591815" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771591870" }, "departure": { "time": "1771591870" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771592040" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544469" } } }, { "id": "trip:6258469", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589057" }, "departure": { "time": "1771589057" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1771589072" }, "departure": { "time": "1771589072" }, "stopId": "BELOEIL", "stopSequence": 10 }, { "arrival": { "time": "1771589132" }, "departure": { "time": "1771589132" }, "stopId": "JOLIVETT", "stopSequence": 11 }, { "arrival": { "time": "1771589144" }, "departure": { "time": "1771589144" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1771589213" }, "departure": { "time": "1771589213" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1771589250" }, "departure": { "time": "1771589250" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1771589300" }, "departure": { "time": "1771589300" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1771589330" }, "departure": { "time": "1771589330" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1771589367" }, "departure": { "time": "1771589367" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1771589401" }, "departure": { "time": "1771589401" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1771589493" }, "departure": { "time": "1771589493" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1771589549" }, "departure": { "time": "1771589549" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1771589596" }, "departure": { "time": "1771589596" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1771589630" }, "departure": { "time": "1771589630" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1771589688" }, "departure": { "time": "1771589688" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1771589726" }, "departure": { "time": "1771589726" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1771589773" }, "departure": { "time": "1771589773" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1771590023" }, "departure": { "time": "1771590023" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771590092" }, "departure": { "time": "1771590092" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771590196" }, "departure": { "time": "1771590196" }, "stopId": "LOHUIT", "stopSequence": 28 }, { "arrival": { "time": "1771590332" }, "departure": { "time": "1771590332" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1771590412" }, "departure": { "time": "1771590412" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1771590482" }, "departure": { "time": "1771590482" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771590532" }, "departure": { "time": "1771590532" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1771590660" }, "departure": { "time": "1771590660" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1771590729" }, "departure": { "time": "1771590729" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1771590754" }, "departure": { "time": "1771590754" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1771590851" }, "departure": { "time": "1771590851" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1771590900" }, "departure": { "time": "1771590900" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771591023" }, "departure": { "time": "1771591023" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1771591110" }, "departure": { "time": "1771591110" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1771591160" }, "departure": { "time": "1771591160" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1771591231" }, "departure": { "time": "1771591231" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1771591284" }, "departure": { "time": "1771591284" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1771591330" }, "departure": { "time": "1771591330" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1771591396" }, "departure": { "time": "1771591396" }, "stopId": "LAVOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771591500" }, "departure": { "time": "1771591500" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1771591580" }, "departure": { "time": "1771591580" }, "stopId": "GUILLEB.", "stopSequence": 47 }, { "arrival": { "time": "1771591619" }, "departure": { "time": "1771591619" }, "stopId": "RONCIE-E", "stopSequence": 48 }, { "arrival": { "time": "1771591663" }, "departure": { "time": "1771591663" }, "stopId": "JEROST-E", "stopSequence": 49 }, { "arrival": { "time": "1771591702" }, "departure": { "time": "1771591702" }, "stopId": "MACURI-E", "stopSequence": 50 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "GGSAND-E", "stopSequence": 51 }, { "arrival": { "time": "1771591777" }, "departure": { "time": "1771591777" }, "stopId": "FRANVI-E", "stopSequence": 52 }, { "arrival": { "time": "1771591834" }, "departure": { "time": "1771591834" }, "stopId": "PATUR-E", "stopSequence": 54 }, { "arrival": { "time": "1771591875" }, "departure": { "time": "1771591875" }, "stopId": "POUILL-E", "stopSequence": 55 }, { "arrival": { "time": "1771591980" }, "stopId": "VERNUSSO", "stopSequence": 56 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258469" } } }, { "id": "trip:6258068", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771592095" }, "departure": { "time": "1771592095" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771592159" }, "departure": { "time": "1771592159" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771592252" }, "departure": { "time": "1771592252" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771592295" }, "departure": { "time": "1771592295" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771592340" }, "departure": { "time": "1771592340" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771592407" }, "departure": { "time": "1771592407" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771592456" }, "departure": { "time": "1771592456" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771592521" }, "departure": { "time": "1771592521" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771592596" }, "departure": { "time": "1771592596" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771592653" }, "departure": { "time": "1771592653" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592700" }, "stopId": "LEQUAI", "stopSequence": 11 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258068" } } }, { "id": "trip:4253", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589030" }, "departure": { "time": "1771589046" }, "stopId": "BOHABR-E", "stopSequence": 10 }, { "arrival": { "time": "1771589084" }, "departure": { "time": "1771589097" }, "stopId": "RUAU-E", "stopSequence": 11 }, { "arrival": { "time": "1771589220" }, "departure": { "time": "1771589220" }, "stopId": "BOHASA-E", "stopSequence": 12 }, { "arrival": { "time": "1771589275" }, "departure": { "time": "1771589275" }, "stopId": "BACHEM-E", "stopSequence": 13 }, { "arrival": { "time": "1771589330" }, "departure": { "time": "1771589330" }, "stopId": "BOHACE-E", "stopSequence": 14 }, { "arrival": { "time": "1771589630" }, "departure": { "time": "1771589630" }, "stopId": "SMATGD-E", "stopSequence": 15 }, { "arrival": { "time": "1771589690" }, "departure": { "time": "1771589690" }, "stopId": "SMATOF-E", "stopSequence": 16 } ], "trip": { "directionId": 1, "routeId": "42", "tripId": "4253" } } }, { "id": "trip:6053967", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589184" }, "departure": { "time": "1771589184" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1771589452" }, "departure": { "time": "1771589452" }, "stopId": "CLEMOINE", "stopSequence": 18 }, { "arrival": { "time": "1771589555" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053967" } } }, { "id": "trip:6541272", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591660" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771591810" }, "departure": { "time": "1771591810" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771591890" }, "departure": { "time": "1771591890" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771591980" }, "departure": { "time": "1771591980" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771592070" }, "departure": { "time": "1771592070" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771592180" }, "departure": { "time": "1771592180" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771592340" }, "departure": { "time": "1771592340" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771592430" }, "departure": { "time": "1771592430" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771592550" }, "departure": { "time": "1771592550" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771592630" }, "departure": { "time": "1771592630" }, "stopId": "1CAPU", "stopSequence": 11 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541272" } } }, { "id": "trip:6541271", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591060" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771591210" }, "departure": { "time": "1771591210" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771591290" }, "departure": { "time": "1771591290" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591380" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771591470" }, "departure": { "time": "1771591470" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771591580" }, "departure": { "time": "1771591580" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771591830" }, "departure": { "time": "1771591830" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771591950" }, "departure": { "time": "1771591950" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771592030" }, "departure": { "time": "1771592030" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771592150" }, "departure": { "time": "1771592150" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771592240" }, "departure": { "time": "1771592240" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771592360" }, "departure": { "time": "1771592360" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771592470" }, "departure": { "time": "1771592470" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771592570" }, "departure": { "time": "1771592570" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771592640" }, "departure": { "time": "1771592640" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771592710" }, "departure": { "time": "1771592710" }, "stopId": "1HARA", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541271" } } }, { "id": "trip:6544045", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589047" }, "departure": { "time": "1771589063" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771589107" }, "departure": { "time": "1771589137" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771589337" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544045" } } }, { "id": "trip:6052640", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589790" }, "departure": { "time": "1771589790" }, "scheduleRelationship": "SKIPPED", "stopId": "ZOLA", "stopSequence": 8 }, { "arrival": { "time": "1771589847" }, "departure": { "time": "1771589847" }, "scheduleRelationship": "SKIPPED", "stopId": "BELAIR", "stopSequence": 9 }, { "arrival": { "time": "1771590094" }, "departure": { "time": "1771590094" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOIR", "stopSequence": 22 }, { "arrival": { "time": "1771591262" }, "departure": { "time": "1771591262" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052640" } } }, { "id": "trip:6258422", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589037" }, "departure": { "time": "1771589068" }, "stopId": "HARAS-E", "stopSequence": 25 }, { "arrival": { "time": "1771589142" }, "departure": { "time": "1771589142" }, "stopId": "LESGAR-E", "stopSequence": 26 }, { "arrival": { "time": "1771589245" }, "departure": { "time": "1771589245" }, "stopId": "SEMARD-E", "stopSequence": 27 }, { "arrival": { "time": "1771589278" }, "departure": { "time": "1771589278" }, "stopId": "PONTNO-E", "stopSequence": 28 }, { "arrival": { "time": "1771589357" }, "departure": { "time": "1771589357" }, "stopId": "POIREL-E", "stopSequence": 29 }, { "arrival": { "time": "1771589448" }, "departure": { "time": "1771589448" }, "stopId": "VAUBAN-E", "stopSequence": 30 }, { "arrival": { "time": "1771589447" }, "departure": { "time": "1771589447" }, "stopId": "FREMUR-E", "stopSequence": 31 }, { "arrival": { "time": "1771589532" }, "departure": { "time": "1771589532" }, "stopId": "STRASB-E", "stopSequence": 32 }, { "arrival": { "time": "1771589641" }, "departure": { "time": "1771589641" }, "stopId": "LETAND-E", "stopSequence": 33 }, { "arrival": { "time": "1771589672" }, "departure": { "time": "1771589672" }, "stopId": "BEDIER-E", "stopSequence": 34 }, { "arrival": { "time": "1771589705" }, "departure": { "time": "1771589705" }, "stopId": "INTREP-E", "stopSequence": 35 }, { "arrival": { "time": "1771589736" }, "departure": { "time": "1771589736" }, "stopId": "MTARDA-E", "stopSequence": 36 }, { "arrival": { "time": "1771589775" }, "departure": { "time": "1771589775" }, "stopId": "AUBRY-E", "stopSequence": 37 }, { "arrival": { "time": "1771589826" }, "departure": { "time": "1771589826" }, "stopId": "COSSE-E", "stopSequence": 38 }, { "arrival": { "time": "1771589889" }, "departure": { "time": "1771589889" }, "stopId": "HUTREA-E", "stopSequence": 39 }, { "arrival": { "time": "1771589910" }, "departure": { "time": "1771589910" }, "stopId": "JOLIVE-E", "stopSequence": 40 }, { "arrival": { "time": "1771589965" }, "departure": { "time": "1771589965" }, "stopId": "BELOEI-E", "stopSequence": 41 }, { "arrival": { "time": "1771590001" }, "departure": { "time": "1771590001" }, "stopId": "RTEDAN-E", "stopSequence": 42 }, { "arrival": { "time": "1771590047" }, "departure": { "time": "1771590047" }, "stopId": "LESROS-E", "stopSequence": 43 }, { "arrival": { "time": "1771590120" }, "departure": { "time": "1771590120" }, "stopId": "LOUPIN-E", "stopSequence": 44 }, { "arrival": { "time": "1771590186" }, "departure": { "time": "1771590186" }, "stopId": "MASGEM-E", "stopSequence": 45 }, { "arrival": { "time": "1771590232" }, "departure": { "time": "1771590232" }, "stopId": "HOSGEM-E", "stopSequence": 46 }, { "arrival": { "time": "1771590296" }, "departure": { "time": "1771590296" }, "stopId": "CLOS9-E", "stopSequence": 47 }, { "arrival": { "time": "1771590343" }, "departure": { "time": "1771590343" }, "stopId": "VANRIE-E", "stopSequence": 48 }, { "arrival": { "time": "1771590397" }, "departure": { "time": "1771590397" }, "stopId": "PORTSG-E", "stopSequence": 49 }, { "arrival": { "time": "1771590426" }, "departure": { "time": "1771590426" }, "stopId": "LECHEN-E", "stopSequence": 50 }, { "arrival": { "time": "1771590481" }, "stopId": "ROMORNA", "stopSequence": 51 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258422" } } }, { "id": "trip:6541194", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591770" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771591890" }, "departure": { "time": "1771591890" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771592000" }, "departure": { "time": "1771592000" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771592120" }, "departure": { "time": "1771592120" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771592230" }, "departure": { "time": "1771592230" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771592320" }, "departure": { "time": "1771592320" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771592420" }, "departure": { "time": "1771592420" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771592520" }, "departure": { "time": "1771592520" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771592580" }, "departure": { "time": "1771592580" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771592680" }, "departure": { "time": "1771592680" }, "stopId": "2HDVA", "stopSequence": 9 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541194" } } }, { "id": "trip:6544204", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589041" }, "departure": { "time": "1771589081" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771589222" }, "departure": { "time": "1771589222" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771589298" }, "departure": { "time": "1771589298" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771589456" }, "departure": { "time": "1771589456" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771589535" }, "departure": { "time": "1771589535" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771589608" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544204" } } }, { "id": "trip:6258099", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589060" }, "departure": { "time": "1771589103" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1771589147" }, "departure": { "time": "1771589147" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771589195" }, "departure": { "time": "1771589195" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771589280" }, "departure": { "time": "1771589280" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771589342" }, "departure": { "time": "1771589342" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771589401" }, "departure": { "time": "1771589401" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771589476" }, "departure": { "time": "1771589476" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771589510" }, "departure": { "time": "1771589510" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771589581" }, "departure": { "time": "1771589581" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771589625" }, "departure": { "time": "1771589625" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771589683" }, "departure": { "time": "1771589683" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771589740" }, "departure": { "time": "1771589740" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771589789" }, "departure": { "time": "1771589789" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771589857" }, "departure": { "time": "1771589857" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771589929" }, "departure": { "time": "1771589929" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771589993" }, "departure": { "time": "1771589993" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771590025" }, "departure": { "time": "1771590025" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771590050" }, "departure": { "time": "1771590050" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771590102" }, "departure": { "time": "1771590102" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771590150" }, "departure": { "time": "1771590150" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771590182" }, "departure": { "time": "1771590182" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771590231" }, "departure": { "time": "1771590231" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771590289" }, "departure": { "time": "1771590289" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771590376" }, "departure": { "time": "1771590376" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771590456" }, "departure": { "time": "1771590456" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771590516" }, "departure": { "time": "1771590516" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771590591" }, "departure": { "time": "1771590591" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771590636" }, "departure": { "time": "1771590636" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771590700" }, "departure": { "time": "1771590700" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771590742" }, "departure": { "time": "1771590742" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771590790" }, "departure": { "time": "1771590790" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771590844" }, "departure": { "time": "1771590844" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771590886" }, "departure": { "time": "1771590886" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771591024" }, "departure": { "time": "1771591024" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771591064" }, "departure": { "time": "1771591064" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771591118" }, "departure": { "time": "1771591118" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771591169" }, "departure": { "time": "1771591169" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771591231" }, "departure": { "time": "1771591231" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771591268" }, "departure": { "time": "1771591268" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771591324" }, "departure": { "time": "1771591324" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771591365" }, "departure": { "time": "1771591365" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771591409" }, "departure": { "time": "1771591409" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771591507" }, "departure": { "time": "1771591507" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771591579" }, "departure": { "time": "1771591579" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771591624" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258099" } } }, { "id": "trip:6257419", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589071" }, "departure": { "time": "1771589071" }, "stopId": "LORRAIN2", "stopSequence": 0 }, { "arrival": { "time": "1771589140" }, "departure": { "time": "1771589140" }, "stopId": "MAIL-HDV", "stopSequence": 1 }, { "arrival": { "time": "1771589246" }, "departure": { "time": "1771589246" }, "stopId": "CLEMOI-E", "stopSequence": 2 }, { "arrival": { "time": "1771589332" }, "departure": { "time": "1771589332" }, "stopId": "MAISAR-E", "stopSequence": 3 }, { "arrival": { "time": "1771589400" }, "departure": { "time": "1771589400" }, "stopId": "LAREVE-E", "stopSequence": 4 }, { "arrival": { "time": "1771589488" }, "departure": { "time": "1771589488" }, "stopId": "MONTAIG", "stopSequence": 5 }, { "arrival": { "time": "1771589640" }, "departure": { "time": "1771589640" }, "stopId": "COUPER-E", "stopSequence": 6 }, { "arrival": { "time": "1771589712" }, "departure": { "time": "1771589712" }, "stopId": "MONTRJ-E", "stopSequence": 7 }, { "arrival": { "time": "1771589781" }, "departure": { "time": "1771589781" }, "stopId": "CAMELIAS", "stopSequence": 8 }, { "arrival": { "time": "1771589849" }, "departure": { "time": "1771589849" }, "stopId": "GATS-E", "stopSequence": 9 }, { "arrival": { "time": "1771589905" }, "departure": { "time": "1771589905" }, "stopId": "MAISON-E", "stopSequence": 10 }, { "arrival": { "time": "1771589958" }, "departure": { "time": "1771589958" }, "stopId": "COINTR-E", "stopSequence": 11 }, { "arrival": { "time": "1771590060" }, "departure": { "time": "1771590060" }, "stopId": "BOISRI-E", "stopSequence": 12 }, { "arrival": { "time": "1771590113" }, "departure": { "time": "1771590113" }, "stopId": "CHANTR-E", "stopSequence": 13 }, { "arrival": { "time": "1771590160" }, "departure": { "time": "1771590160" }, "stopId": "COLOM-E", "stopSequence": 14 }, { "arrival": { "time": "1771590207" }, "departure": { "time": "1771590207" }, "stopId": "HELBO-E", "stopSequence": 15 }, { "arrival": { "time": "1771590240" }, "departure": { "time": "1771590300" }, "stopId": "POLE49", "stopSequence": 16 }, { "arrival": { "time": "1771590480" }, "stopId": "EXPO-ZI", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "11", "tripId": "6257419" } } }, { "id": "trip:6544467", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590720" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771590900" }, "departure": { "time": "1771590900" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771591022" }, "departure": { "time": "1771591022" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771591142" }, "departure": { "time": "1771591142" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771591215" }, "departure": { "time": "1771591215" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771591270" }, "departure": { "time": "1771591270" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771591440" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544467" } } }, { "id": "trip:3357", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589038" }, "departure": { "time": "1771589044" }, "stopId": "ZARTIS-E", "stopSequence": 18 }, { "arrival": { "time": "1771589280" }, "departure": { "time": "1771589280" }, "stopId": "CRBEAU-E", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "33", "tripId": "3357" } } }, { "id": "trip:6258546", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589040" }, "departure": { "time": "1771589040" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1771589115" }, "departure": { "time": "1771589132" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1771589169" }, "departure": { "time": "1771589169" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1771589170" }, "departure": { "time": "1771589170" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1771589202" }, "departure": { "time": "1771589202" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1771589267" }, "departure": { "time": "1771589267" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1771589319" }, "departure": { "time": "1771589319" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1771589357" }, "departure": { "time": "1771589357" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1771589431" }, "departure": { "time": "1771589431" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1771589475" }, "departure": { "time": "1771589520" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1771589608" }, "departure": { "time": "1771589608" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1771589660" }, "departure": { "time": "1771589660" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1771589723" }, "departure": { "time": "1771589723" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1771589776" }, "departure": { "time": "1771589776" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1771589831" }, "departure": { "time": "1771589831" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1771589888" }, "departure": { "time": "1771589888" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771589940" }, "departure": { "time": "1771589940" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1771589985" }, "departure": { "time": "1771589985" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1771590026" }, "departure": { "time": "1771590026" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1771590088" }, "departure": { "time": "1771590088" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1771590120" }, "departure": { "time": "1771590120" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1771590186" }, "departure": { "time": "1771590186" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1771590263" }, "departure": { "time": "1771590263" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1771590298" }, "departure": { "time": "1771590298" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1771590360" }, "departure": { "time": "1771590360" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1771590496" }, "departure": { "time": "1771590496" }, "stopId": "AUCHAN-E", "stopSequence": 60 }, { "arrival": { "time": "1771590540" }, "departure": { "time": "1771590540" }, "stopId": "CCADEA-E", "stopSequence": 61 }, { "arrival": { "time": "1771590570" }, "departure": { "time": "1771590570" }, "stopId": "PLOTTI-E", "stopSequence": 62 }, { "arrival": { "time": "1771590589" }, "departure": { "time": "1771590589" }, "stopId": "AUTRIC-E", "stopSequence": 63 }, { "arrival": { "time": "1771590631" }, "departure": { "time": "1771590631" }, "stopId": "IRLAND-E", "stopSequence": 64 }, { "arrival": { "time": "1771590660" }, "departure": { "time": "1771590660" }, "stopId": "ITALIE-E", "stopSequence": 65 }, { "arrival": { "time": "1771590707" }, "departure": { "time": "1771590707" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1771590725" }, "departure": { "time": "1771590725" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1771590751" }, "departure": { "time": "1771590751" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1771590780" }, "departure": { "time": "1771590780" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1771590824" }, "departure": { "time": "1771590824" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1771590868" }, "departure": { "time": "1771590868" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1771590930" }, "departure": { "time": "1771590930" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1771590993" }, "departure": { "time": "1771590993" }, "scheduleRelationship": "SKIPPED", "stopId": "BELAIR-E", "stopSequence": 75 }, { "arrival": { "time": "1771591033" }, "departure": { "time": "1771591033" }, "scheduleRelationship": "SKIPPED", "stopId": "ZOLA-E", "stopSequence": 76 }, { "arrival": { "time": "1771591013" }, "departure": { "time": "1771591013" }, "stopId": "ANAFRA-E", "stopSequence": 77 }, { "arrival": { "time": "1771591082" }, "departure": { "time": "1771591082" }, "stopId": "PISCMU-E", "stopSequence": 78 }, { "arrival": { "time": "1771591322" }, "departure": { "time": "1771591322" }, "stopId": "DOMVATER", "stopSequence": 79 }, { "arrival": { "time": "1771591068" }, "departure": { "time": "1771591068" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1771591093" }, "departure": { "time": "1771591093" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 81 }, { "arrival": { "time": "1771591120" }, "departure": { "time": "1771591120" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 82 }, { "arrival": { "time": "1771591157" }, "departure": { "time": "1771591157" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 83 }, { "arrival": { "time": "1771591300" }, "departure": { "time": "1771591300" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 84 }, { "arrival": { "time": "1771591333" }, "departure": { "time": "1771591333" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 85 }, { "arrival": { "time": "1771591367" }, "departure": { "time": "1771591367" }, "stopId": "RECLAI-E", "stopSequence": 86 }, { "arrival": { "time": "1771591406" }, "departure": { "time": "1771591406" }, "stopId": "RENOIR-E", "stopSequence": 87 }, { "arrival": { "time": "1771591436" }, "departure": { "time": "1771591436" }, "stopId": "CAMPJU-E", "stopSequence": 88 }, { "arrival": { "time": "1771591471" }, "departure": { "time": "1771591471" }, "stopId": "JUIGN-E", "stopSequence": 89 }, { "arrival": { "time": "1771591560" }, "stopId": "BENE-E", "stopSequence": 90 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258546" } } }, { "id": "trip:6257603", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589086" }, "departure": { "time": "1771589102" }, "stopId": "STAUBI-E", "stopSequence": 25 }, { "arrival": { "time": "1771589131" }, "departure": { "time": "1771589142" }, "stopId": "HARAS-E", "stopSequence": 26 }, { "arrival": { "time": "1771589227" }, "departure": { "time": "1771589227" }, "stopId": "LESGAR-E", "stopSequence": 27 }, { "arrival": { "time": "1771589323" }, "departure": { "time": "1771589323" }, "stopId": "SEMARD-E", "stopSequence": 28 }, { "arrival": { "time": "1771589382" }, "departure": { "time": "1771589382" }, "stopId": "PONTNO-E", "stopSequence": 29 }, { "arrival": { "time": "1771589463" }, "departure": { "time": "1771589463" }, "stopId": "POIREL-E", "stopSequence": 30 }, { "arrival": { "time": "1771589515" }, "departure": { "time": "1771589515" }, "stopId": "VAUBAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771589575" }, "departure": { "time": "1771589575" }, "stopId": "FREMUR-E", "stopSequence": 32 }, { "arrival": { "time": "1771589651" }, "departure": { "time": "1771589651" }, "stopId": "STRASB-E", "stopSequence": 33 }, { "arrival": { "time": "1771589761" }, "departure": { "time": "1771589761" }, "stopId": "LETAND-E", "stopSequence": 34 }, { "arrival": { "time": "1771589800" }, "departure": { "time": "1771589800" }, "stopId": "BEAUVA-E", "stopSequence": 35 }, { "arrival": { "time": "1771589861" }, "departure": { "time": "1771589861" }, "stopId": "LORETT-E", "stopSequence": 36 }, { "arrival": { "time": "1771589896" }, "departure": { "time": "1771589896" }, "stopId": "MORELI-E", "stopSequence": 37 }, { "arrival": { "time": "1771589950" }, "departure": { "time": "1771589950" }, "stopId": "DELATR-E", "stopSequence": 38 }, { "arrival": { "time": "1771590015" }, "departure": { "time": "1771590015" }, "stopId": "HAUTPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771590117" }, "departure": { "time": "1771590117" }, "stopId": "INTMIL-E", "stopSequence": 40 }, { "arrival": { "time": "1771590188" }, "departure": { "time": "1771590188" }, "stopId": "SAUMUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771590254" }, "departure": { "time": "1771590254" }, "stopId": "DELACR-E", "stopSequence": 42 }, { "arrival": { "time": "1771590322" }, "departure": { "time": "1771590322" }, "stopId": "JUSTIC-E", "stopSequence": 43 }, { "arrival": { "time": "1771590410" }, "departure": { "time": "1771590410" }, "stopId": "ECLATE-E", "stopSequence": 44 }, { "arrival": { "time": "1771590509" }, "departure": { "time": "1771590509" }, "stopId": "VDLOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771590288" }, "departure": { "time": "1771590288" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 46 }, { "arrival": { "time": "1771590330" }, "departure": { "time": "1771590330" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 47 }, { "arrival": { "time": "1771590395" }, "departure": { "time": "1771590395" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 48 }, { "arrival": { "time": "1771590420" }, "departure": { "time": "1771590420" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 49 }, { "arrival": { "time": "1771590553" }, "departure": { "time": "1771590553" }, "stopId": "LEOLAG-E", "stopSequence": 50 }, { "arrival": { "time": "1771590599" }, "departure": { "time": "1771590599" }, "stopId": "DAGUER-E", "stopSequence": 51 }, { "arrival": { "time": "1771590651" }, "departure": { "time": "1771590651" }, "stopId": "ALLUME-E", "stopSequence": 52 }, { "arrival": { "time": "1771590696" }, "departure": { "time": "1771590696" }, "stopId": "RIOTTE-E", "stopSequence": 53 }, { "arrival": { "time": "1771590748" }, "departure": { "time": "1771590748" }, "stopId": "BOURSE-E", "stopSequence": 54 }, { "arrival": { "time": "1771590784" }, "departure": { "time": "1771590784" }, "stopId": "MORLON-E", "stopSequence": 55 }, { "arrival": { "time": "1771590823" }, "departure": { "time": "1771590823" }, "stopId": "PYRAM2-E", "stopSequence": 56 }, { "arrival": { "time": "1771590869" }, "departure": { "time": "1771590869" }, "stopId": "BUISSO-E", "stopSequence": 57 }, { "arrival": { "time": "1771590895" }, "departure": { "time": "1771590895" }, "stopId": "DAUTEL-E", "stopSequence": 58 }, { "arrival": { "time": "1771590966" }, "departure": { "time": "1771590966" }, "stopId": "GENTR-E", "stopSequence": 59 }, { "arrival": { "time": "1771591086" }, "departure": { "time": "1771591086" }, "stopId": "SLEZIND", "stopSequence": 60 }, { "arrival": { "time": "1771591177" }, "departure": { "time": "1771591177" }, "stopId": "BAHONN-E", "stopSequence": 61 }, { "arrival": { "time": "1771591223" }, "departure": { "time": "1771591223" }, "stopId": "DEGAUL-E", "stopSequence": 62 }, { "arrival": { "time": "1771591260" }, "departure": { "time": "1771591260" }, "stopId": "MALEMB-E", "stopSequence": 63 }, { "arrival": { "time": "1771591386" }, "stopId": "TRELGARE", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257603" } } }, { "id": "trip:6257500", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589820" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1771589932" }, "departure": { "time": "1771589932" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1771590029" }, "departure": { "time": "1771590029" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1771590062" }, "departure": { "time": "1771590062" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1771590091" }, "departure": { "time": "1771590091" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1771590120" }, "departure": { "time": "1771590120" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1771590175" }, "departure": { "time": "1771590175" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1771590278" }, "departure": { "time": "1771590278" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1771590322" }, "departure": { "time": "1771590322" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1771590360" }, "departure": { "time": "1771590360" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1771590414" }, "departure": { "time": "1771590414" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1771590472" }, "departure": { "time": "1771590472" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1771590542" }, "departure": { "time": "1771590542" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1771590603" }, "departure": { "time": "1771590603" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1771590660" }, "departure": { "time": "1771590660" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1771590725" }, "departure": { "time": "1771590725" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1771590779" }, "departure": { "time": "1771590779" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1771590858" }, "departure": { "time": "1771590858" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1771590909" }, "departure": { "time": "1771590909" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1771590954" }, "departure": { "time": "1771590954" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1771591025" }, "departure": { "time": "1771591025" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1771591124" }, "departure": { "time": "1771591124" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1771591184" }, "departure": { "time": "1771591184" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1771591219" }, "departure": { "time": "1771591219" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1771591281" }, "departure": { "time": "1771591281" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1771591320" }, "departure": { "time": "1771591320" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1771591387" }, "departure": { "time": "1771591387" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1771591642" }, "departure": { "time": "1771591642" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1771591715" }, "departure": { "time": "1771591715" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1771591800" }, "departure": { "time": "1771591860" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1771591978" }, "departure": { "time": "1771591978" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1771592058" }, "departure": { "time": "1771592058" }, "stopId": "SAVARY-E", "stopSequence": 33 }, { "arrival": { "time": "1771592093" }, "departure": { "time": "1771592093" }, "stopId": "MUSSET-E", "stopSequence": 34 }, { "arrival": { "time": "1771592169" }, "departure": { "time": "1771592169" }, "stopId": "LUTIN-E", "stopSequence": 35 }, { "arrival": { "time": "1771592211" }, "departure": { "time": "1771592211" }, "stopId": "MACE-E", "stopSequence": 36 }, { "arrival": { "time": "1771592238" }, "departure": { "time": "1771592238" }, "stopId": "DESJAR-E", "stopSequence": 37 }, { "arrival": { "time": "1771592342" }, "departure": { "time": "1771592342" }, "stopId": "ALDUNA-E", "stopSequence": 38 }, { "arrival": { "time": "1771592479" }, "departure": { "time": "1771592479" }, "stopId": "RBRIOL-E", "stopSequence": 41 }, { "arrival": { "time": "1771592511" }, "departure": { "time": "1771592511" }, "stopId": "NOZAY-E", "stopSequence": 42 }, { "arrival": { "time": "1771592568" }, "departure": { "time": "1771592568" }, "stopId": "AUVERG-E", "stopSequence": 43 }, { "arrival": { "time": "1771592153" }, "departure": { "time": "1771592153" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET-E", "stopSequence": 44 }, { "arrival": { "time": "1771592280" }, "departure": { "time": "1771592280" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAI-E", "stopSequence": 45 }, { "arrival": { "time": "1771592307" }, "departure": { "time": "1771592307" }, "scheduleRelationship": "SKIPPED", "stopId": "FACULT-E", "stopSequence": 46 }, { "arrival": { "time": "1771592448" }, "departure": { "time": "1771592448" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE-E", "stopSequence": 47 }, { "arrival": { "time": "1771592520" }, "departure": { "time": "1771592520" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCIT-E", "stopSequence": 48 }, { "arrival": { "time": "1771592586" }, "departure": { "time": "1771592586" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESO-E", "stopSequence": 49 }, { "arrival": { "time": "1771592647" }, "departure": { "time": "1771592647" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENN-E", "stopSequence": 50 }, { "arrival": { "time": "1771592614" }, "departure": { "time": "1771592614" }, "stopId": "SAVOIE-E", "stopSequence": 51 }, { "arrival": { "time": "1771592678" }, "departure": { "time": "1771592678" }, "stopId": "INDUST-E", "stopSequence": 52 }, { "arrival": { "time": "1771592719" }, "departure": { "time": "1771592719" }, "stopId": "HOTELL-E", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257500" } } }, { "id": "trip:6258106", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591080" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1771591127" }, "departure": { "time": "1771591127" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771591173" }, "departure": { "time": "1771591173" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1771591239" }, "departure": { "time": "1771591239" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771591302" }, "departure": { "time": "1771591302" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771591440" }, "departure": { "time": "1771591440" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1771591545" }, "departure": { "time": "1771591545" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771591652" }, "departure": { "time": "1771591652" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771591843" }, "departure": { "time": "1771591843" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771591955" }, "departure": { "time": "1771591955" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771592000" }, "departure": { "time": "1771592000" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771592036" }, "departure": { "time": "1771592036" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771592111" }, "departure": { "time": "1771592111" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771592198" }, "departure": { "time": "1771592198" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771592280" }, "departure": { "time": "1771592280" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771592390" }, "departure": { "time": "1771592390" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1771592507" }, "departure": { "time": "1771592507" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1771592579" }, "departure": { "time": "1771592579" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1771592646" }, "departure": { "time": "1771592646" }, "stopId": "JEJAURES", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258106" } } }, { "id": "trip:6258276", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589076" }, "departure": { "time": "1771589076" }, "stopId": "LEQUAI-E", "stopSequence": 34 }, { "arrival": { "time": "1771589105" }, "departure": { "time": "1771589121" }, "stopId": "DUMESN-E", "stopSequence": 35 }, { "arrival": { "time": "1771589092" }, "departure": { "time": "1771589092" }, "stopId": "MONPR-E", "stopSequence": 36 }, { "arrival": { "time": "1771589213" }, "departure": { "time": "1771589213" }, "stopId": "CIOUES-E", "stopSequence": 42 }, { "arrival": { "time": "1771589275" }, "departure": { "time": "1771589275" }, "stopId": "POMONE-E", "stopSequence": 43 }, { "arrival": { "time": "1771589321" }, "departure": { "time": "1771589321" }, "stopId": "REVERI-E", "stopSequence": 44 }, { "arrival": { "time": "1771589401" }, "departure": { "time": "1771589401" }, "stopId": "MEIGNA-E", "stopSequence": 45 }, { "arrival": { "time": "1771589441" }, "departure": { "time": "1771589441" }, "stopId": "VALOR-E", "stopSequence": 46 }, { "arrival": { "time": "1771589469" }, "departure": { "time": "1771589469" }, "stopId": "CLINIQ-E", "stopSequence": 47 }, { "arrival": { "time": "1771589508" }, "departure": { "time": "1771589508" }, "stopId": "GRANDM-E", "stopSequence": 48 }, { "arrival": { "time": "1771589551" }, "departure": { "time": "1771589551" }, "stopId": "MAISDA-E", "stopSequence": 49 }, { "arrival": { "time": "1771589591" }, "departure": { "time": "1771589591" }, "stopId": "CHMART-E", "stopSequence": 50 }, { "arrival": { "time": "1771589628" }, "departure": { "time": "1771589628" }, "stopId": "MLYAUT-E", "stopSequence": 51 }, { "arrival": { "time": "1771589693" }, "departure": { "time": "1771589693" }, "stopId": "BRASSE-E", "stopSequence": 52 }, { "arrival": { "time": "1771589745" }, "departure": { "time": "1771589745" }, "stopId": "BEURRI-E", "stopSequence": 53 }, { "arrival": { "time": "1771589854" }, "departure": { "time": "1771589854" }, "stopId": "DELAUN-E", "stopSequence": 54 }, { "arrival": { "time": "1771589911" }, "departure": { "time": "1771589911" }, "stopId": "MAUFIN-E", "stopSequence": 55 }, { "arrival": { "time": "1771589963" }, "departure": { "time": "1771589963" }, "stopId": "MAIRAV-E", "stopSequence": 56 }, { "arrival": { "time": "1771589998" }, "departure": { "time": "1771589998" }, "stopId": "TERNIE-E", "stopSequence": 57 }, { "arrival": { "time": "1771590030" }, "departure": { "time": "1771590030" }, "stopId": "BALAND-E", "stopSequence": 58 }, { "arrival": { "time": "1771590072" }, "departure": { "time": "1771590072" }, "stopId": "PIECE-E", "stopSequence": 59 }, { "arrival": { "time": "1771590127" }, "departure": { "time": "1771590127" }, "stopId": "LA-BOI-E", "stopSequence": 60 }, { "arrival": { "time": "1771590171" }, "departure": { "time": "1771590171" }, "stopId": "SCHWAL-E", "stopSequence": 61 }, { "arrival": { "time": "1771590203" }, "stopId": "ADEZIERE", "stopSequence": 62 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258276" } } }, { "id": "trip:6257991", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589027" }, "departure": { "time": "1771589027" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771589072" }, "departure": { "time": "1771589072" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771589100" }, "departure": { "time": "1771589117" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771589151" }, "departure": { "time": "1771589151" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771589185" }, "departure": { "time": "1771589185" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771589218" }, "departure": { "time": "1771589218" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771589250" }, "departure": { "time": "1771589250" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771589341" }, "departure": { "time": "1771589341" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771589377" }, "departure": { "time": "1771589377" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771589421" }, "departure": { "time": "1771589421" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771589450" }, "departure": { "time": "1771589450" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771589484" }, "departure": { "time": "1771589484" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771589520" }, "departure": { "time": "1771589520" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771589635" }, "departure": { "time": "1771589635" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771589685" }, "departure": { "time": "1771589685" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771589760" }, "departure": { "time": "1771589760" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771589810" }, "departure": { "time": "1771589810" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771589871" }, "departure": { "time": "1771589871" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771589937" }, "departure": { "time": "1771589937" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771590075" }, "departure": { "time": "1771590075" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771590183" }, "departure": { "time": "1771590183" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771590279" }, "departure": { "time": "1771590279" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771590348" }, "departure": { "time": "1771590348" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771590386" }, "departure": { "time": "1771590386" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771590360" }, "departure": { "time": "1771590360" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771590462" }, "departure": { "time": "1771590462" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771590532" }, "departure": { "time": "1771590532" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771590600" }, "departure": { "time": "1771590600" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771590820" }, "departure": { "time": "1771590820" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771591967" }, "departure": { "time": "1771591967" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771592027" }, "departure": { "time": "1771592027" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771592119" }, "departure": { "time": "1771592119" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771592164" }, "departure": { "time": "1771592164" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771592286" }, "departure": { "time": "1771592286" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771592359" }, "departure": { "time": "1771592359" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771592409" }, "departure": { "time": "1771592409" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771592480" }, "departure": { "time": "1771592480" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771592596" }, "departure": { "time": "1771592596" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771592651" }, "departure": { "time": "1771592651" }, "stopId": "STEXUP-E", "stopSequence": 45 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257991" } } }, { "id": "trip:6257580", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589052" }, "departure": { "time": "1771589085" }, "stopId": "STRASBOU", "stopSequence": 27 }, { "arrival": { "time": "1771589130" }, "departure": { "time": "1771589130" }, "stopId": "FREMUR", "stopSequence": 28 }, { "arrival": { "time": "1771589173" }, "departure": { "time": "1771589173" }, "stopId": "VAUBAN", "stopSequence": 29 }, { "arrival": { "time": "1771589214" }, "departure": { "time": "1771589214" }, "stopId": "POIREL", "stopSequence": 30 }, { "arrival": { "time": "1771589282" }, "departure": { "time": "1771589282" }, "stopId": "PONTNOIR", "stopSequence": 31 }, { "arrival": { "time": "1771589316" }, "departure": { "time": "1771589316" }, "stopId": "SEMARD", "stopSequence": 32 }, { "arrival": { "time": "1771589343" }, "departure": { "time": "1771589343" }, "stopId": "GAREPAPI", "stopSequence": 33 }, { "arrival": { "time": "1771589610" }, "departure": { "time": "1771589610" }, "stopId": "HARAS", "stopSequence": 34 }, { "arrival": { "time": "1771589684" }, "departure": { "time": "1771589684" }, "stopId": "STAUBIN", "stopSequence": 35 }, { "arrival": { "time": "1771589768" }, "departure": { "time": "1771589940" }, "stopId": "LORRAIN1", "stopSequence": 36 }, { "arrival": { "time": "1771590072" }, "departure": { "time": "1771590072" }, "stopId": "MENDES-E", "stopSequence": 37 }, { "arrival": { "time": "1771590156" }, "departure": { "time": "1771590156" }, "stopId": "SAVARY-E", "stopSequence": 38 }, { "arrival": { "time": "1771590191" }, "departure": { "time": "1771590191" }, "stopId": "MUSSET-E", "stopSequence": 39 }, { "arrival": { "time": "1771590267" }, "departure": { "time": "1771590267" }, "stopId": "LUTIN-E", "stopSequence": 40 }, { "arrival": { "time": "1771590309" }, "departure": { "time": "1771590309" }, "stopId": "MACE-E", "stopSequence": 41 }, { "arrival": { "time": "1771590336" }, "departure": { "time": "1771590336" }, "stopId": "DESJAR-E", "stopSequence": 42 }, { "arrival": { "time": "1771590440" }, "departure": { "time": "1771590440" }, "stopId": "ALDUNA-E", "stopSequence": 43 }, { "arrival": { "time": "1771590207" }, "departure": { "time": "1771590207" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 46 }, { "arrival": { "time": "1771590360" }, "departure": { "time": "1771590360" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 47 }, { "arrival": { "time": "1771590504" }, "departure": { "time": "1771590504" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 48 }, { "arrival": { "time": "1771590596" }, "departure": { "time": "1771590596" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771590578" }, "departure": { "time": "1771590578" }, "stopId": "RBRIOL-E", "stopSequence": 50 }, { "arrival": { "time": "1771590615" }, "departure": { "time": "1771590615" }, "stopId": "NOZAY-E", "stopSequence": 51 }, { "arrival": { "time": "1771590682" }, "departure": { "time": "1771590682" }, "stopId": "AUVERG-E", "stopSequence": 52 }, { "arrival": { "time": "1771590739" }, "departure": { "time": "1771590739" }, "stopId": "SAVOIE-E", "stopSequence": 53 }, { "arrival": { "time": "1771590806" }, "departure": { "time": "1771590806" }, "stopId": "INDUST-E", "stopSequence": 54 }, { "arrival": { "time": "1771590854" }, "departure": { "time": "1771590854" }, "stopId": "HOTELL-E", "stopSequence": 55 }, { "arrival": { "time": "1771590919" }, "departure": { "time": "1771590919" }, "stopId": "DEBUMO-E", "stopSequence": 56 }, { "arrival": { "time": "1771591028" }, "departure": { "time": "1771591028" }, "stopId": "RTEPAR-E", "stopSequence": 57 }, { "arrival": { "time": "1771591096" }, "stopId": "PROVIN-E", "stopSequence": 58 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257580" } } }, { "id": "trip:6257719", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589095" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771589113" }, "departure": { "time": "1771589113" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771589166" }, "departure": { "time": "1771589166" }, "stopId": "PAVILL-E", "stopSequence": 2 }, { "arrival": { "time": "1771589240" }, "departure": { "time": "1771589240" }, "stopId": "EBEAUP-E", "stopSequence": 3 }, { "arrival": { "time": "1771589273" }, "departure": { "time": "1771589273" }, "stopId": "AAMIPI-E", "stopSequence": 4 }, { "arrival": { "time": "1771589340" }, "departure": { "time": "1771589340" }, "stopId": "GUINEZ-E", "stopSequence": 5 }, { "arrival": { "time": "1771589390" }, "departure": { "time": "1771589390" }, "stopId": "CLAIE-E", "stopSequence": 6 }, { "arrival": { "time": "1771589413" }, "departure": { "time": "1771589413" }, "stopId": "THOMAS-E", "stopSequence": 7 }, { "arrival": { "time": "1771589486" }, "departure": { "time": "1771589486" }, "stopId": "ZIBEAU-E", "stopSequence": 8 }, { "arrival": { "time": "1771589513" }, "departure": { "time": "1771589513" }, "stopId": "CCMOLIER", "stopSequence": 9 }, { "arrival": { "time": "1771589562" }, "departure": { "time": "1771589562" }, "stopId": "AAQUITN", "stopSequence": 10 }, { "arrival": { "time": "1771589596" }, "departure": { "time": "1771589596" }, "stopId": "SHEAKSPE", "stopSequence": 11 }, { "arrival": { "time": "1771589662" }, "departure": { "time": "1771589662" }, "stopId": "WIGAN", "stopSequence": 12 }, { "arrival": { "time": "1771589693" }, "departure": { "time": "1771589693" }, "stopId": "GRESILLE", "stopSequence": 13 }, { "arrival": { "time": "1771589738" }, "departure": { "time": "1771589738" }, "stopId": "PROUDHON", "stopSequence": 14 }, { "arrival": { "time": "1771589810" }, "departure": { "time": "1771589810" }, "stopId": "VALLO", "stopSequence": 15 }, { "arrival": { "time": "1771589846" }, "departure": { "time": "1771589846" }, "stopId": "MONTECLA", "stopSequence": 16 }, { "arrival": { "time": "1771589887" }, "departure": { "time": "1771589887" }, "stopId": "DELESCL", "stopSequence": 17 }, { "arrival": { "time": "1771590007" }, "departure": { "time": "1771590007" }, "stopId": "MAISLA-E", "stopSequence": 18 }, { "arrival": { "time": "1771590045" }, "departure": { "time": "1771590045" }, "stopId": "PERUSS-E", "stopSequence": 19 }, { "arrival": { "time": "1771590113" }, "departure": { "time": "1771590113" }, "stopId": "GDMAINE", "stopSequence": 20 }, { "arrival": { "time": "1771590629" }, "departure": { "time": "1771590629" }, "stopId": "EBLE", "stopSequence": 21 }, { "arrival": { "time": "1771590691" }, "departure": { "time": "1771590691" }, "stopId": "GENIE", "stopSequence": 22 }, { "arrival": { "time": "1771590768" }, "departure": { "time": "1771590768" }, "stopId": "VAUBAN", "stopSequence": 23 }, { "arrival": { "time": "1771590802" }, "departure": { "time": "1771590802" }, "stopId": "POIREL", "stopSequence": 24 }, { "arrival": { "time": "1771590863" }, "departure": { "time": "1771590863" }, "stopId": "PONTNOIR", "stopSequence": 25 }, { "arrival": { "time": "1771590871" }, "departure": { "time": "1771590871" }, "stopId": "SEMARD", "stopSequence": 26 }, { "arrival": { "time": "1771590180" }, "departure": { "time": "1771590180" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 27 }, { "arrival": { "time": "1771590233" }, "departure": { "time": "1771590233" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 28 }, { "arrival": { "time": "1771590291" }, "departure": { "time": "1771590291" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 29 }, { "arrival": { "time": "1771590927" }, "departure": { "time": "1771590927" }, "stopId": "GARETERM", "stopSequence": 30 }, { "arrival": { "time": "1771591005" }, "departure": { "time": "1771591005" }, "stopId": "LESGARES", "stopSequence": 31 }, { "arrival": { "time": "1771591095" }, "departure": { "time": "1771591095" }, "stopId": "HARAS", "stopSequence": 32 }, { "arrival": { "time": "1771591203" }, "departure": { "time": "1771591203" }, "stopId": "STAUBIN", "stopSequence": 33 }, { "arrival": { "time": "1771591253" }, "departure": { "time": "1771591253" }, "stopId": "LOR-FO-A", "stopSequence": 34 }, { "arrival": { "time": "1771591414" }, "departure": { "time": "1771591414" }, "stopId": "MENDES-E", "stopSequence": 35 }, { "arrival": { "time": "1771591553" }, "departure": { "time": "1771591553" }, "stopId": "SAVARY-E", "stopSequence": 36 }, { "arrival": { "time": "1771591599" }, "departure": { "time": "1771591599" }, "stopId": "MUSSET-E", "stopSequence": 37 }, { "arrival": { "time": "1771591698" }, "departure": { "time": "1771591698" }, "stopId": "LUTIN-E", "stopSequence": 38 }, { "arrival": { "time": "1771591753" }, "departure": { "time": "1771591753" }, "stopId": "MACE-E", "stopSequence": 39 }, { "arrival": { "time": "1771591759" }, "departure": { "time": "1771591759" }, "stopId": "DESJAR-E", "stopSequence": 40 }, { "arrival": { "time": "1771591853" }, "departure": { "time": "1771591853" }, "stopId": "BRISEP-E", "stopSequence": 41 }, { "arrival": { "time": "1771591907" }, "departure": { "time": "1771591907" }, "stopId": "MIMOSA-E", "stopSequence": 42 }, { "arrival": { "time": "1771591949" }, "departure": { "time": "1771591949" }, "stopId": "CHATEN-E", "stopSequence": 43 }, { "arrival": { "time": "1771592042" }, "departure": { "time": "1771592042" }, "stopId": "SOLELE-E", "stopSequence": 44 }, { "arrival": { "time": "1771592076" }, "departure": { "time": "1771592076" }, "stopId": "SEPSON-E", "stopSequence": 45 }, { "arrival": { "time": "1771592123" }, "departure": { "time": "1771592123" }, "stopId": "BANCST-E", "stopSequence": 46 }, { "arrival": { "time": "1771592224" }, "departure": { "time": "1771592224" }, "stopId": "RTEPAR-E", "stopSequence": 47 }, { "arrival": { "time": "1771592327" }, "departure": { "time": "1771592327" }, "stopId": "PROVIN-E", "stopSequence": 48 }, { "arrival": { "time": "1771592404" }, "stopId": "PARCEX-E", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257719" } } }, { "id": "trip:3261", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589126" }, "departure": { "time": "1771589126" }, "stopId": "BLITOU-E", "stopSequence": 12 }, { "arrival": { "time": "1771589230" }, "departure": { "time": "1771589230" }, "stopId": "TOURAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771589352" }, "departure": { "time": "1771589352" }, "stopId": "LOUDIN-E", "stopSequence": 14 }, { "arrival": { "time": "1771589403" }, "departure": { "time": "1771589403" }, "stopId": "BLEUNI-E", "stopSequence": 15 }, { "arrival": { "time": "1771589430" }, "departure": { "time": "1771589430" }, "stopId": "VILVEQ-E", "stopSequence": 16 }, { "arrival": { "time": "1771589449" }, "departure": { "time": "1771589449" }, "stopId": "VILVEC-E", "stopSequence": 17 }, { "arrival": { "time": "1771589576" }, "departure": { "time": "1771589576" }, "stopId": "SOUCEL-E", "stopSequence": 18 }, { "arrival": { "time": "1771589792" }, "departure": { "time": "1771589792" }, "stopId": "NONNA-E", "stopSequence": 19 }, { "arrival": { "time": "1771589850" }, "departure": { "time": "1771589850" }, "stopId": "HERMIT32", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "32", "tripId": "3261" } } }, { "id": "trip:6541186", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589073" }, "departure": { "time": "1771589099" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771589171" }, "departure": { "time": "1771589171" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771589251" }, "departure": { "time": "1771589251" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771589341" }, "departure": { "time": "1771589341" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771589421" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541186" } } }, { "id": "trip:6258278", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771591688" }, "departure": { "time": "1771591688" }, "scheduleRelationship": "SKIPPED", "stopId": "GDPRESSO", "stopSequence": 2 }, { "arrival": { "time": "1771591738" }, "departure": { "time": "1771591738" }, "scheduleRelationship": "SKIPPED", "stopId": "BARBOTER", "stopSequence": 3 }, { "arrival": { "time": "1771591791" }, "departure": { "time": "1771591791" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTENE", "stopSequence": 4 }, { "arrival": { "time": "1771591859" }, "departure": { "time": "1771591859" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERIGN", "stopSequence": 5 }, { "arrival": { "time": "1771591925" }, "departure": { "time": "1771591925" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUET", "stopSequence": 6 }, { "arrival": { "time": "1771591969" }, "departure": { "time": "1771591969" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET", "stopSequence": 7 }, { "arrival": { "time": "1771592037" }, "departure": { "time": "1771592037" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE", "stopSequence": 8 }, { "arrival": { "time": "1771592096" }, "departure": { "time": "1771592096" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE", "stopSequence": 9 }, { "arrival": { "time": "1771591764" }, "departure": { "time": "1771591764" }, "stopId": "PONTSCEM", "stopSequence": 10 }, { "arrival": { "time": "1771591819" }, "departure": { "time": "1771591819" }, "stopId": "BELPOULE", "stopSequence": 11 }, { "arrival": { "time": "1771591891" }, "departure": { "time": "1771591891" }, "stopId": "AUTHION", "stopSequence": 12 }, { "arrival": { "time": "1771591949" }, "departure": { "time": "1771591949" }, "stopId": "PATUREAU", "stopSequence": 13 }, { "arrival": { "time": "1771592050" }, "departure": { "time": "1771592050" }, "stopId": "GENDRON", "stopSequence": 14 }, { "arrival": { "time": "1771592132" }, "departure": { "time": "1771592132" }, "stopId": "RUELLES", "stopSequence": 15 }, { "arrival": { "time": "1771592184" }, "departure": { "time": "1771592184" }, "stopId": "SABLONS", "stopSequence": 16 }, { "arrival": { "time": "1771592221" }, "departure": { "time": "1771592221" }, "stopId": "TROPAROI", "stopSequence": 17 }, { "arrival": { "time": "1771592364" }, "departure": { "time": "1771592364" }, "stopId": "ALLARD", "stopSequence": 18 }, { "arrival": { "time": "1771592450" }, "departure": { "time": "1771592450" }, "stopId": "DELATTAS", "stopSequence": 19 }, { "arrival": { "time": "1771592573" }, "departure": { "time": "1771592573" }, "stopId": "ESA", "stopSequence": 20 }, { "arrival": { "time": "1771592642" }, "departure": { "time": "1771592642" }, "stopId": "RABELAI", "stopSequence": 21 }, { "arrival": { "time": "1771592703" }, "departure": { "time": "1771592703" }, "stopId": "ALEROY", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258278" } } }, { "id": "trip:6052638", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591916" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771592027" }, "departure": { "time": "1771592027" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771592091" }, "departure": { "time": "1771592091" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771592131" }, "departure": { "time": "1771592131" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771592282" }, "departure": { "time": "1771592282" }, "stopId": "LEQUAI-E", "stopSequence": 4 }, { "arrival": { "time": "1771592346" }, "departure": { "time": "1771592346" }, "stopId": "MONPR-E", "stopSequence": 5 }, { "arrival": { "time": "1771592402" }, "departure": { "time": "1771592402" }, "stopId": "DESCAZ-E", "stopSequence": 6 }, { "arrival": { "time": "1771592469" }, "departure": { "time": "1771592469" }, "stopId": "BICHBI-E", "stopSequence": 7 }, { "arrival": { "time": "1771592503" }, "departure": { "time": "1771592503" }, "stopId": "STTHER-E", "stopSequence": 8 }, { "arrival": { "time": "1771592578" }, "departure": { "time": "1771592578" }, "stopId": "BARRA-E", "stopSequence": 9 }, { "arrival": { "time": "1771592633" }, "departure": { "time": "1771592633" }, "stopId": "BLERIO-E", "stopSequence": 10 }, { "arrival": { "time": "1771592722" }, "departure": { "time": "1771592722" }, "stopId": "LECUIT-E", "stopSequence": 11 }, { "arrival": { "time": "1771591860" }, "departure": { "time": "1771591860" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOI-E", "stopSequence": 23 }, { "arrival": { "time": "1771595184" }, "stopId": "DOMVATER", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052638" } } }, { "id": "trip:6257515", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589023" }, "departure": { "time": "1771589023" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1771589068" }, "departure": { "time": "1771589068" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1771589107" }, "departure": { "time": "1771589112" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1771589225" }, "departure": { "time": "1771589225" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1771589279" }, "departure": { "time": "1771589279" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1771589358" }, "departure": { "time": "1771589358" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1771589409" }, "departure": { "time": "1771589409" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1771589454" }, "departure": { "time": "1771589454" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1771589525" }, "departure": { "time": "1771589525" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1771589580" }, "departure": { "time": "1771589580" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1771589624" }, "departure": { "time": "1771589624" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1771589684" }, "departure": { "time": "1771589684" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1771589719" }, "departure": { "time": "1771589719" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1771589781" }, "departure": { "time": "1771589781" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1771589820" }, "departure": { "time": "1771589820" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1771589823" }, "departure": { "time": "1771589823" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1771590075" }, "departure": { "time": "1771590075" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1771590144" }, "departure": { "time": "1771590144" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1771590228" }, "departure": { "time": "1771590360" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1771590478" }, "departure": { "time": "1771590478" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1771590558" }, "departure": { "time": "1771590558" }, "stopId": "SAVARY-E", "stopSequence": 33 }, { "arrival": { "time": "1771590593" }, "departure": { "time": "1771590593" }, "stopId": "MUSSET-E", "stopSequence": 34 }, { "arrival": { "time": "1771590669" }, "departure": { "time": "1771590669" }, "stopId": "LUTIN-E", "stopSequence": 35 }, { "arrival": { "time": "1771590711" }, "departure": { "time": "1771590711" }, "stopId": "MACE-E", "stopSequence": 36 }, { "arrival": { "time": "1771590738" }, "departure": { "time": "1771590738" }, "stopId": "DESJAR-E", "stopSequence": 37 }, { "arrival": { "time": "1771590842" }, "departure": { "time": "1771590842" }, "stopId": "ALDUNA-E", "stopSequence": 38 }, { "arrival": { "time": "1771590979" }, "departure": { "time": "1771590979" }, "stopId": "RBRIOL-E", "stopSequence": 41 }, { "arrival": { "time": "1771591011" }, "departure": { "time": "1771591011" }, "stopId": "NOZAY-E", "stopSequence": 42 }, { "arrival": { "time": "1771591068" }, "departure": { "time": "1771591068" }, "stopId": "AUVERG-E", "stopSequence": 43 }, { "arrival": { "time": "1771590653" }, "departure": { "time": "1771590653" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET-E", "stopSequence": 44 }, { "arrival": { "time": "1771590780" }, "departure": { "time": "1771590780" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAI-E", "stopSequence": 45 }, { "arrival": { "time": "1771590807" }, "departure": { "time": "1771590807" }, "scheduleRelationship": "SKIPPED", "stopId": "FACULT-E", "stopSequence": 46 }, { "arrival": { "time": "1771590948" }, "departure": { "time": "1771590948" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE-E", "stopSequence": 47 }, { "arrival": { "time": "1771591020" }, "departure": { "time": "1771591020" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCIT-E", "stopSequence": 48 }, { "arrival": { "time": "1771591086" }, "departure": { "time": "1771591086" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESO-E", "stopSequence": 49 }, { "arrival": { "time": "1771591147" }, "departure": { "time": "1771591147" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENN-E", "stopSequence": 50 }, { "arrival": { "time": "1771591114" }, "departure": { "time": "1771591114" }, "stopId": "SAVOIE-E", "stopSequence": 51 }, { "arrival": { "time": "1771591178" }, "departure": { "time": "1771591178" }, "stopId": "INDUST-E", "stopSequence": 52 }, { "arrival": { "time": "1771591242" }, "departure": { "time": "1771591242" }, "stopId": "SCANIA-E", "stopSequence": 53 }, { "arrival": { "time": "1771591321" }, "departure": { "time": "1771591321" }, "stopId": "LEMERC-E", "stopSequence": 54 }, { "arrival": { "time": "1771591352" }, "departure": { "time": "1771591352" }, "stopId": "POMANJ-E", "stopSequence": 55 }, { "arrival": { "time": "1771591398" }, "departure": { "time": "1771591398" }, "stopId": "VALEO-E", "stopSequence": 56 }, { "arrival": { "time": "1771591433" }, "departure": { "time": "1771591433" }, "stopId": "RAPIDE-E", "stopSequence": 57 }, { "arrival": { "time": "1771591478" }, "departure": { "time": "1771591478" }, "stopId": "BOUZIN-E", "stopSequence": 58 }, { "arrival": { "time": "1771591522" }, "departure": { "time": "1771591522" }, "stopId": "CHABOL-E", "stopSequence": 59 }, { "arrival": { "time": "1771591599" }, "stopId": "EVENTARD", "stopSequence": 60 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257515" } } }, { "id": "trip:6258662", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590120" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771590194" }, "departure": { "time": "1771590194" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771590229" }, "departure": { "time": "1771590229" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771590360" }, "departure": { "time": "1771590360" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771590440" }, "departure": { "time": "1771590440" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771590491" }, "departure": { "time": "1771590491" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771590534" }, "departure": { "time": "1771590534" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771590589" }, "departure": { "time": "1771590589" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771590660" }, "departure": { "time": "1771590660" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771590719" }, "departure": { "time": "1771590719" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771590768" }, "departure": { "time": "1771590768" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771590868" }, "departure": { "time": "1771590868" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771590971" }, "departure": { "time": "1771590971" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771591020" }, "departure": { "time": "1771591020" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771591057" }, "departure": { "time": "1771591057" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771591138" }, "departure": { "time": "1771591138" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771591210" }, "departure": { "time": "1771591210" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771591287" }, "departure": { "time": "1771591287" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771591330" }, "departure": { "time": "1771591330" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771591392" }, "departure": { "time": "1771591392" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771591425" }, "departure": { "time": "1771591425" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771591493" }, "departure": { "time": "1771591493" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771591560" }, "departure": { "time": "1771591560" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771591638" }, "departure": { "time": "1771591638" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771591701" }, "departure": { "time": "1771591701" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771591763" }, "departure": { "time": "1771591763" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771591806" }, "departure": { "time": "1771591806" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771591842" }, "departure": { "time": "1771591842" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771592000" }, "departure": { "time": "1771592000" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771592070" }, "departure": { "time": "1771592070" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771592115" }, "departure": { "time": "1771592115" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771592160" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258662" } } }, { "id": "trip:6258632", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589114" }, "departure": { "time": "1771589114" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771589162" }, "departure": { "time": "1771589162" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771589220" }, "departure": { "time": "1771589220" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771589288" }, "departure": { "time": "1771589288" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771589273" }, "departure": { "time": "1771589273" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771589351" }, "departure": { "time": "1771589351" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771589410" }, "departure": { "time": "1771589410" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771589460" }, "departure": { "time": "1771589460" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771589594" }, "departure": { "time": "1771589594" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771589649" }, "departure": { "time": "1771589649" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771589724" }, "departure": { "time": "1771589724" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771589820" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258632" } } }, { "id": "trip:6260092", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592580" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771592620" }, "departure": { "time": "1771592620" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771592651" }, "departure": { "time": "1771592651" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771592673" }, "departure": { "time": "1771592673" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771592713" }, "departure": { "time": "1771592713" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771592614" }, "departure": { "time": "1771592614" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771592668" }, "departure": { "time": "1771592668" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771592705" }, "departure": { "time": "1771592705" }, "stopId": "PETPORT", "stopSequence": 10 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260092" } } }, { "id": "trip:6258665", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592640" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771592714" }, "departure": { "time": "1771592714" }, "stopId": "STAUBI-E", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258665" } } }, { "id": "trip:6260101", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589038" }, "stopId": "HOPITAL", "stopSequence": 1 }, { "arrival": { "time": "1771589051" }, "departure": { "time": "1771589051" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 48 }, { "arrival": { "time": "1771589096" }, "departure": { "time": "1771589096" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771589142" }, "departure": { "time": "1771589142" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771589165" }, "departure": { "time": "1771589165" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 51 }, { "arrival": { "time": "1771589212" }, "departure": { "time": "1771589212" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1771589280" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260101" } } }, { "id": "trip:6541192", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590570" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771590690" }, "departure": { "time": "1771590690" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771590800" }, "departure": { "time": "1771590800" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771590920" }, "departure": { "time": "1771590920" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771591030" }, "departure": { "time": "1771591030" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771591120" }, "departure": { "time": "1771591120" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771591220" }, "departure": { "time": "1771591220" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771591320" }, "departure": { "time": "1771591320" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591380" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771591480" }, "departure": { "time": "1771591480" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771591580" }, "departure": { "time": "1771591580" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771591670" }, "departure": { "time": "1771591670" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771591790" }, "departure": { "time": "1771591790" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771591880" }, "departure": { "time": "1771591880" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771592000" }, "departure": { "time": "1771592000" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771592080" }, "departure": { "time": "1771592080" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771592200" }, "departure": { "time": "1771592200" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771592290" }, "departure": { "time": "1771592290" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771592440" }, "departure": { "time": "1771592440" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771592540" }, "departure": { "time": "1771592540" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771592620" }, "departure": { "time": "1771592620" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771592710" }, "departure": { "time": "1771592710" }, "stopId": "2ACAS", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541192" } } }, { "id": "trip:6258663", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590960" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771591034" }, "departure": { "time": "1771591034" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771591069" }, "departure": { "time": "1771591069" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771591200" }, "departure": { "time": "1771591200" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771591280" }, "departure": { "time": "1771591280" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771591331" }, "departure": { "time": "1771591331" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771591374" }, "departure": { "time": "1771591374" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771591429" }, "departure": { "time": "1771591429" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771591500" }, "departure": { "time": "1771591500" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771591559" }, "departure": { "time": "1771591559" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771591608" }, "departure": { "time": "1771591608" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771591708" }, "departure": { "time": "1771591708" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771591811" }, "departure": { "time": "1771591811" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771591860" }, "departure": { "time": "1771591860" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771591897" }, "departure": { "time": "1771591897" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771591978" }, "departure": { "time": "1771591978" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771592050" }, "departure": { "time": "1771592050" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771592127" }, "departure": { "time": "1771592127" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771592170" }, "departure": { "time": "1771592170" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771592232" }, "departure": { "time": "1771592232" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771592265" }, "departure": { "time": "1771592265" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771592333" }, "departure": { "time": "1771592333" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771592478" }, "departure": { "time": "1771592478" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771592541" }, "departure": { "time": "1771592541" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771592603" }, "departure": { "time": "1771592603" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771592646" }, "departure": { "time": "1771592646" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771592682" }, "departure": { "time": "1771592682" }, "stopId": "CIMETR-E", "stopSequence": 27 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258663" } } }, { "id": "trip:6258441", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591320" }, "stopId": "SORGES", "stopSequence": 0 }, { "arrival": { "time": "1771591374" }, "departure": { "time": "1771591374" }, "stopId": "RTSORG-E", "stopSequence": 1 }, { "arrival": { "time": "1771591446" }, "departure": { "time": "1771591446" }, "stopId": "ECURIE", "stopSequence": 2 }, { "arrival": { "time": "1771591534" }, "departure": { "time": "1771591534" }, "stopId": "BAUDRAI", "stopSequence": 3 }, { "arrival": { "time": "1771591560" }, "departure": { "time": "1771591560" }, "stopId": "JEBOUTON", "stopSequence": 4 }, { "arrival": { "time": "1771591666" }, "departure": { "time": "1771591666" }, "stopId": "LAVOIR", "stopSequence": 5 }, { "arrival": { "time": "1771591734" }, "departure": { "time": "1771591734" }, "stopId": "RIOTTEAU", "stopSequence": 6 }, { "arrival": { "time": "1771591774" }, "departure": { "time": "1771591774" }, "stopId": "ALLUMETT", "stopSequence": 7 }, { "arrival": { "time": "1771591827" }, "departure": { "time": "1771591827" }, "stopId": "DAGUERRE", "stopSequence": 8 }, { "arrival": { "time": "1771591882" }, "departure": { "time": "1771591882" }, "stopId": "BELVTR-E", "stopSequence": 9 }, { "arrival": { "time": "1771591949" }, "departure": { "time": "1771591949" }, "stopId": "MARAIS-E", "stopSequence": 10 }, { "arrival": { "time": "1771592043" }, "departure": { "time": "1771592043" }, "stopId": "GASPALON", "stopSequence": 11 }, { "arrival": { "time": "1771592160" }, "departure": { "time": "1771592160" }, "stopId": "VILSANTE", "stopSequence": 12 }, { "arrival": { "time": "1771592197" }, "departure": { "time": "1771592197" }, "stopId": "CORMIER", "stopSequence": 13 }, { "arrival": { "time": "1771592266" }, "departure": { "time": "1771592266" }, "stopId": "STLEONAR", "stopSequence": 14 }, { "arrival": { "time": "1771592295" }, "departure": { "time": "1771592295" }, "stopId": "GERICAUL", "stopSequence": 15 }, { "arrival": { "time": "1771592340" }, "departure": { "time": "1771592340" }, "stopId": "MONGAZON", "stopSequence": 16 }, { "arrival": { "time": "1771592374" }, "departure": { "time": "1771592374" }, "stopId": "KOPA", "stopSequence": 17 }, { "arrival": { "time": "1771592431" }, "departure": { "time": "1771592431" }, "stopId": "DESMAZ", "stopSequence": 18 }, { "arrival": { "time": "1771592481" }, "departure": { "time": "1771592481" }, "stopId": "ANFRANCK", "stopSequence": 19 }, { "arrival": { "time": "1771592538" }, "departure": { "time": "1771592538" }, "stopId": "STJOSEP", "stopSequence": 20 }, { "arrival": { "time": "1771592603" }, "departure": { "time": "1771592603" }, "stopId": "PLDULYCE", "stopSequence": 21 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592760" }, "stopId": "HMAI", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258441" } } }, { "id": "trip:6257904", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589195" }, "departure": { "time": "1771589195" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771589264" }, "departure": { "time": "1771589264" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771589302" }, "departure": { "time": "1771589302" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771589220" }, "departure": { "time": "1771589220" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771589322" }, "departure": { "time": "1771589322" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771589392" }, "departure": { "time": "1771589392" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771589460" }, "departure": { "time": "1771589460" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771589680" }, "departure": { "time": "1771589680" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771589483" }, "departure": { "time": "1771589483" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771589529" }, "departure": { "time": "1771589529" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771589619" }, "departure": { "time": "1771589619" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771589664" }, "departure": { "time": "1771589664" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771589786" }, "departure": { "time": "1771589786" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771589857" }, "departure": { "time": "1771589857" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771589907" }, "departure": { "time": "1771590240" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771590311" }, "departure": { "time": "1771590311" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771590427" }, "departure": { "time": "1771590427" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771590480" }, "departure": { "time": "1771590480" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771590553" }, "departure": { "time": "1771590553" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771590576" }, "departure": { "time": "1771590576" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771590655" }, "departure": { "time": "1771590655" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771590722" }, "departure": { "time": "1771590722" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771590765" }, "departure": { "time": "1771590765" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771590811" }, "departure": { "time": "1771590811" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771590900" }, "departure": { "time": "1771590900" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771590958" }, "departure": { "time": "1771590958" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771591012" }, "departure": { "time": "1771591012" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771591082" }, "departure": { "time": "1771591082" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771591144" }, "departure": { "time": "1771591144" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771591204" }, "departure": { "time": "1771591204" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771591260" }, "departure": { "time": "1771591260" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771591311" }, "departure": { "time": "1771591311" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771591351" }, "departure": { "time": "1771591351" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771591392" }, "departure": { "time": "1771591392" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771591460" }, "departure": { "time": "1771591460" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771591500" }, "departure": { "time": "1771591500" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1771591589" }, "departure": { "time": "1771591589" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771591616" }, "departure": { "time": "1771591616" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771591639" }, "departure": { "time": "1771591639" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771591675" }, "departure": { "time": "1771591675" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771591740" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257904" } } }, { "id": "trip:6053979", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589280" }, "stopId": "STSYCHVE", "stopSequence": 0 }, { "arrival": { "time": "1771589350" }, "departure": { "time": "1771589350" }, "stopId": "GAUGUIN", "stopSequence": 1 }, { "arrival": { "time": "1771589400" }, "departure": { "time": "1771589400" }, "stopId": "ANBRUEL", "stopSequence": 2 }, { "arrival": { "time": "1771589460" }, "departure": { "time": "1771589460" }, "stopId": "V.HUGO", "stopSequence": 3 }, { "arrival": { "time": "1771589504" }, "departure": { "time": "1771589504" }, "stopId": "FRANCA-E", "stopSequence": 4 }, { "arrival": { "time": "1771589570" }, "departure": { "time": "1771589570" }, "stopId": "LECLSY-E", "stopSequence": 5 }, { "arrival": { "time": "1771589640" }, "departure": { "time": "1771589640" }, "stopId": "SSYMAIRI", "stopSequence": 6 }, { "arrival": { "time": "1771589719" }, "departure": { "time": "1771589719" }, "stopId": "UNION", "stopSequence": 7 }, { "arrival": { "time": "1771589771" }, "departure": { "time": "1771589771" }, "stopId": "CHABLANC", "stopSequence": 8 }, { "arrival": { "time": "1771589823" }, "departure": { "time": "1771589823" }, "stopId": "BASMORTI", "stopSequence": 9 }, { "arrival": { "time": "1771589880" }, "departure": { "time": "1771589880" }, "stopId": "MILLARDI", "stopSequence": 10 }, { "arrival": { "time": "1771589895" }, "departure": { "time": "1771589895" }, "stopId": "CARREAUX", "stopSequence": 11 }, { "arrival": { "time": "1771590120" }, "departure": { "time": "1771590120" }, "stopId": "PARCEXPO", "stopSequence": 12 }, { "arrival": { "time": "1771590217" }, "departure": { "time": "1771590217" }, "stopId": "PROVINS", "stopSequence": 13 }, { "arrival": { "time": "1771590283" }, "departure": { "time": "1771590283" }, "stopId": "RTEPARIS", "stopSequence": 14 }, { "arrival": { "time": "1771590360" }, "departure": { "time": "1771590360" }, "stopId": "SEPSONET", "stopSequence": 15 }, { "arrival": { "time": "1771590476" }, "departure": { "time": "1771590476" }, "stopId": "CHATENAY", "stopSequence": 16 }, { "arrival": { "time": "1771590589" }, "departure": { "time": "1771590589" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1771590857" }, "departure": { "time": "1771590857" }, "stopId": "CLEMOINE", "stopSequence": 18 }, { "arrival": { "time": "1771590960" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053979" } } }, { "id": "trip:6258755", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591920" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771591949" }, "departure": { "time": "1771591949" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771592000" }, "departure": { "time": "1771592000" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771592066" }, "departure": { "time": "1771592066" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771592160" }, "departure": { "time": "1771592160" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771592248" }, "departure": { "time": "1771592248" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771592287" }, "departure": { "time": "1771592287" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771592335" }, "departure": { "time": "1771592335" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771592388" }, "departure": { "time": "1771592388" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771592447" }, "departure": { "time": "1771592447" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771592520" }, "departure": { "time": "1771592520" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771592580" }, "departure": { "time": "1771592580" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771592656" }, "departure": { "time": "1771592656" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771592691" }, "departure": { "time": "1771592691" }, "stopId": "MALAQUAI", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258755" } } }, { "id": "trip:6053046", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591980" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771592065" }, "departure": { "time": "1771592065" }, "stopId": "CLEMOI-E", "stopSequence": 1 }, { "arrival": { "time": "1771592342" }, "departure": { "time": "1771592342" }, "stopId": "BRISEP-E", "stopSequence": 2 }, { "arrival": { "time": "1771592460" }, "departure": { "time": "1771592460" }, "stopId": "CHATEN-E", "stopSequence": 3 }, { "arrival": { "time": "1771592580" }, "departure": { "time": "1771592580" }, "stopId": "SEPSON-E", "stopSequence": 4 }, { "arrival": { "time": "1771592665" }, "departure": { "time": "1771592665" }, "stopId": "RTEPAR-E", "stopSequence": 5 }, { "arrival": { "time": "1771592726" }, "departure": { "time": "1771592726" }, "stopId": "PROVIN-E", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053046" } } }, { "id": "trip:6258739", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589400" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771589429" }, "departure": { "time": "1771589429" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771589480" }, "departure": { "time": "1771589480" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771589546" }, "departure": { "time": "1771589546" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771589640" }, "departure": { "time": "1771589640" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771589728" }, "departure": { "time": "1771589728" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771589767" }, "departure": { "time": "1771589767" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771589815" }, "departure": { "time": "1771589815" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771589868" }, "departure": { "time": "1771589868" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771589927" }, "departure": { "time": "1771589927" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771590060" }, "departure": { "time": "1771590060" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771590136" }, "departure": { "time": "1771590136" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771590171" }, "departure": { "time": "1771590171" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771590230" }, "departure": { "time": "1771590230" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771590275" }, "departure": { "time": "1771590275" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771590345" }, "departure": { "time": "1771590345" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771590430" }, "departure": { "time": "1771590430" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771590491" }, "departure": { "time": "1771590491" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771590540" }, "departure": { "time": "1771590540" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771590585" }, "departure": { "time": "1771590585" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771590662" }, "departure": { "time": "1771590662" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771590750" }, "departure": { "time": "1771590750" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771590782" }, "departure": { "time": "1771590782" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771590840" }, "departure": { "time": "1771590840" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771590908" }, "departure": { "time": "1771590908" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771590953" }, "departure": { "time": "1771590953" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771591031" }, "departure": { "time": "1771591031" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771591090" }, "departure": { "time": "1771591090" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771591302" }, "departure": { "time": "1771591302" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771591357" }, "departure": { "time": "1771591357" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771591432" }, "departure": { "time": "1771591432" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771591528" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258739" } } }, { "id": "trip:6257417", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589105" }, "departure": { "time": "1771589105" }, "stopId": "HELBOU", "stopSequence": 3 }, { "arrival": { "time": "1771589138" }, "departure": { "time": "1771589138" }, "stopId": "COLOMB", "stopSequence": 4 }, { "arrival": { "time": "1771589175" }, "departure": { "time": "1771589175" }, "stopId": "CHANTRI", "stopSequence": 5 }, { "arrival": { "time": "1771589220" }, "departure": { "time": "1771589220" }, "stopId": "BOISRINI", "stopSequence": 6 }, { "arrival": { "time": "1771589330" }, "departure": { "time": "1771589330" }, "stopId": "COINTREA", "stopSequence": 7 }, { "arrival": { "time": "1771589385" }, "departure": { "time": "1771589385" }, "stopId": "MAISONSR", "stopSequence": 8 }, { "arrival": { "time": "1771589445" }, "departure": { "time": "1771589445" }, "stopId": "GATS", "stopSequence": 9 }, { "arrival": { "time": "1771589512" }, "departure": { "time": "1771589512" }, "stopId": "CAMELI-E", "stopSequence": 10 }, { "arrival": { "time": "1771589579" }, "departure": { "time": "1771589579" }, "stopId": "MONTREJO", "stopSequence": 11 }, { "arrival": { "time": "1771589640" }, "departure": { "time": "1771589640" }, "stopId": "COUPERIN", "stopSequence": 12 }, { "arrival": { "time": "1771589821" }, "departure": { "time": "1771589821" }, "stopId": "MONTAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771589880" }, "departure": { "time": "1771589880" }, "stopId": "LAREVELL", "stopSequence": 14 }, { "arrival": { "time": "1771589974" }, "departure": { "time": "1771589974" }, "stopId": "MAISARTS", "stopSequence": 15 }, { "arrival": { "time": "1771590044" }, "departure": { "time": "1771590044" }, "stopId": "CLEMOINE", "stopSequence": 16 }, { "arrival": { "time": "1771590133" }, "departure": { "time": "1771590133" }, "stopId": "MAIL-NAE", "stopSequence": 17 }, { "arrival": { "time": "1771590180" }, "stopId": "LORRAIN2", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "11", "tripId": "6257417" } } }, { "id": "trip:6257418", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590840" }, "stopId": "LORRAIN2", "stopSequence": 0 }, { "arrival": { "time": "1771590940" }, "departure": { "time": "1771590940" }, "stopId": "MAIL-HDV", "stopSequence": 1 }, { "arrival": { "time": "1771591046" }, "departure": { "time": "1771591046" }, "stopId": "CLEMOI-E", "stopSequence": 2 }, { "arrival": { "time": "1771591132" }, "departure": { "time": "1771591132" }, "stopId": "MAISAR-E", "stopSequence": 3 }, { "arrival": { "time": "1771591200" }, "departure": { "time": "1771591200" }, "stopId": "LAREVE-E", "stopSequence": 4 }, { "arrival": { "time": "1771591288" }, "departure": { "time": "1771591288" }, "stopId": "MONTAIG", "stopSequence": 5 }, { "arrival": { "time": "1771591440" }, "departure": { "time": "1771591440" }, "stopId": "COUPER-E", "stopSequence": 6 }, { "arrival": { "time": "1771591512" }, "departure": { "time": "1771591512" }, "stopId": "MONTRJ-E", "stopSequence": 7 }, { "arrival": { "time": "1771591581" }, "departure": { "time": "1771591581" }, "stopId": "CAMELIAS", "stopSequence": 8 }, { "arrival": { "time": "1771591649" }, "departure": { "time": "1771591649" }, "stopId": "GATS-E", "stopSequence": 9 }, { "arrival": { "time": "1771591705" }, "departure": { "time": "1771591705" }, "stopId": "MAISON-E", "stopSequence": 10 }, { "arrival": { "time": "1771591758" }, "departure": { "time": "1771591758" }, "stopId": "COINTR-E", "stopSequence": 11 }, { "arrival": { "time": "1771591860" }, "departure": { "time": "1771591860" }, "stopId": "BOISRI-E", "stopSequence": 12 }, { "arrival": { "time": "1771591913" }, "departure": { "time": "1771591913" }, "stopId": "CHANTR-E", "stopSequence": 13 }, { "arrival": { "time": "1771591960" }, "departure": { "time": "1771591960" }, "stopId": "COLOM-E", "stopSequence": 14 }, { "arrival": { "time": "1771592007" }, "departure": { "time": "1771592007" }, "stopId": "HELBO-E", "stopSequence": 15 }, { "arrival": { "time": "1771592040" }, "departure": { "time": "1771592100" }, "stopId": "POLE49", "stopSequence": 16 }, { "arrival": { "time": "1771592280" }, "stopId": "EXPO-ZI", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "11", "tripId": "6257418" } } }, { "id": "trip:6258664", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591800" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771591874" }, "departure": { "time": "1771591874" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771591909" }, "departure": { "time": "1771591909" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771592040" }, "departure": { "time": "1771592040" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771592120" }, "departure": { "time": "1771592120" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771592171" }, "departure": { "time": "1771592171" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771592214" }, "departure": { "time": "1771592214" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771592269" }, "departure": { "time": "1771592269" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771592340" }, "departure": { "time": "1771592340" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771592399" }, "departure": { "time": "1771592399" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771592448" }, "departure": { "time": "1771592448" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771592548" }, "departure": { "time": "1771592548" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771592651" }, "departure": { "time": "1771592651" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592700" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771592737" }, "departure": { "time": "1771592737" }, "stopId": "BELVTR-E", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258664" } } }, { "id": "trip:3368D", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589079" }, "departure": { "time": "1771589079" }, "stopId": "CSARTHE", "stopSequence": 7 }, { "arrival": { "time": "1771589280" }, "departure": { "time": "1771589280" }, "stopId": "MAROTTIE", "stopSequence": 8 }, { "arrival": { "time": "1771589400" }, "departure": { "time": "1771589400" }, "stopId": "LAPOMM-E", "stopSequence": 9 }, { "arrival": { "time": "1771589520" }, "departure": { "time": "1771589520" }, "stopId": "PETLAN-E", "stopSequence": 10 }, { "arrival": { "time": "1771589640" }, "departure": { "time": "1771589640" }, "stopId": "LALAN-E", "stopSequence": 11 }, { "arrival": { "time": "1771589820" }, "departure": { "time": "1771589820" }, "stopId": "FENEUEGL", "stopSequence": 12 }, { "arrival": { "time": "1771590900" }, "departure": { "time": "1771590900" }, "stopId": "DUMESNIL", "stopSequence": 16 }, { "arrival": { "time": "1771591020" }, "departure": { "time": "1771591020" }, "stopId": "QUAIsubW", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "33", "tripId": "3368D" } } }, { "id": "trip:6258467", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589164" }, "stopId": "VERNUSSO", "stopSequence": 56 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258467" } } }, { "id": "trip:6543570", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589074" }, "departure": { "time": "1771589074" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771589142" }, "departure": { "time": "1771589142" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771589309" }, "departure": { "time": "1771589309" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771589400" }, "departure": { "time": "1771589400" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771589550" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543570" } } }, { "id": "trip:6258549", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589045" }, "departure": { "time": "1771589045" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1771589074" }, "departure": { "time": "1771589074" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1771589118" }, "departure": { "time": "1771589118" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1771589162" }, "departure": { "time": "1771589162" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1771589224" }, "departure": { "time": "1771589224" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1771589553" }, "departure": { "time": "1771589553" }, "scheduleRelationship": "SKIPPED", "stopId": "BELAIR-E", "stopSequence": 75 }, { "arrival": { "time": "1771589593" }, "departure": { "time": "1771589593" }, "scheduleRelationship": "SKIPPED", "stopId": "ZOLA-E", "stopSequence": 76 }, { "arrival": { "time": "1771589307" }, "departure": { "time": "1771589307" }, "stopId": "ANAFRA-E", "stopSequence": 77 }, { "arrival": { "time": "1771589376" }, "departure": { "time": "1771589376" }, "stopId": "PISCMU-E", "stopSequence": 78 }, { "arrival": { "time": "1771589616" }, "departure": { "time": "1771589616" }, "stopId": "DOMVATER", "stopSequence": 79 }, { "arrival": { "time": "1771589628" }, "departure": { "time": "1771589628" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1771589653" }, "departure": { "time": "1771589653" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 81 }, { "arrival": { "time": "1771589680" }, "departure": { "time": "1771589680" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 82 }, { "arrival": { "time": "1771589717" }, "departure": { "time": "1771589717" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 83 }, { "arrival": { "time": "1771589860" }, "departure": { "time": "1771589860" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 84 }, { "arrival": { "time": "1771589893" }, "departure": { "time": "1771589893" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 85 }, { "arrival": { "time": "1771589661" }, "departure": { "time": "1771589661" }, "stopId": "RECLAI-E", "stopSequence": 86 }, { "arrival": { "time": "1771589700" }, "departure": { "time": "1771589700" }, "stopId": "RENOIR-E", "stopSequence": 87 }, { "arrival": { "time": "1771589730" }, "departure": { "time": "1771589730" }, "stopId": "CAMPJU-E", "stopSequence": 88 }, { "arrival": { "time": "1771589765" }, "departure": { "time": "1771589765" }, "stopId": "JUIGN-E", "stopSequence": 89 }, { "arrival": { "time": "1771589854" }, "stopId": "BENE-E", "stopSequence": 90 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258549" } } }, { "id": "trip:6258625", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590240" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771590269" }, "departure": { "time": "1771590269" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771590320" }, "departure": { "time": "1771590320" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771590386" }, "departure": { "time": "1771590386" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771590480" }, "departure": { "time": "1771590480" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771590568" }, "departure": { "time": "1771590568" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771590607" }, "departure": { "time": "1771590607" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771590655" }, "departure": { "time": "1771590655" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771590708" }, "departure": { "time": "1771590708" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771590767" }, "departure": { "time": "1771590767" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771590840" }, "departure": { "time": "1771590840" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771590900" }, "departure": { "time": "1771590900" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771590976" }, "departure": { "time": "1771590976" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771591011" }, "departure": { "time": "1771591011" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771591070" }, "departure": { "time": "1771591070" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771591115" }, "departure": { "time": "1771591115" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771591185" }, "departure": { "time": "1771591185" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771591270" }, "departure": { "time": "1771591270" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771591331" }, "departure": { "time": "1771591331" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591380" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771591434" }, "departure": { "time": "1771591434" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771591526" }, "departure": { "time": "1771591526" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771591632" }, "departure": { "time": "1771591632" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771591670" }, "departure": { "time": "1771591670" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771591808" }, "departure": { "time": "1771591808" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771591853" }, "departure": { "time": "1771591853" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771591931" }, "departure": { "time": "1771591931" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771591990" }, "departure": { "time": "1771591990" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771592040" }, "departure": { "time": "1771592040" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771592174" }, "departure": { "time": "1771592174" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771592229" }, "departure": { "time": "1771592229" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771592304" }, "departure": { "time": "1771592304" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771592400" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258625" } } }, { "id": "trip:6257980", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589035" }, "departure": { "time": "1771589057" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771589086" }, "departure": { "time": "1771589117" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771589227" }, "departure": { "time": "1771589227" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771589280" }, "departure": { "time": "1771589280" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771589367" }, "departure": { "time": "1771589367" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771589409" }, "departure": { "time": "1771589409" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771589520" }, "departure": { "time": "1771589520" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771589622" }, "departure": { "time": "1771589622" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771589689" }, "departure": { "time": "1771589689" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771589731" }, "departure": { "time": "1771589731" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771589852" }, "departure": { "time": "1771589852" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771589892" }, "departure": { "time": "1771589892" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771590527" }, "departure": { "time": "1771590527" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771590580" }, "departure": { "time": "1771590580" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771590640" }, "departure": { "time": "1771590640" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771590768" }, "departure": { "time": "1771590768" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771590021" }, "departure": { "time": "1771590021" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771590090" }, "departure": { "time": "1771590090" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771590204" }, "departure": { "time": "1771590204" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771590228" }, "departure": { "time": "1771590228" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771590283" }, "departure": { "time": "1771590283" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771590349" }, "departure": { "time": "1771590349" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771590412" }, "departure": { "time": "1771590412" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771590468" }, "departure": { "time": "1771590468" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771590539" }, "departure": { "time": "1771590539" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771590594" }, "departure": { "time": "1771590594" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771590708" }, "departure": { "time": "1771590708" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771590744" }, "departure": { "time": "1771590744" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771590768" }, "departure": { "time": "1771590768" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771590796" }, "departure": { "time": "1771590796" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771590833" }, "departure": { "time": "1771590833" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771590864" }, "departure": { "time": "1771590864" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771590948" }, "departure": { "time": "1771590948" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771590970" }, "departure": { "time": "1771590970" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771590996" }, "departure": { "time": "1771590996" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771591030" }, "departure": { "time": "1771591030" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771591068" }, "departure": { "time": "1771591068" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771591125" }, "departure": { "time": "1771591125" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771591178" }, "departure": { "time": "1771591178" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771591239" }, "departure": { "time": "1771591239" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771591282" }, "departure": { "time": "1771591282" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771591318" }, "departure": { "time": "1771591318" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771591342" }, "departure": { "time": "1771591342" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591380" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771591428" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257980" } } }, { "id": "trip:6544943", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591260" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771591361" }, "departure": { "time": "1771591361" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771591470" }, "departure": { "time": "1771591470" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771591551" }, "departure": { "time": "1771591551" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771591644" }, "departure": { "time": "1771591644" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771591754" }, "departure": { "time": "1771591754" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771591930" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544943" } } }, { "id": "trip:6257506", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591380" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1771591492" }, "departure": { "time": "1771591492" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1771591560" }, "departure": { "time": "1771591560" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1771591589" }, "departure": { "time": "1771591589" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1771591622" }, "departure": { "time": "1771591622" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1771591651" }, "departure": { "time": "1771591651" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1771591680" }, "departure": { "time": "1771591680" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1771591735" }, "departure": { "time": "1771591735" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1771591838" }, "departure": { "time": "1771591838" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1771591882" }, "departure": { "time": "1771591882" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1771591974" }, "departure": { "time": "1771591974" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1771592032" }, "departure": { "time": "1771592032" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1771592102" }, "departure": { "time": "1771592102" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1771592163" }, "departure": { "time": "1771592163" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1771592220" }, "departure": { "time": "1771592220" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1771592285" }, "departure": { "time": "1771592285" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1771592339" }, "departure": { "time": "1771592339" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1771592418" }, "departure": { "time": "1771592418" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1771592469" }, "departure": { "time": "1771592469" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1771592514" }, "departure": { "time": "1771592514" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1771592585" }, "departure": { "time": "1771592585" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1771592640" }, "departure": { "time": "1771592640" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1771592684" }, "departure": { "time": "1771592684" }, "stopId": "CHANZY", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257506" } } }, { "id": "trip:6258100", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592340" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1771592387" }, "departure": { "time": "1771592387" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771592433" }, "departure": { "time": "1771592433" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1771592499" }, "departure": { "time": "1771592499" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771592562" }, "departure": { "time": "1771592562" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592700" }, "stopId": "CARREF5A", "stopSequence": 5 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258100" } } }, { "id": "trip:6544940", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589103" }, "departure": { "time": "1771589103" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771589201" }, "departure": { "time": "1771589201" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771589310" }, "departure": { "time": "1771589310" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771589391" }, "departure": { "time": "1771589391" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771589484" }, "departure": { "time": "1771589484" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771589594" }, "departure": { "time": "1771589594" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771589770" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544940" } } }, { "id": "trip:6541264", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589142" }, "departure": { "time": "1771589142" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771589263" }, "departure": { "time": "1771589263" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771589383" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541264" } } }, { "id": "trip:6257797", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590420" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771590430" }, "departure": { "time": "1771590430" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771590540" }, "departure": { "time": "1771590540" }, "stopId": "CCMOLIER", "stopSequence": 2 }, { "arrival": { "time": "1771590589" }, "departure": { "time": "1771590589" }, "stopId": "AAQUITN", "stopSequence": 3 }, { "arrival": { "time": "1771590623" }, "departure": { "time": "1771590623" }, "stopId": "SHEAKSPE", "stopSequence": 4 }, { "arrival": { "time": "1771590689" }, "departure": { "time": "1771590689" }, "stopId": "WIGAN", "stopSequence": 5 }, { "arrival": { "time": "1771590720" }, "departure": { "time": "1771590720" }, "stopId": "GRESILLE", "stopSequence": 6 }, { "arrival": { "time": "1771590765" }, "departure": { "time": "1771590765" }, "stopId": "PROUDHON", "stopSequence": 7 }, { "arrival": { "time": "1771590837" }, "departure": { "time": "1771590837" }, "stopId": "VALLO", "stopSequence": 8 }, { "arrival": { "time": "1771590873" }, "departure": { "time": "1771590873" }, "stopId": "MONTECLA", "stopSequence": 9 }, { "arrival": { "time": "1771590914" }, "departure": { "time": "1771590914" }, "stopId": "DELESCL", "stopSequence": 10 }, { "arrival": { "time": "1771590979" }, "departure": { "time": "1771590979" }, "stopId": "JEMONNET", "stopSequence": 11 }, { "arrival": { "time": "1771591034" }, "departure": { "time": "1771591034" }, "stopId": "MAISLA-E", "stopSequence": 12 }, { "arrival": { "time": "1771591072" }, "departure": { "time": "1771591072" }, "stopId": "PERUSS-E", "stopSequence": 13 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "GDMAINE", "stopSequence": 14 }, { "arrival": { "time": "1771591614" }, "departure": { "time": "1771591614" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771591676" }, "departure": { "time": "1771591676" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771591753" }, "departure": { "time": "1771591753" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771591787" }, "departure": { "time": "1771591787" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771591848" }, "departure": { "time": "1771591848" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771591887" }, "departure": { "time": "1771591887" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771591440" }, "departure": { "time": "1771591440" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771591493" }, "departure": { "time": "1771591493" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771591551" }, "departure": { "time": "1771591551" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771591942" }, "departure": { "time": "1771591942" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1771591987" }, "departure": { "time": "1771591987" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1771592109" }, "departure": { "time": "1771592109" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771592185" }, "departure": { "time": "1771592185" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771592235" }, "departure": { "time": "1771592235" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1771592396" }, "departure": { "time": "1771592396" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1771592535" }, "departure": { "time": "1771592535" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1771592581" }, "departure": { "time": "1771592581" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1771592680" }, "departure": { "time": "1771592680" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1771592735" }, "departure": { "time": "1771592735" }, "stopId": "MACE-E", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257797" } } }, { "id": "trip:6541191", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589970" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771590090" }, "departure": { "time": "1771590090" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771590200" }, "departure": { "time": "1771590200" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771590320" }, "departure": { "time": "1771590320" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771590430" }, "departure": { "time": "1771590430" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771590520" }, "departure": { "time": "1771590520" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771590620" }, "departure": { "time": "1771590620" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771590720" }, "departure": { "time": "1771590720" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771590780" }, "departure": { "time": "1771590780" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771590880" }, "departure": { "time": "1771590880" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771590980" }, "departure": { "time": "1771590980" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771591070" }, "departure": { "time": "1771591070" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771591190" }, "departure": { "time": "1771591190" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771591280" }, "departure": { "time": "1771591280" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771591400" }, "departure": { "time": "1771591400" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771591480" }, "departure": { "time": "1771591480" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771591600" }, "departure": { "time": "1771591600" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771591690" }, "departure": { "time": "1771591690" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771591840" }, "departure": { "time": "1771591840" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771591940" }, "departure": { "time": "1771591940" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771592020" }, "departure": { "time": "1771592020" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771592110" }, "departure": { "time": "1771592110" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771592190" }, "departure": { "time": "1771592190" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771592280" }, "departure": { "time": "1771592280" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771592360" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541191" } } }, { "id": "trip:6257608", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589075" }, "departure": { "time": "1771589106" }, "stopId": "SAUMUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771589179" }, "departure": { "time": "1771589179" }, "stopId": "DELACR-E", "stopSequence": 42 }, { "arrival": { "time": "1771589223" }, "departure": { "time": "1771589223" }, "stopId": "JUSTIC-E", "stopSequence": 43 }, { "arrival": { "time": "1771589276" }, "departure": { "time": "1771589276" }, "stopId": "ECLATE-E", "stopSequence": 44 }, { "arrival": { "time": "1771589375" }, "departure": { "time": "1771589375" }, "stopId": "VDLOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771589040" }, "departure": { "time": "1771589040" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 49 }, { "arrival": { "time": "1771589418" }, "departure": { "time": "1771589418" }, "stopId": "LEOLAG-E", "stopSequence": 50 }, { "arrival": { "time": "1771589464" }, "departure": { "time": "1771589464" }, "stopId": "DAGUER-E", "stopSequence": 51 }, { "arrival": { "time": "1771589516" }, "departure": { "time": "1771589516" }, "stopId": "ALLUME-E", "stopSequence": 52 }, { "arrival": { "time": "1771589561" }, "departure": { "time": "1771589561" }, "stopId": "RIOTTE-E", "stopSequence": 53 }, { "arrival": { "time": "1771589613" }, "departure": { "time": "1771589613" }, "stopId": "BOURSE-E", "stopSequence": 54 }, { "arrival": { "time": "1771589649" }, "departure": { "time": "1771589649" }, "stopId": "MORLON-E", "stopSequence": 55 }, { "arrival": { "time": "1771589688" }, "departure": { "time": "1771589688" }, "stopId": "PYRAM2-E", "stopSequence": 56 }, { "arrival": { "time": "1771589737" }, "departure": { "time": "1771589737" }, "stopId": "BUISSO-E", "stopSequence": 57 }, { "arrival": { "time": "1771589763" }, "departure": { "time": "1771589763" }, "stopId": "DAUTEL-E", "stopSequence": 58 }, { "arrival": { "time": "1771589834" }, "departure": { "time": "1771589834" }, "stopId": "GENTR-E", "stopSequence": 59 }, { "arrival": { "time": "1771589954" }, "stopId": "SLEZIND", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257608" } } }, { "id": "trip:6543571", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589400" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771589482" }, "departure": { "time": "1771589482" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771589568" }, "departure": { "time": "1771589568" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771589740" }, "departure": { "time": "1771589740" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771589817" }, "departure": { "time": "1771589817" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771589969" }, "departure": { "time": "1771589969" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771590060" }, "departure": { "time": "1771590060" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771590210" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543571" } } }, { "id": "trip:6259996", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589067" }, "departure": { "time": "1771589086" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771589100" }, "departure": { "time": "1771589114" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771589130" }, "departure": { "time": "1771589130" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6259996" } } }, { "id": "trip:6258270", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589068" }, "departure": { "time": "1771589114" }, "stopId": "MENDESFR", "stopSequence": 50 }, { "arrival": { "time": "1771589256" }, "departure": { "time": "1771589256" }, "stopId": "FO-LOR-R", "stopSequence": 51 }, { "arrival": { "time": "1771589307" }, "departure": { "time": "1771589307" }, "stopId": "STAUBI-E", "stopSequence": 52 }, { "arrival": { "time": "1771589382" }, "departure": { "time": "1771589382" }, "stopId": "HARAS-E", "stopSequence": 53 }, { "arrival": { "time": "1771589513" }, "departure": { "time": "1771589513" }, "stopId": "ANLERO-E", "stopSequence": 54 }, { "arrival": { "time": "1771589574" }, "departure": { "time": "1771589574" }, "stopId": "RABELA-E", "stopSequence": 55 }, { "arrival": { "time": "1771589622" }, "departure": { "time": "1771589622" }, "stopId": "ESA-E", "stopSequence": 56 }, { "arrival": { "time": "1771589732" }, "departure": { "time": "1771589732" }, "stopId": "DELATA-E", "stopSequence": 57 }, { "arrival": { "time": "1771589813" }, "departure": { "time": "1771589813" }, "stopId": "ALLARD-E", "stopSequence": 58 }, { "arrival": { "time": "1771589863" }, "departure": { "time": "1771589863" }, "stopId": "TASSIG-E", "stopSequence": 59 }, { "arrival": { "time": "1771589956" }, "departure": { "time": "1771589956" }, "stopId": "TROIPA-E", "stopSequence": 60 }, { "arrival": { "time": "1771589993" }, "departure": { "time": "1771589993" }, "stopId": "SABLON-E", "stopSequence": 61 }, { "arrival": { "time": "1771590046" }, "departure": { "time": "1771590046" }, "stopId": "RUELLE-E", "stopSequence": 62 }, { "arrival": { "time": "1771590129" }, "departure": { "time": "1771590129" }, "stopId": "GENDRO-E", "stopSequence": 63 }, { "arrival": { "time": "1771590223" }, "departure": { "time": "1771590223" }, "stopId": "PATUR-E", "stopSequence": 64 }, { "arrival": { "time": "1771590293" }, "departure": { "time": "1771590293" }, "stopId": "AUTHIO-E", "stopSequence": 65 }, { "arrival": { "time": "1771590352" }, "departure": { "time": "1771590352" }, "stopId": "BELPOU-E", "stopSequence": 66 }, { "arrival": { "time": "1771589340" }, "departure": { "time": "1771589340" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTSC-E", "stopSequence": 68 }, { "arrival": { "time": "1771589462" }, "departure": { "time": "1771589462" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE-E", "stopSequence": 69 }, { "arrival": { "time": "1771589497" }, "departure": { "time": "1771589497" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE-E", "stopSequence": 70 }, { "arrival": { "time": "1771589543" }, "departure": { "time": "1771589543" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET-E", "stopSequence": 71 }, { "arrival": { "time": "1771589584" }, "departure": { "time": "1771589584" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUE-E", "stopSequence": 72 }, { "arrival": { "time": "1771589634" }, "departure": { "time": "1771589634" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERI-E", "stopSequence": 73 }, { "arrival": { "time": "1771589680" }, "departure": { "time": "1771589680" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTE-E", "stopSequence": 74 }, { "arrival": { "time": "1771589734" }, "departure": { "time": "1771589734" }, "scheduleRelationship": "SKIPPED", "stopId": "ERIGNE", "stopSequence": 75 }, { "arrival": { "time": "1771589760" }, "stopId": "SOLAND", "stopSequence": 76 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258270" } } }, { "id": "trip:6544944", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591980" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771592081" }, "departure": { "time": "1771592081" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771592190" }, "departure": { "time": "1771592190" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771592271" }, "departure": { "time": "1771592271" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771592364" }, "departure": { "time": "1771592364" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771592474" }, "departure": { "time": "1771592474" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771592650" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544944" } } }, { "id": "trip:6259998", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590540" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1771590597" }, "departure": { "time": "1771590597" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1771590638" }, "departure": { "time": "1771590638" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1771590685" }, "departure": { "time": "1771590685" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1771590720" }, "departure": { "time": "1771590720" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1771590781" }, "departure": { "time": "1771590781" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1771590822" }, "departure": { "time": "1771590822" }, "stopId": "GRANBELL", "stopSequence": 6 }, { "arrival": { "time": "1771590862" }, "departure": { "time": "1771590862" }, "stopId": "RODIN", "stopSequence": 7 }, { "arrival": { "time": "1771590900" }, "departure": { "time": "1771590900" }, "stopId": "BRGPAILL", "stopSequence": 8 }, { "arrival": { "time": "1771590982" }, "departure": { "time": "1771590982" }, "stopId": "LANDREAU", "stopSequence": 9 }, { "arrival": { "time": "1771591014" }, "departure": { "time": "1771591014" }, "stopId": "GDPERIGN", "stopSequence": 10 }, { "arrival": { "time": "1771591054" }, "departure": { "time": "1771591054" }, "stopId": "INRA", "stopSequence": 11 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "MOREL", "stopSequence": 12 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "DARWIN", "stopSequence": 13 }, { "arrival": { "time": "1771591260" }, "departure": { "time": "1771591260" }, "stopId": "CNFPT-E", "stopSequence": 14 }, { "arrival": { "time": "1771591770" }, "departure": { "time": "1771591770" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771591832" }, "departure": { "time": "1771591832" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771591909" }, "departure": { "time": "1771591909" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771591943" }, "departure": { "time": "1771591943" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771592004" }, "departure": { "time": "1771592004" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771592043" }, "departure": { "time": "1771592043" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771591560" }, "departure": { "time": "1771591560" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771591631" }, "departure": { "time": "1771591631" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771591709" }, "departure": { "time": "1771591709" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771592087" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6259998" } } }, { "id": "trip:6259997", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589062" }, "departure": { "time": "1771589093" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1771589107" }, "departure": { "time": "1771589123" }, "stopId": "GRANBELL", "stopSequence": 6 }, { "arrival": { "time": "1771589182" }, "departure": { "time": "1771589182" }, "stopId": "RODIN", "stopSequence": 7 }, { "arrival": { "time": "1771589220" }, "departure": { "time": "1771589220" }, "stopId": "BRGPAILL", "stopSequence": 8 }, { "arrival": { "time": "1771589302" }, "departure": { "time": "1771589302" }, "stopId": "LANDREAU", "stopSequence": 9 }, { "arrival": { "time": "1771589334" }, "departure": { "time": "1771589334" }, "stopId": "GDPERIGN", "stopSequence": 10 }, { "arrival": { "time": "1771589374" }, "departure": { "time": "1771589374" }, "stopId": "INRA", "stopSequence": 11 }, { "arrival": { "time": "1771589400" }, "departure": { "time": "1771589400" }, "stopId": "MOREL", "stopSequence": 12 }, { "arrival": { "time": "1771589460" }, "departure": { "time": "1771589460" }, "stopId": "DARWIN", "stopSequence": 13 }, { "arrival": { "time": "1771589580" }, "departure": { "time": "1771589580" }, "stopId": "CNFPT-E", "stopSequence": 14 }, { "arrival": { "time": "1771590090" }, "departure": { "time": "1771590090" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771590152" }, "departure": { "time": "1771590152" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771590229" }, "departure": { "time": "1771590229" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771590263" }, "departure": { "time": "1771590263" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771590324" }, "departure": { "time": "1771590324" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771590363" }, "departure": { "time": "1771590363" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771589880" }, "departure": { "time": "1771589880" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771589951" }, "departure": { "time": "1771589951" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771590029" }, "departure": { "time": "1771590029" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771590385" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6259997" } } }, { "id": "trip:6257446", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592700" }, "stopId": "EXPO-ZI", "stopSequence": 0 } ], "trip": { "directionId": 1, "routeId": "11", "tripId": "6257446" } } }, { "id": "trip:6260026", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592160" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771592284" }, "departure": { "time": "1771592284" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771592355" }, "departure": { "time": "1771592355" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592700" }, "stopId": "CNFPT", "stopSequence": 4 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260026" } } }, { "id": "trip:6258066", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589635" }, "departure": { "time": "1771589635" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771589699" }, "departure": { "time": "1771589699" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771589792" }, "departure": { "time": "1771589792" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771589835" }, "departure": { "time": "1771589835" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771589880" }, "departure": { "time": "1771589880" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771589947" }, "departure": { "time": "1771589947" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771589996" }, "departure": { "time": "1771589996" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771590061" }, "departure": { "time": "1771590061" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771590136" }, "departure": { "time": "1771590136" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771590193" }, "departure": { "time": "1771590193" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771590240" }, "departure": { "time": "1771590240" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1771590442" }, "departure": { "time": "1771590442" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771590485" }, "departure": { "time": "1771590485" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771590536" }, "departure": { "time": "1771590536" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771590565" }, "departure": { "time": "1771590565" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771590598" }, "departure": { "time": "1771590598" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771590662" }, "departure": { "time": "1771590662" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771590697" }, "departure": { "time": "1771590697" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771590766" }, "departure": { "time": "1771590766" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771590830" }, "departure": { "time": "1771590830" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771590912" }, "departure": { "time": "1771590912" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771591016" }, "departure": { "time": "1771591016" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771591084" }, "departure": { "time": "1771591084" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771591139" }, "departure": { "time": "1771591139" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771591185" }, "departure": { "time": "1771591185" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771591231" }, "departure": { "time": "1771591231" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771591263" }, "departure": { "time": "1771591263" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771591324" }, "departure": { "time": "1771591324" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771591354" }, "departure": { "time": "1771591354" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771591436" }, "departure": { "time": "1771591436" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771591473" }, "departure": { "time": "1771591473" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771591511" }, "departure": { "time": "1771591511" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771591551" }, "departure": { "time": "1771591551" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771591576" }, "departure": { "time": "1771591576" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771591616" }, "departure": { "time": "1771591616" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771591682" }, "departure": { "time": "1771591682" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771591767" }, "departure": { "time": "1771591767" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771591829" }, "departure": { "time": "1771591829" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771591916" }, "departure": { "time": "1771591916" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771591981" }, "departure": { "time": "1771591981" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771592083" }, "departure": { "time": "1771592083" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771592154" }, "departure": { "time": "1771592154" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771592221" }, "departure": { "time": "1771592221" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771592276" }, "departure": { "time": "1771592276" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771592386" }, "departure": { "time": "1771592386" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771592438" }, "departure": { "time": "1771592438" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1771592513" }, "departure": { "time": "1771592513" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771592607" }, "departure": { "time": "1771592607" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771592696" }, "departure": { "time": "1771592696" }, "stopId": "CAMELIAS", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258066" } } }, { "id": "trip:6258064", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589057" }, "departure": { "time": "1771589057" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771589102" }, "departure": { "time": "1771589102" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771589122" }, "departure": { "time": "1771589131" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771589213" }, "departure": { "time": "1771589213" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771589238" }, "departure": { "time": "1771589238" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771589269" }, "departure": { "time": "1771589269" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771589330" }, "departure": { "time": "1771589330" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771589415" }, "departure": { "time": "1771589415" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771589477" }, "departure": { "time": "1771589477" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771589564" }, "departure": { "time": "1771589564" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771589629" }, "departure": { "time": "1771589629" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771589731" }, "departure": { "time": "1771589731" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771589802" }, "departure": { "time": "1771589802" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771589875" }, "departure": { "time": "1771589875" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771589875" }, "departure": { "time": "1771589875" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771589972" }, "departure": { "time": "1771589972" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771590018" }, "departure": { "time": "1771590018" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1771590084" }, "departure": { "time": "1771590084" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771590213" }, "departure": { "time": "1771590213" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771590292" }, "departure": { "time": "1771590292" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1771590401" }, "departure": { "time": "1771590401" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1771590412" }, "departure": { "time": "1771590412" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1771590482" }, "departure": { "time": "1771590482" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771590522" }, "departure": { "time": "1771590522" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1771590575" }, "departure": { "time": "1771590575" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771590680" }, "departure": { "time": "1771590680" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1771590813" }, "departure": { "time": "1771590813" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771590971" }, "departure": { "time": "1771590971" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771591108" }, "departure": { "time": "1771591108" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771591227" }, "departure": { "time": "1771591227" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771591378" }, "departure": { "time": "1771591378" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771591436" }, "departure": { "time": "1771591436" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771591509" }, "departure": { "time": "1771591509" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771591549" }, "departure": { "time": "1771591549" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771591540" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258064" } } }, { "id": "trip:6257526", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589175" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1771589251" }, "departure": { "time": "1771589251" }, "stopId": "CHABOLA.", "stopSequence": 1 }, { "arrival": { "time": "1771589296" }, "departure": { "time": "1771589296" }, "stopId": "BOUZINAC", "stopSequence": 2 }, { "arrival": { "time": "1771589333" }, "departure": { "time": "1771589333" }, "stopId": "RAPIDEX", "stopSequence": 3 }, { "arrival": { "time": "1771589356" }, "departure": { "time": "1771589356" }, "stopId": "VALEO", "stopSequence": 4 }, { "arrival": { "time": "1771589397" }, "departure": { "time": "1771589397" }, "stopId": "POMANJO", "stopSequence": 5 }, { "arrival": { "time": "1771589422" }, "departure": { "time": "1771589422" }, "stopId": "LEMERCIE", "stopSequence": 6 }, { "arrival": { "time": "1771589490" }, "departure": { "time": "1771589490" }, "stopId": "SCANIA", "stopSequence": 7 }, { "arrival": { "time": "1771589536" }, "departure": { "time": "1771589536" }, "stopId": "INDUSTRI", "stopSequence": 8 }, { "arrival": { "time": "1771589618" }, "departure": { "time": "1771589618" }, "stopId": "SAVOIE", "stopSequence": 9 }, { "arrival": { "time": "1771589678" }, "departure": { "time": "1771589678" }, "stopId": "AUVERGNE", "stopSequence": 10 }, { "arrival": { "time": "1771589716" }, "departure": { "time": "1771589716" }, "stopId": "NOZAY", "stopSequence": 11 }, { "arrival": { "time": "1771589745" }, "departure": { "time": "1771589745" }, "stopId": "RBRIOLLA", "stopSequence": 12 }, { "arrival": { "time": "1771589950" }, "departure": { "time": "1771589950" }, "stopId": "MIMOSAS", "stopSequence": 16 }, { "arrival": { "time": "1771590016" }, "departure": { "time": "1771590016" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1771590067" }, "departure": { "time": "1771590067" }, "stopId": "DESJARDI", "stopSequence": 18 }, { "arrival": { "time": "1771590109" }, "departure": { "time": "1771590109" }, "stopId": "MACE", "stopSequence": 19 }, { "arrival": { "time": "1771590138" }, "departure": { "time": "1771590138" }, "stopId": "LUTIN", "stopSequence": 20 }, { "arrival": { "time": "1771590225" }, "departure": { "time": "1771590225" }, "stopId": "MUSSET", "stopSequence": 21 }, { "arrival": { "time": "1771590265" }, "departure": { "time": "1771590265" }, "stopId": "SAVARY", "stopSequence": 22 }, { "arrival": { "time": "1771589612" }, "departure": { "time": "1771589612" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENNE", "stopSequence": 23 }, { "arrival": { "time": "1771589684" }, "departure": { "time": "1771589684" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESOLI", "stopSequence": 24 }, { "arrival": { "time": "1771589820" }, "departure": { "time": "1771589820" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCITR", "stopSequence": 25 }, { "arrival": { "time": "1771589875" }, "departure": { "time": "1771589875" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE", "stopSequence": 26 }, { "arrival": { "time": "1771589984" }, "departure": { "time": "1771589984" }, "scheduleRelationship": "SKIPPED", "stopId": "FACUL-SS", "stopSequence": 27 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAINE", "stopSequence": 28 }, { "arrival": { "time": "1771590143" }, "departure": { "time": "1771590143" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET", "stopSequence": 29 }, { "arrival": { "time": "1771590355" }, "departure": { "time": "1771590355" }, "stopId": "MENDESFR", "stopSequence": 30 }, { "arrival": { "time": "1771590474" }, "departure": { "time": "1771590540" }, "stopId": "FO-LOR-R", "stopSequence": 31 }, { "arrival": { "time": "1771590612" }, "departure": { "time": "1771590612" }, "stopId": "STAUBI-E", "stopSequence": 32 }, { "arrival": { "time": "1771590646" }, "departure": { "time": "1771590646" }, "stopId": "HARAS-E", "stopSequence": 33 }, { "arrival": { "time": "1771590737" }, "departure": { "time": "1771590737" }, "stopId": "LESGAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771590850" }, "departure": { "time": "1771590850" }, "stopId": "SEMARD-E", "stopSequence": 35 }, { "arrival": { "time": "1771590900" }, "departure": { "time": "1771590900" }, "stopId": "PONTNO-E", "stopSequence": 36 }, { "arrival": { "time": "1771591004" }, "departure": { "time": "1771591004" }, "stopId": "POIREL-E", "stopSequence": 37 }, { "arrival": { "time": "1771591061" }, "departure": { "time": "1771591061" }, "stopId": "VAUBAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "CHANZY-E", "stopSequence": 39 }, { "arrival": { "time": "1771591200" }, "departure": { "time": "1771591200" }, "stopId": "LAFAYE-E", "stopSequence": 40 }, { "arrival": { "time": "1771591286" }, "departure": { "time": "1771591286" }, "stopId": "MIRABE-E", "stopSequence": 41 }, { "arrival": { "time": "1771591341" }, "departure": { "time": "1771591341" }, "stopId": "CESARG-E", "stopSequence": 42 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591380" }, "stopId": "BLANDE-E", "stopSequence": 43 }, { "arrival": { "time": "1771591436" }, "departure": { "time": "1771591436" }, "stopId": "MUTUAL-E", "stopSequence": 44 }, { "arrival": { "time": "1771591508" }, "departure": { "time": "1771591508" }, "stopId": "VILLES-E", "stopSequence": 45 }, { "arrival": { "time": "1771591557" }, "departure": { "time": "1771591557" }, "stopId": "VIVIER-E", "stopSequence": 46 }, { "arrival": { "time": "1771591620" }, "departure": { "time": "1771591620" }, "stopId": "MARIAN-E", "stopSequence": 47 }, { "arrival": { "time": "1771591671" }, "departure": { "time": "1771591671" }, "stopId": "LINOVE-E", "stopSequence": 48 }, { "arrival": { "time": "1771591710" }, "departure": { "time": "1771591710" }, "stopId": "DANGEL-E", "stopSequence": 49 }, { "arrival": { "time": "1771591770" }, "departure": { "time": "1771591770" }, "stopId": "ATHLET-E", "stopSequence": 50 }, { "arrival": { "time": "1771591814" }, "departure": { "time": "1771591814" }, "stopId": "DIONNE-E", "stopSequence": 51 }, { "arrival": { "time": "1771591860" }, "departure": { "time": "1771591860" }, "stopId": "GENDRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771591904" }, "departure": { "time": "1771591904" }, "stopId": "CHESNA-E", "stopSequence": 53 }, { "arrival": { "time": "1771591952" }, "departure": { "time": "1771591952" }, "stopId": "GIRAD-E", "stopSequence": 54 }, { "arrival": { "time": "1771592047" }, "departure": { "time": "1771592047" }, "stopId": "FRANVILL", "stopSequence": 55 }, { "arrival": { "time": "1771592100" }, "departure": { "time": "1771592100" }, "stopId": "GGESSAND", "stopSequence": 56 }, { "arrival": { "time": "1771592132" }, "departure": { "time": "1771592132" }, "stopId": "MACURIE", "stopSequence": 57 }, { "arrival": { "time": "1771592162" }, "departure": { "time": "1771592162" }, "stopId": "JEROSTAN", "stopSequence": 58 }, { "arrival": { "time": "1771592192" }, "departure": { "time": "1771592192" }, "stopId": "RONCIERE", "stopSequence": 59 }, { "arrival": { "time": "1771592220" }, "departure": { "time": "1771592220" }, "stopId": "GUILLE-E", "stopSequence": 60 }, { "arrival": { "time": "1771592285" }, "departure": { "time": "1771592285" }, "stopId": "BAUDRA-E", "stopSequence": 61 }, { "arrival": { "time": "1771592400" }, "stopId": "MOULINMA", "stopSequence": 62 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257526" } } }, { "id": "trip:6052762", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592460" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771592619" }, "departure": { "time": "1771592619" }, "stopId": "SECUSO-E", "stopSequence": 1 }, { "arrival": { "time": "1771592670" }, "departure": { "time": "1771592670" }, "stopId": "STEXUP-E", "stopSequence": 2 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052762" } } }, { "id": "trip:3653", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589062" }, "departure": { "time": "1771589069" }, "stopId": "OLIVER-E", "stopSequence": 14 }, { "arrival": { "time": "1771589130" }, "departure": { "time": "1771589130" }, "stopId": "BSOLEI-E", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "36", "tripId": "3653" } } }, { "id": "trip:6541187", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589051" }, "departure": { "time": "1771589051" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771589142" }, "departure": { "time": "1771589142" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771589205" }, "departure": { "time": "1771589205" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771589285" }, "departure": { "time": "1771589285" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771589405" }, "departure": { "time": "1771589405" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771589495" }, "departure": { "time": "1771589495" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771589645" }, "departure": { "time": "1771589645" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771589745" }, "departure": { "time": "1771589745" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771589825" }, "departure": { "time": "1771589825" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771589915" }, "departure": { "time": "1771589915" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771589995" }, "departure": { "time": "1771589995" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771590085" }, "departure": { "time": "1771590085" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771590165" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541187" } } }, { "id": "trip:6258299", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589052" }, "departure": { "time": "1771589083" }, "stopId": "ESA", "stopSequence": 20 }, { "arrival": { "time": "1771589122" }, "departure": { "time": "1771589128" }, "stopId": "RABELAI", "stopSequence": 21 }, { "arrival": { "time": "1771589206" }, "departure": { "time": "1771589206" }, "stopId": "ALEROY", "stopSequence": 22 }, { "arrival": { "time": "1771589343" }, "departure": { "time": "1771589343" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771589399" }, "departure": { "time": "1771589399" }, "stopId": "HARAS", "stopSequence": 24 }, { "arrival": { "time": "1771589469" }, "departure": { "time": "1771589469" }, "stopId": "STAUBIN", "stopSequence": 25 }, { "arrival": { "time": "1771589568" }, "departure": { "time": "1771589580" }, "stopId": "LORRAIN1", "stopSequence": 26 }, { "arrival": { "time": "1771589685" }, "departure": { "time": "1771589685" }, "stopId": "MENDES-E", "stopSequence": 27 }, { "arrival": { "time": "1771589812" }, "departure": { "time": "1771589812" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771589862" }, "departure": { "time": "1771589862" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771589886" }, "departure": { "time": "1771589886" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771589928" }, "departure": { "time": "1771589928" }, "stopId": "LICES", "stopSequence": 31 }, { "arrival": { "time": "1771589977" }, "departure": { "time": "1771589977" }, "stopId": "CCI-E", "stopSequence": 32 }, { "arrival": { "time": "1771590015" }, "departure": { "time": "1771590015" }, "stopId": "CHDARR-E", "stopSequence": 33 }, { "arrival": { "time": "1771590130" }, "departure": { "time": "1771590130" }, "stopId": "LEQUAI-E", "stopSequence": 34 }, { "arrival": { "time": "1771590170" }, "departure": { "time": "1771590170" }, "stopId": "DUMESN-E", "stopSequence": 35 }, { "arrival": { "time": "1771590185" }, "departure": { "time": "1771590185" }, "stopId": "MONPR-E", "stopSequence": 36 }, { "arrival": { "time": "1771589878" }, "departure": { "time": "1771589878" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERG-E", "stopSequence": 37 }, { "arrival": { "time": "1771590060" }, "departure": { "time": "1771590060" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCHEF-E", "stopSequence": 38 }, { "arrival": { "time": "1771590159" }, "departure": { "time": "1771590159" }, "scheduleRelationship": "SKIPPED", "stopId": "HOTDIE-E", "stopSequence": 39 }, { "arrival": { "time": "1771590215" }, "departure": { "time": "1771590215" }, "scheduleRelationship": "SKIPPED", "stopId": "BICHDA-E", "stopSequence": 40 }, { "arrival": { "time": "1771590300" }, "departure": { "time": "1771590300" }, "scheduleRelationship": "SKIPPED", "stopId": "DESCAZEA", "stopSequence": 41 }, { "arrival": { "time": "1771590306" }, "departure": { "time": "1771590306" }, "stopId": "CIOUES-E", "stopSequence": 42 }, { "arrival": { "time": "1771590368" }, "departure": { "time": "1771590368" }, "stopId": "POMONE-E", "stopSequence": 43 }, { "arrival": { "time": "1771590414" }, "departure": { "time": "1771590414" }, "stopId": "REVERI-E", "stopSequence": 44 }, { "arrival": { "time": "1771590494" }, "departure": { "time": "1771590494" }, "stopId": "MEIGNA-E", "stopSequence": 45 }, { "arrival": { "time": "1771590534" }, "departure": { "time": "1771590534" }, "stopId": "VALOR-E", "stopSequence": 46 }, { "arrival": { "time": "1771590562" }, "departure": { "time": "1771590562" }, "stopId": "CLINIQ-E", "stopSequence": 47 }, { "arrival": { "time": "1771590601" }, "departure": { "time": "1771590601" }, "stopId": "GRANDM-E", "stopSequence": 48 }, { "arrival": { "time": "1771590644" }, "departure": { "time": "1771590644" }, "stopId": "MAISDA-E", "stopSequence": 49 }, { "arrival": { "time": "1771590684" }, "departure": { "time": "1771590684" }, "stopId": "CHMART-E", "stopSequence": 50 }, { "arrival": { "time": "1771590721" }, "departure": { "time": "1771590721" }, "stopId": "MLYAUT-E", "stopSequence": 51 }, { "arrival": { "time": "1771590786" }, "departure": { "time": "1771590786" }, "stopId": "BRASSE-E", "stopSequence": 52 }, { "arrival": { "time": "1771590834" }, "departure": { "time": "1771590834" }, "stopId": "BEURRI-E", "stopSequence": 53 }, { "arrival": { "time": "1771590884" }, "departure": { "time": "1771590884" }, "stopId": "DELAUN-E", "stopSequence": 54 }, { "arrival": { "time": "1771590936" }, "departure": { "time": "1771590936" }, "stopId": "MAUFIN-E", "stopSequence": 55 }, { "arrival": { "time": "1771590984" }, "departure": { "time": "1771590984" }, "stopId": "MAIRAV-E", "stopSequence": 56 }, { "arrival": { "time": "1771591019" }, "departure": { "time": "1771591019" }, "stopId": "TERNIE-E", "stopSequence": 57 }, { "arrival": { "time": "1771591051" }, "departure": { "time": "1771591051" }, "stopId": "BALAND-E", "stopSequence": 58 }, { "arrival": { "time": "1771591093" }, "departure": { "time": "1771591093" }, "stopId": "PIECE-E", "stopSequence": 59 }, { "arrival": { "time": "1771591148" }, "departure": { "time": "1771591148" }, "stopId": "LA-BOI-E", "stopSequence": 60 }, { "arrival": { "time": "1771591192" }, "departure": { "time": "1771591192" }, "stopId": "SCHWAL-E", "stopSequence": 61 }, { "arrival": { "time": "1771591224" }, "stopId": "ADEZIERE", "stopSequence": 62 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258299" } } }, { "id": "trip:6053045", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589080" }, "departure": { "time": "1771589098" }, "stopId": "BRISEP-E", "stopSequence": 2 }, { "arrival": { "time": "1771589172" }, "departure": { "time": "1771589172" }, "stopId": "CHATEN-E", "stopSequence": 3 }, { "arrival": { "time": "1771589292" }, "departure": { "time": "1771589292" }, "stopId": "SEPSON-E", "stopSequence": 4 }, { "arrival": { "time": "1771589377" }, "departure": { "time": "1771589377" }, "stopId": "RTEPAR-E", "stopSequence": 5 }, { "arrival": { "time": "1771589441" }, "departure": { "time": "1771589441" }, "stopId": "PROVIN-E", "stopSequence": 6 }, { "arrival": { "time": "1771589538" }, "departure": { "time": "1771589538" }, "stopId": "PARCEX-E", "stopSequence": 7 }, { "arrival": { "time": "1771589805" }, "departure": { "time": "1771589805" }, "stopId": "CARREA-E", "stopSequence": 8 }, { "arrival": { "time": "1771589838" }, "departure": { "time": "1771589838" }, "stopId": "MILLAR-E", "stopSequence": 9 }, { "arrival": { "time": "1771589872" }, "departure": { "time": "1771589872" }, "stopId": "BASMOR-E", "stopSequence": 10 }, { "arrival": { "time": "1771589918" }, "departure": { "time": "1771589918" }, "stopId": "CHABLA-E", "stopSequence": 11 }, { "arrival": { "time": "1771589957" }, "departure": { "time": "1771589957" }, "stopId": "UNION-E", "stopSequence": 12 }, { "arrival": { "time": "1771590018" }, "departure": { "time": "1771590018" }, "stopId": "SSYMAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771590099" }, "departure": { "time": "1771590099" }, "stopId": "LECLSYLV", "stopSequence": 14 }, { "arrival": { "time": "1771590146" }, "departure": { "time": "1771590146" }, "stopId": "FRANCAIS", "stopSequence": 15 }, { "arrival": { "time": "1771590206" }, "departure": { "time": "1771590206" }, "stopId": "V.HUGO-E", "stopSequence": 16 }, { "arrival": { "time": "1771590267" }, "departure": { "time": "1771590267" }, "stopId": "ANBRUE-E", "stopSequence": 17 }, { "arrival": { "time": "1771590321" }, "departure": { "time": "1771590321" }, "stopId": "GAUGUI-E", "stopSequence": 18 }, { "arrival": { "time": "1771590378" }, "stopId": "STSYCHVE", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053045" } } }, { "id": "trip:6257906", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590000" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771590036" }, "departure": { "time": "1771590036" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771590069" }, "departure": { "time": "1771590069" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771590128" }, "departure": { "time": "1771590128" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771590159" }, "departure": { "time": "1771590159" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771590219" }, "departure": { "time": "1771590219" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771590262" }, "departure": { "time": "1771590262" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771590300" }, "departure": { "time": "1771590300" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771590351" }, "departure": { "time": "1771590351" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771590385" }, "departure": { "time": "1771590385" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771590418" }, "departure": { "time": "1771590418" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771590450" }, "departure": { "time": "1771590450" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771590541" }, "departure": { "time": "1771590541" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771590577" }, "departure": { "time": "1771590577" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771590621" }, "departure": { "time": "1771590621" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771590650" }, "departure": { "time": "1771590650" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771590684" }, "departure": { "time": "1771590684" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771590720" }, "departure": { "time": "1771590720" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771590835" }, "departure": { "time": "1771590835" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771590885" }, "departure": { "time": "1771590885" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771590960" }, "departure": { "time": "1771590960" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771591010" }, "departure": { "time": "1771591010" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771591071" }, "departure": { "time": "1771591071" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771591137" }, "departure": { "time": "1771591137" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771591200" }, "departure": { "time": "1771591200" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771591275" }, "departure": { "time": "1771591275" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771591383" }, "departure": { "time": "1771591383" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771591479" }, "departure": { "time": "1771591479" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771591548" }, "departure": { "time": "1771591548" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771591586" }, "departure": { "time": "1771591586" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771591560" }, "departure": { "time": "1771591560" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771591662" }, "departure": { "time": "1771591662" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771591732" }, "departure": { "time": "1771591732" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771591800" }, "departure": { "time": "1771591800" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771592020" }, "departure": { "time": "1771592020" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 35 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257906" } } }, { "id": "trip:6541189", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589142" }, "departure": { "time": "1771589142" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771589230" }, "departure": { "time": "1771589230" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771589320" }, "departure": { "time": "1771589320" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771589420" }, "departure": { "time": "1771589420" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771589520" }, "departure": { "time": "1771589520" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771589580" }, "departure": { "time": "1771589580" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771589680" }, "departure": { "time": "1771589680" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771589780" }, "departure": { "time": "1771589780" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771589870" }, "departure": { "time": "1771589870" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771589990" }, "departure": { "time": "1771589990" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771590080" }, "departure": { "time": "1771590080" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771590200" }, "departure": { "time": "1771590200" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771590280" }, "departure": { "time": "1771590280" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771590400" }, "departure": { "time": "1771590400" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771590490" }, "departure": { "time": "1771590490" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771590640" }, "departure": { "time": "1771590640" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771590740" }, "departure": { "time": "1771590740" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771590820" }, "departure": { "time": "1771590820" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771590910" }, "departure": { "time": "1771590910" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771590990" }, "departure": { "time": "1771590990" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771591160" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541189" } } }, { "id": "trip:6257752", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589124" }, "departure": { "time": "1771589142" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771589195" }, "departure": { "time": "1771589195" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771589298" }, "departure": { "time": "1771589298" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771589337" }, "departure": { "time": "1771589337" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771589637" }, "departure": { "time": "1771589637" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771589697" }, "departure": { "time": "1771589697" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771589725" }, "departure": { "time": "1771589725" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771589755" }, "departure": { "time": "1771589755" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771589813" }, "departure": { "time": "1771589813" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771589849" }, "departure": { "time": "1771589849" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771589884" }, "departure": { "time": "1771589884" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771589928" }, "departure": { "time": "1771589928" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771589984" }, "departure": { "time": "1771589984" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771590013" }, "departure": { "time": "1771590013" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771590079" }, "departure": { "time": "1771590079" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771590112" }, "departure": { "time": "1771590112" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771590164" }, "departure": { "time": "1771590164" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771590284" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257752" } } }, { "id": "trip:6257976", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589080" }, "departure": { "time": "1771589119" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771589087" }, "departure": { "time": "1771589087" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771589114" }, "departure": { "time": "1771589114" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771589220" }, "departure": { "time": "1771589220" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771589265" }, "departure": { "time": "1771589265" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771589326" }, "departure": { "time": "1771589326" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771589369" }, "departure": { "time": "1771589369" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771589416" }, "departure": { "time": "1771589416" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771589460" }, "departure": { "time": "1771589460" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771589515" }, "departure": { "time": "1771589515" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771589569" }, "departure": { "time": "1771589569" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771589635" }, "departure": { "time": "1771589635" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771589710" }, "departure": { "time": "1771589710" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771589769" }, "departure": { "time": "1771589769" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771589820" }, "departure": { "time": "1771589820" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771589892" }, "departure": { "time": "1771589892" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771589975" }, "departure": { "time": "1771589975" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771590034" }, "departure": { "time": "1771590034" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771590105" }, "departure": { "time": "1771590105" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771590201" }, "departure": { "time": "1771590201" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771590242" }, "departure": { "time": "1771590242" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771590300" }, "departure": { "time": "1771590300" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771590367" }, "departure": { "time": "1771590367" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771590487" }, "departure": { "time": "1771590487" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771590540" }, "departure": { "time": "1771590600" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771590687" }, "departure": { "time": "1771590687" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771590729" }, "departure": { "time": "1771590729" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771590840" }, "departure": { "time": "1771590840" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771590942" }, "departure": { "time": "1771590942" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771591009" }, "departure": { "time": "1771591009" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771591051" }, "departure": { "time": "1771591051" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771591172" }, "departure": { "time": "1771591172" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771591212" }, "departure": { "time": "1771591212" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771591200" }, "departure": { "time": "1771591200" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771591253" }, "departure": { "time": "1771591253" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771591312" }, "departure": { "time": "1771591312" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771591440" }, "departure": { "time": "1771591440" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771591314" }, "departure": { "time": "1771591314" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771591383" }, "departure": { "time": "1771591383" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771591480" }, "departure": { "time": "1771591480" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771591551" }, "departure": { "time": "1771591551" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771591606" }, "departure": { "time": "1771591606" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771591672" }, "departure": { "time": "1771591672" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771591735" }, "departure": { "time": "1771591735" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771591791" }, "departure": { "time": "1771591791" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771591862" }, "departure": { "time": "1771591862" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771591917" }, "departure": { "time": "1771591917" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771592031" }, "departure": { "time": "1771592031" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771592067" }, "departure": { "time": "1771592067" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771592091" }, "departure": { "time": "1771592091" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771592119" }, "departure": { "time": "1771592119" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771592156" }, "departure": { "time": "1771592156" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771592187" }, "departure": { "time": "1771592187" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771592271" }, "departure": { "time": "1771592271" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771592295" }, "departure": { "time": "1771592295" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771592324" }, "departure": { "time": "1771592324" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771592362" }, "departure": { "time": "1771592362" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771592404" }, "departure": { "time": "1771592404" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771592461" }, "departure": { "time": "1771592461" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771592514" }, "departure": { "time": "1771592514" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771592575" }, "departure": { "time": "1771592575" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771592618" }, "departure": { "time": "1771592618" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771592654" }, "departure": { "time": "1771592654" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771592678" }, "departure": { "time": "1771592678" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771592716" }, "departure": { "time": "1771592716" }, "stopId": "FAUVET-E", "stopSequence": 66 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257976" } } }, { "id": "trip:6543572", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589940" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771590022" }, "departure": { "time": "1771590022" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771590108" }, "departure": { "time": "1771590108" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771590280" }, "departure": { "time": "1771590280" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771590357" }, "departure": { "time": "1771590357" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771590509" }, "departure": { "time": "1771590509" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771590600" }, "departure": { "time": "1771590600" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771590750" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543572" } } }, { "id": "trip:6258440", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589027" }, "departure": { "time": "1771589027" }, "stopId": "BELVTR-E", "stopSequence": 15 }, { "arrival": { "time": "1771589081" }, "departure": { "time": "1771589117" }, "stopId": "MARAIS-E", "stopSequence": 16 }, { "arrival": { "time": "1771589223" }, "departure": { "time": "1771589223" }, "stopId": "GASPALON", "stopSequence": 17 }, { "arrival": { "time": "1771589340" }, "departure": { "time": "1771589340" }, "stopId": "VILSANTE", "stopSequence": 18 }, { "arrival": { "time": "1771589377" }, "departure": { "time": "1771589377" }, "stopId": "CORMIER", "stopSequence": 19 }, { "arrival": { "time": "1771589446" }, "departure": { "time": "1771589446" }, "stopId": "STLEONAR", "stopSequence": 20 }, { "arrival": { "time": "1771589475" }, "departure": { "time": "1771589475" }, "stopId": "GERICAUL", "stopSequence": 21 }, { "arrival": { "time": "1771589520" }, "departure": { "time": "1771589520" }, "stopId": "MONGAZON", "stopSequence": 22 }, { "arrival": { "time": "1771589554" }, "departure": { "time": "1771589554" }, "stopId": "KOPA", "stopSequence": 23 }, { "arrival": { "time": "1771589611" }, "departure": { "time": "1771589611" }, "stopId": "DESMAZ", "stopSequence": 24 }, { "arrival": { "time": "1771589661" }, "departure": { "time": "1771589661" }, "stopId": "ANFRANCK", "stopSequence": 25 }, { "arrival": { "time": "1771589718" }, "departure": { "time": "1771589718" }, "stopId": "STJOSEP", "stopSequence": 26 }, { "arrival": { "time": "1771589783" }, "departure": { "time": "1771589783" }, "stopId": "PLDULYCE", "stopSequence": 27 }, { "arrival": { "time": "1771589880" }, "departure": { "time": "1771589940" }, "stopId": "HMAI", "stopSequence": 28 }, { "arrival": { "time": "1771589994" }, "departure": { "time": "1771589994" }, "stopId": "FO-LOR-R", "stopSequence": 29 }, { "arrival": { "time": "1771590105" }, "departure": { "time": "1771590105" }, "stopId": "STAUBI-E", "stopSequence": 30 }, { "arrival": { "time": "1771590158" }, "departure": { "time": "1771590158" }, "stopId": "HARAS-E", "stopSequence": 31 }, { "arrival": { "time": "1771590300" }, "departure": { "time": "1771590300" }, "stopId": "LESGAR-E", "stopSequence": 32 }, { "arrival": { "time": "1771590378" }, "departure": { "time": "1771590378" }, "stopId": "SEMARD-E", "stopSequence": 33 }, { "arrival": { "time": "1771590412" }, "departure": { "time": "1771590412" }, "stopId": "PONTNO-E", "stopSequence": 34 }, { "arrival": { "time": "1771590478" }, "departure": { "time": "1771590478" }, "stopId": "POIREL-E", "stopSequence": 35 }, { "arrival": { "time": "1771590514" }, "departure": { "time": "1771590514" }, "stopId": "VAUBAN-E", "stopSequence": 36 }, { "arrival": { "time": "1771590561" }, "departure": { "time": "1771590561" }, "stopId": "FREMUR-E", "stopSequence": 37 }, { "arrival": { "time": "1771590620" }, "departure": { "time": "1771590620" }, "stopId": "STRASB-E", "stopSequence": 38 }, { "arrival": { "time": "1771590720" }, "departure": { "time": "1771590720" }, "stopId": "LETAND-E", "stopSequence": 39 }, { "arrival": { "time": "1771590751" }, "departure": { "time": "1771590751" }, "stopId": "BEDIER-E", "stopSequence": 40 }, { "arrival": { "time": "1771590784" }, "departure": { "time": "1771590784" }, "stopId": "INTREP-E", "stopSequence": 41 }, { "arrival": { "time": "1771590815" }, "departure": { "time": "1771590815" }, "stopId": "MTARDA-E", "stopSequence": 42 }, { "arrival": { "time": "1771590854" }, "departure": { "time": "1771590854" }, "stopId": "AUBRY-E", "stopSequence": 43 }, { "arrival": { "time": "1771590905" }, "departure": { "time": "1771590905" }, "stopId": "COSSE-E", "stopSequence": 44 }, { "arrival": { "time": "1771590968" }, "departure": { "time": "1771590968" }, "stopId": "HUTREA-E", "stopSequence": 45 }, { "arrival": { "time": "1771590989" }, "departure": { "time": "1771590989" }, "stopId": "JOLIVE-E", "stopSequence": 46 }, { "arrival": { "time": "1771591044" }, "departure": { "time": "1771591044" }, "stopId": "BELOEI-E", "stopSequence": 47 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "RTEDAN-E", "stopSequence": 48 }, { "arrival": { "time": "1771591126" }, "departure": { "time": "1771591126" }, "stopId": "LESROS-E", "stopSequence": 49 }, { "arrival": { "time": "1771591199" }, "departure": { "time": "1771591199" }, "stopId": "LOUPIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771591265" }, "departure": { "time": "1771591265" }, "stopId": "MASGEM-E", "stopSequence": 51 }, { "arrival": { "time": "1771591311" }, "departure": { "time": "1771591311" }, "stopId": "HOSGEM-E", "stopSequence": 52 }, { "arrival": { "time": "1771591375" }, "departure": { "time": "1771591375" }, "stopId": "CLOS9-E", "stopSequence": 53 }, { "arrival": { "time": "1771591422" }, "departure": { "time": "1771591422" }, "stopId": "VANRIE-E", "stopSequence": 54 }, { "arrival": { "time": "1771591476" }, "departure": { "time": "1771591476" }, "stopId": "PORTSG-E", "stopSequence": 55 }, { "arrival": { "time": "1771591505" }, "departure": { "time": "1771591505" }, "stopId": "LECHEN-E", "stopSequence": 56 }, { "arrival": { "time": "1771591560" }, "stopId": "ROMORNA", "stopSequence": 57 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258440" } } }, { "id": "trip:6260086", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589122" }, "departure": { "time": "1771589122" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1771589171" }, "departure": { "time": "1771589171" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1771589229" }, "departure": { "time": "1771589229" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1771589301" }, "departure": { "time": "1771589301" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1771589356" }, "departure": { "time": "1771589356" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1771589431" }, "departure": { "time": "1771589431" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1771589497" }, "departure": { "time": "1771589497" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1771589584" }, "departure": { "time": "1771589584" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1771589618" }, "departure": { "time": "1771589618" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1771589671" }, "departure": { "time": "1771589671" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1771589758" }, "departure": { "time": "1771589758" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1771589835" }, "departure": { "time": "1771589835" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1771590030" }, "departure": { "time": "1771590030" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1771590126" }, "departure": { "time": "1771590126" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1771590196" }, "departure": { "time": "1771590196" }, "stopId": "CHBBEI-E", "stopSequence": 18 }, { "arrival": { "time": "1771590251" }, "departure": { "time": "1771590251" }, "stopId": "BOISRA-E", "stopSequence": 19 }, { "arrival": { "time": "1771590317" }, "departure": { "time": "1771590317" }, "stopId": "NDAMLA-E", "stopSequence": 20 }, { "arrival": { "time": "1771590380" }, "departure": { "time": "1771590380" }, "stopId": "POLYTE-E", "stopSequence": 21 }, { "arrival": { "time": "1771590436" }, "departure": { "time": "1771590436" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1771590496" }, "departure": { "time": "1771590496" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1771590581" }, "departure": { "time": "1771590581" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1771590766" }, "departure": { "time": "1771590766" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1771590819" }, "departure": { "time": "1771590819" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1771590856" }, "departure": { "time": "1771590856" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1771590883" }, "departure": { "time": "1771590883" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1771590929" }, "departure": { "time": "1771590929" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1771590968" }, "departure": { "time": "1771590968" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1771591060" }, "departure": { "time": "1771591060" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1771591087" }, "departure": { "time": "1771591087" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1771591159" }, "departure": { "time": "1771591159" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1771591216" }, "departure": { "time": "1771591216" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1771591256" }, "departure": { "time": "1771591256" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1771591336" }, "departure": { "time": "1771591336" }, "stopId": "HARENC", "stopSequence": 36 }, { "arrival": { "time": "1771591378" }, "departure": { "time": "1771591378" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1771591430" }, "departure": { "time": "1771591430" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1771591457" }, "departure": { "time": "1771591457" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1771591510" }, "departure": { "time": "1771591510" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1771591562" }, "departure": { "time": "1771591562" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1771591625" }, "departure": { "time": "1771591625" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1771591707" }, "departure": { "time": "1771591707" }, "stopId": "PETPOR-E", "stopSequence": 43 }, { "arrival": { "time": "1771591748" }, "departure": { "time": "1771591748" }, "stopId": "CHEVRI-E", "stopSequence": 44 }, { "arrival": { "time": "1771591860" }, "departure": { "time": "1771591860" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 46 }, { "arrival": { "time": "1771591891" }, "departure": { "time": "1771591891" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 47 }, { "arrival": { "time": "1771591931" }, "departure": { "time": "1771591931" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 48 }, { "arrival": { "time": "1771591976" }, "departure": { "time": "1771591976" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771592022" }, "departure": { "time": "1771592022" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771592045" }, "departure": { "time": "1771592045" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 51 }, { "arrival": { "time": "1771592092" }, "departure": { "time": "1771592092" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1771592160" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260086" } } }, { "id": "trip:6260102", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589054" }, "departure": { "time": "1771589085" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1771589140" }, "departure": { "time": "1771589140" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1771589188" }, "departure": { "time": "1771589188" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1771589259" }, "departure": { "time": "1771589259" }, "stopId": "PETVIVIE", "stopSequence": 20 }, { "arrival": { "time": "1771589335" }, "departure": { "time": "1771589335" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1771589369" }, "departure": { "time": "1771589369" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1771589474" }, "departure": { "time": "1771589474" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1771589520" }, "departure": { "time": "1771589520" }, "stopId": "LACDMAIN", "stopSequence": 24 }, { "arrival": { "time": "1771589566" }, "departure": { "time": "1771589566" }, "stopId": "MAISENVI", "stopSequence": 25 }, { "arrival": { "time": "1771589608" }, "departure": { "time": "1771589608" }, "stopId": "PERUSSAI", "stopSequence": 26 }, { "arrival": { "time": "1771589635" }, "departure": { "time": "1771589635" }, "stopId": "MAISLAC", "stopSequence": 27 }, { "arrival": { "time": "1771589664" }, "departure": { "time": "1771589664" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1771589790" }, "departure": { "time": "1771589790" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1771589848" }, "departure": { "time": "1771589848" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1771589908" }, "departure": { "time": "1771589908" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1771589958" }, "departure": { "time": "1771589958" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1771590019" }, "departure": { "time": "1771590019" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1771590085" }, "departure": { "time": "1771590085" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1771590148" }, "departure": { "time": "1771590148" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1771590211" }, "departure": { "time": "1771590211" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1771590313" }, "departure": { "time": "1771590313" }, "stopId": "FARCYSJA", "stopSequence": 37 }, { "arrival": { "time": "1771590519" }, "departure": { "time": "1771590519" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1771590583" }, "departure": { "time": "1771590583" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771590639" }, "departure": { "time": "1771590639" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1771590706" }, "departure": { "time": "1771590706" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1771590740" }, "departure": { "time": "1771590740" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1771590815" }, "departure": { "time": "1771590815" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771590870" }, "departure": { "time": "1771590870" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1771590958" }, "departure": { "time": "1771590958" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1771590998" }, "departure": { "time": "1771590998" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1771591067" }, "departure": { "time": "1771591067" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771591133" }, "departure": { "time": "1771591133" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1771591169" }, "departure": { "time": "1771591169" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1771591255" }, "departure": { "time": "1771591255" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1771591312" }, "departure": { "time": "1771591312" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1771591380" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260102" } } }, { "id": "trip:6259999", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592220" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1771592277" }, "departure": { "time": "1771592277" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1771592318" }, "departure": { "time": "1771592318" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1771592365" }, "departure": { "time": "1771592365" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1771592461" }, "departure": { "time": "1771592461" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1771592502" }, "departure": { "time": "1771592502" }, "stopId": "GRANBELL", "stopSequence": 6 }, { "arrival": { "time": "1771592542" }, "departure": { "time": "1771592542" }, "stopId": "RODIN", "stopSequence": 7 }, { "arrival": { "time": "1771592580" }, "departure": { "time": "1771592580" }, "stopId": "BRGPAILL", "stopSequence": 8 }, { "arrival": { "time": "1771592662" }, "departure": { "time": "1771592662" }, "stopId": "LANDREAU", "stopSequence": 9 }, { "arrival": { "time": "1771592694" }, "departure": { "time": "1771592694" }, "stopId": "GDPERIGN", "stopSequence": 10 }, { "arrival": { "time": "1771592734" }, "departure": { "time": "1771592734" }, "stopId": "INRA", "stopSequence": 11 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6259999" } } }, { "id": "trip:6257578", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589051" }, "departure": { "time": "1771589051" }, "stopId": "LUTIN-E", "stopSequence": 44 }, { "arrival": { "time": "1771589081" }, "departure": { "time": "1771589081" }, "stopId": "MACE-E", "stopSequence": 45 }, { "arrival": { "time": "1771589096" }, "departure": { "time": "1771589096" }, "stopId": "DESJAR-E", "stopSequence": 46 }, { "arrival": { "time": "1771589194" }, "departure": { "time": "1771589194" }, "stopId": "ALDUNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771589064" }, "departure": { "time": "1771589064" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 52 }, { "arrival": { "time": "1771589156" }, "departure": { "time": "1771589156" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 53 }, { "arrival": { "time": "1771589332" }, "departure": { "time": "1771589332" }, "stopId": "RBRIOL-E", "stopSequence": 54 }, { "arrival": { "time": "1771589369" }, "departure": { "time": "1771589369" }, "stopId": "NOZAY-E", "stopSequence": 55 }, { "arrival": { "time": "1771589436" }, "departure": { "time": "1771589436" }, "stopId": "AUVERG-E", "stopSequence": 56 }, { "arrival": { "time": "1771589493" }, "departure": { "time": "1771589493" }, "stopId": "SAVOIE-E", "stopSequence": 57 }, { "arrival": { "time": "1771589558" }, "departure": { "time": "1771589558" }, "stopId": "INDUST-E", "stopSequence": 58 }, { "arrival": { "time": "1771589601" }, "departure": { "time": "1771589601" }, "stopId": "HOTELL-E", "stopSequence": 59 }, { "arrival": { "time": "1771589666" }, "departure": { "time": "1771589666" }, "stopId": "DEBUMO-E", "stopSequence": 60 }, { "arrival": { "time": "1771589775" }, "departure": { "time": "1771589775" }, "stopId": "RTEPAR-E", "stopSequence": 61 }, { "arrival": { "time": "1771589847" }, "stopId": "PROVIN-E", "stopSequence": 62 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257578" } } }, { "id": "trip:6052738", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590180" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771590339" }, "departure": { "time": "1771590339" }, "stopId": "SECUSO-E", "stopSequence": 1 }, { "arrival": { "time": "1771590390" }, "departure": { "time": "1771590390" }, "stopId": "STEXUP-E", "stopSequence": 2 }, { "arrival": { "time": "1771590480" }, "departure": { "time": "1771590480" }, "stopId": "GARDOT-E", "stopSequence": 3 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "BRISSA-E", "stopSequence": 4 }, { "arrival": { "time": "1771591215" }, "departure": { "time": "1771591215" }, "stopId": "FONTEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771591252" }, "departure": { "time": "1771591252" }, "stopId": "BARBOT-E", "stopSequence": 6 }, { "arrival": { "time": "1771591320" }, "departure": { "time": "1771591320" }, "stopId": "GDPRES-E", "stopSequence": 7 }, { "arrival": { "time": "1771591349" }, "departure": { "time": "1771591349" }, "stopId": "SOLAND-E", "stopSequence": 8 }, { "arrival": { "time": "1771591383" }, "departure": { "time": "1771591383" }, "stopId": "ERIGNE-E", "stopSequence": 9 }, { "arrival": { "time": "1771591469" }, "departure": { "time": "1771591469" }, "stopId": "LEVESQ-E", "stopSequence": 10 }, { "arrival": { "time": "1771591497" }, "departure": { "time": "1771591497" }, "stopId": "MURSHV-E", "stopSequence": 11 }, { "arrival": { "time": "1771591565" }, "departure": { "time": "1771591565" }, "stopId": "CARMET-E", "stopSequence": 12 }, { "arrival": { "time": "1771591642" }, "departure": { "time": "1771591642" }, "stopId": "LECOTE-E", "stopSequence": 13 }, { "arrival": { "time": "1771591691" }, "departure": { "time": "1771591691" }, "stopId": "LABUIS-E", "stopSequence": 14 }, { "arrival": { "time": "1771591740" }, "stopId": "HTDEMURS", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052738" } } }, { "id": "trip:6258658", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589029" }, "departure": { "time": "1771589029" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258658" } } }, { "id": "trip:6257756", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592443" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771592584" }, "departure": { "time": "1771592584" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771592626" }, "departure": { "time": "1771592626" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771592703" }, "departure": { "time": "1771592703" }, "stopId": "BANCSTMA", "stopSequence": 3 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257756" } } }, { "id": "trip:6258540", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589220" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1771589274" }, "departure": { "time": "1771589274" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1771589306" }, "departure": { "time": "1771589306" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1771589334" }, "departure": { "time": "1771589334" }, "stopId": "RENOIR", "stopSequence": 3 }, { "arrival": { "time": "1771589362" }, "departure": { "time": "1771589362" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1771589395" }, "departure": { "time": "1771589395" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1771589634" }, "departure": { "time": "1771589634" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1771589636" }, "departure": { "time": "1771589636" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1771589707" }, "departure": { "time": "1771589707" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1771589400" }, "departure": { "time": "1771589400" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL", "stopSequence": 9 }, { "arrival": { "time": "1771589424" }, "departure": { "time": "1771589424" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTILL", "stopSequence": 10 }, { "arrival": { "time": "1771589582" }, "departure": { "time": "1771589582" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1771589617" }, "departure": { "time": "1771589617" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1771589638" }, "departure": { "time": "1771589638" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1771589670" }, "departure": { "time": "1771589670" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 }, { "arrival": { "time": "1771589700" }, "departure": { "time": "1771589700" }, "scheduleRelationship": "SKIPPED", "stopId": "ZOLA", "stopSequence": 17 }, { "arrival": { "time": "1771589757" }, "departure": { "time": "1771589757" }, "scheduleRelationship": "SKIPPED", "stopId": "BELAIR", "stopSequence": 18 }, { "arrival": { "time": "1771589558" }, "departure": { "time": "1771589558" }, "stopId": "ESPMONTR", "stopSequence": 19 }, { "arrival": { "time": "1771589627" }, "departure": { "time": "1771589627" }, "stopId": "PLATFLEU", "stopSequence": 20 }, { "arrival": { "time": "1771589690" }, "departure": { "time": "1771589690" }, "stopId": "JEHUEZ", "stopSequence": 21 }, { "arrival": { "time": "1771589741" }, "departure": { "time": "1771589741" }, "stopId": "MASTELLE", "stopSequence": 22 }, { "arrival": { "time": "1771589780" }, "departure": { "time": "1771589780" }, "stopId": "AVENEURO", "stopSequence": 23 }, { "arrival": { "time": "1771589798" }, "departure": { "time": "1771589798" }, "stopId": "DANEMA", "stopSequence": 24 }, { "arrival": { "time": "1771589854" }, "departure": { "time": "1771589854" }, "stopId": "ALLEMAGN", "stopSequence": 25 }, { "arrival": { "time": "1771589886" }, "departure": { "time": "1771589886" }, "stopId": "ITALIE", "stopSequence": 26 }, { "arrival": { "time": "1771589922" }, "departure": { "time": "1771589922" }, "stopId": "IRLANDE", "stopSequence": 27 }, { "arrival": { "time": "1771589971" }, "departure": { "time": "1771589971" }, "stopId": "AUTRICH", "stopSequence": 28 }, { "arrival": { "time": "1771589990" }, "departure": { "time": "1771589990" }, "stopId": "PLOTTIER", "stopSequence": 29 }, { "arrival": { "time": "1771590041" }, "departure": { "time": "1771590041" }, "stopId": "CCADEA", "stopSequence": 30 }, { "arrival": { "time": "1771590067" }, "departure": { "time": "1771590067" }, "stopId": "AUCHAN", "stopSequence": 31 }, { "arrival": { "time": "1771590221" }, "departure": { "time": "1771590221" }, "stopId": "AARDBUS", "stopSequence": 32 }, { "arrival": { "time": "1771590265" }, "departure": { "time": "1771590265" }, "stopId": "POIVRE", "stopSequence": 33 }, { "arrival": { "time": "1771590305" }, "departure": { "time": "1771590305" }, "stopId": "BONPLAND", "stopSequence": 34 }, { "arrival": { "time": "1771590351" }, "departure": { "time": "1771590351" }, "stopId": "LEPRE", "stopSequence": 35 }, { "arrival": { "time": "1771590401" }, "departure": { "time": "1771590401" }, "stopId": "SALET-AR", "stopSequence": 36 }, { "arrival": { "time": "1771590433" }, "departure": { "time": "1771590433" }, "stopId": "RIPOLLE", "stopSequence": 37 }, { "arrival": { "time": "1771590484" }, "departure": { "time": "1771590484" }, "stopId": "PEGARDE", "stopSequence": 38 }, { "arrival": { "time": "1771590531" }, "departure": { "time": "1771590531" }, "stopId": "CIAVRILL", "stopSequence": 39 }, { "arrival": { "time": "1771590581" }, "departure": { "time": "1771590581" }, "stopId": "MAIRAVR", "stopSequence": 40 }, { "arrival": { "time": "1771590624" }, "departure": { "time": "1771590624" }, "stopId": "MAUFINE", "stopSequence": 41 }, { "arrival": { "time": "1771590686" }, "departure": { "time": "1771590686" }, "stopId": "DELAUNE", "stopSequence": 42 }, { "arrival": { "time": "1771590725" }, "departure": { "time": "1771590725" }, "stopId": "BEURRIER", "stopSequence": 43 }, { "arrival": { "time": "1771590792" }, "departure": { "time": "1771590792" }, "stopId": "BRASSENS", "stopSequence": 44 }, { "arrival": { "time": "1771590841" }, "departure": { "time": "1771590841" }, "stopId": "RONDE", "stopSequence": 45 }, { "arrival": { "time": "1771590884" }, "departure": { "time": "1771590884" }, "stopId": "PLAMAY", "stopSequence": 46 }, { "arrival": { "time": "1771590940" }, "departure": { "time": "1771590940" }, "stopId": "KENNEDY", "stopSequence": 47 }, { "arrival": { "time": "1771590991" }, "departure": { "time": "1771590991" }, "stopId": "ECHMAN", "stopSequence": 48 }, { "arrival": { "time": "1771591069" }, "departure": { "time": "1771591069" }, "stopId": "LIZE07", "stopSequence": 49 }, { "arrival": { "time": "1771591107" }, "departure": { "time": "1771591107" }, "stopId": "GASNIER", "stopSequence": 50 }, { "arrival": { "time": "1771591164" }, "departure": { "time": "1771591164" }, "stopId": "GOURONNI", "stopSequence": 51 }, { "arrival": { "time": "1771591236" }, "departure": { "time": "1771591236" }, "stopId": "CLOUET", "stopSequence": 52 }, { "arrival": { "time": "1771591269" }, "departure": { "time": "1771591269" }, "stopId": "BICHLAZA", "stopSequence": 53 }, { "arrival": { "time": "1771591300" }, "departure": { "time": "1771591300" }, "stopId": "DESCAZEA", "stopSequence": 54 }, { "arrival": { "time": "1771591368" }, "departure": { "time": "1771591368" }, "stopId": "MONPROFI", "stopSequence": 55 }, { "arrival": { "time": "1771591387" }, "departure": { "time": "1771591387" }, "stopId": "DUMESNIL", "stopSequence": 56 }, { "arrival": { "time": "1771591426" }, "departure": { "time": "1771591426" }, "stopId": "LEQUAI", "stopSequence": 57 }, { "arrival": { "time": "1771591566" }, "departure": { "time": "1771591566" }, "stopId": "CHDARR", "stopSequence": 58 }, { "arrival": { "time": "1771591671" }, "departure": { "time": "1771591671" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 59 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 60 }, { "arrival": { "time": "1771591800" }, "departure": { "time": "1771591800" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURPOI", "stopSequence": 61 }, { "arrival": { "time": "1771591865" }, "departure": { "time": "1771591865" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBLIQ", "stopSequence": 62 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICRO-E", "stopSequence": 63 }, { "arrival": { "time": "1771591976" }, "departure": { "time": "1771591976" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOU-E", "stopSequence": 64 }, { "arrival": { "time": "1771591595" }, "departure": { "time": "1771591595" }, "stopId": "CCI", "stopSequence": 65 }, { "arrival": { "time": "1771591667" }, "departure": { "time": "1771592160" }, "stopId": "LICES-E", "stopSequence": 66 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "stopId": "ANLERO-E", "stopSequence": 67 }, { "arrival": { "time": "1771592483" }, "departure": { "time": "1771592483" }, "stopId": "MICHEL-E", "stopSequence": 68 }, { "arrival": { "time": "1771592537" }, "departure": { "time": "1771592537" }, "stopId": "BOURGO-E", "stopSequence": 69 }, { "arrival": { "time": "1771592582" }, "departure": { "time": "1771592582" }, "stopId": "VOLNEY-E", "stopSequence": 70 }, { "arrival": { "time": "1771592640" }, "departure": { "time": "1771592640" }, "stopId": "MADELE-E", "stopSequence": 71 }, { "arrival": { "time": "1771592713" }, "departure": { "time": "1771592713" }, "stopId": "JEBOUI-E", "stopSequence": 72 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258540" } } }, { "id": "trip:6258730", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591080" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771591109" }, "departure": { "time": "1771591109" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771591160" }, "departure": { "time": "1771591160" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771591226" }, "departure": { "time": "1771591226" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771591320" }, "departure": { "time": "1771591320" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771591408" }, "departure": { "time": "1771591408" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771591447" }, "departure": { "time": "1771591447" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771591495" }, "departure": { "time": "1771591495" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771591548" }, "departure": { "time": "1771591548" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771591607" }, "departure": { "time": "1771591607" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771591680" }, "departure": { "time": "1771591680" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771591816" }, "departure": { "time": "1771591816" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771591851" }, "departure": { "time": "1771591851" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771591910" }, "departure": { "time": "1771591910" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771591955" }, "departure": { "time": "1771591955" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771592025" }, "departure": { "time": "1771592025" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771592110" }, "departure": { "time": "1771592110" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771592171" }, "departure": { "time": "1771592171" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771592220" }, "departure": { "time": "1771592220" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771592274" }, "departure": { "time": "1771592274" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771592366" }, "departure": { "time": "1771592366" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771592472" }, "departure": { "time": "1771592472" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771592510" }, "departure": { "time": "1771592510" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771592580" }, "departure": { "time": "1771592580" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771592648" }, "departure": { "time": "1771592648" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771592693" }, "departure": { "time": "1771592693" }, "stopId": "VOLNEY", "stopSequence": 26 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258730" } } }, { "id": "trip:6260093", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589700" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771589740" }, "departure": { "time": "1771589740" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771589771" }, "departure": { "time": "1771589771" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771589793" }, "departure": { "time": "1771589793" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771589833" }, "departure": { "time": "1771589833" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771589872" }, "departure": { "time": "1771589872" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771589909" }, "departure": { "time": "1771589909" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771589951" }, "departure": { "time": "1771589951" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771590005" }, "departure": { "time": "1771590005" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771590042" }, "departure": { "time": "1771590042" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771590126" }, "departure": { "time": "1771590126" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771590191" }, "departure": { "time": "1771590191" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771590254" }, "departure": { "time": "1771590254" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771590318" }, "departure": { "time": "1771590318" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771590357" }, "departure": { "time": "1771590357" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771590418" }, "departure": { "time": "1771590418" }, "stopId": "P-ANJO-E", "stopSequence": 16 }, { "arrival": { "time": "1771590491" }, "departure": { "time": "1771590491" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1771590563" }, "departure": { "time": "1771590563" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1771590611" }, "departure": { "time": "1771590611" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1771590682" }, "departure": { "time": "1771590682" }, "stopId": "PETVIVIE", "stopSequence": 20 }, { "arrival": { "time": "1771590758" }, "departure": { "time": "1771590758" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1771590792" }, "departure": { "time": "1771590792" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1771590897" }, "departure": { "time": "1771590897" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1771590943" }, "departure": { "time": "1771590943" }, "stopId": "LACDMAIN", "stopSequence": 24 }, { "arrival": { "time": "1771590989" }, "departure": { "time": "1771590989" }, "stopId": "MAISENVI", "stopSequence": 25 }, { "arrival": { "time": "1771591031" }, "departure": { "time": "1771591031" }, "stopId": "PERUSSAI", "stopSequence": 26 }, { "arrival": { "time": "1771591058" }, "departure": { "time": "1771591058" }, "stopId": "MAISLAC", "stopSequence": 27 }, { "arrival": { "time": "1771591087" }, "departure": { "time": "1771591087" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1771591213" }, "departure": { "time": "1771591213" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1771591271" }, "departure": { "time": "1771591271" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1771591331" }, "departure": { "time": "1771591331" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1771591381" }, "departure": { "time": "1771591381" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1771591442" }, "departure": { "time": "1771591442" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1771591508" }, "departure": { "time": "1771591508" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1771591571" }, "departure": { "time": "1771591571" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1771591634" }, "departure": { "time": "1771591634" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1771591725" }, "departure": { "time": "1771591725" }, "stopId": "FARCYSJA", "stopSequence": 37 }, { "arrival": { "time": "1771591931" }, "departure": { "time": "1771591931" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1771592026" }, "departure": { "time": "1771592026" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771592069" }, "departure": { "time": "1771592069" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1771592118" }, "departure": { "time": "1771592118" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1771592138" }, "departure": { "time": "1771592138" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1771592258" }, "departure": { "time": "1771592258" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771592313" }, "departure": { "time": "1771592313" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1771592371" }, "departure": { "time": "1771592371" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1771592397" }, "departure": { "time": "1771592397" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1771592458" }, "departure": { "time": "1771592458" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771592531" }, "departure": { "time": "1771592531" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1771592576" }, "departure": { "time": "1771592576" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1771592649" }, "departure": { "time": "1771592649" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1771592706" }, "departure": { "time": "1771592706" }, "stopId": "HRECUL-E", "stopSequence": 51 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260093" } } }, { "id": "trip:6541266", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589024" }, "departure": { "time": "1771589054" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771589150" }, "departure": { "time": "1771589150" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771589240" }, "departure": { "time": "1771589240" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771589360" }, "departure": { "time": "1771589360" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771589470" }, "departure": { "time": "1771589470" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771589570" }, "departure": { "time": "1771589570" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771589640" }, "departure": { "time": "1771589640" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771589710" }, "departure": { "time": "1771589710" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771589820" }, "departure": { "time": "1771589820" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771589910" }, "departure": { "time": "1771589910" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771590010" }, "departure": { "time": "1771590010" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771590110" }, "departure": { "time": "1771590110" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771590220" }, "departure": { "time": "1771590220" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771590330" }, "departure": { "time": "1771590330" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771590450" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541266" } } }, { "id": "trip:6258067", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771590835" }, "departure": { "time": "1771590835" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771590899" }, "departure": { "time": "1771590899" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771590992" }, "departure": { "time": "1771590992" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771591035" }, "departure": { "time": "1771591035" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771591147" }, "departure": { "time": "1771591147" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771591196" }, "departure": { "time": "1771591196" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771591261" }, "departure": { "time": "1771591261" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771591336" }, "departure": { "time": "1771591336" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771591393" }, "departure": { "time": "1771591393" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771591440" }, "departure": { "time": "1771591440" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1771591642" }, "departure": { "time": "1771591642" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771591685" }, "departure": { "time": "1771591685" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771591769" }, "departure": { "time": "1771591769" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771591802" }, "departure": { "time": "1771591802" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771591866" }, "departure": { "time": "1771591866" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771591901" }, "departure": { "time": "1771591901" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771591970" }, "departure": { "time": "1771591970" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771592034" }, "departure": { "time": "1771592034" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771592116" }, "departure": { "time": "1771592116" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771592220" }, "departure": { "time": "1771592220" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771592288" }, "departure": { "time": "1771592288" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771592343" }, "departure": { "time": "1771592343" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771592389" }, "departure": { "time": "1771592389" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771592435" }, "departure": { "time": "1771592435" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771592467" }, "departure": { "time": "1771592467" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771592528" }, "departure": { "time": "1771592528" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771592558" }, "departure": { "time": "1771592558" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771592640" }, "departure": { "time": "1771592640" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771592690" }, "departure": { "time": "1771592690" }, "stopId": "BOUTHO-E", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258067" } } }, { "id": "trip:6257907", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592400" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771592436" }, "departure": { "time": "1771592436" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771592469" }, "departure": { "time": "1771592469" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771592528" }, "departure": { "time": "1771592528" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771592559" }, "departure": { "time": "1771592559" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771592619" }, "departure": { "time": "1771592619" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771592662" }, "departure": { "time": "1771592662" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592700" }, "stopId": "CERFEUIL", "stopSequence": 8 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257907" } } }, { "id": "trip:6257972", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589070" }, "departure": { "time": "1771589070" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771589100" }, "departure": { "time": "1771589100" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771589177" }, "departure": { "time": "1771589177" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771589232" }, "departure": { "time": "1771589232" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771589298" }, "departure": { "time": "1771589298" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771589361" }, "departure": { "time": "1771589361" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771589417" }, "departure": { "time": "1771589417" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771589488" }, "departure": { "time": "1771589488" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771589543" }, "departure": { "time": "1771589543" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771589657" }, "departure": { "time": "1771589657" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771589693" }, "departure": { "time": "1771589693" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771589717" }, "departure": { "time": "1771589717" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771589745" }, "departure": { "time": "1771589745" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771589782" }, "departure": { "time": "1771589782" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771589813" }, "departure": { "time": "1771589813" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771589897" }, "departure": { "time": "1771589897" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771589919" }, "departure": { "time": "1771589919" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771589945" }, "departure": { "time": "1771589945" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771589979" }, "departure": { "time": "1771589979" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771590057" }, "departure": { "time": "1771590057" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771590110" }, "departure": { "time": "1771590110" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771590171" }, "departure": { "time": "1771590171" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771590214" }, "departure": { "time": "1771590214" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771590250" }, "departure": { "time": "1771590250" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771590274" }, "departure": { "time": "1771590274" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771590312" }, "departure": { "time": "1771590312" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771590360" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257972" } } }, { "id": "trip:6258117", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589059" }, "departure": { "time": "1771589059" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771589125" }, "departure": { "time": "1771589133" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771589169" }, "departure": { "time": "1771589169" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771589272" }, "departure": { "time": "1771589272" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771589384" }, "departure": { "time": "1771589384" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771589429" }, "departure": { "time": "1771589429" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771589465" }, "departure": { "time": "1771589465" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771589540" }, "departure": { "time": "1771589540" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771589625" }, "departure": { "time": "1771589625" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771589707" }, "departure": { "time": "1771589707" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771589817" }, "departure": { "time": "1771589817" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1771589934" }, "departure": { "time": "1771589934" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1771590006" }, "departure": { "time": "1771590006" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1771590073" }, "departure": { "time": "1771590073" }, "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1771590187" }, "departure": { "time": "1771590187" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1771590226" }, "departure": { "time": "1771590226" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771590297" }, "departure": { "time": "1771590297" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771590379" }, "departure": { "time": "1771590379" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771590439" }, "departure": { "time": "1771590439" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771590486" }, "departure": { "time": "1771590486" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771590561" }, "departure": { "time": "1771590561" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771590595" }, "departure": { "time": "1771590595" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771590666" }, "departure": { "time": "1771590666" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771590725" }, "departure": { "time": "1771590725" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771590780" }, "departure": { "time": "1771590780" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771590837" }, "departure": { "time": "1771590837" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771590886" }, "departure": { "time": "1771590886" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771590954" }, "departure": { "time": "1771590954" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771591026" }, "departure": { "time": "1771591026" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771591090" }, "departure": { "time": "1771591090" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771591122" }, "departure": { "time": "1771591122" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771591147" }, "departure": { "time": "1771591147" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771591199" }, "departure": { "time": "1771591199" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771591247" }, "departure": { "time": "1771591247" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771591279" }, "departure": { "time": "1771591279" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771591328" }, "departure": { "time": "1771591328" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771591386" }, "departure": { "time": "1771591386" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771591473" }, "departure": { "time": "1771591473" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771591553" }, "departure": { "time": "1771591553" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771591613" }, "departure": { "time": "1771591613" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771591688" }, "departure": { "time": "1771591688" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771591722" }, "departure": { "time": "1771591722" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771591782" }, "departure": { "time": "1771591782" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771591821" }, "departure": { "time": "1771591821" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771591869" }, "departure": { "time": "1771591869" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771591931" }, "departure": { "time": "1771591931" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771591970" }, "departure": { "time": "1771591970" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771592114" }, "departure": { "time": "1771592114" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771592155" }, "departure": { "time": "1771592155" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771592210" }, "departure": { "time": "1771592210" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771592293" }, "departure": { "time": "1771592293" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771592368" }, "departure": { "time": "1771592368" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771592387" }, "departure": { "time": "1771592387" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771592456" }, "departure": { "time": "1771592456" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771592459" }, "departure": { "time": "1771592459" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771592505" }, "departure": { "time": "1771592505" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771592628" }, "departure": { "time": "1771592628" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771592686" }, "departure": { "time": "1771592686" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771592738" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258117" } } }, { "id": "trip:6258627", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589047" }, "departure": { "time": "1771589063" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771589092" }, "departure": { "time": "1771589108" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771589160" }, "departure": { "time": "1771589160" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771589220" }, "departure": { "time": "1771589220" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771589296" }, "departure": { "time": "1771589296" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771589331" }, "departure": { "time": "1771589331" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771589390" }, "departure": { "time": "1771589390" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771589435" }, "departure": { "time": "1771589435" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771589505" }, "departure": { "time": "1771589505" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771589590" }, "departure": { "time": "1771589590" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771589651" }, "departure": { "time": "1771589651" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771589700" }, "departure": { "time": "1771589700" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771589745" }, "departure": { "time": "1771589745" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771589822" }, "departure": { "time": "1771589822" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771589910" }, "departure": { "time": "1771589910" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771589942" }, "departure": { "time": "1771589942" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771590056" }, "departure": { "time": "1771590056" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771590124" }, "departure": { "time": "1771590124" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771590169" }, "departure": { "time": "1771590169" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771590247" }, "departure": { "time": "1771590247" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771590306" }, "departure": { "time": "1771590306" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771590356" }, "departure": { "time": "1771590356" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771590492" }, "departure": { "time": "1771590492" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771590547" }, "departure": { "time": "1771590547" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771590560" }, "departure": { "time": "1771590560" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771590656" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258627" } } }, { "id": "trip:6541188", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589110" }, "departure": { "time": "1771589142" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771589180" }, "departure": { "time": "1771589180" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771589270" }, "departure": { "time": "1771589270" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771589390" }, "departure": { "time": "1771589390" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771589480" }, "departure": { "time": "1771589480" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771589600" }, "departure": { "time": "1771589600" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771589680" }, "departure": { "time": "1771589680" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771589800" }, "departure": { "time": "1771589800" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771589890" }, "departure": { "time": "1771589890" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771590040" }, "departure": { "time": "1771590040" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771590140" }, "departure": { "time": "1771590140" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771590220" }, "departure": { "time": "1771590220" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771590310" }, "departure": { "time": "1771590310" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771590390" }, "departure": { "time": "1771590390" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771590480" }, "departure": { "time": "1771590480" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771590560" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541188" } } }, { "id": "trip:6545005", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589340" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771589512" }, "departure": { "time": "1771589512" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771589620" }, "departure": { "time": "1771589620" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771589712" }, "departure": { "time": "1771589712" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771589790" }, "departure": { "time": "1771589790" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771589887" }, "departure": { "time": "1771589887" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771589980" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545005" } } }, { "id": "trip:6258661", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589340" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771589462" }, "departure": { "time": "1771589462" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771589520" }, "departure": { "time": "1771589520" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771589651" }, "departure": { "time": "1771589651" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771589731" }, "departure": { "time": "1771589731" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771589782" }, "departure": { "time": "1771589782" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771589825" }, "departure": { "time": "1771589825" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771589880" }, "departure": { "time": "1771589880" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771589951" }, "departure": { "time": "1771589951" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771590005" }, "departure": { "time": "1771590005" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771590050" }, "departure": { "time": "1771590050" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771590136" }, "departure": { "time": "1771590136" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771590224" }, "departure": { "time": "1771590224" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771590265" }, "departure": { "time": "1771590265" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771590302" }, "departure": { "time": "1771590302" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771590379" }, "departure": { "time": "1771590379" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771590451" }, "departure": { "time": "1771590451" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771590528" }, "departure": { "time": "1771590528" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771590571" }, "departure": { "time": "1771590571" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771590633" }, "departure": { "time": "1771590633" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771590666" }, "departure": { "time": "1771590666" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771590734" }, "departure": { "time": "1771590734" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771590783" }, "departure": { "time": "1771590783" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771590861" }, "departure": { "time": "1771590861" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771590924" }, "departure": { "time": "1771590924" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771590986" }, "departure": { "time": "1771590986" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771591029" }, "departure": { "time": "1771591029" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771591065" }, "departure": { "time": "1771591065" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771591143" }, "departure": { "time": "1771591143" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771591223" }, "departure": { "time": "1771591223" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771591293" }, "departure": { "time": "1771591293" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771591338" }, "departure": { "time": "1771591338" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771591383" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258661" } } }, { "id": "trip:6052737", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592100" }, "stopId": "HTDEMURS", "stopSequence": 0 }, { "arrival": { "time": "1771592140" }, "departure": { "time": "1771592140" }, "stopId": "LABUISSA", "stopSequence": 1 }, { "arrival": { "time": "1771592191" }, "departure": { "time": "1771592191" }, "stopId": "LECOTEAU", "stopSequence": 2 }, { "arrival": { "time": "1771592263" }, "departure": { "time": "1771592263" }, "stopId": "CARMET", "stopSequence": 3 }, { "arrival": { "time": "1771592343" }, "departure": { "time": "1771592343" }, "stopId": "MURSHDV", "stopSequence": 4 }, { "arrival": { "time": "1771592374" }, "departure": { "time": "1771592374" }, "stopId": "LEVESQUE", "stopSequence": 5 }, { "arrival": { "time": "1771592452" }, "departure": { "time": "1771592452" }, "stopId": "ERIGNE", "stopSequence": 6 }, { "arrival": { "time": "1771592481" }, "departure": { "time": "1771592481" }, "stopId": "SOLAND", "stopSequence": 7 }, { "arrival": { "time": "1771592520" }, "departure": { "time": "1771592520" }, "stopId": "GDPRESSO", "stopSequence": 8 }, { "arrival": { "time": "1771592560" }, "departure": { "time": "1771592560" }, "stopId": "BARBOTER", "stopSequence": 9 }, { "arrival": { "time": "1771592603" }, "departure": { "time": "1771592603" }, "stopId": "FONTENE", "stopSequence": 10 }, { "arrival": { "time": "1771592640" }, "departure": { "time": "1771592640" }, "stopId": "BRISSAC", "stopSequence": 11 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052737" } } }, { "id": "trip:3753C", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589081" }, "departure": { "time": "1771589087" }, "stopId": "MORET-E", "stopSequence": 4 }, { "arrival": { "time": "1771589122" }, "departure": { "time": "1771589122" }, "stopId": "MATER89", "stopSequence": 5 }, { "arrival": { "time": "1771589240" }, "departure": { "time": "1771589240" }, "stopId": "ECUILL", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "37", "tripId": "3753C" } } }, { "id": "trip:6544206", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589760" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771589880" }, "departure": { "time": "1771589880" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771589971" }, "departure": { "time": "1771589971" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771590124" }, "departure": { "time": "1771590124" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771590200" }, "departure": { "time": "1771590200" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771590358" }, "departure": { "time": "1771590358" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771590437" }, "departure": { "time": "1771590437" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771590510" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544206" } } }, { "id": "trip:6052688", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589077" }, "departure": { "time": "1771589131" }, "stopId": "VIELLMAI", "stopSequence": 6 }, { "arrival": { "time": "1771589160" }, "departure": { "time": "1771589160" }, "stopId": "BBRANCHE", "stopSequence": 7 }, { "arrival": { "time": "1771589195" }, "departure": { "time": "1771589195" }, "stopId": "LESRIVES", "stopSequence": 8 }, { "arrival": { "time": "1771589233" }, "departure": { "time": "1771589233" }, "stopId": "CHAUMIER", "stopSequence": 9 }, { "arrival": { "time": "1771589416" }, "departure": { "time": "1771589416" }, "stopId": "PTFILLES", "stopSequence": 11 }, { "arrival": { "time": "1771589516" }, "departure": { "time": "1771589516" }, "stopId": "EPERVIER", "stopSequence": 12 }, { "arrival": { "time": "1771589549" }, "departure": { "time": "1771589549" }, "stopId": "CONFLUEN", "stopSequence": 13 }, { "arrival": { "time": "1771589610" }, "departure": { "time": "1771589610" }, "stopId": "CHABOL-E", "stopSequence": 14 }, { "arrival": { "time": "1771589700" }, "departure": { "time": "1771589700" }, "stopId": "EVENTARD", "stopSequence": 15 }, { "arrival": { "time": "1771589737" }, "departure": { "time": "1771589737" }, "stopId": "COTTAGE", "stopSequence": 16 }, { "arrival": { "time": "1771589802" }, "departure": { "time": "1771589802" }, "stopId": "DUBELL-2", "stopSequence": 17 }, { "arrival": { "time": "1771589833" }, "departure": { "time": "1771589833" }, "stopId": "BOISABBE", "stopSequence": 18 }, { "arrival": { "time": "1771589878" }, "departure": { "time": "1771589878" }, "stopId": "DEBUSSY", "stopSequence": 19 }, { "arrival": { "time": "1771589918" }, "departure": { "time": "1771589918" }, "stopId": "HOTELLER", "stopSequence": 20 }, { "arrival": { "time": "1771589999" }, "departure": { "time": "1771589999" }, "stopId": "INDUSTRI", "stopSequence": 21 }, { "arrival": { "time": "1771590120" }, "stopId": "MONPLAIS", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "12", "tripId": "6052688" } } }, { "id": "trip:6257514", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589069" }, "departure": { "time": "1771589100" }, "stopId": "GENDRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771589129" }, "departure": { "time": "1771589140" }, "stopId": "CHESNA-E", "stopSequence": 53 }, { "arrival": { "time": "1771589145" }, "departure": { "time": "1771589145" }, "stopId": "GIRAD-E", "stopSequence": 54 }, { "arrival": { "time": "1771589240" }, "departure": { "time": "1771589240" }, "stopId": "FRANVILL", "stopSequence": 55 }, { "arrival": { "time": "1771589289" }, "departure": { "time": "1771589289" }, "stopId": "GGESSAND", "stopSequence": 56 }, { "arrival": { "time": "1771589323" }, "departure": { "time": "1771589323" }, "stopId": "MACURIE", "stopSequence": 57 }, { "arrival": { "time": "1771589355" }, "departure": { "time": "1771589355" }, "stopId": "JEROSTAN", "stopSequence": 58 }, { "arrival": { "time": "1771589382" }, "departure": { "time": "1771589382" }, "stopId": "RONCIERE", "stopSequence": 59 }, { "arrival": { "time": "1771589412" }, "departure": { "time": "1771589412" }, "stopId": "GUILLE-E", "stopSequence": 60 }, { "arrival": { "time": "1771589477" }, "departure": { "time": "1771589477" }, "stopId": "BAUDRA-E", "stopSequence": 61 }, { "arrival": { "time": "1771589592" }, "stopId": "MOULINMA", "stopSequence": 62 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257514" } } }, { "id": "trip:6544466", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589880" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771590060" }, "departure": { "time": "1771590060" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771590182" }, "departure": { "time": "1771590182" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771590240" }, "departure": { "time": "1771590240" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771590302" }, "departure": { "time": "1771590302" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771590375" }, "departure": { "time": "1771590375" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771590430" }, "departure": { "time": "1771590430" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771590600" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544466" } } }, { "id": "trip:6258471", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591080" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1771591162" }, "departure": { "time": "1771591162" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1771591185" }, "departure": { "time": "1771591185" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1771591225" }, "departure": { "time": "1771591225" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1771591282" }, "departure": { "time": "1771591282" }, "stopId": "CLOSNEUF", "stopSequence": 4 }, { "arrival": { "time": "1771591339" }, "departure": { "time": "1771591339" }, "stopId": "HOSGEMME", "stopSequence": 5 }, { "arrival": { "time": "1771591384" }, "departure": { "time": "1771591384" }, "stopId": "MASGEMME", "stopSequence": 6 }, { "arrival": { "time": "1771591442" }, "departure": { "time": "1771591442" }, "stopId": "LOUPINO", "stopSequence": 7 }, { "arrival": { "time": "1771591509" }, "departure": { "time": "1771591509" }, "stopId": "LESROSES", "stopSequence": 8 }, { "arrival": { "time": "1771591560" }, "departure": { "time": "1771591560" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1771591582" }, "departure": { "time": "1771591582" }, "stopId": "BELOEIL", "stopSequence": 10 }, { "arrival": { "time": "1771591642" }, "departure": { "time": "1771591642" }, "stopId": "JOLIVETT", "stopSequence": 11 }, { "arrival": { "time": "1771591663" }, "departure": { "time": "1771591663" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1771591732" }, "departure": { "time": "1771591732" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1771591769" }, "departure": { "time": "1771591769" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1771591819" }, "departure": { "time": "1771591819" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1771591849" }, "departure": { "time": "1771591849" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1771591886" }, "departure": { "time": "1771591886" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1771592028" }, "departure": { "time": "1771592028" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1771592094" }, "departure": { "time": "1771592094" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1771592149" }, "departure": { "time": "1771592149" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1771592188" }, "departure": { "time": "1771592188" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1771592256" }, "departure": { "time": "1771592256" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1771592300" }, "departure": { "time": "1771592300" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1771592340" }, "departure": { "time": "1771592340" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1771592586" }, "departure": { "time": "1771592586" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771592656" }, "departure": { "time": "1771592656" }, "stopId": "STAUBIN", "stopSequence": 27 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258471" } } }, { "id": "trip:6260024", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589130" }, "departure": { "time": "1771589130" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771589274" }, "departure": { "time": "1771589274" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771589342" }, "departure": { "time": "1771589342" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771589397" }, "departure": { "time": "1771589397" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771589697" }, "departure": { "time": "1771589697" }, "stopId": "CNFPT", "stopSequence": 4 }, { "arrival": { "time": "1771589817" }, "departure": { "time": "1771589817" }, "stopId": "DARWIN-E", "stopSequence": 5 }, { "arrival": { "time": "1771589877" }, "departure": { "time": "1771589877" }, "stopId": "MOREL-E", "stopSequence": 6 }, { "arrival": { "time": "1771589905" }, "departure": { "time": "1771589905" }, "stopId": "INRA-E", "stopSequence": 7 }, { "arrival": { "time": "1771589942" }, "departure": { "time": "1771589942" }, "stopId": "GDPERI-E", "stopSequence": 8 }, { "arrival": { "time": "1771589973" }, "departure": { "time": "1771589973" }, "stopId": "LANDRE-E", "stopSequence": 9 }, { "arrival": { "time": "1771590057" }, "departure": { "time": "1771590057" }, "stopId": "BRGPAI-E", "stopSequence": 10 }, { "arrival": { "time": "1771590066" }, "departure": { "time": "1771590066" }, "stopId": "RODIN-E", "stopSequence": 11 }, { "arrival": { "time": "1771590092" }, "departure": { "time": "1771590092" }, "stopId": "GRANBE-E", "stopSequence": 12 }, { "arrival": { "time": "1771590096" }, "departure": { "time": "1771590096" }, "stopId": "PROME-E", "stopSequence": 13 }, { "arrival": { "time": "1771590149" }, "departure": { "time": "1771590149" }, "stopId": "CERFEU-E", "stopSequence": 14 }, { "arrival": { "time": "1771590182" }, "departure": { "time": "1771590182" }, "stopId": "MONOD-E", "stopSequence": 15 }, { "arrival": { "time": "1771590216" }, "departure": { "time": "1771590216" }, "stopId": "CITRON-E", "stopSequence": 16 }, { "arrival": { "time": "1771590247" }, "departure": { "time": "1771590247" }, "stopId": "ECHATS-E", "stopSequence": 17 }, { "arrival": { "time": "1771590329" }, "stopId": "LATOLL", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260024" } } }, { "id": "trip:6544203", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589071" }, "departure": { "time": "1771589103" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771589218" }, "departure": { "time": "1771589218" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771589297" }, "departure": { "time": "1771589297" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771589370" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544203" } } }, { "id": "trip:6052635", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771595184" }, "stopId": "DOMVATER", "stopSequence": 0 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052635" } } }, { "id": "trip:6258266", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589183" }, "departure": { "time": "1771589183" }, "stopId": "MONPROFI", "stopSequence": 22 }, { "arrival": { "time": "1771589127" }, "departure": { "time": "1771589127" }, "stopId": "DUMESNIL", "stopSequence": 23 }, { "arrival": { "time": "1771589146" }, "departure": { "time": "1771589146" }, "stopId": "LEQUAI", "stopSequence": 24 }, { "arrival": { "time": "1771589248" }, "departure": { "time": "1771589248" }, "stopId": "CHDARR", "stopSequence": 25 }, { "arrival": { "time": "1771589116" }, "departure": { "time": "1771589116" }, "stopId": "ACAD-PLA", "stopSequence": 26 }, { "arrival": { "time": "1771589122" }, "departure": { "time": "1771589122" }, "stopId": "CCI", "stopSequence": 27 }, { "arrival": { "time": "1771589108" }, "departure": { "time": "1771589108" }, "stopId": "LICES-E", "stopSequence": 29 }, { "arrival": { "time": "1771589136" }, "departure": { "time": "1771589136" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771589127" }, "departure": { "time": "1771589127" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771589146" }, "departure": { "time": "1771589146" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771589137" }, "departure": { "time": "1771589137" }, "stopId": "LOR-FO-A", "stopSequence": 33 }, { "arrival": { "time": "1771589127" }, "departure": { "time": "1771589127" }, "stopId": "LORRTERM", "stopSequence": 38 }, { "arrival": { "time": "1771589097" }, "departure": { "time": "1771589097" }, "stopId": "LOHUIT", "stopSequence": 39 }, { "arrival": { "time": "1771589108" }, "departure": { "time": "1771589108" }, "stopId": "HMAI", "stopSequence": 40 }, { "arrival": { "time": "1771589129" }, "departure": { "time": "1771589129" }, "stopId": "MAIL-NAE", "stopSequence": 41 }, { "arrival": { "time": "1771589131" }, "departure": { "time": "1771589131" }, "stopId": "MENDES-E", "stopSequence": 43 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258266" } } }, { "id": "trip:6544464", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589160" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771589340" }, "departure": { "time": "1771589340" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771589462" }, "departure": { "time": "1771589462" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771589520" }, "departure": { "time": "1771589520" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771589582" }, "departure": { "time": "1771589582" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771589655" }, "departure": { "time": "1771589655" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771589710" }, "departure": { "time": "1771589710" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771589880" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544464" } } }, { "id": "trip:6258538", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589062" }, "departure": { "time": "1771589062" }, "stopId": "AARDBUS", "stopSequence": 32 }, { "arrival": { "time": "1771589122" }, "departure": { "time": "1771589122" }, "stopId": "POIVRE", "stopSequence": 33 }, { "arrival": { "time": "1771589144" }, "departure": { "time": "1771589144" }, "stopId": "BONPLAND", "stopSequence": 34 }, { "arrival": { "time": "1771589190" }, "departure": { "time": "1771589190" }, "stopId": "LEPRE", "stopSequence": 35 }, { "arrival": { "time": "1771589240" }, "departure": { "time": "1771589240" }, "stopId": "SALET-AR", "stopSequence": 36 }, { "arrival": { "time": "1771589272" }, "departure": { "time": "1771589272" }, "stopId": "RIPOLLE", "stopSequence": 37 }, { "arrival": { "time": "1771589323" }, "departure": { "time": "1771589323" }, "stopId": "PEGARDE", "stopSequence": 38 }, { "arrival": { "time": "1771589370" }, "departure": { "time": "1771589370" }, "stopId": "CIAVRILL", "stopSequence": 39 }, { "arrival": { "time": "1771589420" }, "departure": { "time": "1771589420" }, "stopId": "MAIRAVR", "stopSequence": 40 }, { "arrival": { "time": "1771589463" }, "departure": { "time": "1771589463" }, "stopId": "MAUFINE", "stopSequence": 41 }, { "arrival": { "time": "1771589525" }, "departure": { "time": "1771589525" }, "stopId": "DELAUNE", "stopSequence": 42 }, { "arrival": { "time": "1771589564" }, "departure": { "time": "1771589564" }, "stopId": "BEURRIER", "stopSequence": 43 }, { "arrival": { "time": "1771589632" }, "departure": { "time": "1771589632" }, "stopId": "BRASSENS", "stopSequence": 44 }, { "arrival": { "time": "1771589681" }, "departure": { "time": "1771589681" }, "stopId": "RONDE", "stopSequence": 45 }, { "arrival": { "time": "1771589724" }, "departure": { "time": "1771589724" }, "stopId": "PLAMAY", "stopSequence": 46 }, { "arrival": { "time": "1771589780" }, "departure": { "time": "1771589780" }, "stopId": "KENNEDY", "stopSequence": 47 }, { "arrival": { "time": "1771589816" }, "departure": { "time": "1771589816" }, "stopId": "ECHMAN", "stopSequence": 48 }, { "arrival": { "time": "1771589894" }, "departure": { "time": "1771589894" }, "stopId": "LIZE07", "stopSequence": 49 }, { "arrival": { "time": "1771589932" }, "departure": { "time": "1771589932" }, "stopId": "GASNIER", "stopSequence": 50 }, { "arrival": { "time": "1771589989" }, "departure": { "time": "1771589989" }, "stopId": "GOURONNI", "stopSequence": 51 }, { "arrival": { "time": "1771590061" }, "departure": { "time": "1771590061" }, "stopId": "CLOUET", "stopSequence": 52 }, { "arrival": { "time": "1771590094" }, "departure": { "time": "1771590094" }, "stopId": "BICHLAZA", "stopSequence": 53 }, { "arrival": { "time": "1771590125" }, "departure": { "time": "1771590125" }, "stopId": "DESCAZEA", "stopSequence": 54 }, { "arrival": { "time": "1771590193" }, "departure": { "time": "1771590193" }, "stopId": "MONPROFI", "stopSequence": 55 }, { "arrival": { "time": "1771590212" }, "departure": { "time": "1771590212" }, "stopId": "DUMESNIL", "stopSequence": 56 }, { "arrival": { "time": "1771590251" }, "departure": { "time": "1771590251" }, "stopId": "LEQUAI", "stopSequence": 57 }, { "arrival": { "time": "1771590391" }, "departure": { "time": "1771590391" }, "stopId": "CHDARR", "stopSequence": 58 }, { "arrival": { "time": "1771590171" }, "departure": { "time": "1771590171" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 59 }, { "arrival": { "time": "1771590240" }, "departure": { "time": "1771590240" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 60 }, { "arrival": { "time": "1771590300" }, "departure": { "time": "1771590300" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURPOI", "stopSequence": 61 }, { "arrival": { "time": "1771590365" }, "departure": { "time": "1771590365" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBLIQ", "stopSequence": 62 }, { "arrival": { "time": "1771590420" }, "departure": { "time": "1771590420" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICRO-E", "stopSequence": 63 }, { "arrival": { "time": "1771590476" }, "departure": { "time": "1771590476" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOU-E", "stopSequence": 64 }, { "arrival": { "time": "1771590421" }, "departure": { "time": "1771590421" }, "stopId": "CCI", "stopSequence": 65 }, { "arrival": { "time": "1771590493" }, "departure": { "time": "1771590660" }, "stopId": "LICES-E", "stopSequence": 66 }, { "arrival": { "time": "1771590840" }, "departure": { "time": "1771590840" }, "stopId": "ANLERO-E", "stopSequence": 67 }, { "arrival": { "time": "1771590923" }, "departure": { "time": "1771590923" }, "stopId": "MICHEL-E", "stopSequence": 68 }, { "arrival": { "time": "1771590977" }, "departure": { "time": "1771590977" }, "stopId": "BOURGO-E", "stopSequence": 69 }, { "arrival": { "time": "1771591022" }, "departure": { "time": "1771591022" }, "stopId": "VOLNEY-E", "stopSequence": 70 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "MADELE-E", "stopSequence": 71 }, { "arrival": { "time": "1771591153" }, "departure": { "time": "1771591153" }, "stopId": "JEBOUI-E", "stopSequence": 72 }, { "arrival": { "time": "1771591225" }, "departure": { "time": "1771591225" }, "stopId": "PCOUBE-E", "stopSequence": 73 }, { "arrival": { "time": "1771591260" }, "departure": { "time": "1771591260" }, "stopId": "AROBA-E", "stopSequence": 74 }, { "arrival": { "time": "1771591360" }, "departure": { "time": "1771591360" }, "stopId": "LANGLA-E", "stopSequence": 75 }, { "arrival": { "time": "1771591479" }, "departure": { "time": "1771591479" }, "stopId": "MONTAI-E", "stopSequence": 76 }, { "arrival": { "time": "1771591578" }, "departure": { "time": "1771591578" }, "stopId": "JERUSA-E", "stopSequence": 77 }, { "arrival": { "time": "1771591620" }, "departure": { "time": "1771591620" }, "stopId": "DAGNET-E", "stopSequence": 78 }, { "arrival": { "time": "1771591652" }, "departure": { "time": "1771591652" }, "stopId": "GILLIE-E", "stopSequence": 79 }, { "arrival": { "time": "1771591717" }, "departure": { "time": "1771591717" }, "stopId": "ISORET-E", "stopSequence": 80 }, { "arrival": { "time": "1771591796" }, "departure": { "time": "1771591796" }, "stopId": "VANDE-E", "stopSequence": 81 }, { "arrival": { "time": "1771591847" }, "departure": { "time": "1771591847" }, "stopId": "ORMEAU-E", "stopSequence": 82 }, { "arrival": { "time": "1771591873" }, "departure": { "time": "1771591873" }, "stopId": "CRBLAN-E", "stopSequence": 83 }, { "arrival": { "time": "1771591929" }, "departure": { "time": "1771591929" }, "stopId": "CHATEL-E", "stopSequence": 84 }, { "arrival": { "time": "1771591980" }, "departure": { "time": "1771591980" }, "stopId": "BANCHA-E", "stopSequence": 85 }, { "arrival": { "time": "1771592043" }, "departure": { "time": "1771592043" }, "stopId": "JARDF-E", "stopSequence": 86 }, { "arrival": { "time": "1771592083" }, "departure": { "time": "1771592083" }, "stopId": "SAILLE-E", "stopSequence": 87 }, { "arrival": { "time": "1771592160" }, "stopId": "SAUBIN", "stopSequence": 88 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258538" } } }, { "id": "trip:6257754", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589700" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771589826" }, "departure": { "time": "1771589826" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771589912" }, "departure": { "time": "1771589912" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771590034" }, "departure": { "time": "1771590034" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771590080" }, "departure": { "time": "1771590080" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771590139" }, "departure": { "time": "1771590139" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771590177" }, "departure": { "time": "1771590177" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771590240" }, "departure": { "time": "1771590240" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771590289" }, "departure": { "time": "1771590289" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771590330" }, "departure": { "time": "1771590330" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771590358" }, "departure": { "time": "1771590358" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771590442" }, "departure": { "time": "1771590442" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771590480" }, "departure": { "time": "1771590480" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771590637" }, "departure": { "time": "1771590637" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771590780" }, "departure": { "time": "1771590840" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771590927" }, "departure": { "time": "1771590927" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771590969" }, "departure": { "time": "1771590969" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771591167" }, "departure": { "time": "1771591167" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771591224" }, "departure": { "time": "1771591224" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771591260" }, "departure": { "time": "1771591260" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771591560" }, "departure": { "time": "1771591560" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771591620" }, "departure": { "time": "1771591620" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771591654" }, "departure": { "time": "1771591654" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771591691" }, "departure": { "time": "1771591691" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771591749" }, "departure": { "time": "1771591749" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771591785" }, "departure": { "time": "1771591785" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771591820" }, "departure": { "time": "1771591820" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771591864" }, "departure": { "time": "1771591864" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771591949" }, "departure": { "time": "1771591949" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771592015" }, "departure": { "time": "1771592015" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771592048" }, "departure": { "time": "1771592048" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771592100" }, "departure": { "time": "1771592100" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771592126" }, "departure": { "time": "1771592126" }, "stopId": "ZIBEAUC", "stopSequence": 35 }, { "arrival": { "time": "1771592200" }, "departure": { "time": "1771592200" }, "stopId": "THOMASS", "stopSequence": 36 }, { "arrival": { "time": "1771592226" }, "departure": { "time": "1771592226" }, "stopId": "CLAIE", "stopSequence": 37 }, { "arrival": { "time": "1771592276" }, "departure": { "time": "1771592276" }, "stopId": "GUINEZE", "stopSequence": 38 }, { "arrival": { "time": "1771592340" }, "departure": { "time": "1771592340" }, "stopId": "AAMIPI", "stopSequence": 39 }, { "arrival": { "time": "1771592378" }, "departure": { "time": "1771592378" }, "stopId": "EBEAUPIN", "stopSequence": 40 }, { "arrival": { "time": "1771592439" }, "departure": { "time": "1771592439" }, "stopId": "PAVILLO", "stopSequence": 41 }, { "arrival": { "time": "1771592520" }, "stopId": "LHOIRI-D", "stopSequence": 42 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257754" } } }, { "id": "trip:6257610", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592280" }, "stopId": "PROVINS", "stopSequence": 0 }, { "arrival": { "time": "1771592353" }, "departure": { "time": "1771592353" }, "stopId": "RTEPARIS", "stopSequence": 1 }, { "arrival": { "time": "1771592460" }, "departure": { "time": "1771592460" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1771592518" }, "departure": { "time": "1771592518" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1771592567" }, "departure": { "time": "1771592567" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1771592640" }, "departure": { "time": "1771592640" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1771592710" }, "departure": { "time": "1771592710" }, "stopId": "AUVERGNE", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257610" } } }, { "id": "trip:6260087", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591140" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771591180" }, "departure": { "time": "1771591180" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771591211" }, "departure": { "time": "1771591211" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771591233" }, "departure": { "time": "1771591233" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771591273" }, "departure": { "time": "1771591273" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771591312" }, "departure": { "time": "1771591312" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771591349" }, "departure": { "time": "1771591349" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771591174" }, "departure": { "time": "1771591174" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771591228" }, "departure": { "time": "1771591228" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771591265" }, "departure": { "time": "1771591265" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771591349" }, "departure": { "time": "1771591349" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771591414" }, "departure": { "time": "1771591414" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771591477" }, "departure": { "time": "1771591477" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771591541" }, "departure": { "time": "1771591541" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771591580" }, "departure": { "time": "1771591580" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771591641" }, "departure": { "time": "1771591641" }, "stopId": "P-ANJO-E", "stopSequence": 16 }, { "arrival": { "time": "1771591717" }, "departure": { "time": "1771591717" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1771591783" }, "departure": { "time": "1771591783" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1771591831" }, "departure": { "time": "1771591831" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1771591902" }, "departure": { "time": "1771591902" }, "stopId": "PETVIVIE", "stopSequence": 20 }, { "arrival": { "time": "1771591978" }, "departure": { "time": "1771591978" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1771592012" }, "departure": { "time": "1771592012" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1771592117" }, "departure": { "time": "1771592117" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1771592163" }, "departure": { "time": "1771592163" }, "stopId": "LACDMAIN", "stopSequence": 24 }, { "arrival": { "time": "1771592209" }, "departure": { "time": "1771592209" }, "stopId": "MAISENVI", "stopSequence": 25 }, { "arrival": { "time": "1771592251" }, "departure": { "time": "1771592251" }, "stopId": "PERUSSAI", "stopSequence": 26 }, { "arrival": { "time": "1771592280" }, "departure": { "time": "1771592280" }, "stopId": "MAISLAC", "stopSequence": 27 }, { "arrival": { "time": "1771592311" }, "departure": { "time": "1771592311" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1771592437" }, "departure": { "time": "1771592437" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1771592495" }, "departure": { "time": "1771592495" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1771592555" }, "departure": { "time": "1771592555" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1771592605" }, "departure": { "time": "1771592605" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1771592666" }, "departure": { "time": "1771592666" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1771592732" }, "departure": { "time": "1771592732" }, "stopId": "BOISRAME", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260087" } } }, { "id": "trip:6258298", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589420" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771589459" }, "departure": { "time": "1771589459" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771589499" }, "departure": { "time": "1771589499" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771589553" }, "departure": { "time": "1771589553" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771589600" }, "departure": { "time": "1771589600" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771589623" }, "departure": { "time": "1771589623" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771589660" }, "departure": { "time": "1771589660" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771589703" }, "departure": { "time": "1771589703" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771589765" }, "departure": { "time": "1771589765" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771589804" }, "departure": { "time": "1771589804" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771589872" }, "departure": { "time": "1771589872" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771589925" }, "departure": { "time": "1771589925" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771589962" }, "departure": { "time": "1771589962" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771589987" }, "departure": { "time": "1771589987" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771590027" }, "departure": { "time": "1771590027" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771590081" }, "departure": { "time": "1771590081" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771590131" }, "departure": { "time": "1771590131" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771590168" }, "departure": { "time": "1771590168" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771590247" }, "departure": { "time": "1771590247" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771590311" }, "departure": { "time": "1771590311" }, "stopId": "POMONE", "stopSequence": 19 }, { "arrival": { "time": "1771590416" }, "departure": { "time": "1771590416" }, "stopId": "CIOUEST", "stopSequence": 20 }, { "arrival": { "time": "1771590465" }, "departure": { "time": "1771590465" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771590482" }, "departure": { "time": "1771590482" }, "stopId": "MONPROFI", "stopSequence": 22 }, { "arrival": { "time": "1771590501" }, "departure": { "time": "1771590501" }, "stopId": "DUMESNIL", "stopSequence": 23 }, { "arrival": { "time": "1771590539" }, "departure": { "time": "1771590539" }, "stopId": "LEQUAI", "stopSequence": 24 }, { "arrival": { "time": "1771590679" }, "departure": { "time": "1771590679" }, "stopId": "CHDARR", "stopSequence": 25 }, { "arrival": { "time": "1771590687" }, "departure": { "time": "1771590687" }, "stopId": "ACAD-PLA", "stopSequence": 26 }, { "arrival": { "time": "1771590701" }, "departure": { "time": "1771590701" }, "stopId": "CCI", "stopSequence": 27 }, { "arrival": { "time": "1771590750" }, "departure": { "time": "1771590750" }, "stopId": "LICES-E", "stopSequence": 29 }, { "arrival": { "time": "1771590778" }, "departure": { "time": "1771590778" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771590797" }, "departure": { "time": "1771590797" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771590835" }, "departure": { "time": "1771590835" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771590864" }, "departure": { "time": "1771590864" }, "stopId": "LOR-FO-A", "stopSequence": 33 }, { "arrival": { "time": "1771590877" }, "departure": { "time": "1771590877" }, "stopId": "LORRAIN2", "stopSequence": 36 }, { "arrival": { "time": "1771590880" }, "departure": { "time": "1771590880" }, "stopId": "LORRAIN1", "stopSequence": 37 }, { "arrival": { "time": "1771590881" }, "departure": { "time": "1771590881" }, "stopId": "LORRTERM", "stopSequence": 38 }, { "arrival": { "time": "1771590885" }, "departure": { "time": "1771590885" }, "stopId": "LOHUIT", "stopSequence": 39 }, { "arrival": { "time": "1771590885" }, "departure": { "time": "1771590885" }, "stopId": "HMAI", "stopSequence": 40 }, { "arrival": { "time": "1771590906" }, "departure": { "time": "1771590906" }, "stopId": "MAIL-NAE", "stopSequence": 41 }, { "arrival": { "time": "1771590920" }, "departure": { "time": "1771590920" }, "stopId": "HDVSUB", "stopSequence": 42 }, { "arrival": { "time": "1771590943" }, "departure": { "time": "1771590943" }, "stopId": "MENDES-E", "stopSequence": 43 }, { "arrival": { "time": "1771590120" }, "departure": { "time": "1771590120" }, "scheduleRelationship": "SKIPPED", "stopId": "DESCAZ-E", "stopSequence": 45 }, { "arrival": { "time": "1771590177" }, "departure": { "time": "1771590177" }, "scheduleRelationship": "SKIPPED", "stopId": "BICHDAVI", "stopSequence": 46 }, { "arrival": { "time": "1771590259" }, "departure": { "time": "1771590259" }, "scheduleRelationship": "SKIPPED", "stopId": "HOTDIEU", "stopSequence": 47 }, { "arrival": { "time": "1771590300" }, "departure": { "time": "1771590300" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCHEFOU", "stopSequence": 48 }, { "arrival": { "time": "1771590475" }, "departure": { "time": "1771590475" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERGEU", "stopSequence": 49 }, { "arrival": { "time": "1771591065" }, "departure": { "time": "1771591065" }, "stopId": "MENDESFR", "stopSequence": 50 }, { "arrival": { "time": "1771591213" }, "departure": { "time": "1771591213" }, "stopId": "FO-LOR-R", "stopSequence": 51 }, { "arrival": { "time": "1771591330" }, "departure": { "time": "1771591330" }, "stopId": "STAUBI-E", "stopSequence": 52 }, { "arrival": { "time": "1771591364" }, "departure": { "time": "1771591364" }, "stopId": "HARAS-E", "stopSequence": 53 }, { "arrival": { "time": "1771591495" }, "departure": { "time": "1771591495" }, "stopId": "ANLERO-E", "stopSequence": 54 }, { "arrival": { "time": "1771591556" }, "departure": { "time": "1771591556" }, "stopId": "RABELA-E", "stopSequence": 55 }, { "arrival": { "time": "1771591604" }, "departure": { "time": "1771591604" }, "stopId": "ESA-E", "stopSequence": 56 }, { "arrival": { "time": "1771591714" }, "departure": { "time": "1771591714" }, "stopId": "DELATA-E", "stopSequence": 57 }, { "arrival": { "time": "1771591795" }, "departure": { "time": "1771591795" }, "stopId": "ALLARD-E", "stopSequence": 58 }, { "arrival": { "time": "1771591845" }, "departure": { "time": "1771591845" }, "stopId": "TASSIG-E", "stopSequence": 59 }, { "arrival": { "time": "1771591938" }, "departure": { "time": "1771591938" }, "stopId": "TROIPA-E", "stopSequence": 60 }, { "arrival": { "time": "1771591975" }, "departure": { "time": "1771591975" }, "stopId": "SABLON-E", "stopSequence": 61 }, { "arrival": { "time": "1771592028" }, "departure": { "time": "1771592028" }, "stopId": "RUELLE-E", "stopSequence": 62 }, { "arrival": { "time": "1771592111" }, "departure": { "time": "1771592111" }, "stopId": "GENDRO-E", "stopSequence": 63 }, { "arrival": { "time": "1771592205" }, "departure": { "time": "1771592205" }, "stopId": "PATUR-E", "stopSequence": 64 }, { "arrival": { "time": "1771592275" }, "departure": { "time": "1771592275" }, "stopId": "AUTHIO-E", "stopSequence": 65 }, { "arrival": { "time": "1771592334" }, "departure": { "time": "1771592334" }, "stopId": "BELPOU-E", "stopSequence": 66 }, { "arrival": { "time": "1771592100" }, "departure": { "time": "1771592100" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTSC-E", "stopSequence": 68 }, { "arrival": { "time": "1771592222" }, "departure": { "time": "1771592222" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE-E", "stopSequence": 69 }, { "arrival": { "time": "1771592257" }, "departure": { "time": "1771592257" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE-E", "stopSequence": 70 }, { "arrival": { "time": "1771592303" }, "departure": { "time": "1771592303" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET-E", "stopSequence": 71 }, { "arrival": { "time": "1771592344" }, "departure": { "time": "1771592344" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUE-E", "stopSequence": 72 }, { "arrival": { "time": "1771592394" }, "departure": { "time": "1771592394" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERI-E", "stopSequence": 73 }, { "arrival": { "time": "1771592440" }, "departure": { "time": "1771592440" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTE-E", "stopSequence": 74 }, { "arrival": { "time": "1771592494" }, "departure": { "time": "1771592494" }, "scheduleRelationship": "SKIPPED", "stopId": "ERIGNE", "stopSequence": 75 }, { "arrival": { "time": "1771592520" }, "stopId": "SOLAND", "stopSequence": 76 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258298" } } }, { "id": "trip:3056", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589187" }, "departure": { "time": "1771589187" }, "stopId": "BAUNBRIA", "stopSequence": 4 }, { "arrival": { "time": "1771589366" }, "departure": { "time": "1771589366" }, "stopId": "TUFFIERE", "stopSequence": 5 }, { "arrival": { "time": "1771589380" }, "departure": { "time": "1771589380" }, "stopId": "SARRIGNE", "stopSequence": 6 }, { "arrival": { "time": "1771589422" }, "departure": { "time": "1771589422" }, "stopId": "SARRMAIR", "stopSequence": 7 }, { "arrival": { "time": "1771589461" }, "departure": { "time": "1771589461" }, "stopId": "SARRCIME", "stopSequence": 8 }, { "arrival": { "time": "1771589515" }, "departure": { "time": "1771589515" }, "stopId": "BEDAUDIE", "stopSequence": 9 }, { "arrival": { "time": "1771589632" }, "departure": { "time": "1771589632" }, "stopId": "RTINARD", "stopSequence": 10 }, { "arrival": { "time": "1771589800" }, "departure": { "time": "1771589800" }, "stopId": "QVENTS", "stopSequence": 11 }, { "arrival": { "time": "1771589868" }, "departure": { "time": "1771589868" }, "stopId": "TOUSSAIN", "stopSequence": 12 }, { "arrival": { "time": "1771589901" }, "departure": { "time": "1771589901" }, "stopId": "LOGINODA", "stopSequence": 13 }, { "arrival": { "time": "1771589939" }, "departure": { "time": "1771589939" }, "stopId": "CLODOREA", "stopSequence": 14 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "stopId": "MEUNIERS", "stopSequence": 15 }, { "arrival": { "time": "1771590040" }, "departure": { "time": "1771590040" }, "stopId": "BEAULIEU", "stopSequence": 16 }, { "arrival": { "time": "1771590084" }, "departure": { "time": "1771590084" }, "stopId": "GENETIER", "stopSequence": 17 }, { "arrival": { "time": "1771590213" }, "departure": { "time": "1771590213" }, "stopId": "MERCIER", "stopSequence": 18 }, { "arrival": { "time": "1771590454" }, "departure": { "time": "1771590454" }, "stopId": "CMONGAZO", "stopSequence": 19 }, { "arrival": { "time": "1771590531" }, "departure": { "time": "1771590531" }, "stopId": "COLOM-E", "stopSequence": 20 }, { "arrival": { "time": "1771590580" }, "departure": { "time": "1771590580" }, "stopId": "HELBO-E", "stopSequence": 21 }, { "arrival": { "time": "1771590700" }, "departure": { "time": "1771590700" }, "stopId": "POLE49", "stopSequence": 22 }, { "arrival": { "time": "1771590810" }, "departure": { "time": "1771590810" }, "stopId": "GRAZE", "stopSequence": 23 }, { "arrival": { "time": "1771590880" }, "departure": { "time": "1771590880" }, "stopId": "SAUBIN-S", "stopSequence": 24 }, { "arrival": { "time": "1771590952" }, "departure": { "time": "1771590952" }, "stopId": "RTEPARIS", "stopSequence": 25 }, { "arrival": { "time": "1771591068" }, "departure": { "time": "1771591068" }, "stopId": "SEPSONET", "stopSequence": 26 }, { "arrival": { "time": "1771591180" }, "departure": { "time": "1771591180" }, "stopId": "CHATENAY", "stopSequence": 27 }, { "arrival": { "time": "1771591290" }, "departure": { "time": "1771591290" }, "stopId": "BRISEPOT", "stopSequence": 28 }, { "arrival": { "time": "1771591419" }, "departure": { "time": "1771591419" }, "stopId": "LUTIN", "stopSequence": 29 }, { "arrival": { "time": "1771591660" }, "departure": { "time": "1771591660" }, "stopId": "HDVSUB", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "30", "tripId": "3056" } } }, { "id": "trip:6544942", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590540" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771590641" }, "departure": { "time": "1771590641" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771590750" }, "departure": { "time": "1771590750" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771590831" }, "departure": { "time": "1771590831" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771590924" }, "departure": { "time": "1771590924" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771591034" }, "departure": { "time": "1771591034" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771591210" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544942" } } }, { "id": "trip:6544051", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591320" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771591363" }, "departure": { "time": "1771591363" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771591568" }, "departure": { "time": "1771591568" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771591596" }, "departure": { "time": "1771591596" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771591736" }, "departure": { "time": "1771591736" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771591819" }, "departure": { "time": "1771591819" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771591916" }, "departure": { "time": "1771591916" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771592092" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544051" } } }, { "id": "trip:6541270", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590460" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771590540" }, "departure": { "time": "1771590540" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771590610" }, "departure": { "time": "1771590610" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771590690" }, "departure": { "time": "1771590690" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771590780" }, "departure": { "time": "1771590780" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771590870" }, "departure": { "time": "1771590870" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771590980" }, "departure": { "time": "1771590980" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771591230" }, "departure": { "time": "1771591230" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771591350" }, "departure": { "time": "1771591350" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771591430" }, "departure": { "time": "1771591430" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771591550" }, "departure": { "time": "1771591550" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771591640" }, "departure": { "time": "1771591640" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771591760" }, "departure": { "time": "1771591760" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771591870" }, "departure": { "time": "1771591870" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771591970" }, "departure": { "time": "1771591970" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771592040" }, "departure": { "time": "1771592040" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771592110" }, "departure": { "time": "1771592110" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771592220" }, "departure": { "time": "1771592220" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771592310" }, "departure": { "time": "1771592310" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771592410" }, "departure": { "time": "1771592410" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771592510" }, "departure": { "time": "1771592510" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771592620" }, "departure": { "time": "1771592620" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771592730" }, "departure": { "time": "1771592730" }, "stopId": "1JVIL", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541270" } } }, { "id": "trip:6258294", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771590368" }, "departure": { "time": "1771590368" }, "scheduleRelationship": "SKIPPED", "stopId": "GDPRESSO", "stopSequence": 2 }, { "arrival": { "time": "1771590418" }, "departure": { "time": "1771590418" }, "scheduleRelationship": "SKIPPED", "stopId": "BARBOTER", "stopSequence": 3 }, { "arrival": { "time": "1771590471" }, "departure": { "time": "1771590471" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTENE", "stopSequence": 4 }, { "arrival": { "time": "1771590539" }, "departure": { "time": "1771590539" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERIGN", "stopSequence": 5 }, { "arrival": { "time": "1771590605" }, "departure": { "time": "1771590605" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUET", "stopSequence": 6 }, { "arrival": { "time": "1771590649" }, "departure": { "time": "1771590649" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET", "stopSequence": 7 }, { "arrival": { "time": "1771590717" }, "departure": { "time": "1771590717" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE", "stopSequence": 8 }, { "arrival": { "time": "1771590776" }, "departure": { "time": "1771590776" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE", "stopSequence": 9 }, { "arrival": { "time": "1771591054" }, "departure": { "time": "1771591054" }, "stopId": "PONTSCEM", "stopSequence": 10 }, { "arrival": { "time": "1771591109" }, "departure": { "time": "1771591109" }, "stopId": "BELPOULE", "stopSequence": 11 }, { "arrival": { "time": "1771591181" }, "departure": { "time": "1771591181" }, "stopId": "AUTHION", "stopSequence": 12 }, { "arrival": { "time": "1771591239" }, "departure": { "time": "1771591239" }, "stopId": "PATUREAU", "stopSequence": 13 }, { "arrival": { "time": "1771591340" }, "departure": { "time": "1771591340" }, "stopId": "GENDRON", "stopSequence": 14 }, { "arrival": { "time": "1771591422" }, "departure": { "time": "1771591422" }, "stopId": "RUELLES", "stopSequence": 15 }, { "arrival": { "time": "1771591474" }, "departure": { "time": "1771591474" }, "stopId": "SABLONS", "stopSequence": 16 }, { "arrival": { "time": "1771591511" }, "departure": { "time": "1771591511" }, "stopId": "TROPAROI", "stopSequence": 17 }, { "arrival": { "time": "1771591654" }, "departure": { "time": "1771591654" }, "stopId": "ALLARD", "stopSequence": 18 }, { "arrival": { "time": "1771591732" }, "departure": { "time": "1771591732" }, "stopId": "DELATTAS", "stopSequence": 19 }, { "arrival": { "time": "1771591844" }, "departure": { "time": "1771591844" }, "stopId": "ESA", "stopSequence": 20 }, { "arrival": { "time": "1771591906" }, "departure": { "time": "1771591906" }, "stopId": "RABELAI", "stopSequence": 21 }, { "arrival": { "time": "1771591961" }, "departure": { "time": "1771591961" }, "stopId": "ALEROY", "stopSequence": 22 }, { "arrival": { "time": "1771592098" }, "departure": { "time": "1771592098" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771592153" }, "departure": { "time": "1771592153" }, "stopId": "HARAS", "stopSequence": 24 }, { "arrival": { "time": "1771592229" }, "departure": { "time": "1771592229" }, "stopId": "STAUBIN", "stopSequence": 25 }, { "arrival": { "time": "1771592321" }, "departure": { "time": "1771592321" }, "stopId": "LORRAIN1", "stopSequence": 26 }, { "arrival": { "time": "1771592396" }, "departure": { "time": "1771592396" }, "stopId": "MENDES-E", "stopSequence": 27 }, { "arrival": { "time": "1771592523" }, "departure": { "time": "1771592523" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771592573" }, "departure": { "time": "1771592573" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771592597" }, "departure": { "time": "1771592597" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771592647" }, "departure": { "time": "1771592647" }, "stopId": "LICES", "stopSequence": 31 }, { "arrival": { "time": "1771592671" }, "departure": { "time": "1771592671" }, "stopId": "CCI-E", "stopSequence": 32 }, { "arrival": { "time": "1771592725" }, "departure": { "time": "1771592725" }, "stopId": "CHDARR-E", "stopSequence": 33 }, { "arrival": { "time": "1771592518" }, "departure": { "time": "1771592518" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERG-E", "stopSequence": 37 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592700" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCHEF-E", "stopSequence": 38 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258294" } } }, { "id": "trip:6541190", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589370" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771589490" }, "departure": { "time": "1771589490" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771589600" }, "departure": { "time": "1771589600" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771589720" }, "departure": { "time": "1771589720" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771589830" }, "departure": { "time": "1771589830" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771589920" }, "departure": { "time": "1771589920" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771590020" }, "departure": { "time": "1771590020" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771590120" }, "departure": { "time": "1771590120" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771590180" }, "departure": { "time": "1771590180" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771590280" }, "departure": { "time": "1771590280" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771590380" }, "departure": { "time": "1771590380" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771590470" }, "departure": { "time": "1771590470" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771590590" }, "departure": { "time": "1771590590" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771590680" }, "departure": { "time": "1771590680" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771590800" }, "departure": { "time": "1771590800" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771590880" }, "departure": { "time": "1771590880" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771591000" }, "departure": { "time": "1771591000" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771591090" }, "departure": { "time": "1771591090" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771591240" }, "departure": { "time": "1771591240" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771591340" }, "departure": { "time": "1771591340" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771591420" }, "departure": { "time": "1771591420" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771591510" }, "departure": { "time": "1771591510" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771591590" }, "departure": { "time": "1771591590" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771591680" }, "departure": { "time": "1771591680" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771591760" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541190" } } }, { "id": "trip:3059", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589023" }, "departure": { "time": "0" }, "stopId": "HDVSUB", "stopSequence": 2 }, { "arrival": { "time": "1771589628" }, "departure": { "time": "1771589628" }, "stopId": "LUTIN-E", "stopSequence": 3 }, { "arrival": { "time": "1771589763" }, "departure": { "time": "1771589763" }, "stopId": "BRISEP-E", "stopSequence": 4 }, { "arrival": { "time": "1771589882" }, "departure": { "time": "1771589882" }, "stopId": "CHATEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "stopId": "SEPSON-E", "stopSequence": 6 }, { "arrival": { "time": "1771590131" }, "departure": { "time": "1771590131" }, "stopId": "RTEPAR-E", "stopSequence": 7 }, { "arrival": { "time": "1771590180" }, "departure": { "time": "1771590180" }, "stopId": "SAUBIN", "stopSequence": 8 }, { "arrival": { "time": "1771590301" }, "departure": { "time": "1771590301" }, "stopId": "GRAZ-E", "stopSequence": 9 }, { "arrival": { "time": "1771590420" }, "departure": { "time": "1771590420" }, "stopId": "POLE49", "stopSequence": 10 }, { "arrival": { "time": "1771590480" }, "departure": { "time": "1771590480" }, "stopId": "HELBOU", "stopSequence": 11 }, { "arrival": { "time": "1771590516" }, "departure": { "time": "1771590516" }, "stopId": "COLOMB", "stopSequence": 12 }, { "arrival": { "time": "1771590598" }, "departure": { "time": "1771590598" }, "stopId": "CHEMONGA", "stopSequence": 13 }, { "arrival": { "time": "1771590808" }, "departure": { "time": "1771590808" }, "stopId": "MERCIE-E", "stopSequence": 14 }, { "arrival": { "time": "1771590929" }, "departure": { "time": "1771590929" }, "stopId": "GENETI-E", "stopSequence": 15 }, { "arrival": { "time": "1771590960" }, "departure": { "time": "1771590960" }, "stopId": "BEAULI-E", "stopSequence": 16 }, { "arrival": { "time": "1771590988" }, "departure": { "time": "1771590988" }, "stopId": "MEUNIE-E", "stopSequence": 17 }, { "arrival": { "time": "1771591035" }, "departure": { "time": "1771591035" }, "stopId": "CLODOR-E", "stopSequence": 18 }, { "arrival": { "time": "1771591063" }, "departure": { "time": "1771591063" }, "stopId": "LOGIND-E", "stopSequence": 19 }, { "arrival": { "time": "1771591087" }, "departure": { "time": "1771591087" }, "stopId": "TOUSSA-E", "stopSequence": 20 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "QVENTS-E", "stopSequence": 21 }, { "arrival": { "time": "1771591328" }, "departure": { "time": "1771591328" }, "stopId": "RTINAR-E", "stopSequence": 22 }, { "arrival": { "time": "1771591358" }, "departure": { "time": "1771591358" }, "stopId": "LAFORET", "stopSequence": 23 }, { "arrival": { "time": "1771591438" }, "departure": { "time": "1771591438" }, "stopId": "BEDAUD-E", "stopSequence": 24 }, { "arrival": { "time": "1771591492" }, "departure": { "time": "1771591492" }, "stopId": "SARRCI-E", "stopSequence": 25 }, { "arrival": { "time": "1771591525" }, "departure": { "time": "1771591525" }, "stopId": "SARRMA-E", "stopSequence": 26 }, { "arrival": { "time": "1771591560" }, "departure": { "time": "1771591560" }, "stopId": "SARRIG-E", "stopSequence": 27 }, { "arrival": { "time": "1771591579" }, "departure": { "time": "1771591579" }, "stopId": "TUFFIE-E", "stopSequence": 28 }, { "arrival": { "time": "1771591753" }, "departure": { "time": "1771591753" }, "stopId": "BAUNBR-E", "stopSequence": 29 }, { "arrival": { "time": "1771591938" }, "departure": { "time": "1771591938" }, "stopId": "GENDRI-E", "stopSequence": 30 }, { "arrival": { "time": "1771591980" }, "departure": { "time": "1771591980" }, "stopId": "BAUNCE-E", "stopSequence": 31 }, { "arrival": { "time": "1771592040" }, "departure": { "time": "1771592040" }, "stopId": "ECOBAU-D", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "30", "tripId": "3059" } } }, { "id": "trip:6541269", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589860" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771589940" }, "departure": { "time": "1771589940" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771590010" }, "departure": { "time": "1771590010" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771590090" }, "departure": { "time": "1771590090" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771590180" }, "departure": { "time": "1771590180" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771590270" }, "departure": { "time": "1771590270" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771590380" }, "departure": { "time": "1771590380" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771590540" }, "departure": { "time": "1771590540" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771590630" }, "departure": { "time": "1771590630" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771590750" }, "departure": { "time": "1771590750" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771590830" }, "departure": { "time": "1771590830" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771590950" }, "departure": { "time": "1771590950" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771591040" }, "departure": { "time": "1771591040" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771591160" }, "departure": { "time": "1771591160" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771591270" }, "departure": { "time": "1771591270" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771591370" }, "departure": { "time": "1771591370" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771591440" }, "departure": { "time": "1771591440" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771591510" }, "departure": { "time": "1771591510" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771591620" }, "departure": { "time": "1771591620" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771591710" }, "departure": { "time": "1771591710" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771591810" }, "departure": { "time": "1771591810" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771591910" }, "departure": { "time": "1771591910" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771592020" }, "departure": { "time": "1771592020" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771592130" }, "departure": { "time": "1771592130" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771592250" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541269" } } }, { "id": "trip:6052761", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589820" }, "stopId": "HTDEMURS", "stopSequence": 0 }, { "arrival": { "time": "1771589860" }, "departure": { "time": "1771589860" }, "stopId": "LABUISSA", "stopSequence": 1 }, { "arrival": { "time": "1771589911" }, "departure": { "time": "1771589911" }, "stopId": "LECOTEAU", "stopSequence": 2 }, { "arrival": { "time": "1771589983" }, "departure": { "time": "1771589983" }, "stopId": "CARMET", "stopSequence": 3 }, { "arrival": { "time": "1771590063" }, "departure": { "time": "1771590063" }, "stopId": "MURSHDV", "stopSequence": 4 }, { "arrival": { "time": "1771590094" }, "departure": { "time": "1771590094" }, "stopId": "LEVESQUE", "stopSequence": 5 }, { "arrival": { "time": "1771590172" }, "departure": { "time": "1771590172" }, "stopId": "ERIGNE", "stopSequence": 6 }, { "arrival": { "time": "1771590201" }, "departure": { "time": "1771590201" }, "stopId": "SOLAND", "stopSequence": 7 }, { "arrival": { "time": "1771590240" }, "departure": { "time": "1771590240" }, "stopId": "GDPRESSO", "stopSequence": 8 }, { "arrival": { "time": "1771590280" }, "departure": { "time": "1771590280" }, "stopId": "BARBOTER", "stopSequence": 9 }, { "arrival": { "time": "1771590323" }, "departure": { "time": "1771590323" }, "stopId": "FONTENE", "stopSequence": 10 }, { "arrival": { "time": "1771590360" }, "departure": { "time": "1771590360" }, "stopId": "BRISSAC", "stopSequence": 11 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "GARDOT", "stopSequence": 12 }, { "arrival": { "time": "1771591193" }, "departure": { "time": "1771591193" }, "stopId": "STEXUPER", "stopSequence": 13 }, { "arrival": { "time": "1771591252" }, "departure": { "time": "1771591252" }, "stopId": "SECUSOCI", "stopSequence": 14 }, { "arrival": { "time": "1771591380" }, "stopId": "HDVSUB", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052761" } } }, { "id": "trip:6544209", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591560" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771591680" }, "departure": { "time": "1771591680" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771591771" }, "departure": { "time": "1771591771" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771591924" }, "departure": { "time": "1771591924" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771592000" }, "departure": { "time": "1771592000" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771592158" }, "departure": { "time": "1771592158" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771592237" }, "departure": { "time": "1771592237" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771592310" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544209" } } }, { "id": "trip:6541268", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589260" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771589340" }, "departure": { "time": "1771589340" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771589410" }, "departure": { "time": "1771589410" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771589490" }, "departure": { "time": "1771589490" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771589580" }, "departure": { "time": "1771589580" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771589670" }, "departure": { "time": "1771589670" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771589780" }, "departure": { "time": "1771589780" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771589940" }, "departure": { "time": "1771589940" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771590030" }, "departure": { "time": "1771590030" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771590150" }, "departure": { "time": "1771590150" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771590230" }, "departure": { "time": "1771590230" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771590350" }, "departure": { "time": "1771590350" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771590440" }, "departure": { "time": "1771590440" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771590560" }, "departure": { "time": "1771590560" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771590670" }, "departure": { "time": "1771590670" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771590770" }, "departure": { "time": "1771590770" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771590840" }, "departure": { "time": "1771590840" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771590910" }, "departure": { "time": "1771590910" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771591020" }, "departure": { "time": "1771591020" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771591110" }, "departure": { "time": "1771591110" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771591210" }, "departure": { "time": "1771591210" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771591310" }, "departure": { "time": "1771591310" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771591420" }, "departure": { "time": "1771591420" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771591530" }, "departure": { "time": "1771591530" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771591650" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541268" } } }, { "id": "trip:6258539", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589760" }, "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1771589843" }, "departure": { "time": "1771589843" }, "stopId": "PIGNONIE", "stopSequence": 1 }, { "arrival": { "time": "1771589906" }, "departure": { "time": "1771589906" }, "stopId": "CLAVERIE", "stopSequence": 2 }, { "arrival": { "time": "1771589950" }, "departure": { "time": "1771589950" }, "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1771590057" }, "departure": { "time": "1771590057" }, "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1771590103" }, "departure": { "time": "1771590103" }, "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1771590139" }, "departure": { "time": "1771590139" }, "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1771590187" }, "departure": { "time": "1771590187" }, "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1771590267" }, "departure": { "time": "1771590267" }, "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1771590329" }, "departure": { "time": "1771590329" }, "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1771590360" }, "departure": { "time": "1771590360" }, "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1771590415" }, "departure": { "time": "1771590415" }, "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1771590501" }, "departure": { "time": "1771590501" }, "stopId": "MONTAIG", "stopSequence": 13 }, { "arrival": { "time": "1771590660" }, "departure": { "time": "1771590660" }, "stopId": "LANGLADE", "stopSequence": 14 }, { "arrival": { "time": "1771590720" }, "departure": { "time": "1771590720" }, "stopId": "AROBASE", "stopSequence": 15 }, { "arrival": { "time": "1771590768" }, "departure": { "time": "1771590768" }, "stopId": "PCOUBERT", "stopSequence": 16 }, { "arrival": { "time": "1771590835" }, "departure": { "time": "1771590835" }, "stopId": "JEBOUIN", "stopSequence": 17 }, { "arrival": { "time": "1771590900" }, "departure": { "time": "1771590900" }, "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1771590947" }, "departure": { "time": "1771590947" }, "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1771591028" }, "departure": { "time": "1771591028" }, "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1771591089" }, "departure": { "time": "1771591089" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1771591302" }, "departure": { "time": "1771591302" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591440" }, "stopId": "LICES", "stopSequence": 24 }, { "arrival": { "time": "1771591510" }, "departure": { "time": "1771591510" }, "stopId": "CCI-E", "stopSequence": 25 }, { "arrival": { "time": "1771591554" }, "departure": { "time": "1771591554" }, "stopId": "CHDARR-E", "stopSequence": 26 }, { "arrival": { "time": "1771591669" }, "departure": { "time": "1771591669" }, "stopId": "LEQUAI-E", "stopSequence": 27 }, { "arrival": { "time": "1771591709" }, "departure": { "time": "1771591709" }, "stopId": "DUMESN-E", "stopSequence": 28 }, { "arrival": { "time": "1771591724" }, "departure": { "time": "1771591724" }, "stopId": "MONPR-E", "stopSequence": 29 }, { "arrival": { "time": "1771591569" }, "departure": { "time": "1771591569" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1771591620" }, "departure": { "time": "1771591620" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1771591688" }, "departure": { "time": "1771591688" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1771591776" }, "departure": { "time": "1771591776" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 }, { "arrival": { "time": "1771591860" }, "departure": { "time": "1771591860" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 34 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1771591778" }, "departure": { "time": "1771591778" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1771591846" }, "departure": { "time": "1771591846" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1771591847" }, "departure": { "time": "1771591847" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1771591879" }, "departure": { "time": "1771591879" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1771591944" }, "departure": { "time": "1771591944" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1771591996" }, "departure": { "time": "1771591996" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1771592034" }, "departure": { "time": "1771592034" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1771592108" }, "departure": { "time": "1771592108" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1771592152" }, "departure": { "time": "1771592152" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1771592240" }, "departure": { "time": "1771592240" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1771592292" }, "departure": { "time": "1771592292" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1771592355" }, "departure": { "time": "1771592355" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1771592404" }, "departure": { "time": "1771592404" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1771592455" }, "departure": { "time": "1771592455" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1771592508" }, "departure": { "time": "1771592508" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771592557" }, "departure": { "time": "1771592557" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1771592602" }, "departure": { "time": "1771592602" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1771592643" }, "departure": { "time": "1771592643" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1771592705" }, "departure": { "time": "1771592705" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1771592737" }, "departure": { "time": "1771592737" }, "stopId": "SALETT-E", "stopSequence": 55 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258539" } } }, { "id": "trip:6257581", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590660" }, "stopId": "SLEZIND", "stopSequence": 0 }, { "arrival": { "time": "1771590722" }, "departure": { "time": "1771590722" }, "stopId": "GENTRIC", "stopSequence": 1 }, { "arrival": { "time": "1771590793" }, "departure": { "time": "1771590793" }, "stopId": "DAUTEL", "stopSequence": 2 }, { "arrival": { "time": "1771590813" }, "departure": { "time": "1771590813" }, "stopId": "BUISSON", "stopSequence": 3 }, { "arrival": { "time": "1771590854" }, "departure": { "time": "1771590854" }, "stopId": "PYRAM02", "stopSequence": 4 }, { "arrival": { "time": "1771590900" }, "departure": { "time": "1771590900" }, "stopId": "MORLONG", "stopSequence": 5 }, { "arrival": { "time": "1771590927" }, "departure": { "time": "1771590927" }, "stopId": "BOURSE", "stopSequence": 6 }, { "arrival": { "time": "1771590964" }, "departure": { "time": "1771590964" }, "stopId": "RIOTTEAU", "stopSequence": 7 }, { "arrival": { "time": "1771590995" }, "departure": { "time": "1771590995" }, "stopId": "ALLUMETT", "stopSequence": 8 }, { "arrival": { "time": "1771591036" }, "departure": { "time": "1771591036" }, "stopId": "DAGUERRE", "stopSequence": 9 }, { "arrival": { "time": "1771591075" }, "departure": { "time": "1771591075" }, "stopId": "LEOLAGRA", "stopSequence": 10 }, { "arrival": { "time": "1771591122" }, "departure": { "time": "1771591122" }, "stopId": "VDLOIRE", "stopSequence": 11 }, { "arrival": { "time": "1771591215" }, "departure": { "time": "1771591215" }, "stopId": "ECLATERI", "stopSequence": 12 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 13 }, { "arrival": { "time": "1771591191" }, "departure": { "time": "1771591191" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 14 }, { "arrival": { "time": "1771591263" }, "departure": { "time": "1771591263" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 15 }, { "arrival": { "time": "1771591329" }, "departure": { "time": "1771591329" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS", "stopSequence": 16 }, { "arrival": { "time": "1771591319" }, "departure": { "time": "1771591319" }, "stopId": "JUSTICES", "stopSequence": 17 }, { "arrival": { "time": "1771591365" }, "departure": { "time": "1771591365" }, "stopId": "DELACROI", "stopSequence": 18 }, { "arrival": { "time": "1771591450" }, "departure": { "time": "1771591450" }, "stopId": "SAUMUROI", "stopSequence": 19 }, { "arrival": { "time": "1771591546" }, "departure": { "time": "1771591546" }, "stopId": "INTERMIL", "stopSequence": 20 }, { "arrival": { "time": "1771591616" }, "departure": { "time": "1771591616" }, "stopId": "HAUTPRES", "stopSequence": 21 }, { "arrival": { "time": "1771591672" }, "departure": { "time": "1771591672" }, "stopId": "DELATTRE", "stopSequence": 22 }, { "arrival": { "time": "1771591731" }, "departure": { "time": "1771591731" }, "stopId": "MORELLIE", "stopSequence": 23 }, { "arrival": { "time": "1771591772" }, "departure": { "time": "1771591772" }, "stopId": "LORETTE", "stopSequence": 24 }, { "arrival": { "time": "1771591815" }, "departure": { "time": "1771591815" }, "stopId": "BEAUVAL", "stopSequence": 25 }, { "arrival": { "time": "1771591868" }, "departure": { "time": "1771591868" }, "stopId": "LETANDUE", "stopSequence": 26 }, { "arrival": { "time": "1771591976" }, "departure": { "time": "1771591976" }, "stopId": "STRASBOU", "stopSequence": 27 }, { "arrival": { "time": "1771592042" }, "departure": { "time": "1771592042" }, "stopId": "FREMUR", "stopSequence": 28 }, { "arrival": { "time": "1771592097" }, "departure": { "time": "1771592097" }, "stopId": "VAUBAN", "stopSequence": 29 }, { "arrival": { "time": "1771592135" }, "departure": { "time": "1771592135" }, "stopId": "POIREL", "stopSequence": 30 }, { "arrival": { "time": "1771592202" }, "departure": { "time": "1771592202" }, "stopId": "PONTNOIR", "stopSequence": 31 }, { "arrival": { "time": "1771592245" }, "departure": { "time": "1771592245" }, "stopId": "SEMARD", "stopSequence": 32 }, { "arrival": { "time": "1771592272" }, "departure": { "time": "1771592272" }, "stopId": "GAREPAPI", "stopSequence": 33 }, { "arrival": { "time": "1771592539" }, "departure": { "time": "1771592539" }, "stopId": "HARAS", "stopSequence": 34 }, { "arrival": { "time": "1771592614" }, "departure": { "time": "1771592614" }, "stopId": "STAUBIN", "stopSequence": 35 }, { "arrival": { "time": "1771592703" }, "departure": { "time": "1771592820" }, "stopId": "LORRAIN1", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257581" } } }, { "id": "trip:6544207", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590390" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771590507" }, "departure": { "time": "1771590507" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771590597" }, "departure": { "time": "1771590597" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771590744" }, "departure": { "time": "1771590744" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771590837" }, "departure": { "time": "1771590837" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771590958" }, "departure": { "time": "1771590958" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771591037" }, "departure": { "time": "1771591037" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771591110" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544207" } } }, { "id": "trip:6257885", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591200" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771591236" }, "departure": { "time": "1771591236" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771591269" }, "departure": { "time": "1771591269" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771591328" }, "departure": { "time": "1771591328" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771591359" }, "departure": { "time": "1771591359" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771591419" }, "departure": { "time": "1771591419" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771591462" }, "departure": { "time": "1771591462" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771591500" }, "departure": { "time": "1771591500" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771591551" }, "departure": { "time": "1771591551" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771591585" }, "departure": { "time": "1771591585" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771591618" }, "departure": { "time": "1771591618" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771591650" }, "departure": { "time": "1771591650" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771591741" }, "departure": { "time": "1771591741" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771591777" }, "departure": { "time": "1771591777" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771591821" }, "departure": { "time": "1771591821" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771591850" }, "departure": { "time": "1771591850" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771591884" }, "departure": { "time": "1771591884" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771592035" }, "departure": { "time": "1771592035" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771592085" }, "departure": { "time": "1771592085" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771592160" }, "departure": { "time": "1771592160" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771592210" }, "departure": { "time": "1771592210" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771592271" }, "departure": { "time": "1771592271" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771592337" }, "departure": { "time": "1771592337" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771592475" }, "departure": { "time": "1771592475" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771592583" }, "departure": { "time": "1771592583" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771592679" }, "departure": { "time": "1771592679" }, "stopId": "SAJACQUE", "stopSequence": 28 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257885" } } }, { "id": "trip:6258093", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589042" }, "departure": { "time": "1771589058" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771589072" }, "departure": { "time": "1771589088" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771589129" }, "departure": { "time": "1771589132" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771589189" }, "departure": { "time": "1771589189" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771589237" }, "departure": { "time": "1771589237" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771589300" }, "departure": { "time": "1771589300" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771589339" }, "departure": { "time": "1771589339" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771589488" }, "departure": { "time": "1771589488" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771589528" }, "departure": { "time": "1771589528" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771589582" }, "departure": { "time": "1771589582" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771589633" }, "departure": { "time": "1771589633" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771589695" }, "departure": { "time": "1771589695" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771589732" }, "departure": { "time": "1771589732" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771589788" }, "departure": { "time": "1771589788" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771589829" }, "departure": { "time": "1771589829" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771589873" }, "departure": { "time": "1771589873" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771589971" }, "departure": { "time": "1771589971" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771590043" }, "departure": { "time": "1771590043" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771590081" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258093" } } }, { "id": "trip:6544945", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592700" }, "stopId": "1BBCA", "stopSequence": 0 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544945" } } }, { "id": "trip:6541195", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592370" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771592490" }, "departure": { "time": "1771592490" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771592600" }, "departure": { "time": "1771592600" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771592720" }, "departure": { "time": "1771592720" }, "stopId": "2BAMA", "stopSequence": 3 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541195" } } }, { "id": "trip:3557", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589050" }, "departure": { "time": "1771589061" }, "stopId": "FOUQUE-E", "stopSequence": 7 }, { "arrival": { "time": "1771589095" }, "departure": { "time": "0" }, "stopId": "DPATIS-E", "stopSequence": 8 }, { "arrival": { "time": "1771589159" }, "departure": { "time": "1771589159" }, "stopId": "DFRAYON-E", "stopSequence": 9 }, { "arrival": { "time": "1771589302" }, "departure": { "time": "1771589302" }, "stopId": "PTGRCH-E", "stopSequence": 12 }, { "arrival": { "time": "1771589356" }, "departure": { "time": "1771589356" }, "stopId": "HULLET-E", "stopSequence": 13 }, { "arrival": { "time": "1771589490" }, "departure": { "time": "1771589490" }, "stopId": "LESSAR-E", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "35", "tripId": "3557" } } }, { "id": "trip:6258124", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589820" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1771589867" }, "departure": { "time": "1771589867" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771589913" }, "departure": { "time": "1771589913" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1771589979" }, "departure": { "time": "1771589979" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771590042" }, "departure": { "time": "1771590042" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771590180" }, "departure": { "time": "1771590180" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1771590264" }, "departure": { "time": "1771590264" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771590349" }, "departure": { "time": "1771590349" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771590420" }, "departure": { "time": "1771590420" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771590523" }, "departure": { "time": "1771590523" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771590635" }, "departure": { "time": "1771590635" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771590680" }, "departure": { "time": "1771590680" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771590716" }, "departure": { "time": "1771590716" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771590791" }, "departure": { "time": "1771590791" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771590878" }, "departure": { "time": "1771590878" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771590960" }, "departure": { "time": "1771590960" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771591070" }, "departure": { "time": "1771591070" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1771591187" }, "departure": { "time": "1771591187" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1771591259" }, "departure": { "time": "1771591259" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1771591326" }, "departure": { "time": "1771591326" }, "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1771591440" }, "departure": { "time": "1771591440" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1771591480" }, "departure": { "time": "1771591480" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771591553" }, "departure": { "time": "1771591553" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771591634" }, "departure": { "time": "1771591634" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771591693" }, "departure": { "time": "1771591693" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771591815" }, "departure": { "time": "1771591815" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771591849" }, "departure": { "time": "1771591849" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771591980" }, "departure": { "time": "1771591980" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771592034" }, "departure": { "time": "1771592034" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771592091" }, "departure": { "time": "1771592091" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771592140" }, "departure": { "time": "1771592140" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771592208" }, "departure": { "time": "1771592208" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771592280" }, "departure": { "time": "1771592280" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771592344" }, "departure": { "time": "1771592344" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771592376" }, "departure": { "time": "1771592376" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771592401" }, "departure": { "time": "1771592401" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771592453" }, "departure": { "time": "1771592453" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771592501" }, "departure": { "time": "1771592501" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771592533" }, "departure": { "time": "1771592533" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771592582" }, "departure": { "time": "1771592582" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771592640" }, "departure": { "time": "1771592640" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771592727" }, "departure": { "time": "1771592727" }, "stopId": "CTRETRI", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258124" } } }, { "id": "trip:6258065", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589062" }, "departure": { "time": "1771589062" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771589296" }, "departure": { "time": "1771589296" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771589358" }, "departure": { "time": "1771589358" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771589387" }, "departure": { "time": "1771589387" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771589402" }, "departure": { "time": "1771589402" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771589500" }, "departure": { "time": "1771589500" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771589572" }, "departure": { "time": "1771589572" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771589641" }, "departure": { "time": "1771589641" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771589705" }, "departure": { "time": "1771589705" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771589787" }, "departure": { "time": "1771589787" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771589891" }, "departure": { "time": "1771589891" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771589959" }, "departure": { "time": "1771589959" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771590014" }, "departure": { "time": "1771590014" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771590060" }, "departure": { "time": "1771590060" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771590106" }, "departure": { "time": "1771590106" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771590138" }, "departure": { "time": "1771590138" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771590199" }, "departure": { "time": "1771590199" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771590229" }, "departure": { "time": "1771590229" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771590311" }, "departure": { "time": "1771590311" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771590348" }, "departure": { "time": "1771590348" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771590386" }, "departure": { "time": "1771590386" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771590426" }, "departure": { "time": "1771590426" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771590451" }, "departure": { "time": "1771590451" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771590529" }, "departure": { "time": "1771590529" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771590562" }, "departure": { "time": "1771590562" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771590647" }, "departure": { "time": "1771590647" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771590709" }, "departure": { "time": "1771590709" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771590796" }, "departure": { "time": "1771590796" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771590861" }, "departure": { "time": "1771590861" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771591000" }, "departure": { "time": "1771591000" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771591071" }, "departure": { "time": "1771591071" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771591133" }, "departure": { "time": "1771591133" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771591243" }, "departure": { "time": "1771591243" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771591350" }, "departure": { "time": "1771591350" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1771591425" }, "departure": { "time": "1771591425" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771591482" }, "departure": { "time": "1771591482" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771591571" }, "departure": { "time": "1771591571" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1771591717" }, "departure": { "time": "1771591717" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1771591783" }, "departure": { "time": "1771591783" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1771591853" }, "departure": { "time": "1771591853" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771591879" }, "departure": { "time": "1771591879" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1771591946" }, "departure": { "time": "1771591946" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771592001" }, "departure": { "time": "1771592001" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1771592134" }, "departure": { "time": "1771592134" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771592274" }, "departure": { "time": "1771592274" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771592391" }, "departure": { "time": "1771592391" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771592544" }, "departure": { "time": "1771592544" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771592681" }, "departure": { "time": "1771592681" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771592716" }, "departure": { "time": "1771592716" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771592870" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258065" } } }, { "id": "trip:6257717", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589047" }, "departure": { "time": "1771589047" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771589096" }, "departure": { "time": "1771589112" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1771589126" }, "departure": { "time": "1771589142" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1771589249" }, "departure": { "time": "1771589249" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771589319" }, "departure": { "time": "1771589319" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771589369" }, "departure": { "time": "1771589369" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1771589530" }, "departure": { "time": "1771589530" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1771589669" }, "departure": { "time": "1771589669" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1771589715" }, "departure": { "time": "1771589715" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1771589814" }, "departure": { "time": "1771589814" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1771589869" }, "departure": { "time": "1771589869" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1771589905" }, "departure": { "time": "1771589905" }, "stopId": "DESJAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771589969" }, "departure": { "time": "1771589969" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1771590053" }, "departure": { "time": "1771590053" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1771590095" }, "departure": { "time": "1771590095" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771590188" }, "departure": { "time": "1771590188" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771590222" }, "departure": { "time": "1771590222" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771590269" }, "departure": { "time": "1771590269" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771590370" }, "departure": { "time": "1771590370" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771590447" }, "departure": { "time": "1771590447" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771590568" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257717" } } }, { "id": "trip:6543574", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591140" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771591222" }, "departure": { "time": "1771591222" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771591308" }, "departure": { "time": "1771591308" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771591480" }, "departure": { "time": "1771591480" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771591557" }, "departure": { "time": "1771591557" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771591709" }, "departure": { "time": "1771591709" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771591800" }, "departure": { "time": "1771591800" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771591950" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543574" } } }, { "id": "trip:6544941", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589820" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771589921" }, "departure": { "time": "1771589921" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771590030" }, "departure": { "time": "1771590030" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771590111" }, "departure": { "time": "1771590111" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771590204" }, "departure": { "time": "1771590204" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771590314" }, "departure": { "time": "1771590314" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771590490" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544941" } } }, { "id": "trip:6545009", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592220" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771592392" }, "departure": { "time": "1771592392" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771592500" }, "departure": { "time": "1771592500" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771592592" }, "departure": { "time": "1771592592" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771592670" }, "departure": { "time": "1771592670" }, "stopId": "2BARR", "stopSequence": 4 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545009" } } }, { "id": "trip:6052634", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589023" }, "departure": { "time": "1771589023" }, "stopId": "PISCMUFF", "stopSequence": 4 }, { "arrival": { "time": "1771589068" }, "departure": { "time": "1771589068" }, "stopId": "ANAFRAN", "stopSequence": 5 }, { "arrival": { "time": "1771589278" }, "departure": { "time": "1771589278" }, "stopId": "ESPMONTR", "stopSequence": 10 }, { "arrival": { "time": "1771589347" }, "departure": { "time": "1771589347" }, "stopId": "PLATFLEU", "stopSequence": 11 }, { "arrival": { "time": "1771589410" }, "departure": { "time": "1771589410" }, "stopId": "JEHUEZ", "stopSequence": 12 }, { "arrival": { "time": "1771589460" }, "departure": { "time": "1771589460" }, "stopId": "MASTELLE", "stopSequence": 13 }, { "arrival": { "time": "1771589514" }, "departure": { "time": "1771589514" }, "stopId": "AVENEURO", "stopSequence": 14 }, { "arrival": { "time": "1771589539" }, "departure": { "time": "1771589539" }, "stopId": "DANEMA", "stopSequence": 15 }, { "arrival": { "time": "1771589617" }, "departure": { "time": "1771589617" }, "stopId": "ALLEMAGN", "stopSequence": 16 }, { "arrival": { "time": "1771589661" }, "departure": { "time": "1771589661" }, "stopId": "ITALIE", "stopSequence": 17 }, { "arrival": { "time": "1771589711" }, "departure": { "time": "1771589711" }, "stopId": "IRLANDE", "stopSequence": 19 }, { "arrival": { "time": "1771589779" }, "departure": { "time": "1771589779" }, "stopId": "AUTRICH", "stopSequence": 20 }, { "arrival": { "time": "1771589784" }, "departure": { "time": "1771589784" }, "stopId": "PLOTTIER", "stopSequence": 21 }, { "arrival": { "time": "1771591479" }, "departure": { "time": "1771591479" }, "stopId": "AQUASUB", "stopSequence": 23 }, { "arrival": { "time": "1771591513" }, "departure": { "time": "1771591513" }, "stopId": "AURIOL", "stopSequence": 24 }, { "arrival": { "time": "1771591597" }, "departure": { "time": "1771591597" }, "stopId": "LECUIT", "stopSequence": 25 }, { "arrival": { "time": "1771591670" }, "departure": { "time": "1771591670" }, "stopId": "BLERIOT", "stopSequence": 26 }, { "arrival": { "time": "1771591765" }, "departure": { "time": "1771591765" }, "stopId": "BARRA", "stopSequence": 27 }, { "arrival": { "time": "1771591808" }, "departure": { "time": "1771591808" }, "stopId": "STTERESE", "stopSequence": 28 }, { "arrival": { "time": "1771591898" }, "departure": { "time": "1771591898" }, "stopId": "BICHBICH", "stopSequence": 29 }, { "arrival": { "time": "1771591943" }, "departure": { "time": "1771591943" }, "stopId": "DESCAZEA", "stopSequence": 30 }, { "arrival": { "time": "1771591989" }, "departure": { "time": "1771591989" }, "stopId": "MONPROFI", "stopSequence": 31 }, { "arrival": { "time": "1771592090" }, "departure": { "time": "1771592090" }, "stopId": "LEQUAI", "stopSequence": 32 }, { "arrival": { "time": "1771591771" }, "departure": { "time": "1771591771" }, "stopId": "ACADEMIE", "stopSequence": 34 }, { "arrival": { "time": "1771591825" }, "departure": { "time": "1771591825" }, "stopId": "GBREM-E", "stopSequence": 35 }, { "arrival": { "time": "1771591916" }, "stopId": "GAREPAPI", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052634" } } }, { "id": "trip:6257512", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592280" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1771592316" }, "departure": { "time": "1771592316" }, "stopId": "COTTAGE", "stopSequence": 1 }, { "arrival": { "time": "1771592373" }, "departure": { "time": "1771592373" }, "stopId": "DUBELL-2", "stopSequence": 2 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "stopId": "BOISABBE", "stopSequence": 3 }, { "arrival": { "time": "1771592436" }, "departure": { "time": "1771592436" }, "stopId": "DEBUSSY", "stopSequence": 4 }, { "arrival": { "time": "1771592482" }, "departure": { "time": "1771592482" }, "stopId": "HOTELLER", "stopSequence": 5 }, { "arrival": { "time": "1771592520" }, "departure": { "time": "1771592520" }, "stopId": "INDUSTRI", "stopSequence": 6 }, { "arrival": { "time": "1771592602" }, "departure": { "time": "1771592602" }, "stopId": "SAVOIE", "stopSequence": 7 }, { "arrival": { "time": "1771592662" }, "departure": { "time": "1771592662" }, "stopId": "AUVERGNE", "stopSequence": 8 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592700" }, "stopId": "NOZAY", "stopSequence": 9 }, { "arrival": { "time": "1771592729" }, "departure": { "time": "1771592729" }, "stopId": "RBRIOLLA", "stopSequence": 10 }, { "arrival": { "time": "1771592672" }, "departure": { "time": "1771592672" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENNE", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257512" } } }, { "id": "trip:2461", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589072" }, "departure": { "time": "1771589087" }, "stopId": "SECUSO-E", "stopSequence": 3 }, { "arrival": { "time": "1771589160" }, "departure": { "time": "1771589160" }, "stopId": "GARDOT-E", "stopSequence": 4 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "stopId": "PERRIE-E", "stopSequence": 5 }, { "arrival": { "time": "1771590290" }, "departure": { "time": "1771590290" }, "stopId": "BRAI8M-E", "stopSequence": 6 }, { "arrival": { "time": "1771590348" }, "departure": { "time": "1771590348" }, "stopId": "AZEMA-E", "stopSequence": 7 }, { "arrival": { "time": "1771590420" }, "departure": { "time": "1771590420" }, "stopId": "BRAICO-E", "stopSequence": 8 }, { "arrival": { "time": "1771590540" }, "departure": { "time": "1771590540" }, "stopId": "ANDAMA-E", "stopSequence": 9 }, { "arrival": { "time": "1771590577" }, "departure": { "time": "1771590577" }, "stopId": "RESTLA-E", "stopSequence": 10 }, { "arrival": { "time": "1771590615" }, "departure": { "time": "1771590615" }, "stopId": "ANDALA-E", "stopSequence": 11 }, { "arrival": { "time": "1771590660" }, "departure": { "time": "1771590660" }, "stopId": "JDELAV-E", "stopSequence": 12 }, { "arrival": { "time": "1771590840" }, "departure": { "time": "1771590840" }, "stopId": "CORNCR-E", "stopSequence": 13 }, { "arrival": { "time": "1771590916" }, "departure": { "time": "1771590916" }, "stopId": "CORNMA-E", "stopSequence": 14 }, { "arrival": { "time": "1771591020" }, "departure": { "time": "1771591020" }, "stopId": "ROYALE-E", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "24", "tripId": "2461" } } }, { "id": "trip:6257755", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591080" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771591206" }, "departure": { "time": "1771591206" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771591292" }, "departure": { "time": "1771591292" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591380" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771591414" }, "departure": { "time": "1771591414" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771591460" }, "departure": { "time": "1771591460" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771591519" }, "departure": { "time": "1771591519" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771591557" }, "departure": { "time": "1771591557" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771591620" }, "departure": { "time": "1771591620" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771591669" }, "departure": { "time": "1771591669" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771591710" }, "departure": { "time": "1771591710" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771591738" }, "departure": { "time": "1771591738" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771591822" }, "departure": { "time": "1771591822" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771591860" }, "departure": { "time": "1771591860" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771592017" }, "departure": { "time": "1771592017" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771592160" }, "departure": { "time": "1771592220" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771592342" }, "departure": { "time": "1771592342" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771592514" }, "departure": { "time": "1771592514" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771592602" }, "departure": { "time": "1771592602" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771592659" }, "departure": { "time": "1771592659" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771592695" }, "departure": { "time": "1771592695" }, "stopId": "CHDARR-E", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257755" } } }, { "id": "trip:6544208", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590960" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771591171" }, "departure": { "time": "1771591171" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771591324" }, "departure": { "time": "1771591324" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771591400" }, "departure": { "time": "1771591400" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771591558" }, "departure": { "time": "1771591558" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771591637" }, "departure": { "time": "1771591637" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771591710" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544208" } } }, { "id": "trip:6545008", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591500" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771591672" }, "departure": { "time": "1771591672" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771591780" }, "departure": { "time": "1771591780" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771591872" }, "departure": { "time": "1771591872" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771591950" }, "departure": { "time": "1771591950" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771592047" }, "departure": { "time": "1771592047" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771592140" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545008" } } }, { "id": "trip:6052690", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592100" }, "stopId": "VEILLIER", "stopSequence": 0 }, { "arrival": { "time": "1771592160" }, "departure": { "time": "1771592340" }, "stopId": "GRIMOREL", "stopSequence": 1 }, { "arrival": { "time": "1771592455" }, "departure": { "time": "1771592455" }, "stopId": "BMOTTE", "stopSequence": 2 }, { "arrival": { "time": "1771592526" }, "departure": { "time": "1771592526" }, "stopId": "LABROSSE", "stopSequence": 3 }, { "arrival": { "time": "1771592579" }, "departure": { "time": "1771592579" }, "stopId": "FIEFGENT", "stopSequence": 4 }, { "arrival": { "time": "1771592662" }, "departure": { "time": "1771592662" }, "stopId": "VIELLMAI", "stopSequence": 6 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592700" }, "stopId": "BBRANCHE", "stopSequence": 7 }, { "arrival": { "time": "1771592735" }, "departure": { "time": "1771592735" }, "stopId": "LESRIVES", "stopSequence": 8 } ], "trip": { "directionId": 0, "routeId": "12", "tripId": "6052690" } } }, { "id": "trip:6257944", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591440" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771591526" }, "departure": { "time": "1771591526" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771591570" }, "departure": { "time": "1771591570" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771591607" }, "departure": { "time": "1771591607" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771591634" }, "departure": { "time": "1771591634" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771591785" }, "departure": { "time": "1771591785" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771591846" }, "departure": { "time": "1771591846" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771591889" }, "departure": { "time": "1771591889" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771591936" }, "departure": { "time": "1771591936" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771591980" }, "departure": { "time": "1771591980" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771592035" }, "departure": { "time": "1771592035" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771592089" }, "departure": { "time": "1771592089" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771592155" }, "departure": { "time": "1771592155" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771592230" }, "departure": { "time": "1771592230" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771592289" }, "departure": { "time": "1771592289" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771592340" }, "departure": { "time": "1771592340" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771592412" }, "departure": { "time": "1771592412" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771592495" }, "departure": { "time": "1771592495" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771592554" }, "departure": { "time": "1771592554" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771592625" }, "departure": { "time": "1771592625" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771592721" }, "departure": { "time": "1771592721" }, "stopId": "MONTAIG", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257944" } } }, { "id": "trip:6257981", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592520" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771592606" }, "departure": { "time": "1771592606" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771592650" }, "departure": { "time": "1771592650" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771592687" }, "departure": { "time": "1771592687" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771592714" }, "departure": { "time": "1771592714" }, "stopId": "PASTEUR", "stopSequence": 4 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257981" } } }, { "id": "trip:4153", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589036" }, "departure": { "time": "1771589044" }, "stopId": "GROLLI-E", "stopSequence": 12 }, { "arrival": { "time": "1771589170" }, "departure": { "time": "1771589170" }, "stopId": "LMARZELL", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "41", "tripId": "4153" } } }, { "id": "trip:6258573", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591260" }, "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1771591343" }, "departure": { "time": "1771591343" }, "stopId": "PIGNONIE", "stopSequence": 1 }, { "arrival": { "time": "1771591406" }, "departure": { "time": "1771591406" }, "stopId": "CLAVERIE", "stopSequence": 2 }, { "arrival": { "time": "1771591450" }, "departure": { "time": "1771591450" }, "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1771591500" }, "departure": { "time": "1771591500" }, "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1771591557" }, "departure": { "time": "1771591557" }, "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1771591603" }, "departure": { "time": "1771591603" }, "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1771591639" }, "departure": { "time": "1771591639" }, "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1771591687" }, "departure": { "time": "1771591687" }, "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1771591767" }, "departure": { "time": "1771591767" }, "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1771591829" }, "departure": { "time": "1771591829" }, "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1771591860" }, "departure": { "time": "1771591860" }, "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1771591915" }, "departure": { "time": "1771591915" }, "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1771592001" }, "departure": { "time": "1771592001" }, "stopId": "MONTAIG", "stopSequence": 13 }, { "arrival": { "time": "1771592160" }, "departure": { "time": "1771592160" }, "stopId": "LANGLADE", "stopSequence": 14 }, { "arrival": { "time": "1771592220" }, "departure": { "time": "1771592220" }, "stopId": "AROBASE", "stopSequence": 15 }, { "arrival": { "time": "1771592268" }, "departure": { "time": "1771592268" }, "stopId": "PCOUBERT", "stopSequence": 16 }, { "arrival": { "time": "1771592335" }, "departure": { "time": "1771592335" }, "stopId": "JEBOUIN", "stopSequence": 17 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1771592447" }, "departure": { "time": "1771592447" }, "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1771592528" }, "departure": { "time": "1771592528" }, "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1771592589" }, "departure": { "time": "1771592589" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1771592640" }, "departure": { "time": "1771592640" }, "stopId": "ANLEROY", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258573" } } }, { "id": "trip:6260025", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590480" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771590604" }, "departure": { "time": "1771590604" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771590675" }, "departure": { "time": "1771590675" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771590720" }, "departure": { "time": "1771590720" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771591020" }, "departure": { "time": "1771591020" }, "stopId": "CNFPT", "stopSequence": 4 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "DARWIN-E", "stopSequence": 5 }, { "arrival": { "time": "1771591200" }, "departure": { "time": "1771591200" }, "stopId": "MOREL-E", "stopSequence": 6 }, { "arrival": { "time": "1771591228" }, "departure": { "time": "1771591228" }, "stopId": "INRA-E", "stopSequence": 7 }, { "arrival": { "time": "1771591265" }, "departure": { "time": "1771591265" }, "stopId": "GDPERI-E", "stopSequence": 8 }, { "arrival": { "time": "1771591296" }, "departure": { "time": "1771591296" }, "stopId": "LANDRE-E", "stopSequence": 9 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591380" }, "stopId": "BRGPAI-E", "stopSequence": 10 }, { "arrival": { "time": "1771591413" }, "departure": { "time": "1771591413" }, "stopId": "RODIN-E", "stopSequence": 11 }, { "arrival": { "time": "1771591453" }, "departure": { "time": "1771591453" }, "stopId": "GRANBE-E", "stopSequence": 12 }, { "arrival": { "time": "1771591504" }, "departure": { "time": "1771591504" }, "stopId": "PROME-E", "stopSequence": 13 }, { "arrival": { "time": "1771591560" }, "departure": { "time": "1771591560" }, "stopId": "CERFEU-E", "stopSequence": 14 }, { "arrival": { "time": "1771591593" }, "departure": { "time": "1771591593" }, "stopId": "MONOD-E", "stopSequence": 15 }, { "arrival": { "time": "1771591627" }, "departure": { "time": "1771591627" }, "stopId": "CITRON-E", "stopSequence": 16 }, { "arrival": { "time": "1771591658" }, "departure": { "time": "1771591658" }, "stopId": "ECHATS-E", "stopSequence": 17 }, { "arrival": { "time": "1771591740" }, "stopId": "LATOLL", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260025" } } }, { "id": "trip:6053969", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592580" }, "stopId": "STSYCHVE", "stopSequence": 0 }, { "arrival": { "time": "1771592650" }, "departure": { "time": "1771592650" }, "stopId": "GAUGUIN", "stopSequence": 1 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592700" }, "stopId": "ANBRUEL", "stopSequence": 2 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053969" } } }, { "id": "trip:6544048", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589880" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771589923" }, "departure": { "time": "1771589923" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771590128" }, "departure": { "time": "1771590128" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771590156" }, "departure": { "time": "1771590156" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771590296" }, "departure": { "time": "1771590296" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771590379" }, "departure": { "time": "1771590379" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771590476" }, "departure": { "time": "1771590476" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771590654" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544048" } } }, { "id": "trip:6052742", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589042" }, "departure": { "time": "1771589042" }, "stopId": "HDVSUB", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052742" } } }, { "id": "trip:6260107", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589040" }, "departure": { "time": "1771589073" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1771589117" }, "departure": { "time": "1771589117" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1771589224" }, "departure": { "time": "1771589224" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1771589409" }, "departure": { "time": "1771589409" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1771589462" }, "departure": { "time": "1771589462" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1771589480" }, "departure": { "time": "1771589480" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1771589507" }, "departure": { "time": "1771589507" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1771589553" }, "departure": { "time": "1771589553" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1771589592" }, "departure": { "time": "1771589592" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1771589684" }, "departure": { "time": "1771589684" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1771589711" }, "departure": { "time": "1771589711" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1771589783" }, "departure": { "time": "1771589783" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1771589840" }, "departure": { "time": "1771589840" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1771589880" }, "departure": { "time": "1771589880" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1771589960" }, "departure": { "time": "1771589960" }, "stopId": "HARENC", "stopSequence": 36 }, { "arrival": { "time": "1771590017" }, "departure": { "time": "1771590017" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1771590069" }, "departure": { "time": "1771590069" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1771590096" }, "departure": { "time": "1771590096" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1771590149" }, "departure": { "time": "1771590149" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1771590201" }, "departure": { "time": "1771590201" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1771590264" }, "departure": { "time": "1771590264" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1771590346" }, "departure": { "time": "1771590346" }, "stopId": "PETPOR-E", "stopSequence": 43 }, { "arrival": { "time": "1771590387" }, "departure": { "time": "1771590387" }, "stopId": "CHEVRI-E", "stopSequence": 44 }, { "arrival": { "time": "1771590420" }, "departure": { "time": "1771590420" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 46 }, { "arrival": { "time": "1771590451" }, "departure": { "time": "1771590451" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 47 }, { "arrival": { "time": "1771590491" }, "departure": { "time": "1771590491" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 48 }, { "arrival": { "time": "1771590536" }, "departure": { "time": "1771590536" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771590582" }, "departure": { "time": "1771590582" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771590605" }, "departure": { "time": "1771590605" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 51 }, { "arrival": { "time": "1771590652" }, "departure": { "time": "1771590652" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1771590720" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260107" } } }, { "id": "trip:6541273", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592260" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771592340" }, "departure": { "time": "1771592340" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771592410" }, "departure": { "time": "1771592410" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771592490" }, "departure": { "time": "1771592490" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771592580" }, "departure": { "time": "1771592580" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771592670" }, "departure": { "time": "1771592670" }, "stopId": "1PMAY", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541273" } } }, { "id": "trip:6258421", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589700" }, "stopId": "VERNUSSO", "stopSequence": 0 }, { "arrival": { "time": "1771589809" }, "departure": { "time": "1771589809" }, "stopId": "POUILLE", "stopSequence": 1 }, { "arrival": { "time": "1771589845" }, "departure": { "time": "1771589845" }, "stopId": "PATUREAU", "stopSequence": 2 }, { "arrival": { "time": "1771589903" }, "departure": { "time": "1771589903" }, "stopId": "FRANVILL", "stopSequence": 4 }, { "arrival": { "time": "1771589940" }, "departure": { "time": "1771589940" }, "stopId": "GGESSAND", "stopSequence": 5 }, { "arrival": { "time": "1771589981" }, "departure": { "time": "1771589981" }, "stopId": "MACURIE", "stopSequence": 6 }, { "arrival": { "time": "1771590019" }, "departure": { "time": "1771590019" }, "stopId": "JEROSTAN", "stopSequence": 7 }, { "arrival": { "time": "1771590058" }, "departure": { "time": "1771590058" }, "stopId": "RONCIERE", "stopSequence": 8 }, { "arrival": { "time": "1771590095" }, "departure": { "time": "1771590095" }, "stopId": "GUILLE-E", "stopSequence": 9 }, { "arrival": { "time": "1771590180" }, "departure": { "time": "1771590180" }, "stopId": "JEBOUTON", "stopSequence": 10 }, { "arrival": { "time": "1771590286" }, "departure": { "time": "1771590286" }, "stopId": "LAVOIR", "stopSequence": 11 }, { "arrival": { "time": "1771590354" }, "departure": { "time": "1771590354" }, "stopId": "RIOTTEAU", "stopSequence": 12 }, { "arrival": { "time": "1771590394" }, "departure": { "time": "1771590394" }, "stopId": "ALLUMETT", "stopSequence": 13 }, { "arrival": { "time": "1771590447" }, "departure": { "time": "1771590447" }, "stopId": "DAGUERRE", "stopSequence": 14 }, { "arrival": { "time": "1771590502" }, "departure": { "time": "1771590502" }, "stopId": "BELVTR-E", "stopSequence": 15 }, { "arrival": { "time": "1771590569" }, "departure": { "time": "1771590569" }, "stopId": "MARAIS-E", "stopSequence": 16 }, { "arrival": { "time": "1771590663" }, "departure": { "time": "1771590663" }, "stopId": "GASPALON", "stopSequence": 17 }, { "arrival": { "time": "1771590780" }, "departure": { "time": "1771590780" }, "stopId": "VILSANTE", "stopSequence": 18 }, { "arrival": { "time": "1771590817" }, "departure": { "time": "1771590817" }, "stopId": "CORMIER", "stopSequence": 19 }, { "arrival": { "time": "1771590886" }, "departure": { "time": "1771590886" }, "stopId": "STLEONAR", "stopSequence": 20 }, { "arrival": { "time": "1771590915" }, "departure": { "time": "1771590915" }, "stopId": "GERICAUL", "stopSequence": 21 }, { "arrival": { "time": "1771590960" }, "departure": { "time": "1771590960" }, "stopId": "MONGAZON", "stopSequence": 22 }, { "arrival": { "time": "1771590994" }, "departure": { "time": "1771590994" }, "stopId": "KOPA", "stopSequence": 23 }, { "arrival": { "time": "1771591051" }, "departure": { "time": "1771591051" }, "stopId": "DESMAZ", "stopSequence": 24 }, { "arrival": { "time": "1771591101" }, "departure": { "time": "1771591101" }, "stopId": "ANFRANCK", "stopSequence": 25 }, { "arrival": { "time": "1771591158" }, "departure": { "time": "1771591158" }, "stopId": "STJOSEP", "stopSequence": 26 }, { "arrival": { "time": "1771591223" }, "departure": { "time": "1771591223" }, "stopId": "PLDULYCE", "stopSequence": 27 }, { "arrival": { "time": "1771591320" }, "departure": { "time": "1771591380" }, "stopId": "HMAI", "stopSequence": 28 }, { "arrival": { "time": "1771591434" }, "departure": { "time": "1771591434" }, "stopId": "FO-LOR-R", "stopSequence": 29 }, { "arrival": { "time": "1771591545" }, "departure": { "time": "1771591545" }, "stopId": "STAUBI-E", "stopSequence": 30 }, { "arrival": { "time": "1771591598" }, "departure": { "time": "1771591598" }, "stopId": "HARAS-E", "stopSequence": 31 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "LESGAR-E", "stopSequence": 32 }, { "arrival": { "time": "1771591818" }, "departure": { "time": "1771591818" }, "stopId": "SEMARD-E", "stopSequence": 33 }, { "arrival": { "time": "1771591852" }, "departure": { "time": "1771591852" }, "stopId": "PONTNO-E", "stopSequence": 34 }, { "arrival": { "time": "1771591918" }, "departure": { "time": "1771591918" }, "stopId": "POIREL-E", "stopSequence": 35 }, { "arrival": { "time": "1771591954" }, "departure": { "time": "1771591954" }, "stopId": "VAUBAN-E", "stopSequence": 36 }, { "arrival": { "time": "1771592001" }, "departure": { "time": "1771592001" }, "stopId": "FREMUR-E", "stopSequence": 37 }, { "arrival": { "time": "1771592060" }, "departure": { "time": "1771592060" }, "stopId": "STRASB-E", "stopSequence": 38 }, { "arrival": { "time": "1771592160" }, "departure": { "time": "1771592160" }, "stopId": "LETAND-E", "stopSequence": 39 }, { "arrival": { "time": "1771592191" }, "departure": { "time": "1771592191" }, "stopId": "BEDIER-E", "stopSequence": 40 }, { "arrival": { "time": "1771592224" }, "departure": { "time": "1771592224" }, "stopId": "INTREP-E", "stopSequence": 41 }, { "arrival": { "time": "1771592255" }, "departure": { "time": "1771592255" }, "stopId": "MTARDA-E", "stopSequence": 42 }, { "arrival": { "time": "1771592294" }, "departure": { "time": "1771592294" }, "stopId": "AUBRY-E", "stopSequence": 43 }, { "arrival": { "time": "1771592345" }, "departure": { "time": "1771592345" }, "stopId": "COSSE-E", "stopSequence": 44 }, { "arrival": { "time": "1771592408" }, "departure": { "time": "1771592408" }, "stopId": "HUTREA-E", "stopSequence": 45 }, { "arrival": { "time": "1771592429" }, "departure": { "time": "1771592429" }, "stopId": "JOLIVE-E", "stopSequence": 46 }, { "arrival": { "time": "1771592484" }, "departure": { "time": "1771592484" }, "stopId": "BELOEI-E", "stopSequence": 47 }, { "arrival": { "time": "1771592520" }, "departure": { "time": "1771592520" }, "stopId": "RTEDAN-E", "stopSequence": 48 }, { "arrival": { "time": "1771592566" }, "departure": { "time": "1771592566" }, "stopId": "LESROS-E", "stopSequence": 49 }, { "arrival": { "time": "1771592639" }, "departure": { "time": "1771592639" }, "stopId": "LOUPIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771592705" }, "departure": { "time": "1771592705" }, "stopId": "MASGEM-E", "stopSequence": 51 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258421" } } }, { "id": "trip:6543573", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590540" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771590622" }, "departure": { "time": "1771590622" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771590708" }, "departure": { "time": "1771590708" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771590880" }, "departure": { "time": "1771590880" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771590957" }, "departure": { "time": "1771590957" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771591109" }, "departure": { "time": "1771591109" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771591200" }, "departure": { "time": "1771591200" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771591350" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543573" } } }, { "id": "trip:6258287", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589114" }, "departure": { "time": "1771589114" }, "stopId": "LEQUAI", "stopSequence": 24 }, { "arrival": { "time": "1771589226" }, "departure": { "time": "1771589226" }, "stopId": "CHDARR", "stopSequence": 25 }, { "arrival": { "time": "1771589234" }, "departure": { "time": "1771589234" }, "stopId": "ACAD-PLA", "stopSequence": 26 }, { "arrival": { "time": "1771589248" }, "departure": { "time": "1771589248" }, "stopId": "CCI", "stopSequence": 27 }, { "arrival": { "time": "1771589297" }, "departure": { "time": "1771589297" }, "stopId": "LICES-E", "stopSequence": 29 }, { "arrival": { "time": "1771589325" }, "departure": { "time": "1771589325" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771589344" }, "departure": { "time": "1771589344" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771589382" }, "departure": { "time": "1771589382" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771589411" }, "departure": { "time": "1771589411" }, "stopId": "LOR-FO-A", "stopSequence": 33 }, { "arrival": { "time": "1771589424" }, "departure": { "time": "1771589424" }, "stopId": "LORRAIN2", "stopSequence": 36 }, { "arrival": { "time": "1771589427" }, "departure": { "time": "1771589427" }, "stopId": "LORRAIN1", "stopSequence": 37 }, { "arrival": { "time": "1771589428" }, "departure": { "time": "1771589428" }, "stopId": "LORRTERM", "stopSequence": 38 }, { "arrival": { "time": "1771589432" }, "departure": { "time": "1771589432" }, "stopId": "LOHUIT", "stopSequence": 39 }, { "arrival": { "time": "1771589432" }, "departure": { "time": "1771589432" }, "stopId": "HMAI", "stopSequence": 40 }, { "arrival": { "time": "1771589453" }, "departure": { "time": "1771589453" }, "stopId": "MAIL-NAE", "stopSequence": 41 }, { "arrival": { "time": "1771589467" }, "departure": { "time": "1771589467" }, "stopId": "HDVSUB", "stopSequence": 42 }, { "arrival": { "time": "1771589490" }, "departure": { "time": "1771589490" }, "stopId": "MENDES-E", "stopSequence": 43 }, { "arrival": { "time": "1771589095" }, "departure": { "time": "1771589095" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERGEU", "stopSequence": 49 }, { "arrival": { "time": "1771589572" }, "departure": { "time": "1771589572" }, "stopId": "MENDESFR", "stopSequence": 50 }, { "arrival": { "time": "1771589723" }, "departure": { "time": "1771589723" }, "stopId": "FO-LOR-R", "stopSequence": 51 }, { "arrival": { "time": "1771589874" }, "departure": { "time": "1771589874" }, "stopId": "STAUBI-E", "stopSequence": 52 }, { "arrival": { "time": "1771589869" }, "departure": { "time": "1771589869" }, "stopId": "HARAS-E", "stopSequence": 53 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "stopId": "ANLERO-E", "stopSequence": 54 }, { "arrival": { "time": "1771590061" }, "departure": { "time": "1771590061" }, "stopId": "RABELA-E", "stopSequence": 55 }, { "arrival": { "time": "1771590109" }, "departure": { "time": "1771590109" }, "stopId": "ESA-E", "stopSequence": 56 }, { "arrival": { "time": "1771590219" }, "departure": { "time": "1771590219" }, "stopId": "DELATA-E", "stopSequence": 57 }, { "arrival": { "time": "1771590300" }, "departure": { "time": "1771590300" }, "stopId": "ALLARD-E", "stopSequence": 58 }, { "arrival": { "time": "1771590350" }, "departure": { "time": "1771590350" }, "stopId": "TASSIG-E", "stopSequence": 59 }, { "arrival": { "time": "1771590443" }, "departure": { "time": "1771590443" }, "stopId": "TROIPA-E", "stopSequence": 60 }, { "arrival": { "time": "1771590480" }, "departure": { "time": "1771590480" }, "stopId": "SABLON-E", "stopSequence": 61 }, { "arrival": { "time": "1771590533" }, "departure": { "time": "1771590533" }, "stopId": "RUELLE-E", "stopSequence": 62 }, { "arrival": { "time": "1771590616" }, "departure": { "time": "1771590616" }, "stopId": "GENDRO-E", "stopSequence": 63 }, { "arrival": { "time": "1771590759" }, "departure": { "time": "1771590759" }, "stopId": "PATUR-E", "stopSequence": 64 }, { "arrival": { "time": "1771590829" }, "departure": { "time": "1771590829" }, "stopId": "AUTHIO-E", "stopSequence": 65 }, { "arrival": { "time": "1771590888" }, "departure": { "time": "1771590888" }, "stopId": "BELPOU-E", "stopSequence": 66 }, { "arrival": { "time": "1771590720" }, "departure": { "time": "1771590720" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTSC-E", "stopSequence": 68 }, { "arrival": { "time": "1771590842" }, "departure": { "time": "1771590842" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE-E", "stopSequence": 69 }, { "arrival": { "time": "1771590877" }, "departure": { "time": "1771590877" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE-E", "stopSequence": 70 }, { "arrival": { "time": "1771590923" }, "departure": { "time": "1771590923" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET-E", "stopSequence": 71 }, { "arrival": { "time": "1771590964" }, "departure": { "time": "1771590964" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUE-E", "stopSequence": 72 }, { "arrival": { "time": "1771591014" }, "departure": { "time": "1771591014" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERI-E", "stopSequence": 73 }, { "arrival": { "time": "1771591060" }, "departure": { "time": "1771591060" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTE-E", "stopSequence": 74 }, { "arrival": { "time": "1771591114" }, "departure": { "time": "1771591114" }, "scheduleRelationship": "SKIPPED", "stopId": "ERIGNE", "stopSequence": 75 }, { "arrival": { "time": "1771591140" }, "stopId": "SOLAND", "stopSequence": 76 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258287" } } }, { "id": "trip:6258659", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589115" }, "departure": { "time": "1771589115" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771589179" }, "departure": { "time": "1771589179" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771589257" }, "departure": { "time": "1771589257" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771589320" }, "departure": { "time": "1771589320" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771589382" }, "departure": { "time": "1771589382" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771589425" }, "departure": { "time": "1771589425" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771589461" }, "departure": { "time": "1771589461" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771589539" }, "departure": { "time": "1771589539" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771589619" }, "departure": { "time": "1771589619" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771589689" }, "departure": { "time": "1771589689" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771589734" }, "departure": { "time": "1771589734" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771589779" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258659" } } }, { "id": "trip:6258063", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589056" }, "departure": { "time": "1771589077" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771589121" }, "departure": { "time": "1771589121" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771589234" }, "departure": { "time": "1771589234" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1771589343" }, "departure": { "time": "1771589343" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1771589375" }, "departure": { "time": "1771589375" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1771589445" }, "departure": { "time": "1771589445" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771589485" }, "departure": { "time": "1771589485" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1771589538" }, "departure": { "time": "1771589538" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771589643" }, "departure": { "time": "1771589643" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1771589776" }, "departure": { "time": "1771589776" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771589880" }, "departure": { "time": "1771589880" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771590017" }, "departure": { "time": "1771590017" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771590136" }, "departure": { "time": "1771590136" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771590287" }, "departure": { "time": "1771590287" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771590345" }, "departure": { "time": "1771590345" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771590431" }, "departure": { "time": "1771590431" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771590471" }, "departure": { "time": "1771590471" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771590512" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258063" } } }, { "id": "trip:6257718", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589120" }, "departure": { "time": "1771589120" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771589182" }, "departure": { "time": "1771589182" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771589259" }, "departure": { "time": "1771589259" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771589293" }, "departure": { "time": "1771589293" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771589354" }, "departure": { "time": "1771589354" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771589393" }, "departure": { "time": "1771589393" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771589446" }, "departure": { "time": "1771589446" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1771589490" }, "departure": { "time": "1771589490" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1771589612" }, "departure": { "time": "1771589612" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771589705" }, "departure": { "time": "1771589705" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771589755" }, "departure": { "time": "1771589755" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1771589916" }, "departure": { "time": "1771589916" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1771590055" }, "departure": { "time": "1771590055" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1771590101" }, "departure": { "time": "1771590101" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1771590200" }, "departure": { "time": "1771590200" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1771590255" }, "departure": { "time": "1771590255" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1771590291" }, "departure": { "time": "1771590291" }, "stopId": "DESJAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771590355" }, "departure": { "time": "1771590355" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1771590439" }, "departure": { "time": "1771590439" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1771590481" }, "departure": { "time": "1771590481" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771590574" }, "departure": { "time": "1771590574" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771590608" }, "departure": { "time": "1771590608" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771590655" }, "departure": { "time": "1771590655" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771590756" }, "departure": { "time": "1771590756" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771590836" }, "departure": { "time": "1771590836" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771590938" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257718" } } }, { "id": "trip:6257753", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589095" }, "departure": { "time": "1771589134" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771589169" }, "departure": { "time": "1771589169" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771589232" }, "departure": { "time": "1771589232" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771589281" }, "departure": { "time": "1771589281" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771589322" }, "departure": { "time": "1771589322" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771589350" }, "departure": { "time": "1771589350" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771589434" }, "departure": { "time": "1771589434" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771589472" }, "departure": { "time": "1771589472" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771589629" }, "departure": { "time": "1771589629" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771589771" }, "departure": { "time": "1771589771" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771589862" }, "departure": { "time": "1771589862" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771589922" }, "departure": { "time": "1771589922" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771590050" }, "departure": { "time": "1771590050" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771590123" }, "departure": { "time": "1771590123" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771590182" }, "departure": { "time": "1771590182" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771590219" }, "departure": { "time": "1771590219" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771590556" }, "departure": { "time": "1771590556" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771590616" }, "departure": { "time": "1771590616" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771590647" }, "departure": { "time": "1771590647" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771590680" }, "departure": { "time": "1771590680" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771590738" }, "departure": { "time": "1771590738" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771590774" }, "departure": { "time": "1771590774" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771590809" }, "departure": { "time": "1771590809" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771590853" }, "departure": { "time": "1771590853" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771590909" }, "departure": { "time": "1771590909" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771590938" }, "departure": { "time": "1771590938" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771591004" }, "departure": { "time": "1771591004" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771591037" }, "departure": { "time": "1771591037" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771591089" }, "departure": { "time": "1771591089" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771591209" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257753" } } }, { "id": "trip:6257720", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591620" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771591630" }, "departure": { "time": "1771591630" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "CCMOLIER", "stopSequence": 2 }, { "arrival": { "time": "1771591789" }, "departure": { "time": "1771591789" }, "stopId": "AAQUITN", "stopSequence": 3 }, { "arrival": { "time": "1771591823" }, "departure": { "time": "1771591823" }, "stopId": "SHEAKSPE", "stopSequence": 4 }, { "arrival": { "time": "1771591889" }, "departure": { "time": "1771591889" }, "stopId": "WIGAN", "stopSequence": 5 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "stopId": "GRESILLE", "stopSequence": 6 }, { "arrival": { "time": "1771591965" }, "departure": { "time": "1771591965" }, "stopId": "PROUDHON", "stopSequence": 7 }, { "arrival": { "time": "1771592037" }, "departure": { "time": "1771592037" }, "stopId": "VALLO", "stopSequence": 8 }, { "arrival": { "time": "1771592073" }, "departure": { "time": "1771592073" }, "stopId": "MONTECLA", "stopSequence": 9 }, { "arrival": { "time": "1771592114" }, "departure": { "time": "1771592114" }, "stopId": "DELESCL", "stopSequence": 10 }, { "arrival": { "time": "1771592179" }, "departure": { "time": "1771592179" }, "stopId": "JEMONNET", "stopSequence": 11 }, { "arrival": { "time": "1771592234" }, "departure": { "time": "1771592234" }, "stopId": "MAISLA-E", "stopSequence": 12 }, { "arrival": { "time": "1771592272" }, "departure": { "time": "1771592272" }, "stopId": "PERUSS-E", "stopSequence": 13 }, { "arrival": { "time": "1771592340" }, "departure": { "time": "1771592340" }, "stopId": "GDMAINE", "stopSequence": 14 }, { "arrival": { "time": "1771592640" }, "departure": { "time": "1771592640" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771592693" }, "departure": { "time": "1771592693" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257720" } } }, { "id": "trip:6052689", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590780" }, "stopId": "MONPLA-E", "stopSequence": 0 }, { "arrival": { "time": "1771590878" }, "departure": { "time": "1771590878" }, "stopId": "INDUST-E", "stopSequence": 1 }, { "arrival": { "time": "1771590943" }, "departure": { "time": "1771590943" }, "stopId": "HOTELL-E", "stopSequence": 2 }, { "arrival": { "time": "1771591020" }, "departure": { "time": "1771591020" }, "stopId": "DEBUSS-E", "stopSequence": 3 }, { "arrival": { "time": "1771591059" }, "departure": { "time": "1771591059" }, "stopId": "BOISAB-E", "stopSequence": 4 }, { "arrival": { "time": "1771591094" }, "departure": { "time": "1771591094" }, "stopId": "DUBELL-E", "stopSequence": 5 }, { "arrival": { "time": "1771591147" }, "departure": { "time": "1771591147" }, "stopId": "COTTAG-E", "stopSequence": 6 }, { "arrival": { "time": "1771591200" }, "departure": { "time": "1771591200" }, "stopId": "EVENTARD", "stopSequence": 7 }, { "arrival": { "time": "1771591295" }, "departure": { "time": "1771591295" }, "stopId": "CHABOLA.", "stopSequence": 8 }, { "arrival": { "time": "1771591361" }, "departure": { "time": "1771591361" }, "stopId": "CONFLU-E", "stopSequence": 9 }, { "arrival": { "time": "1771591401" }, "departure": { "time": "1771591401" }, "stopId": "EPERVI-E", "stopSequence": 10 }, { "arrival": { "time": "1771591494" }, "departure": { "time": "1771591494" }, "stopId": "PTFILL-E", "stopSequence": 11 }, { "arrival": { "time": "1771591620" }, "departure": { "time": "1771591620" }, "stopId": "PRTLAU-E", "stopSequence": 12 }, { "arrival": { "time": "1771591668" }, "departure": { "time": "1771591668" }, "stopId": "CHAUMI-E", "stopSequence": 13 }, { "arrival": { "time": "1771591705" }, "departure": { "time": "1771591705" }, "stopId": "LESRIV-E", "stopSequence": 14 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "BBRANC-E", "stopSequence": 15 }, { "arrival": { "time": "1771591772" }, "departure": { "time": "1771591772" }, "stopId": "VIELMA-E", "stopSequence": 16 }, { "arrival": { "time": "1771591804" }, "departure": { "time": "1771591804" }, "stopId": "MA4VE-E", "stopSequence": 17 }, { "arrival": { "time": "1771591843" }, "departure": { "time": "1771591843" }, "stopId": "FIEGEN-E", "stopSequence": 18 }, { "arrival": { "time": "1771591887" }, "departure": { "time": "1771591887" }, "stopId": "LABROS-E", "stopSequence": 19 }, { "arrival": { "time": "1771591948" }, "departure": { "time": "1771591948" }, "stopId": "BMOTTE-E", "stopSequence": 20 }, { "arrival": { "time": "1771592041" }, "departure": { "time": "1771592041" }, "stopId": "GRIMOR-E", "stopSequence": 21 }, { "arrival": { "time": "1771592100" }, "stopId": "VEILLIER", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "12", "tripId": "6052689" } } }, { "id": "trip:6541193", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591170" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771591290" }, "departure": { "time": "1771591290" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771591400" }, "departure": { "time": "1771591400" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771591520" }, "departure": { "time": "1771591520" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771591630" }, "departure": { "time": "1771591630" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771591720" }, "departure": { "time": "1771591720" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771591820" }, "departure": { "time": "1771591820" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771591980" }, "departure": { "time": "1771591980" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771592080" }, "departure": { "time": "1771592080" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771592180" }, "departure": { "time": "1771592180" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771592270" }, "departure": { "time": "1771592270" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771592390" }, "departure": { "time": "1771592390" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771592480" }, "departure": { "time": "1771592480" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771592600" }, "departure": { "time": "1771592600" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771592680" }, "departure": { "time": "1771592680" }, "stopId": "2JMOU", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541193" } } }, { "id": "trip:6258472", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592400" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1771592482" }, "departure": { "time": "1771592482" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1771592505" }, "departure": { "time": "1771592505" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1771592545" }, "departure": { "time": "1771592545" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1771592602" }, "departure": { "time": "1771592602" }, "stopId": "CLOSNEUF", "stopSequence": 4 }, { "arrival": { "time": "1771592659" }, "departure": { "time": "1771592659" }, "stopId": "HOSGEMME", "stopSequence": 5 }, { "arrival": { "time": "1771592704" }, "departure": { "time": "1771592704" }, "stopId": "MASGEMME", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258472" } } }, { "id": "trip:6054009", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590900" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771590958" }, "departure": { "time": "1771590958" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771590991" }, "departure": { "time": "1771590991" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771591012" }, "departure": { "time": "1771591012" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591380" }, "stopId": "GDMAIN-E", "stopSequence": 4 }, { "arrival": { "time": "1771591437" }, "departure": { "time": "1771591437" }, "stopId": "MAISEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771591480" }, "departure": { "time": "1771591480" }, "stopId": "LACDMA-E", "stopSequence": 6 }, { "arrival": { "time": "1771591528" }, "departure": { "time": "1771591528" }, "stopId": "CAMLAC-E", "stopSequence": 7 }, { "arrival": { "time": "1771591628" }, "departure": { "time": "1771591628" }, "stopId": "CROISE-E", "stopSequence": 8 }, { "arrival": { "time": "1771591657" }, "departure": { "time": "1771591657" }, "stopId": "PRUNIE-E", "stopSequence": 9 }, { "arrival": { "time": "1771591735" }, "departure": { "time": "1771591735" }, "stopId": "PETVIV-E", "stopSequence": 10 }, { "arrival": { "time": "1771591800" }, "departure": { "time": "1771591800" }, "stopId": "VALMAINE", "stopSequence": 11 }, { "arrival": { "time": "1771591831" }, "departure": { "time": "1771591831" }, "stopId": "CLOSVIGN", "stopSequence": 12 }, { "arrival": { "time": "1771591868" }, "departure": { "time": "1771591868" }, "stopId": "CHATAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771591922" }, "departure": { "time": "1771591922" }, "stopId": "PIVERD-E", "stopSequence": 14 }, { "arrival": { "time": "1771591980" }, "departure": { "time": "1771591980" }, "stopId": "ARTAUD-E", "stopSequence": 15 }, { "arrival": { "time": "1771592043" }, "departure": { "time": "1771592043" }, "stopId": "HAUBOU-E", "stopSequence": 16 }, { "arrival": { "time": "1771592125" }, "departure": { "time": "1771592125" }, "stopId": "PETPOR-E", "stopSequence": 17 }, { "arrival": { "time": "1771592166" }, "departure": { "time": "1771592166" }, "stopId": "CHEVRI-E", "stopSequence": 18 }, { "arrival": { "time": "1771592220" }, "departure": { "time": "1771592220" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 20 }, { "arrival": { "time": "1771592257" }, "departure": { "time": "1771592257" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 21 }, { "arrival": { "time": "1771592305" }, "departure": { "time": "1771592305" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 22 }, { "arrival": { "time": "1771592359" }, "departure": { "time": "1771592359" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 23 }, { "arrival": { "time": "1771592414" }, "departure": { "time": "1771592414" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 24 }, { "arrival": { "time": "1771592442" }, "departure": { "time": "1771592442" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 25 }, { "arrival": { "time": "1771592498" }, "departure": { "time": "1771592498" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 26 }, { "arrival": { "time": "1771592580" }, "stopId": "CHANTOUR", "stopSequence": 27 } ], "trip": { "directionId": 1, "routeId": "22", "tripId": "6054009" } } }, { "id": "trip:6545006", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590060" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771590232" }, "departure": { "time": "1771590232" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771590340" }, "departure": { "time": "1771590340" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771590432" }, "departure": { "time": "1771590432" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771590510" }, "departure": { "time": "1771590510" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771590607" }, "departure": { "time": "1771590607" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771590700" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545006" } } }, { "id": "trip:6258537", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589149" }, "departure": { "time": "1771589149" }, "stopId": "CHDARR", "stopSequence": 58 }, { "arrival": { "time": "1771589178" }, "departure": { "time": "1771589178" }, "stopId": "CCI", "stopSequence": 65 }, { "arrival": { "time": "1771589250" }, "departure": { "time": "1771589250" }, "stopId": "LICES-E", "stopSequence": 66 }, { "arrival": { "time": "1771589468" }, "departure": { "time": "1771589468" }, "stopId": "ANLERO-E", "stopSequence": 67 }, { "arrival": { "time": "1771589549" }, "departure": { "time": "1771589549" }, "stopId": "MICHEL-E", "stopSequence": 68 }, { "arrival": { "time": "1771589611" }, "departure": { "time": "1771589611" }, "stopId": "BOURGO-E", "stopSequence": 69 }, { "arrival": { "time": "1771589655" }, "departure": { "time": "1771589655" }, "stopId": "VOLNEY-E", "stopSequence": 70 }, { "arrival": { "time": "1771589711" }, "departure": { "time": "1771589711" }, "stopId": "MADELE-E", "stopSequence": 71 }, { "arrival": { "time": "1771589784" }, "departure": { "time": "1771589784" }, "stopId": "JEBOUI-E", "stopSequence": 72 }, { "arrival": { "time": "1771589856" }, "departure": { "time": "1771589856" }, "stopId": "PCOUBE-E", "stopSequence": 73 }, { "arrival": { "time": "1771589891" }, "departure": { "time": "1771589891" }, "stopId": "AROBA-E", "stopSequence": 74 }, { "arrival": { "time": "1771589991" }, "departure": { "time": "1771589991" }, "stopId": "LANGLA-E", "stopSequence": 75 }, { "arrival": { "time": "1771590110" }, "departure": { "time": "1771590110" }, "stopId": "MONTAI-E", "stopSequence": 76 }, { "arrival": { "time": "1771590209" }, "departure": { "time": "1771590209" }, "stopId": "JERUSA-E", "stopSequence": 77 }, { "arrival": { "time": "1771590251" }, "departure": { "time": "1771590251" }, "stopId": "DAGNET-E", "stopSequence": 78 }, { "arrival": { "time": "1771590283" }, "departure": { "time": "1771590283" }, "stopId": "GILLIE-E", "stopSequence": 79 }, { "arrival": { "time": "1771590342" }, "departure": { "time": "1771590342" }, "stopId": "ISORET-E", "stopSequence": 80 }, { "arrival": { "time": "1771590421" }, "departure": { "time": "1771590421" }, "stopId": "VANDE-E", "stopSequence": 81 }, { "arrival": { "time": "1771590472" }, "departure": { "time": "1771590472" }, "stopId": "ORMEAU-E", "stopSequence": 82 }, { "arrival": { "time": "1771590498" }, "departure": { "time": "1771590498" }, "stopId": "CRBLAN-E", "stopSequence": 83 }, { "arrival": { "time": "1771590554" }, "departure": { "time": "1771590554" }, "stopId": "CHATEL-E", "stopSequence": 84 }, { "arrival": { "time": "1771590605" }, "departure": { "time": "1771590605" }, "stopId": "BANCHA-E", "stopSequence": 85 }, { "arrival": { "time": "1771590668" }, "departure": { "time": "1771590668" }, "stopId": "JARDF-E", "stopSequence": 86 }, { "arrival": { "time": "1771590708" }, "departure": { "time": "1771590708" }, "stopId": "SAILLE-E", "stopSequence": 87 }, { "arrival": { "time": "1771590785" }, "stopId": "SAUBIN", "stopSequence": 88 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258537" } } }, { "id": "trip:6257511", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589069" }, "departure": { "time": "1771589099" }, "stopId": "SAVARY-E", "stopSequence": 33 }, { "arrival": { "time": "1771589114" }, "departure": { "time": "1771589114" }, "stopId": "MUSSET-E", "stopSequence": 34 }, { "arrival": { "time": "1771589186" }, "departure": { "time": "1771589186" }, "stopId": "LUTIN-E", "stopSequence": 35 }, { "arrival": { "time": "1771589228" }, "departure": { "time": "1771589228" }, "stopId": "MACE-E", "stopSequence": 36 }, { "arrival": { "time": "1771589255" }, "departure": { "time": "1771589255" }, "stopId": "DESJAR-E", "stopSequence": 37 }, { "arrival": { "time": "1771589359" }, "departure": { "time": "1771589359" }, "stopId": "ALDUNA-E", "stopSequence": 38 }, { "arrival": { "time": "1771589496" }, "departure": { "time": "1771589496" }, "stopId": "RBRIOL-E", "stopSequence": 41 }, { "arrival": { "time": "1771589528" }, "departure": { "time": "1771589528" }, "stopId": "NOZAY-E", "stopSequence": 42 }, { "arrival": { "time": "1771589585" }, "departure": { "time": "1771589585" }, "stopId": "AUVERG-E", "stopSequence": 43 }, { "arrival": { "time": "1771589033" }, "departure": { "time": "1771589033" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET-E", "stopSequence": 44 }, { "arrival": { "time": "1771589160" }, "departure": { "time": "1771589160" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAI-E", "stopSequence": 45 }, { "arrival": { "time": "1771589187" }, "departure": { "time": "1771589187" }, "scheduleRelationship": "SKIPPED", "stopId": "FACULT-E", "stopSequence": 46 }, { "arrival": { "time": "1771589328" }, "departure": { "time": "1771589328" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE-E", "stopSequence": 47 }, { "arrival": { "time": "1771589400" }, "departure": { "time": "1771589400" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCIT-E", "stopSequence": 48 }, { "arrival": { "time": "1771589466" }, "departure": { "time": "1771589466" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESO-E", "stopSequence": 49 }, { "arrival": { "time": "1771589527" }, "departure": { "time": "1771589527" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENN-E", "stopSequence": 50 }, { "arrival": { "time": "1771589605" }, "departure": { "time": "1771589605" }, "stopId": "SAVOIE-E", "stopSequence": 51 }, { "arrival": { "time": "1771589651" }, "departure": { "time": "1771589651" }, "stopId": "INDUST-E", "stopSequence": 52 }, { "arrival": { "time": "1771589691" }, "departure": { "time": "1771589691" }, "stopId": "HOTELL-E", "stopSequence": 53 }, { "arrival": { "time": "1771589737" }, "departure": { "time": "1771589737" }, "stopId": "DEBUSS-E", "stopSequence": 54 }, { "arrival": { "time": "1771589773" }, "departure": { "time": "1771589773" }, "stopId": "BOISAB-E", "stopSequence": 55 }, { "arrival": { "time": "1771589803" }, "departure": { "time": "1771589803" }, "stopId": "DUBELL-E", "stopSequence": 56 }, { "arrival": { "time": "1771589848" }, "departure": { "time": "1771589848" }, "stopId": "COTTAG-E", "stopSequence": 57 }, { "arrival": { "time": "1771589893" }, "stopId": "EVENTARD", "stopSequence": 58 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257511" } } }, { "id": "trip:6258542", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589027" }, "departure": { "time": "1771589058" }, "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1771589087" }, "departure": { "time": "1771589118" }, "stopId": "MONTAIG", "stopSequence": 13 }, { "arrival": { "time": "1771589280" }, "departure": { "time": "1771589280" }, "stopId": "LANGLADE", "stopSequence": 14 }, { "arrival": { "time": "1771589340" }, "departure": { "time": "1771589340" }, "stopId": "AROBASE", "stopSequence": 15 }, { "arrival": { "time": "1771589388" }, "departure": { "time": "1771589388" }, "stopId": "PCOUBERT", "stopSequence": 16 }, { "arrival": { "time": "1771589455" }, "departure": { "time": "1771589455" }, "stopId": "JEBOUIN", "stopSequence": 17 }, { "arrival": { "time": "1771589520" }, "departure": { "time": "1771589520" }, "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1771589555" }, "departure": { "time": "1771589555" }, "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1771589616" }, "departure": { "time": "1771589616" }, "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1771589661" }, "departure": { "time": "1771589661" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1771589700" }, "departure": { "time": "1771589700" }, "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1771589862" }, "departure": { "time": "1771589862" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771589940" }, "departure": { "time": "1771590000" }, "stopId": "LICES", "stopSequence": 24 }, { "arrival": { "time": "1771590070" }, "departure": { "time": "1771590070" }, "stopId": "CCI-E", "stopSequence": 25 }, { "arrival": { "time": "1771590114" }, "departure": { "time": "1771590114" }, "stopId": "CHDARR-E", "stopSequence": 26 }, { "arrival": { "time": "1771590229" }, "departure": { "time": "1771590229" }, "stopId": "LEQUAI-E", "stopSequence": 27 }, { "arrival": { "time": "1771590269" }, "departure": { "time": "1771590269" }, "stopId": "DUMESN-E", "stopSequence": 28 }, { "arrival": { "time": "1771590284" }, "departure": { "time": "1771590284" }, "stopId": "MONPR-E", "stopSequence": 29 }, { "arrival": { "time": "1771590129" }, "departure": { "time": "1771590129" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1771590180" }, "departure": { "time": "1771590180" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1771590248" }, "departure": { "time": "1771590248" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1771590336" }, "departure": { "time": "1771590336" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 }, { "arrival": { "time": "1771590420" }, "departure": { "time": "1771590420" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 34 }, { "arrival": { "time": "1771590480" }, "departure": { "time": "1771590480" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1771590338" }, "departure": { "time": "1771590338" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1771590405" }, "departure": { "time": "1771590405" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1771590406" }, "departure": { "time": "1771590406" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1771590438" }, "departure": { "time": "1771590438" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1771590503" }, "departure": { "time": "1771590503" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1771590555" }, "departure": { "time": "1771590555" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1771590593" }, "departure": { "time": "1771590593" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1771590667" }, "departure": { "time": "1771590667" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1771590711" }, "departure": { "time": "1771590711" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1771590799" }, "departure": { "time": "1771590799" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1771590851" }, "departure": { "time": "1771590851" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1771590914" }, "departure": { "time": "1771590914" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1771590963" }, "departure": { "time": "1771590963" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1771591013" }, "departure": { "time": "1771591013" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1771591065" }, "departure": { "time": "1771591065" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771591113" }, "departure": { "time": "1771591113" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1771591158" }, "departure": { "time": "1771591158" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1771591199" }, "departure": { "time": "1771591199" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1771591261" }, "departure": { "time": "1771591261" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1771591293" }, "departure": { "time": "1771591293" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1771591359" }, "departure": { "time": "1771591359" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1771591436" }, "departure": { "time": "1771591436" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1771591471" }, "departure": { "time": "1771591471" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1771591533" }, "departure": { "time": "1771591533" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1771591669" }, "departure": { "time": "1771591669" }, "stopId": "AUCHAN-E", "stopSequence": 60 }, { "arrival": { "time": "1771591713" }, "departure": { "time": "1771591713" }, "stopId": "CCADEA-E", "stopSequence": 61 }, { "arrival": { "time": "1771591743" }, "departure": { "time": "1771591743" }, "stopId": "PLOTTI-E", "stopSequence": 62 }, { "arrival": { "time": "1771591762" }, "departure": { "time": "1771591762" }, "stopId": "AUTRIC-E", "stopSequence": 63 }, { "arrival": { "time": "1771591804" }, "departure": { "time": "1771591804" }, "stopId": "IRLAND-E", "stopSequence": 64 }, { "arrival": { "time": "1771591833" }, "departure": { "time": "1771591833" }, "stopId": "ITALIE-E", "stopSequence": 65 }, { "arrival": { "time": "1771591880" }, "departure": { "time": "1771591880" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1771591898" }, "departure": { "time": "1771591898" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1771591924" }, "departure": { "time": "1771591924" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1771591953" }, "departure": { "time": "1771591953" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1771591997" }, "departure": { "time": "1771591997" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1771592042" }, "departure": { "time": "1771592042" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1771592105" }, "departure": { "time": "1771592105" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1771592433" }, "departure": { "time": "1771592433" }, "scheduleRelationship": "SKIPPED", "stopId": "BELAIR-E", "stopSequence": 75 }, { "arrival": { "time": "1771592473" }, "departure": { "time": "1771592473" }, "scheduleRelationship": "SKIPPED", "stopId": "ZOLA-E", "stopSequence": 76 }, { "arrival": { "time": "1771592189" }, "departure": { "time": "1771592189" }, "stopId": "ANAFRA-E", "stopSequence": 77 }, { "arrival": { "time": "1771592258" }, "departure": { "time": "1771592258" }, "stopId": "PISCMU-E", "stopSequence": 78 }, { "arrival": { "time": "1771592498" }, "departure": { "time": "1771592498" }, "stopId": "DOMVATER", "stopSequence": 79 }, { "arrival": { "time": "1771592508" }, "departure": { "time": "1771592508" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1771592533" }, "departure": { "time": "1771592533" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 81 }, { "arrival": { "time": "1771592560" }, "departure": { "time": "1771592560" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 82 }, { "arrival": { "time": "1771592597" }, "departure": { "time": "1771592597" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 83 }, { "arrival": { "time": "1771592543" }, "departure": { "time": "1771592543" }, "stopId": "RECLAI-E", "stopSequence": 86 }, { "arrival": { "time": "1771592582" }, "departure": { "time": "1771592582" }, "stopId": "RENOIR-E", "stopSequence": 87 }, { "arrival": { "time": "1771592612" }, "departure": { "time": "1771592612" }, "stopId": "CAMPJU-E", "stopSequence": 88 }, { "arrival": { "time": "1771592647" }, "departure": { "time": "1771592647" }, "stopId": "JUIGN-E", "stopSequence": 89 }, { "arrival": { "time": "1771592736" }, "stopId": "BENE-E", "stopSequence": 90 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258542" } } }, { "id": "trip:6257607", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590600" }, "stopId": "PROVINS", "stopSequence": 0 }, { "arrival": { "time": "1771590673" }, "departure": { "time": "1771590673" }, "stopId": "RTEPARIS", "stopSequence": 1 }, { "arrival": { "time": "1771590780" }, "departure": { "time": "1771590780" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1771590838" }, "departure": { "time": "1771590838" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1771590887" }, "departure": { "time": "1771590887" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1771590960" }, "departure": { "time": "1771590960" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1771591030" }, "departure": { "time": "1771591030" }, "stopId": "AUVERGNE", "stopSequence": 6 }, { "arrival": { "time": "1771591076" }, "departure": { "time": "1771591076" }, "stopId": "NOZAY", "stopSequence": 7 }, { "arrival": { "time": "1771591111" }, "departure": { "time": "1771591111" }, "stopId": "RBRIOLLA", "stopSequence": 8 }, { "arrival": { "time": "1771591319" }, "departure": { "time": "1771591319" }, "stopId": "MIMOSAS", "stopSequence": 12 }, { "arrival": { "time": "1771591385" }, "departure": { "time": "1771591385" }, "stopId": "BRISEPOT", "stopSequence": 13 }, { "arrival": { "time": "1771591436" }, "departure": { "time": "1771591436" }, "stopId": "DESJARDI", "stopSequence": 14 }, { "arrival": { "time": "1771591478" }, "departure": { "time": "1771591478" }, "stopId": "MACE", "stopSequence": 15 }, { "arrival": { "time": "1771591507" }, "departure": { "time": "1771591507" }, "stopId": "LUTIN", "stopSequence": 16 }, { "arrival": { "time": "1771591594" }, "departure": { "time": "1771591594" }, "stopId": "MUSSET", "stopSequence": 17 }, { "arrival": { "time": "1771591634" }, "departure": { "time": "1771591634" }, "stopId": "SAVARY", "stopSequence": 18 }, { "arrival": { "time": "1771591139" }, "departure": { "time": "1771591139" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLANT", "stopSequence": 19 }, { "arrival": { "time": "1771591246" }, "departure": { "time": "1771591246" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOUER", "stopSequence": 20 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591380" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACENEY", "stopSequence": 21 }, { "arrival": { "time": "1771591551" }, "departure": { "time": "1771591551" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU", "stopSequence": 22 }, { "arrival": { "time": "1771591735" }, "departure": { "time": "1771591735" }, "stopId": "MENDESFR", "stopSequence": 23 }, { "arrival": { "time": "1771591876" }, "departure": { "time": "1771591920" }, "stopId": "FO-LOR-R", "stopSequence": 24 }, { "arrival": { "time": "1771592007" }, "departure": { "time": "1771592007" }, "stopId": "STAUBI-E", "stopSequence": 25 }, { "arrival": { "time": "1771592049" }, "departure": { "time": "1771592049" }, "stopId": "HARAS-E", "stopSequence": 26 }, { "arrival": { "time": "1771592160" }, "departure": { "time": "1771592160" }, "stopId": "LESGAR-E", "stopSequence": 27 }, { "arrival": { "time": "1771592263" }, "departure": { "time": "1771592263" }, "stopId": "SEMARD-E", "stopSequence": 28 }, { "arrival": { "time": "1771592307" }, "departure": { "time": "1771592307" }, "stopId": "PONTNO-E", "stopSequence": 29 }, { "arrival": { "time": "1771592394" }, "departure": { "time": "1771592394" }, "stopId": "POIREL-E", "stopSequence": 30 }, { "arrival": { "time": "1771592442" }, "departure": { "time": "1771592442" }, "stopId": "VAUBAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771592503" }, "departure": { "time": "1771592503" }, "stopId": "FREMUR-E", "stopSequence": 32 }, { "arrival": { "time": "1771592580" }, "departure": { "time": "1771592580" }, "stopId": "STRASB-E", "stopSequence": 33 }, { "arrival": { "time": "1771592691" }, "departure": { "time": "1771592691" }, "stopId": "LETAND-E", "stopSequence": 34 }, { "arrival": { "time": "1771592730" }, "departure": { "time": "1771592730" }, "stopId": "BEAUVA-E", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257607" } } }, { "id": "trip:6258292", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590420" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771590459" }, "departure": { "time": "1771590459" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771590499" }, "departure": { "time": "1771590499" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771590553" }, "departure": { "time": "1771590553" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771590600" }, "departure": { "time": "1771590600" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771590623" }, "departure": { "time": "1771590623" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771590660" }, "departure": { "time": "1771590660" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771590703" }, "departure": { "time": "1771590703" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771590765" }, "departure": { "time": "1771590765" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771590804" }, "departure": { "time": "1771590804" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771590871" }, "departure": { "time": "1771590871" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771590924" }, "departure": { "time": "1771590924" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771590961" }, "departure": { "time": "1771590961" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771590986" }, "departure": { "time": "1771590986" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771591026" }, "departure": { "time": "1771591026" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771591130" }, "departure": { "time": "1771591130" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771591167" }, "departure": { "time": "1771591167" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771591246" }, "departure": { "time": "1771591246" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771591310" }, "departure": { "time": "1771591310" }, "stopId": "POMONE", "stopSequence": 19 }, { "arrival": { "time": "1771591415" }, "departure": { "time": "1771591415" }, "stopId": "CIOUEST", "stopSequence": 20 }, { "arrival": { "time": "1771591464" }, "departure": { "time": "1771591464" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771591525" }, "departure": { "time": "1771591525" }, "stopId": "MONPROFI", "stopSequence": 22 }, { "arrival": { "time": "1771591544" }, "departure": { "time": "1771591544" }, "stopId": "DUMESNIL", "stopSequence": 23 }, { "arrival": { "time": "1771591582" }, "departure": { "time": "1771591582" }, "stopId": "LEQUAI", "stopSequence": 24 }, { "arrival": { "time": "1771591722" }, "departure": { "time": "1771591722" }, "stopId": "CHDARR", "stopSequence": 25 }, { "arrival": { "time": "1771591730" }, "departure": { "time": "1771591730" }, "stopId": "ACAD-PLA", "stopSequence": 26 }, { "arrival": { "time": "1771591744" }, "departure": { "time": "1771591744" }, "stopId": "CCI", "stopSequence": 27 }, { "arrival": { "time": "1771591793" }, "departure": { "time": "1771591793" }, "stopId": "LICES-E", "stopSequence": 29 }, { "arrival": { "time": "1771591821" }, "departure": { "time": "1771591821" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771591840" }, "departure": { "time": "1771591840" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771591878" }, "departure": { "time": "1771591878" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771591907" }, "departure": { "time": "1771591907" }, "stopId": "LOR-FO-A", "stopSequence": 33 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "stopId": "LORRAIN2", "stopSequence": 36 }, { "arrival": { "time": "1771591923" }, "departure": { "time": "1771591923" }, "stopId": "LORRAIN1", "stopSequence": 37 }, { "arrival": { "time": "1771591924" }, "departure": { "time": "1771591924" }, "stopId": "LORRTERM", "stopSequence": 38 }, { "arrival": { "time": "1771591928" }, "departure": { "time": "1771591928" }, "stopId": "LOHUIT", "stopSequence": 39 }, { "arrival": { "time": "1771591928" }, "departure": { "time": "1771591928" }, "stopId": "HMAI", "stopSequence": 40 }, { "arrival": { "time": "1771591949" }, "departure": { "time": "1771591949" }, "stopId": "MAIL-NAE", "stopSequence": 41 }, { "arrival": { "time": "1771591963" }, "departure": { "time": "1771591963" }, "stopId": "HDVSUB", "stopSequence": 42 }, { "arrival": { "time": "1771591986" }, "departure": { "time": "1771591986" }, "stopId": "MENDES-E", "stopSequence": 43 }, { "arrival": { "time": "1771591500" }, "departure": { "time": "1771591500" }, "scheduleRelationship": "SKIPPED", "stopId": "DESCAZ-E", "stopSequence": 45 }, { "arrival": { "time": "1771591557" }, "departure": { "time": "1771591557" }, "scheduleRelationship": "SKIPPED", "stopId": "BICHDAVI", "stopSequence": 46 }, { "arrival": { "time": "1771591639" }, "departure": { "time": "1771591639" }, "scheduleRelationship": "SKIPPED", "stopId": "HOTDIEU", "stopSequence": 47 }, { "arrival": { "time": "1771591680" }, "departure": { "time": "1771591680" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCHEFOU", "stopSequence": 48 }, { "arrival": { "time": "1771591855" }, "departure": { "time": "1771591855" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERGEU", "stopSequence": 49 }, { "arrival": { "time": "1771592068" }, "departure": { "time": "1771592068" }, "stopId": "MENDESFR", "stopSequence": 50 }, { "arrival": { "time": "1771592236" }, "departure": { "time": "1771592340" }, "stopId": "FO-LOR-R", "stopSequence": 51 }, { "arrival": { "time": "1771592414" }, "departure": { "time": "1771592414" }, "stopId": "STAUBI-E", "stopSequence": 52 }, { "arrival": { "time": "1771592449" }, "departure": { "time": "1771592449" }, "stopId": "HARAS-E", "stopSequence": 53 }, { "arrival": { "time": "1771592580" }, "departure": { "time": "1771592580" }, "stopId": "ANLERO-E", "stopSequence": 54 }, { "arrival": { "time": "1771592641" }, "departure": { "time": "1771592641" }, "stopId": "RABELA-E", "stopSequence": 55 }, { "arrival": { "time": "1771592689" }, "departure": { "time": "1771592689" }, "stopId": "ESA-E", "stopSequence": 56 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258292" } } }, { "id": "trip:6258543", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592220" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1771592274" }, "departure": { "time": "1771592274" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1771592306" }, "departure": { "time": "1771592306" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1771592334" }, "departure": { "time": "1771592334" }, "stopId": "RENOIR", "stopSequence": 3 }, { "arrival": { "time": "1771592362" }, "departure": { "time": "1771592362" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1771592395" }, "departure": { "time": "1771592395" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1771592634" }, "departure": { "time": "1771592634" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1771592636" }, "departure": { "time": "1771592636" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1771592707" }, "departure": { "time": "1771592707" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL", "stopSequence": 9 }, { "arrival": { "time": "1771592424" }, "departure": { "time": "1771592424" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTILL", "stopSequence": 10 }, { "arrival": { "time": "1771592582" }, "departure": { "time": "1771592582" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1771592617" }, "departure": { "time": "1771592617" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1771592638" }, "departure": { "time": "1771592638" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1771592670" }, "departure": { "time": "1771592670" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592700" }, "scheduleRelationship": "SKIPPED", "stopId": "ZOLA", "stopSequence": 17 }, { "arrival": { "time": "1771592558" }, "departure": { "time": "1771592558" }, "stopId": "ESPMONTR", "stopSequence": 19 }, { "arrival": { "time": "1771592627" }, "departure": { "time": "1771592627" }, "stopId": "PLATFLEU", "stopSequence": 20 }, { "arrival": { "time": "1771592690" }, "departure": { "time": "1771592690" }, "stopId": "JEHUEZ", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258543" } } }, { "id": "trip:6257510", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590480" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1771590508" }, "departure": { "time": "1771590508" }, "stopId": "COTTAGE", "stopSequence": 1 }, { "arrival": { "time": "1771590660" }, "departure": { "time": "1771590660" }, "stopId": "HIPPODRO", "stopSequence": 2 }, { "arrival": { "time": "1771590698" }, "departure": { "time": "1771590698" }, "stopId": "REDUMONT", "stopSequence": 3 }, { "arrival": { "time": "1771590810" }, "departure": { "time": "1771590810" }, "stopId": "DUBELL-2", "stopSequence": 4 }, { "arrival": { "time": "1771590840" }, "departure": { "time": "1771590840" }, "stopId": "BOISABBE", "stopSequence": 5 }, { "arrival": { "time": "1771590876" }, "departure": { "time": "1771590876" }, "stopId": "DEBUSSY", "stopSequence": 6 }, { "arrival": { "time": "1771590922" }, "departure": { "time": "1771590922" }, "stopId": "HOTELLER", "stopSequence": 7 }, { "arrival": { "time": "1771590960" }, "departure": { "time": "1771590960" }, "stopId": "INDUSTRI", "stopSequence": 8 }, { "arrival": { "time": "1771591042" }, "departure": { "time": "1771591042" }, "stopId": "SAVOIE", "stopSequence": 9 }, { "arrival": { "time": "1771591102" }, "departure": { "time": "1771591102" }, "stopId": "AUVERGNE", "stopSequence": 10 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "NOZAY", "stopSequence": 11 }, { "arrival": { "time": "1771591169" }, "departure": { "time": "1771591169" }, "stopId": "RBRIOLLA", "stopSequence": 12 }, { "arrival": { "time": "1771591374" }, "departure": { "time": "1771591374" }, "stopId": "MIMOSAS", "stopSequence": 16 }, { "arrival": { "time": "1771591440" }, "departure": { "time": "1771591440" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1771591491" }, "departure": { "time": "1771591491" }, "stopId": "DESJARDI", "stopSequence": 18 }, { "arrival": { "time": "1771591533" }, "departure": { "time": "1771591533" }, "stopId": "MACE", "stopSequence": 19 }, { "arrival": { "time": "1771591562" }, "departure": { "time": "1771591562" }, "stopId": "LUTIN", "stopSequence": 20 }, { "arrival": { "time": "1771591649" }, "departure": { "time": "1771591649" }, "stopId": "MUSSET", "stopSequence": 21 }, { "arrival": { "time": "1771591689" }, "departure": { "time": "1771591689" }, "stopId": "SAVARY", "stopSequence": 22 }, { "arrival": { "time": "1771591112" }, "departure": { "time": "1771591112" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENNE", "stopSequence": 23 }, { "arrival": { "time": "1771591184" }, "departure": { "time": "1771591184" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESOLI", "stopSequence": 24 }, { "arrival": { "time": "1771591320" }, "departure": { "time": "1771591320" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCITR", "stopSequence": 25 }, { "arrival": { "time": "1771591375" }, "departure": { "time": "1771591375" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE", "stopSequence": 26 }, { "arrival": { "time": "1771591484" }, "departure": { "time": "1771591484" }, "scheduleRelationship": "SKIPPED", "stopId": "FACUL-SS", "stopSequence": 27 }, { "arrival": { "time": "1771591500" }, "departure": { "time": "1771591500" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAINE", "stopSequence": 28 }, { "arrival": { "time": "1771591643" }, "departure": { "time": "1771591643" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET", "stopSequence": 29 }, { "arrival": { "time": "1771591779" }, "departure": { "time": "1771591779" }, "stopId": "MENDESFR", "stopSequence": 30 }, { "arrival": { "time": "1771591912" }, "departure": { "time": "1771592040" }, "stopId": "FO-LOR-R", "stopSequence": 31 }, { "arrival": { "time": "1771592112" }, "departure": { "time": "1771592112" }, "stopId": "STAUBI-E", "stopSequence": 32 }, { "arrival": { "time": "1771592146" }, "departure": { "time": "1771592146" }, "stopId": "HARAS-E", "stopSequence": 33 }, { "arrival": { "time": "1771592237" }, "departure": { "time": "1771592237" }, "stopId": "LESGAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771592350" }, "departure": { "time": "1771592350" }, "stopId": "SEMARD-E", "stopSequence": 35 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "stopId": "PONTNO-E", "stopSequence": 36 }, { "arrival": { "time": "1771592504" }, "departure": { "time": "1771592504" }, "stopId": "POIREL-E", "stopSequence": 37 }, { "arrival": { "time": "1771592561" }, "departure": { "time": "1771592561" }, "stopId": "VAUBAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771592640" }, "departure": { "time": "1771592640" }, "stopId": "CHANZY-E", "stopSequence": 39 }, { "arrival": { "time": "1771592700" }, "departure": { "time": "1771592700" }, "stopId": "LAFAYE-E", "stopSequence": 40 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257510" } } }, { "id": "trip:6257509", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589143" }, "departure": { "time": "1771589143" }, "stopId": "COTTAG-E", "stopSequence": 59 }, { "arrival": { "time": "1771589186" }, "stopId": "EVENTARD", "stopSequence": 60 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257509" } } }, { "id": "trip:6053968", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590960" }, "stopId": "STSYCHVE", "stopSequence": 0 }, { "arrival": { "time": "1771591030" }, "departure": { "time": "1771591030" }, "stopId": "GAUGUIN", "stopSequence": 1 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "ANBRUEL", "stopSequence": 2 }, { "arrival": { "time": "1771591140" }, "departure": { "time": "1771591140" }, "stopId": "V.HUGO", "stopSequence": 3 }, { "arrival": { "time": "1771591184" }, "departure": { "time": "1771591184" }, "stopId": "FRANCA-E", "stopSequence": 4 }, { "arrival": { "time": "1771591250" }, "departure": { "time": "1771591250" }, "stopId": "LECLSY-E", "stopSequence": 5 }, { "arrival": { "time": "1771591320" }, "departure": { "time": "1771591320" }, "stopId": "SSYMAIRI", "stopSequence": 6 }, { "arrival": { "time": "1771591399" }, "departure": { "time": "1771591399" }, "stopId": "UNION", "stopSequence": 7 }, { "arrival": { "time": "1771591451" }, "departure": { "time": "1771591451" }, "stopId": "CHABLANC", "stopSequence": 8 }, { "arrival": { "time": "1771591503" }, "departure": { "time": "1771591503" }, "stopId": "BASMORTI", "stopSequence": 9 }, { "arrival": { "time": "1771591560" }, "departure": { "time": "1771591560" }, "stopId": "MILLARDI", "stopSequence": 10 }, { "arrival": { "time": "1771591575" }, "departure": { "time": "1771591575" }, "stopId": "CARREAUX", "stopSequence": 11 }, { "arrival": { "time": "1771591800" }, "departure": { "time": "1771591800" }, "stopId": "PARCEXPO", "stopSequence": 12 }, { "arrival": { "time": "1771591897" }, "departure": { "time": "1771591897" }, "stopId": "PROVINS", "stopSequence": 13 }, { "arrival": { "time": "1771591963" }, "departure": { "time": "1771591963" }, "stopId": "RTEPARIS", "stopSequence": 14 }, { "arrival": { "time": "1771592040" }, "departure": { "time": "1771592040" }, "stopId": "SEPSONET", "stopSequence": 15 }, { "arrival": { "time": "1771592156" }, "departure": { "time": "1771592156" }, "stopId": "CHATENAY", "stopSequence": 16 }, { "arrival": { "time": "1771592269" }, "departure": { "time": "1771592269" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1771592537" }, "departure": { "time": "1771592537" }, "stopId": "CLEMOINE", "stopSequence": 18 }, { "arrival": { "time": "1771592640" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053968" } } }, { "id": "trip:6257583", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589038" }, "departure": { "time": "1771589038" }, "stopId": "TRELGARE", "stopSequence": 0 }, { "arrival": { "time": "1771589068" }, "departure": { "time": "1771589068" }, "stopId": "MALEMBAR", "stopSequence": 1 }, { "arrival": { "time": "1771589113" }, "departure": { "time": "1771589113" }, "stopId": "DEGAULLE", "stopSequence": 2 }, { "arrival": { "time": "1771589173" }, "departure": { "time": "1771589173" }, "stopId": "BAHONNEA", "stopSequence": 3 }, { "arrival": { "time": "1771589275" }, "departure": { "time": "1771589275" }, "stopId": "SLEZIND", "stopSequence": 4 }, { "arrival": { "time": "1771589337" }, "departure": { "time": "1771589337" }, "stopId": "GENTRIC", "stopSequence": 5 }, { "arrival": { "time": "1771589408" }, "departure": { "time": "1771589408" }, "stopId": "DAUTEL", "stopSequence": 6 }, { "arrival": { "time": "1771589428" }, "departure": { "time": "1771589428" }, "stopId": "BUISSON", "stopSequence": 7 }, { "arrival": { "time": "1771589471" }, "departure": { "time": "1771589471" }, "stopId": "PYRAM02", "stopSequence": 8 }, { "arrival": { "time": "1771589517" }, "departure": { "time": "1771589517" }, "stopId": "MORLONG", "stopSequence": 9 }, { "arrival": { "time": "1771589544" }, "departure": { "time": "1771589544" }, "stopId": "BOURSE", "stopSequence": 10 }, { "arrival": { "time": "1771589581" }, "departure": { "time": "1771589581" }, "stopId": "RIOTTEAU", "stopSequence": 11 }, { "arrival": { "time": "1771589613" }, "departure": { "time": "1771589613" }, "stopId": "ALLUMETT", "stopSequence": 12 }, { "arrival": { "time": "1771589655" }, "departure": { "time": "1771589655" }, "stopId": "DAGUERRE", "stopSequence": 13 }, { "arrival": { "time": "1771589694" }, "departure": { "time": "1771589694" }, "stopId": "LEOLAGRA", "stopSequence": 14 }, { "arrival": { "time": "1771589741" }, "departure": { "time": "1771589741" }, "stopId": "VDLOIRE", "stopSequence": 15 }, { "arrival": { "time": "1771589834" }, "departure": { "time": "1771589834" }, "stopId": "ECLATERI", "stopSequence": 16 }, { "arrival": { "time": "1771589700" }, "departure": { "time": "1771589700" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 17 }, { "arrival": { "time": "1771589751" }, "departure": { "time": "1771589751" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 18 }, { "arrival": { "time": "1771589823" }, "departure": { "time": "1771589823" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 19 }, { "arrival": { "time": "1771589889" }, "departure": { "time": "1771589889" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS", "stopSequence": 20 }, { "arrival": { "time": "1771589879" }, "departure": { "time": "1771589879" }, "stopId": "JUSTICES", "stopSequence": 21 }, { "arrival": { "time": "1771589965" }, "departure": { "time": "1771589965" }, "stopId": "DELACROI", "stopSequence": 22 }, { "arrival": { "time": "1771590000" }, "departure": { "time": "1771590000" }, "stopId": "SAUMUROI", "stopSequence": 23 }, { "arrival": { "time": "1771590129" }, "departure": { "time": "1771590129" }, "stopId": "INTERMIL", "stopSequence": 24 }, { "arrival": { "time": "1771590163" }, "departure": { "time": "1771590163" }, "stopId": "HAUTPRES", "stopSequence": 25 }, { "arrival": { "time": "1771590218" }, "departure": { "time": "1771590218" }, "stopId": "DELATTRE", "stopSequence": 26 }, { "arrival": { "time": "1771590277" }, "departure": { "time": "1771590277" }, "stopId": "MORELLIE", "stopSequence": 27 }, { "arrival": { "time": "1771590318" }, "departure": { "time": "1771590318" }, "stopId": "LORETTE", "stopSequence": 28 }, { "arrival": { "time": "1771590361" }, "departure": { "time": "1771590361" }, "stopId": "BEAUVAL", "stopSequence": 29 }, { "arrival": { "time": "1771590414" }, "departure": { "time": "1771590414" }, "stopId": "LETANDUE", "stopSequence": 30 }, { "arrival": { "time": "1771590517" }, "departure": { "time": "1771590517" }, "stopId": "STRASBOU", "stopSequence": 31 }, { "arrival": { "time": "1771590580" }, "departure": { "time": "1771590580" }, "stopId": "FREMUR", "stopSequence": 32 }, { "arrival": { "time": "1771590633" }, "departure": { "time": "1771590633" }, "stopId": "VAUBAN", "stopSequence": 33 }, { "arrival": { "time": "1771590709" }, "departure": { "time": "1771590709" }, "stopId": "POIREL", "stopSequence": 34 }, { "arrival": { "time": "1771590774" }, "departure": { "time": "1771590774" }, "stopId": "PONTNOIR", "stopSequence": 35 }, { "arrival": { "time": "1771590816" }, "departure": { "time": "1771590816" }, "stopId": "SEMARD", "stopSequence": 36 }, { "arrival": { "time": "1771590816" }, "departure": { "time": "1771590816" }, "stopId": "GARETERM", "stopSequence": 37 }, { "arrival": { "time": "1771591075" }, "departure": { "time": "1771591075" }, "stopId": "HARAS", "stopSequence": 38 }, { "arrival": { "time": "1771591154" }, "departure": { "time": "1771591154" }, "stopId": "STAUBIN", "stopSequence": 39 }, { "arrival": { "time": "1771591281" }, "departure": { "time": "1771591380" }, "stopId": "LORRAIN1", "stopSequence": 40 }, { "arrival": { "time": "1771591565" }, "departure": { "time": "1771591565" }, "stopId": "MENDES-E", "stopSequence": 41 }, { "arrival": { "time": "1771591629" }, "departure": { "time": "1771591629" }, "stopId": "SAVARY-E", "stopSequence": 42 }, { "arrival": { "time": "1771591669" }, "departure": { "time": "1771591669" }, "stopId": "MUSSET-E", "stopSequence": 43 }, { "arrival": { "time": "1771591752" }, "departure": { "time": "1771591752" }, "stopId": "LUTIN-E", "stopSequence": 44 }, { "arrival": { "time": "1771591769" }, "departure": { "time": "1771591769" }, "stopId": "MACE-E", "stopSequence": 45 }, { "arrival": { "time": "1771591808" }, "departure": { "time": "1771591808" }, "stopId": "DESJAR-E", "stopSequence": 46 }, { "arrival": { "time": "1771591880" }, "departure": { "time": "1771591880" }, "stopId": "ALDUNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771591647" }, "departure": { "time": "1771591647" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771591800" }, "departure": { "time": "1771591800" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 51 }, { "arrival": { "time": "1771591944" }, "departure": { "time": "1771591944" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 52 }, { "arrival": { "time": "1771592036" }, "departure": { "time": "1771592036" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 53 }, { "arrival": { "time": "1771592018" }, "departure": { "time": "1771592018" }, "stopId": "RBRIOL-E", "stopSequence": 54 }, { "arrival": { "time": "1771592055" }, "departure": { "time": "1771592055" }, "stopId": "NOZAY-E", "stopSequence": 55 }, { "arrival": { "time": "1771592122" }, "departure": { "time": "1771592122" }, "stopId": "AUVERG-E", "stopSequence": 56 }, { "arrival": { "time": "1771592179" }, "departure": { "time": "1771592179" }, "stopId": "SAVOIE-E", "stopSequence": 57 }, { "arrival": { "time": "1771592246" }, "departure": { "time": "1771592246" }, "stopId": "INDUST-E", "stopSequence": 58 }, { "arrival": { "time": "1771592294" }, "departure": { "time": "1771592294" }, "stopId": "HOTELL-E", "stopSequence": 59 }, { "arrival": { "time": "1771592359" }, "departure": { "time": "1771592359" }, "stopId": "DEBUMO-E", "stopSequence": 60 }, { "arrival": { "time": "1771592468" }, "departure": { "time": "1771592468" }, "stopId": "RTEPAR-E", "stopSequence": 61 }, { "arrival": { "time": "1771592539" }, "stopId": "PROVIN-E", "stopSequence": 62 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257583" } } }, { "id": "trip:6541265", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589067" }, "departure": { "time": "1771589098" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771589173" }, "departure": { "time": "1771589173" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771589243" }, "departure": { "time": "1771589243" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771589353" }, "departure": { "time": "1771589353" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771589443" }, "departure": { "time": "1771589443" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771589543" }, "departure": { "time": "1771589543" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771589643" }, "departure": { "time": "1771589643" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771589753" }, "departure": { "time": "1771589753" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771589863" }, "departure": { "time": "1771589863" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771589983" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541265" } } }, { "id": "trip:6260096", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589072" }, "departure": { "time": "1771589103" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1771589195" }, "departure": { "time": "1771589195" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771589251" }, "departure": { "time": "1771589251" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1771589318" }, "departure": { "time": "1771589318" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1771589352" }, "departure": { "time": "1771589352" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1771589427" }, "departure": { "time": "1771589427" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771589482" }, "departure": { "time": "1771589482" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1771589571" }, "departure": { "time": "1771589571" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1771589611" }, "departure": { "time": "1771589611" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1771589680" }, "departure": { "time": "1771589680" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771589746" }, "departure": { "time": "1771589746" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1771589782" }, "departure": { "time": "1771589782" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1771589868" }, "departure": { "time": "1771589868" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1771589925" }, "departure": { "time": "1771589925" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1771589940" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260096" } } }, { "id": "trip:6544471", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592040" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771592220" }, "departure": { "time": "1771592220" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771592342" }, "departure": { "time": "1771592342" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771592462" }, "departure": { "time": "1771592462" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771592535" }, "departure": { "time": "1771592535" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771592590" }, "departure": { "time": "1771592590" }, "stopId": "CHDARR-E", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544471" } } }, { "id": "trip:6258439", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589031" }, "departure": { "time": "1771589031" }, "stopId": "MASGEM-E", "stopSequence": 51 }, { "arrival": { "time": "1771589072" }, "departure": { "time": "1771589091" }, "stopId": "HOSGEM-E", "stopSequence": 52 }, { "arrival": { "time": "1771589105" }, "departure": { "time": "1771589105" }, "stopId": "CLOS9-E", "stopSequence": 53 }, { "arrival": { "time": "1771589152" }, "departure": { "time": "1771589152" }, "stopId": "VANRIE-E", "stopSequence": 54 }, { "arrival": { "time": "1771589206" }, "departure": { "time": "1771589206" }, "stopId": "PORTSG-E", "stopSequence": 55 }, { "arrival": { "time": "1771589235" }, "departure": { "time": "1771589235" }, "stopId": "LECHEN-E", "stopSequence": 56 }, { "arrival": { "time": "1771589290" }, "stopId": "ROMORNA", "stopSequence": 57 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258439" } } }, { "id": "trip:6258126", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589026" }, "departure": { "time": "1771589057" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771589131" }, "departure": { "time": "1771589131" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771589198" }, "departure": { "time": "1771589198" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771589244" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258126" } } }, { "id": "trip:6545004", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589066" }, "departure": { "time": "1771589103" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771589167" }, "departure": { "time": "1771589167" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771589260" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545004" } } }, { "id": "trip:6257505", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589172" }, "departure": { "time": "1771589172" }, "stopId": "STAUBI-E", "stopSequence": 32 }, { "arrival": { "time": "1771589206" }, "departure": { "time": "1771589206" }, "stopId": "HARAS-E", "stopSequence": 33 }, { "arrival": { "time": "1771589297" }, "departure": { "time": "1771589297" }, "stopId": "LESGAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771589410" }, "departure": { "time": "1771589410" }, "stopId": "SEMARD-E", "stopSequence": 35 }, { "arrival": { "time": "1771589460" }, "departure": { "time": "1771589460" }, "stopId": "PONTNO-E", "stopSequence": 36 }, { "arrival": { "time": "1771589564" }, "departure": { "time": "1771589564" }, "stopId": "POIREL-E", "stopSequence": 37 }, { "arrival": { "time": "1771589621" }, "departure": { "time": "1771589621" }, "stopId": "VAUBAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771589700" }, "departure": { "time": "1771589700" }, "stopId": "CHANZY-E", "stopSequence": 39 }, { "arrival": { "time": "1771589760" }, "departure": { "time": "1771589760" }, "stopId": "LAFAYE-E", "stopSequence": 40 }, { "arrival": { "time": "1771589846" }, "departure": { "time": "1771589846" }, "stopId": "MIRABE-E", "stopSequence": 41 }, { "arrival": { "time": "1771589901" }, "departure": { "time": "1771589901" }, "stopId": "CESARG-E", "stopSequence": 42 }, { "arrival": { "time": "1771589940" }, "departure": { "time": "1771589940" }, "stopId": "BLANDE-E", "stopSequence": 43 }, { "arrival": { "time": "1771589996" }, "departure": { "time": "1771589996" }, "stopId": "MUTUAL-E", "stopSequence": 44 }, { "arrival": { "time": "1771590068" }, "departure": { "time": "1771590068" }, "stopId": "VILLES-E", "stopSequence": 45 }, { "arrival": { "time": "1771590117" }, "departure": { "time": "1771590117" }, "stopId": "VIVIER-E", "stopSequence": 46 }, { "arrival": { "time": "1771590180" }, "departure": { "time": "1771590180" }, "stopId": "MARIAN-E", "stopSequence": 47 }, { "arrival": { "time": "1771590231" }, "departure": { "time": "1771590231" }, "stopId": "LINOVE-E", "stopSequence": 48 }, { "arrival": { "time": "1771590270" }, "departure": { "time": "1771590270" }, "stopId": "DANGEL-E", "stopSequence": 49 }, { "arrival": { "time": "1771590330" }, "departure": { "time": "1771590330" }, "stopId": "ATHLET-E", "stopSequence": 50 }, { "arrival": { "time": "1771590374" }, "departure": { "time": "1771590374" }, "stopId": "DIONNE-E", "stopSequence": 51 }, { "arrival": { "time": "1771590420" }, "departure": { "time": "1771590420" }, "stopId": "GENDRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771590464" }, "departure": { "time": "1771590464" }, "stopId": "CHESNA-E", "stopSequence": 53 }, { "arrival": { "time": "1771590512" }, "departure": { "time": "1771590512" }, "stopId": "GIRAD-E", "stopSequence": 54 }, { "arrival": { "time": "1771590607" }, "departure": { "time": "1771590607" }, "stopId": "FRANVILL", "stopSequence": 55 }, { "arrival": { "time": "1771590660" }, "departure": { "time": "1771590660" }, "stopId": "GGESSAND", "stopSequence": 56 }, { "arrival": { "time": "1771590692" }, "departure": { "time": "1771590692" }, "stopId": "MACURIE", "stopSequence": 57 }, { "arrival": { "time": "1771590722" }, "departure": { "time": "1771590722" }, "stopId": "JEROSTAN", "stopSequence": 58 }, { "arrival": { "time": "1771590752" }, "departure": { "time": "1771590752" }, "stopId": "RONCIERE", "stopSequence": 59 }, { "arrival": { "time": "1771590780" }, "departure": { "time": "1771590780" }, "stopId": "GUILLE-E", "stopSequence": 60 }, { "arrival": { "time": "1771590845" }, "departure": { "time": "1771590845" }, "stopId": "BAUDRA-E", "stopSequence": 61 }, { "arrival": { "time": "1771590960" }, "stopId": "MOULINMA", "stopSequence": 62 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257505" } } }, { "id": "trip:6258285", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591800" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771591839" }, "departure": { "time": "1771591839" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771591879" }, "departure": { "time": "1771591879" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771591933" }, "departure": { "time": "1771591933" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771591980" }, "departure": { "time": "1771591980" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771592003" }, "departure": { "time": "1771592003" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771592040" }, "departure": { "time": "1771592040" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771592083" }, "departure": { "time": "1771592083" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771592145" }, "departure": { "time": "1771592145" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771592184" }, "departure": { "time": "1771592184" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771592251" }, "departure": { "time": "1771592251" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771592304" }, "departure": { "time": "1771592304" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771592341" }, "departure": { "time": "1771592341" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771592366" }, "departure": { "time": "1771592366" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771592406" }, "departure": { "time": "1771592406" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771592460" }, "departure": { "time": "1771592460" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771592510" }, "departure": { "time": "1771592510" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771592547" }, "departure": { "time": "1771592547" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771592626" }, "departure": { "time": "1771592626" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771592690" }, "departure": { "time": "1771592690" }, "stopId": "POMONE", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258285" } } }, { "id": "trip:6258277", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589108" }, "departure": { "time": "1771589108" }, "scheduleRelationship": "SKIPPED", "stopId": "GDPRESSO", "stopSequence": 2 }, { "arrival": { "time": "1771589158" }, "departure": { "time": "1771589158" }, "scheduleRelationship": "SKIPPED", "stopId": "BARBOTER", "stopSequence": 3 }, { "arrival": { "time": "1771589211" }, "departure": { "time": "1771589211" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTENE", "stopSequence": 4 }, { "arrival": { "time": "1771589279" }, "departure": { "time": "1771589279" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERIGN", "stopSequence": 5 }, { "arrival": { "time": "1771589345" }, "departure": { "time": "1771589345" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUET", "stopSequence": 6 }, { "arrival": { "time": "1771589389" }, "departure": { "time": "1771589389" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET", "stopSequence": 7 }, { "arrival": { "time": "1771589457" }, "departure": { "time": "1771589457" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE", "stopSequence": 8 }, { "arrival": { "time": "1771589516" }, "departure": { "time": "1771589516" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE", "stopSequence": 9 }, { "arrival": { "time": "1771589751" }, "departure": { "time": "1771589751" }, "stopId": "PONTSCEM", "stopSequence": 10 }, { "arrival": { "time": "1771589806" }, "departure": { "time": "1771589806" }, "stopId": "BELPOULE", "stopSequence": 11 }, { "arrival": { "time": "1771589878" }, "departure": { "time": "1771589878" }, "stopId": "AUTHION", "stopSequence": 12 }, { "arrival": { "time": "1771589936" }, "departure": { "time": "1771589936" }, "stopId": "PATUREAU", "stopSequence": 13 }, { "arrival": { "time": "1771590037" }, "departure": { "time": "1771590037" }, "stopId": "GENDRON", "stopSequence": 14 }, { "arrival": { "time": "1771590119" }, "departure": { "time": "1771590119" }, "stopId": "RUELLES", "stopSequence": 15 }, { "arrival": { "time": "1771590171" }, "departure": { "time": "1771590171" }, "stopId": "SABLONS", "stopSequence": 16 }, { "arrival": { "time": "1771590208" }, "departure": { "time": "1771590208" }, "stopId": "TROPAROI", "stopSequence": 17 }, { "arrival": { "time": "1771590351" }, "departure": { "time": "1771590351" }, "stopId": "ALLARD", "stopSequence": 18 }, { "arrival": { "time": "1771590427" }, "departure": { "time": "1771590427" }, "stopId": "DELATTAS", "stopSequence": 19 }, { "arrival": { "time": "1771590536" }, "departure": { "time": "1771590536" }, "stopId": "ESA", "stopSequence": 20 }, { "arrival": { "time": "1771590597" }, "departure": { "time": "1771590597" }, "stopId": "RABELAI", "stopSequence": 21 }, { "arrival": { "time": "1771590651" }, "departure": { "time": "1771590651" }, "stopId": "ALEROY", "stopSequence": 22 }, { "arrival": { "time": "1771590788" }, "departure": { "time": "1771590788" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771590844" }, "departure": { "time": "1771590844" }, "stopId": "HARAS", "stopSequence": 24 }, { "arrival": { "time": "1771590923" }, "departure": { "time": "1771590923" }, "stopId": "STAUBIN", "stopSequence": 25 }, { "arrival": { "time": "1771591016" }, "departure": { "time": "1771591016" }, "stopId": "LORRAIN1", "stopSequence": 26 }, { "arrival": { "time": "1771591139" }, "departure": { "time": "1771591139" }, "stopId": "MENDES-E", "stopSequence": 27 }, { "arrival": { "time": "1771591266" }, "departure": { "time": "1771591266" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771591316" }, "departure": { "time": "1771591316" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771591340" }, "departure": { "time": "1771591340" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771591382" }, "departure": { "time": "1771591382" }, "stopId": "LICES", "stopSequence": 31 }, { "arrival": { "time": "1771591431" }, "departure": { "time": "1771591431" }, "stopId": "CCI-E", "stopSequence": 32 }, { "arrival": { "time": "1771591469" }, "departure": { "time": "1771591469" }, "stopId": "CHDARR-E", "stopSequence": 33 }, { "arrival": { "time": "1771591584" }, "departure": { "time": "1771591584" }, "stopId": "LEQUAI-E", "stopSequence": 34 }, { "arrival": { "time": "1771591624" }, "departure": { "time": "1771591624" }, "stopId": "DUMESN-E", "stopSequence": 35 }, { "arrival": { "time": "1771591639" }, "departure": { "time": "1771591639" }, "stopId": "MONPR-E", "stopSequence": 36 }, { "arrival": { "time": "1771592334" }, "departure": { "time": "1771592334" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERG-E", "stopSequence": 37 }, { "arrival": { "time": "1771592516" }, "departure": { "time": "1771592516" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCHEF-E", "stopSequence": 38 }, { "arrival": { "time": "1771592615" }, "departure": { "time": "1771592615" }, "scheduleRelationship": "SKIPPED", "stopId": "HOTDIE-E", "stopSequence": 39 }, { "arrival": { "time": "1771592671" }, "departure": { "time": "1771592671" }, "scheduleRelationship": "SKIPPED", "stopId": "BICHDA-E", "stopSequence": 40 }, { "arrival": { "time": "1771591760" }, "departure": { "time": "1771591760" }, "stopId": "CIOUES-E", "stopSequence": 42 }, { "arrival": { "time": "1771591822" }, "departure": { "time": "1771591822" }, "stopId": "POMONE-E", "stopSequence": 43 }, { "arrival": { "time": "1771591868" }, "departure": { "time": "1771591868" }, "stopId": "REVERI-E", "stopSequence": 44 }, { "arrival": { "time": "1771591948" }, "departure": { "time": "1771591948" }, "stopId": "MEIGNA-E", "stopSequence": 45 }, { "arrival": { "time": "1771591988" }, "departure": { "time": "1771591988" }, "stopId": "VALOR-E", "stopSequence": 46 }, { "arrival": { "time": "1771592016" }, "departure": { "time": "1771592016" }, "stopId": "CLINIQ-E", "stopSequence": 47 }, { "arrival": { "time": "1771592055" }, "departure": { "time": "1771592055" }, "stopId": "GRANDM-E", "stopSequence": 48 }, { "arrival": { "time": "1771592098" }, "departure": { "time": "1771592098" }, "stopId": "MAISDA-E", "stopSequence": 49 }, { "arrival": { "time": "1771592138" }, "departure": { "time": "1771592138" }, "stopId": "CHMART-E", "stopSequence": 50 }, { "arrival": { "time": "1771592175" }, "departure": { "time": "1771592175" }, "stopId": "MLYAUT-E", "stopSequence": 51 }, { "arrival": { "time": "1771592240" }, "departure": { "time": "1771592240" }, "stopId": "BRASSE-E", "stopSequence": 52 }, { "arrival": { "time": "1771592288" }, "departure": { "time": "1771592288" }, "stopId": "BEURRI-E", "stopSequence": 53 }, { "arrival": { "time": "1771592337" }, "departure": { "time": "1771592337" }, "stopId": "DELAUN-E", "stopSequence": 54 }, { "arrival": { "time": "1771592388" }, "departure": { "time": "1771592388" }, "stopId": "MAUFIN-E", "stopSequence": 55 }, { "arrival": { "time": "1771592436" }, "departure": { "time": "1771592436" }, "stopId": "MAIRAV-E", "stopSequence": 56 }, { "arrival": { "time": "1771592471" }, "departure": { "time": "1771592471" }, "stopId": "TERNIE-E", "stopSequence": 57 }, { "arrival": { "time": "1771592503" }, "departure": { "time": "1771592503" }, "stopId": "BALAND-E", "stopSequence": 58 }, { "arrival": { "time": "1771592545" }, "departure": { "time": "1771592545" }, "stopId": "PIECE-E", "stopSequence": 59 }, { "arrival": { "time": "1771592600" }, "departure": { "time": "1771592600" }, "stopId": "LA-BOI-E", "stopSequence": 60 }, { "arrival": { "time": "1771592644" }, "departure": { "time": "1771592644" }, "stopId": "SCHWAL-E", "stopSequence": 61 }, { "arrival": { "time": "1771592676" }, "stopId": "ADEZIERE", "stopSequence": 62 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258277" } } }, { "id": "trip:6544205", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589233" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771589353" }, "departure": { "time": "1771589353" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771589444" }, "departure": { "time": "1771589444" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771589597" }, "departure": { "time": "1771589597" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771589673" }, "departure": { "time": "1771589673" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771589831" }, "departure": { "time": "1771589831" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771589910" }, "departure": { "time": "1771589910" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771589983" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544205" } } }, { "id": "trip:6544210", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592160" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771592280" }, "departure": { "time": "1771592280" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771592371" }, "departure": { "time": "1771592371" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771592524" }, "departure": { "time": "1771592524" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771592600" }, "departure": { "time": "1771592600" }, "stopId": "1BRIS", "stopSequence": 4 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544210" } } }, { "id": "trip:3562", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589072" }, "departure": { "time": "1771589078" }, "stopId": "LESECOTS", "stopSequence": 7 }, { "arrival": { "time": "1771589095" }, "departure": { "time": "1771589100" }, "stopId": "LANGEVIN", "stopSequence": 8 }, { "arrival": { "time": "1771589160" }, "departure": { "time": "1771589160" }, "stopId": "ABI", "stopSequence": 9 }, { "arrival": { "time": "1771589186" }, "departure": { "time": "1771589186" }, "stopId": "BELLANGE", "stopSequence": 10 }, { "arrival": { "time": "1771589213" }, "departure": { "time": "1771589213" }, "stopId": "PERRAUDI", "stopSequence": 11 }, { "arrival": { "time": "1771589233" }, "departure": { "time": "1771589233" }, "stopId": "PAUGER", "stopSequence": 12 }, { "arrival": { "time": "1771589265" }, "departure": { "time": "1771589265" }, "stopId": "RENARD", "stopSequence": 13 }, { "arrival": { "time": "1771589460" }, "departure": { "time": "1771589460" }, "stopId": "PAQUERET", "stopSequence": 14 }, { "arrival": { "time": "1771589507" }, "departure": { "time": "1771589507" }, "stopId": "5ROUTES", "stopSequence": 15 }, { "arrival": { "time": "1771589595" }, "departure": { "time": "1771589595" }, "stopId": "ATOLL", "stopSequence": 16 }, { "arrival": { "time": "1771589789" }, "departure": { "time": "1771589789" }, "stopId": "DESERRE", "stopSequence": 17 }, { "arrival": { "time": "1771589849" }, "departure": { "time": "1771589849" }, "stopId": "MORSUB", "stopSequence": 18 }, { "arrival": { "time": "1771589940" }, "departure": { "time": "1771589940" }, "stopId": "LABABEAU", "stopSequence": 19 }, { "arrival": { "time": "1771590326" }, "departure": { "time": "1771590326" }, "stopId": "FARCYSJA", "stopSequence": 20 }, { "arrival": { "time": "1771590480" }, "departure": { "time": "1771590480" }, "stopId": "QUAIsubN", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "35", "tripId": "3562" } } }, { "id": "trip:6260103", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591800" }, "scheduleRelationship": "SKIPPED", "stopId": "HOPITAL", "stopSequence": 1 }, { "arrival": { "time": "1771591805" }, "departure": { "time": "1771591805" }, "stopId": "HRECULEE", "stopSequence": 2 }, { "arrival": { "time": "1771591856" }, "departure": { "time": "1771591856" }, "stopId": "FMEDECIN", "stopSequence": 3 }, { "arrival": { "time": "1771591941" }, "departure": { "time": "1771591941" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1771591990" }, "departure": { "time": "1771591990" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1771592048" }, "departure": { "time": "1771592048" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1771592120" }, "departure": { "time": "1771592120" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1771592175" }, "departure": { "time": "1771592175" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1771592264" }, "departure": { "time": "1771592264" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1771592325" }, "departure": { "time": "1771592325" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1771592402" }, "departure": { "time": "1771592402" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1771592447" }, "departure": { "time": "1771592447" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1771592503" }, "departure": { "time": "1771592503" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1771592583" }, "departure": { "time": "1771592583" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1771592660" }, "departure": { "time": "1771592660" }, "stopId": "LEQUAI", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260103" } } }, { "id": "trip:6257611", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589089" }, "departure": { "time": "1771589089" }, "stopId": "PROVINS", "stopSequence": 0 }, { "arrival": { "time": "1771589173" }, "departure": { "time": "1771589173" }, "stopId": "RTEPARIS", "stopSequence": 1 }, { "arrival": { "time": "1771589280" }, "departure": { "time": "1771589280" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1771589338" }, "departure": { "time": "1771589338" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1771589387" }, "departure": { "time": "1771589387" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1771589460" }, "departure": { "time": "1771589460" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1771589530" }, "departure": { "time": "1771589530" }, "stopId": "AUVERGNE", "stopSequence": 6 }, { "arrival": { "time": "1771589576" }, "departure": { "time": "1771589576" }, "stopId": "NOZAY", "stopSequence": 7 }, { "arrival": { "time": "1771589611" }, "departure": { "time": "1771589611" }, "stopId": "RBRIOLLA", "stopSequence": 8 }, { "arrival": { "time": "1771589819" }, "departure": { "time": "1771589819" }, "stopId": "MIMOSAS", "stopSequence": 12 }, { "arrival": { "time": "1771589885" }, "departure": { "time": "1771589885" }, "stopId": "BRISEPOT", "stopSequence": 13 }, { "arrival": { "time": "1771589936" }, "departure": { "time": "1771589936" }, "stopId": "DESJARDI", "stopSequence": 14 }, { "arrival": { "time": "1771589978" }, "departure": { "time": "1771589978" }, "stopId": "MACE", "stopSequence": 15 }, { "arrival": { "time": "1771590007" }, "departure": { "time": "1771590007" }, "stopId": "LUTIN", "stopSequence": 16 }, { "arrival": { "time": "1771590094" }, "departure": { "time": "1771590094" }, "stopId": "MUSSET", "stopSequence": 17 }, { "arrival": { "time": "1771590134" }, "departure": { "time": "1771590134" }, "stopId": "SAVARY", "stopSequence": 18 }, { "arrival": { "time": "1771589639" }, "departure": { "time": "1771589639" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLANT", "stopSequence": 19 }, { "arrival": { "time": "1771589746" }, "departure": { "time": "1771589746" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOUER", "stopSequence": 20 }, { "arrival": { "time": "1771589880" }, "departure": { "time": "1771589880" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACENEY", "stopSequence": 21 }, { "arrival": { "time": "1771590051" }, "departure": { "time": "1771590051" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU", "stopSequence": 22 }, { "arrival": { "time": "1771590235" }, "departure": { "time": "1771590235" }, "stopId": "MENDESFR", "stopSequence": 23 }, { "arrival": { "time": "1771590376" }, "departure": { "time": "1771590420" }, "stopId": "FO-LOR-R", "stopSequence": 24 }, { "arrival": { "time": "1771590507" }, "departure": { "time": "1771590507" }, "stopId": "STAUBI-E", "stopSequence": 25 }, { "arrival": { "time": "1771590549" }, "departure": { "time": "1771590549" }, "stopId": "HARAS-E", "stopSequence": 26 }, { "arrival": { "time": "1771590660" }, "departure": { "time": "1771590660" }, "stopId": "LESGAR-E", "stopSequence": 27 }, { "arrival": { "time": "1771590763" }, "departure": { "time": "1771590763" }, "stopId": "SEMARD-E", "stopSequence": 28 }, { "arrival": { "time": "1771590807" }, "departure": { "time": "1771590807" }, "stopId": "PONTNO-E", "stopSequence": 29 }, { "arrival": { "time": "1771590894" }, "departure": { "time": "1771590894" }, "stopId": "POIREL-E", "stopSequence": 30 }, { "arrival": { "time": "1771590942" }, "departure": { "time": "1771590942" }, "stopId": "VAUBAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771591003" }, "departure": { "time": "1771591003" }, "stopId": "FREMUR-E", "stopSequence": 32 }, { "arrival": { "time": "1771591080" }, "departure": { "time": "1771591080" }, "stopId": "STRASB-E", "stopSequence": 33 }, { "arrival": { "time": "1771591191" }, "departure": { "time": "1771591191" }, "stopId": "LETAND-E", "stopSequence": 34 }, { "arrival": { "time": "1771591230" }, "departure": { "time": "1771591230" }, "stopId": "BEAUVA-E", "stopSequence": 35 }, { "arrival": { "time": "1771591291" }, "departure": { "time": "1771591291" }, "stopId": "LORETT-E", "stopSequence": 36 }, { "arrival": { "time": "1771591326" }, "departure": { "time": "1771591326" }, "stopId": "MORELI-E", "stopSequence": 37 }, { "arrival": { "time": "1771591380" }, "departure": { "time": "1771591380" }, "stopId": "DELATR-E", "stopSequence": 38 }, { "arrival": { "time": "1771591445" }, "departure": { "time": "1771591445" }, "stopId": "HAUTPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771591547" }, "departure": { "time": "1771591547" }, "stopId": "INTMIL-E", "stopSequence": 40 }, { "arrival": { "time": "1771591618" }, "departure": { "time": "1771591618" }, "stopId": "SAUMUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771591685" }, "departure": { "time": "1771591685" }, "stopId": "DELACR-E", "stopSequence": 42 }, { "arrival": { "time": "1771591740" }, "departure": { "time": "1771591740" }, "stopId": "JUSTIC-E", "stopSequence": 43 }, { "arrival": { "time": "1771591828" }, "departure": { "time": "1771591828" }, "stopId": "ECLATE-E", "stopSequence": 44 }, { "arrival": { "time": "1771591927" }, "departure": { "time": "1771591927" }, "stopId": "VDLOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771591788" }, "departure": { "time": "1771591788" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 46 }, { "arrival": { "time": "1771591830" }, "departure": { "time": "1771591830" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 47 }, { "arrival": { "time": "1771591895" }, "departure": { "time": "1771591895" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 48 }, { "arrival": { "time": "1771591920" }, "departure": { "time": "1771591920" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 49 }, { "arrival": { "time": "1771591971" }, "departure": { "time": "1771591971" }, "stopId": "LEOLAG-E", "stopSequence": 50 }, { "arrival": { "time": "1771592017" }, "departure": { "time": "1771592017" }, "stopId": "DAGUER-E", "stopSequence": 51 }, { "arrival": { "time": "1771592069" }, "departure": { "time": "1771592069" }, "stopId": "ALLUME-E", "stopSequence": 52 }, { "arrival": { "time": "1771592114" }, "departure": { "time": "1771592114" }, "stopId": "RIOTTE-E", "stopSequence": 53 }, { "arrival": { "time": "1771592166" }, "departure": { "time": "1771592166" }, "stopId": "BOURSE-E", "stopSequence": 54 }, { "arrival": { "time": "1771592202" }, "departure": { "time": "1771592202" }, "stopId": "MORLON-E", "stopSequence": 55 }, { "arrival": { "time": "1771592241" }, "departure": { "time": "1771592241" }, "stopId": "PYRAM2-E", "stopSequence": 56 }, { "arrival": { "time": "1771592286" }, "departure": { "time": "1771592286" }, "stopId": "BUISSO-E", "stopSequence": 57 }, { "arrival": { "time": "1771592312" }, "departure": { "time": "1771592312" }, "stopId": "DAUTEL-E", "stopSequence": 58 }, { "arrival": { "time": "1771592383" }, "departure": { "time": "1771592383" }, "stopId": "GENTR-E", "stopSequence": 59 }, { "arrival": { "time": "1771592503" }, "stopId": "SLEZIND", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257611" } } }, { "id": "trip:6258541", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590720" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1771590774" }, "departure": { "time": "1771590774" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1771590806" }, "departure": { "time": "1771590806" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1771590834" }, "departure": { "time": "1771590834" }, "stopId": "RENOIR", "stopSequence": 3 }, { "arrival": { "time": "1771590862" }, "departure": { "time": "1771590862" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1771590895" }, "departure": { "time": "1771590895" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1771591134" }, "departure": { "time": "1771591134" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1771591136" }, "departure": { "time": "1771591136" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1771591207" }, "departure": { "time": "1771591207" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1771590900" }, "departure": { "time": "1771590900" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL", "stopSequence": 9 }, { "arrival": { "time": "1771590924" }, "departure": { "time": "1771590924" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTILL", "stopSequence": 10 }, { "arrival": { "time": "1771591082" }, "departure": { "time": "1771591082" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1771591117" }, "departure": { "time": "1771591117" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1771591138" }, "departure": { "time": "1771591138" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1771591170" }, "departure": { "time": "1771591170" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 }, { "arrival": { "time": "1771591200" }, "departure": { "time": "1771591200" }, "scheduleRelationship": "SKIPPED", "stopId": "ZOLA", "stopSequence": 17 }, { "arrival": { "time": "1771591257" }, "departure": { "time": "1771591257" }, "scheduleRelationship": "SKIPPED", "stopId": "BELAIR", "stopSequence": 18 }, { "arrival": { "time": "1771591058" }, "departure": { "time": "1771591058" }, "stopId": "ESPMONTR", "stopSequence": 19 }, { "arrival": { "time": "1771591127" }, "departure": { "time": "1771591127" }, "stopId": "PLATFLEU", "stopSequence": 20 }, { "arrival": { "time": "1771591190" }, "departure": { "time": "1771591190" }, "stopId": "JEHUEZ", "stopSequence": 21 }, { "arrival": { "time": "1771591241" }, "departure": { "time": "1771591241" }, "stopId": "MASTELLE", "stopSequence": 22 }, { "arrival": { "time": "1771591280" }, "departure": { "time": "1771591280" }, "stopId": "AVENEURO", "stopSequence": 23 }, { "arrival": { "time": "1771591298" }, "departure": { "time": "1771591298" }, "stopId": "DANEMA", "stopSequence": 24 }, { "arrival": { "time": "1771591354" }, "departure": { "time": "1771591354" }, "stopId": "ALLEMAGN", "stopSequence": 25 }, { "arrival": { "time": "1771591386" }, "departure": { "time": "1771591386" }, "stopId": "ITALIE", "stopSequence": 26 }, { "arrival": { "time": "1771591422" }, "departure": { "time": "1771591422" }, "stopId": "IRLANDE", "stopSequence": 27 }, { "arrival": { "time": "1771591471" }, "departure": { "time": "1771591471" }, "stopId": "AUTRICH", "stopSequence": 28 }, { "arrival": { "time": "1771591490" }, "departure": { "time": "1771591490" }, "stopId": "PLOTTIER", "stopSequence": 29 }, { "arrival": { "time": "1771591541" }, "departure": { "time": "1771591541" }, "stopId": "CCADEA", "stopSequence": 30 }, { "arrival": { "time": "1771591567" }, "departure": { "time": "1771591567" }, "stopId": "AUCHAN", "stopSequence": 31 }, { "arrival": { "time": "1771591721" }, "departure": { "time": "1771591721" }, "stopId": "AARDBUS", "stopSequence": 32 }, { "arrival": { "time": "1771591765" }, "departure": { "time": "1771591765" }, "stopId": "POIVRE", "stopSequence": 33 }, { "arrival": { "time": "1771591805" }, "departure": { "time": "1771591805" }, "stopId": "BONPLAND", "stopSequence": 34 }, { "arrival": { "time": "1771591851" }, "departure": { "time": "1771591851" }, "stopId": "LEPRE", "stopSequence": 35 }, { "arrival": { "time": "1771591901" }, "departure": { "time": "1771591901" }, "stopId": "SALET-AR", "stopSequence": 36 }, { "arrival": { "time": "1771591933" }, "departure": { "time": "1771591933" }, "stopId": "RIPOLLE", "stopSequence": 37 }, { "arrival": { "time": "1771591984" }, "departure": { "time": "1771591984" }, "stopId": "PEGARDE", "stopSequence": 38 }, { "arrival": { "time": "1771592031" }, "departure": { "time": "1771592031" }, "stopId": "CIAVRILL", "stopSequence": 39 }, { "arrival": { "time": "1771592081" }, "departure": { "time": "1771592081" }, "stopId": "MAIRAVR", "stopSequence": 40 }, { "arrival": { "time": "1771592124" }, "departure": { "time": "1771592124" }, "stopId": "MAUFINE", "stopSequence": 41 }, { "arrival": { "time": "1771592186" }, "departure": { "time": "1771592186" }, "stopId": "DELAUNE", "stopSequence": 42 }, { "arrival": { "time": "1771592225" }, "departure": { "time": "1771592225" }, "stopId": "BEURRIER", "stopSequence": 43 }, { "arrival": { "time": "1771592292" }, "departure": { "time": "1771592292" }, "stopId": "BRASSENS", "stopSequence": 44 }, { "arrival": { "time": "1771592341" }, "departure": { "time": "1771592341" }, "stopId": "RONDE", "stopSequence": 45 }, { "arrival": { "time": "1771592384" }, "departure": { "time": "1771592384" }, "stopId": "PLAMAY", "stopSequence": 46 }, { "arrival": { "time": "1771592440" }, "departure": { "time": "1771592440" }, "stopId": "KENNEDY", "stopSequence": 47 }, { "arrival": { "time": "1771592491" }, "departure": { "time": "1771592491" }, "stopId": "ECHMAN", "stopSequence": 48 }, { "arrival": { "time": "1771592569" }, "departure": { "time": "1771592569" }, "stopId": "LIZE07", "stopSequence": 49 }, { "arrival": { "time": "1771592607" }, "departure": { "time": "1771592607" }, "stopId": "GASNIER", "stopSequence": 50 }, { "arrival": { "time": "1771592664" }, "departure": { "time": "1771592664" }, "stopId": "GOURONNI", "stopSequence": 51 }, { "arrival": { "time": "1771592736" }, "departure": { "time": "1771592736" }, "stopId": "CLOUET", "stopSequence": 52 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258541" } } }, { "id": "trip:6258660", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589099" }, "departure": { "time": "1771589131" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771589155" }, "departure": { "time": "1771589155" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771589198" }, "departure": { "time": "1771589198" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771589282" }, "departure": { "time": "1771589282" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771589368" }, "departure": { "time": "1771589368" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771589408" }, "departure": { "time": "1771589408" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771589445" }, "departure": { "time": "1771589445" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771589526" }, "departure": { "time": "1771589526" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771589598" }, "departure": { "time": "1771589598" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771589675" }, "departure": { "time": "1771589675" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771589718" }, "departure": { "time": "1771589718" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771589780" }, "departure": { "time": "1771589780" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771589813" }, "departure": { "time": "1771589813" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771589881" }, "departure": { "time": "1771589881" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771589948" }, "departure": { "time": "1771589948" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771590026" }, "departure": { "time": "1771590026" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771590089" }, "departure": { "time": "1771590089" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771590151" }, "departure": { "time": "1771590151" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771590194" }, "departure": { "time": "1771590194" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771590230" }, "departure": { "time": "1771590230" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771590308" }, "departure": { "time": "1771590308" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771590388" }, "departure": { "time": "1771590388" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771590458" }, "departure": { "time": "1771590458" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771590503" }, "departure": { "time": "1771590503" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771590548" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258660" } } }, { "id": "trip:6258470", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771589760" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1771589842" }, "departure": { "time": "1771589842" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1771589865" }, "departure": { "time": "1771589865" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1771589905" }, "departure": { "time": "1771589905" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1771589962" }, "departure": { "time": "1771589962" }, "stopId": "CLOSNEUF", "stopSequence": 4 }, { "arrival": { "time": "1771590019" }, "departure": { "time": "1771590019" }, "stopId": "HOSGEMME", "stopSequence": 5 }, { "arrival": { "time": "1771590064" }, "departure": { "time": "1771590064" }, "stopId": "MASGEMME", "stopSequence": 6 }, { "arrival": { "time": "1771590122" }, "departure": { "time": "1771590122" }, "stopId": "LOUPINO", "stopSequence": 7 }, { "arrival": { "time": "1771590189" }, "departure": { "time": "1771590189" }, "stopId": "LESROSES", "stopSequence": 8 }, { "arrival": { "time": "1771590240" }, "departure": { "time": "1771590240" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1771590262" }, "departure": { "time": "1771590262" }, "stopId": "BELOEIL", "stopSequence": 10 }, { "arrival": { "time": "1771590322" }, "departure": { "time": "1771590322" }, "stopId": "JOLIVETT", "stopSequence": 11 }, { "arrival": { "time": "1771590343" }, "departure": { "time": "1771590343" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1771590412" }, "departure": { "time": "1771590412" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1771590449" }, "departure": { "time": "1771590449" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1771590499" }, "departure": { "time": "1771590499" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1771590529" }, "departure": { "time": "1771590529" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1771590566" }, "departure": { "time": "1771590566" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1771590600" }, "departure": { "time": "1771590600" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1771590708" }, "departure": { "time": "1771590708" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1771590774" }, "departure": { "time": "1771590774" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1771590829" }, "departure": { "time": "1771590829" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1771590868" }, "departure": { "time": "1771590868" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1771590936" }, "departure": { "time": "1771590936" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1771590980" }, "departure": { "time": "1771590980" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1771591020" }, "departure": { "time": "1771591020" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1771591266" }, "departure": { "time": "1771591266" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771591336" }, "departure": { "time": "1771591336" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771591440" }, "departure": { "time": "1771591500" }, "stopId": "LOHUIT", "stopSequence": 28 }, { "arrival": { "time": "1771591652" }, "departure": { "time": "1771591652" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1771591732" }, "departure": { "time": "1771591732" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1771591802" }, "departure": { "time": "1771591802" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771591852" }, "departure": { "time": "1771591852" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1771591980" }, "departure": { "time": "1771591980" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1771592049" }, "departure": { "time": "1771592049" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1771592074" }, "departure": { "time": "1771592074" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1771592171" }, "departure": { "time": "1771592171" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1771592220" }, "departure": { "time": "1771592220" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771592343" }, "departure": { "time": "1771592343" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1771592430" }, "departure": { "time": "1771592430" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1771592480" }, "departure": { "time": "1771592480" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1771592551" }, "departure": { "time": "1771592551" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1771592604" }, "departure": { "time": "1771592604" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1771592650" }, "departure": { "time": "1771592650" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1771592716" }, "departure": { "time": "1771592716" }, "stopId": "LAVOIR-E", "stopSequence": 45 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258470" } } }, { "id": "trip:6260097", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590360" }, "scheduleRelationship": "SKIPPED", "stopId": "HOPITAL", "stopSequence": 1 }, { "arrival": { "time": "1771590365" }, "departure": { "time": "1771590365" }, "stopId": "HRECULEE", "stopSequence": 2 }, { "arrival": { "time": "1771590416" }, "departure": { "time": "1771590416" }, "stopId": "FMEDECIN", "stopSequence": 3 }, { "arrival": { "time": "1771590501" }, "departure": { "time": "1771590501" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1771590550" }, "departure": { "time": "1771590550" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1771590608" }, "departure": { "time": "1771590608" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1771590680" }, "departure": { "time": "1771590680" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1771590735" }, "departure": { "time": "1771590735" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1771590824" }, "departure": { "time": "1771590824" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1771590885" }, "departure": { "time": "1771590885" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1771590962" }, "departure": { "time": "1771590962" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1771591007" }, "departure": { "time": "1771591007" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1771591063" }, "departure": { "time": "1771591063" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1771591143" }, "departure": { "time": "1771591143" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1771591220" }, "departure": { "time": "1771591220" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1771591415" }, "departure": { "time": "1771591415" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1771591511" }, "departure": { "time": "1771591511" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1771591582" }, "departure": { "time": "1771591582" }, "stopId": "CHBBEI-E", "stopSequence": 18 }, { "arrival": { "time": "1771591637" }, "departure": { "time": "1771591637" }, "stopId": "BOISRA-E", "stopSequence": 19 }, { "arrival": { "time": "1771591703" }, "departure": { "time": "1771591703" }, "stopId": "NDAMLA-E", "stopSequence": 20 }, { "arrival": { "time": "1771591766" }, "departure": { "time": "1771591766" }, "stopId": "POLYTE-E", "stopSequence": 21 }, { "arrival": { "time": "1771591822" }, "departure": { "time": "1771591822" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1771591882" }, "departure": { "time": "1771591882" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1771591967" }, "departure": { "time": "1771591967" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1771592152" }, "departure": { "time": "1771592152" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1771592207" }, "departure": { "time": "1771592207" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1771592245" }, "departure": { "time": "1771592245" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1771592272" }, "departure": { "time": "1771592272" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1771592318" }, "departure": { "time": "1771592318" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1771592358" }, "departure": { "time": "1771592358" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1771592451" }, "departure": { "time": "1771592451" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1771592478" }, "departure": { "time": "1771592478" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1771592551" }, "departure": { "time": "1771592551" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1771592609" }, "departure": { "time": "1771592609" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1771592649" }, "departure": { "time": "1771592649" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1771592728" }, "departure": { "time": "1771592728" }, "stopId": "HARENC", "stopSequence": 36 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260097" } } }, { "id": "trip:6544052", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771592040" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771592083" }, "departure": { "time": "1771592083" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771592288" }, "departure": { "time": "1771592288" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771592316" }, "departure": { "time": "1771592316" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771592456" }, "departure": { "time": "1771592456" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771592538" }, "departure": { "time": "1771592538" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771592635" }, "departure": { "time": "1771592635" }, "stopId": "LORRAIN1", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544052" } } }, { "id": "trip:6053995", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589055" }, "departure": { "time": "1771589055" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771589126" }, "departure": { "time": "1771589130" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771589177" }, "departure": { "time": "1771589177" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771589235" }, "departure": { "time": "1771589235" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771589283" }, "departure": { "time": "1771589283" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771589318" }, "departure": { "time": "1771589318" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771589348" }, "departure": { "time": "1771589348" }, "stopId": "VALMAI-E", "stopSequence": 16 }, { "arrival": { "time": "1771589417" }, "departure": { "time": "1771589417" }, "stopId": "PETVIVIE", "stopSequence": 17 }, { "arrival": { "time": "1771589491" }, "departure": { "time": "1771589491" }, "stopId": "PRUNIERS", "stopSequence": 18 }, { "arrival": { "time": "1771589524" }, "departure": { "time": "1771589524" }, "stopId": "CROISETT", "stopSequence": 19 }, { "arrival": { "time": "1771589626" }, "departure": { "time": "1771589626" }, "stopId": "CAMLACMA", "stopSequence": 20 }, { "arrival": { "time": "1771589670" }, "departure": { "time": "1771589670" }, "stopId": "LACDMAIN", "stopSequence": 21 }, { "arrival": { "time": "1771589714" }, "departure": { "time": "1771589714" }, "stopId": "MAISENVI", "stopSequence": 22 }, { "arrival": { "time": "1771589771" }, "departure": { "time": "1771589771" }, "stopId": "GDMAINE", "stopSequence": 23 }, { "arrival": { "time": "1771590272" }, "departure": { "time": "1771590272" }, "stopId": "EBLE", "stopSequence": 24 }, { "arrival": { "time": "1771590334" }, "departure": { "time": "1771590334" }, "stopId": "GENIE", "stopSequence": 25 }, { "arrival": { "time": "1771590411" }, "departure": { "time": "1771590411" }, "stopId": "VAUBAN", "stopSequence": 26 }, { "arrival": { "time": "1771590445" }, "departure": { "time": "1771590445" }, "stopId": "POIREL", "stopSequence": 27 }, { "arrival": { "time": "1771590506" }, "departure": { "time": "1771590506" }, "stopId": "PONTNOIR", "stopSequence": 28 }, { "arrival": { "time": "1771590545" }, "departure": { "time": "1771590545" }, "stopId": "SEMARD", "stopSequence": 29 }, { "arrival": { "time": "1771590220" }, "departure": { "time": "1771590220" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 30 }, { "arrival": { "time": "1771590244" }, "departure": { "time": "1771590244" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 31 }, { "arrival": { "time": "1771590270" }, "departure": { "time": "1771590270" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 32 }, { "arrival": { "time": "1771590605" }, "stopId": "GAREPAPI", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "22", "tripId": "6053995" } } }, { "id": "trip:6543575", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591740" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771591822" }, "departure": { "time": "1771591822" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771591908" }, "departure": { "time": "1771591908" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771592080" }, "departure": { "time": "1771592080" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771592157" }, "departure": { "time": "1771592157" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771592309" }, "departure": { "time": "1771592309" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771592400" }, "departure": { "time": "1771592400" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771592550" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543575" } } }, { "id": "trip:6258295", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589032" }, "departure": { "time": "1771589078" }, "stopId": "DELAUN-E", "stopSequence": 54 }, { "arrival": { "time": "1771589122" }, "departure": { "time": "1771589138" }, "stopId": "MAUFIN-E", "stopSequence": 55 }, { "arrival": { "time": "1771589149" }, "departure": { "time": "1771589149" }, "stopId": "MAIRAV-E", "stopSequence": 56 }, { "arrival": { "time": "1771589184" }, "departure": { "time": "1771589184" }, "stopId": "TERNIE-E", "stopSequence": 57 }, { "arrival": { "time": "1771589216" }, "departure": { "time": "1771589216" }, "stopId": "BALAND-E", "stopSequence": 58 }, { "arrival": { "time": "1771589258" }, "departure": { "time": "1771589258" }, "stopId": "PIECE-E", "stopSequence": 59 }, { "arrival": { "time": "1771589313" }, "departure": { "time": "1771589313" }, "stopId": "LA-BOI-E", "stopSequence": 60 }, { "arrival": { "time": "1771589357" }, "departure": { "time": "1771589357" }, "stopId": "SCHWAL-E", "stopSequence": 61 }, { "arrival": { "time": "1771589389" }, "stopId": "ADEZIERE", "stopSequence": 62 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258295" } } }, { "id": "trip:6541267", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589048" }, "departure": { "time": "1771589081" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771589180" }, "departure": { "time": "1771589180" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771589340" }, "departure": { "time": "1771589340" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771589430" }, "departure": { "time": "1771589430" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771589550" }, "departure": { "time": "1771589550" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771589630" }, "departure": { "time": "1771589630" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771589750" }, "departure": { "time": "1771589750" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771589840" }, "departure": { "time": "1771589840" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771589960" }, "departure": { "time": "1771589960" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771590070" }, "departure": { "time": "1771590070" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771590170" }, "departure": { "time": "1771590170" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771590240" }, "departure": { "time": "1771590240" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771590310" }, "departure": { "time": "1771590310" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771590420" }, "departure": { "time": "1771590420" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771590510" }, "departure": { "time": "1771590510" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771590610" }, "departure": { "time": "1771590610" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771590710" }, "departure": { "time": "1771590710" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771590820" }, "departure": { "time": "1771590820" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771590930" }, "departure": { "time": "1771590930" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771591050" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541267" } } }, { "id": "trip:6257441", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590600" }, "stopId": "EXPO-ZI", "stopSequence": 0 }, { "arrival": { "time": "1771590657" }, "departure": { "time": "1771590657" }, "stopId": "POULARDE", "stopSequence": 1 }, { "arrival": { "time": "1771590720" }, "departure": { "time": "1771590840" }, "stopId": "POLE49", "stopSequence": 2 }, { "arrival": { "time": "1771590903" }, "departure": { "time": "1771590903" }, "stopId": "HELBOU", "stopSequence": 3 }, { "arrival": { "time": "1771590938" }, "departure": { "time": "1771590938" }, "stopId": "COLOMB", "stopSequence": 4 }, { "arrival": { "time": "1771590975" }, "departure": { "time": "1771590975" }, "stopId": "CHANTRI", "stopSequence": 5 }, { "arrival": { "time": "1771591020" }, "departure": { "time": "1771591020" }, "stopId": "BOISRINI", "stopSequence": 6 }, { "arrival": { "time": "1771591130" }, "departure": { "time": "1771591130" }, "stopId": "COINTREA", "stopSequence": 7 }, { "arrival": { "time": "1771591185" }, "departure": { "time": "1771591185" }, "stopId": "MAISONSR", "stopSequence": 8 }, { "arrival": { "time": "1771591245" }, "departure": { "time": "1771591245" }, "stopId": "GATS", "stopSequence": 9 }, { "arrival": { "time": "1771591312" }, "departure": { "time": "1771591312" }, "stopId": "CAMELI-E", "stopSequence": 10 }, { "arrival": { "time": "1771591379" }, "departure": { "time": "1771591379" }, "stopId": "MONTREJO", "stopSequence": 11 }, { "arrival": { "time": "1771591440" }, "departure": { "time": "1771591440" }, "stopId": "COUPERIN", "stopSequence": 12 }, { "arrival": { "time": "1771591621" }, "departure": { "time": "1771591621" }, "stopId": "MONTAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771591680" }, "departure": { "time": "1771591680" }, "stopId": "LAREVELL", "stopSequence": 14 }, { "arrival": { "time": "1771591774" }, "departure": { "time": "1771591774" }, "stopId": "MAISARTS", "stopSequence": 15 }, { "arrival": { "time": "1771591844" }, "departure": { "time": "1771591844" }, "stopId": "CLEMOINE", "stopSequence": 16 }, { "arrival": { "time": "1771591933" }, "departure": { "time": "1771591933" }, "stopId": "MAIL-NAE", "stopSequence": 17 }, { "arrival": { "time": "1771591980" }, "stopId": "LORRAIN2", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "11", "tripId": "6257441" } } }, { "id": "trip:6257582", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771591800" }, "stopId": "TRELGARE", "stopSequence": 0 }, { "arrival": { "time": "1771591843" }, "departure": { "time": "1771591843" }, "stopId": "MALEMBAR", "stopSequence": 1 }, { "arrival": { "time": "1771591896" }, "departure": { "time": "1771591896" }, "stopId": "DEGAULLE", "stopSequence": 2 }, { "arrival": { "time": "1771591938" }, "departure": { "time": "1771591938" }, "stopId": "BAHONNEA", "stopSequence": 3 }, { "arrival": { "time": "1771592040" }, "departure": { "time": "1771592040" }, "stopId": "SLEZIND", "stopSequence": 4 }, { "arrival": { "time": "1771592102" }, "departure": { "time": "1771592102" }, "stopId": "GENTRIC", "stopSequence": 5 }, { "arrival": { "time": "1771592173" }, "departure": { "time": "1771592173" }, "stopId": "DAUTEL", "stopSequence": 6 }, { "arrival": { "time": "1771592193" }, "departure": { "time": "1771592193" }, "stopId": "BUISSON", "stopSequence": 7 }, { "arrival": { "time": "1771592234" }, "departure": { "time": "1771592234" }, "stopId": "PYRAM02", "stopSequence": 8 }, { "arrival": { "time": "1771592280" }, "departure": { "time": "1771592280" }, "stopId": "MORLONG", "stopSequence": 9 }, { "arrival": { "time": "1771592307" }, "departure": { "time": "1771592307" }, "stopId": "BOURSE", "stopSequence": 10 }, { "arrival": { "time": "1771592344" }, "departure": { "time": "1771592344" }, "stopId": "RIOTTEAU", "stopSequence": 11 }, { "arrival": { "time": "1771592375" }, "departure": { "time": "1771592375" }, "stopId": "ALLUMETT", "stopSequence": 12 }, { "arrival": { "time": "1771592416" }, "departure": { "time": "1771592416" }, "stopId": "DAGUERRE", "stopSequence": 13 }, { "arrival": { "time": "1771592455" }, "departure": { "time": "1771592455" }, "stopId": "LEOLAGRA", "stopSequence": 14 }, { "arrival": { "time": "1771592502" }, "departure": { "time": "1771592502" }, "stopId": "VDLOIRE", "stopSequence": 15 }, { "arrival": { "time": "1771592595" }, "departure": { "time": "1771592595" }, "stopId": "ECLATERI", "stopSequence": 16 }, { "arrival": { "time": "1771592520" }, "departure": { "time": "1771592520" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 17 }, { "arrival": { "time": "1771592571" }, "departure": { "time": "1771592571" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 18 }, { "arrival": { "time": "1771592643" }, "departure": { "time": "1771592643" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 19 }, { "arrival": { "time": "1771592709" }, "departure": { "time": "1771592709" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS", "stopSequence": 20 }, { "arrival": { "time": "1771592699" }, "departure": { "time": "1771592699" }, "stopId": "JUSTICES", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257582" } } }, { "id": "trip:6257905", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589068" }, "departure": { "time": "1771589115" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771589228" }, "departure": { "time": "1771589228" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771589281" }, "departure": { "time": "1771589281" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771589355" }, "departure": { "time": "1771589355" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771589378" }, "departure": { "time": "1771589378" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771589457" }, "departure": { "time": "1771589457" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771589524" }, "departure": { "time": "1771589524" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771589567" }, "departure": { "time": "1771589567" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771589613" }, "departure": { "time": "1771589613" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771589702" }, "departure": { "time": "1771589702" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771589760" }, "departure": { "time": "1771589760" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771589814" }, "departure": { "time": "1771589814" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771589884" }, "departure": { "time": "1771589884" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771589946" }, "departure": { "time": "1771589946" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771590006" }, "departure": { "time": "1771590006" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771590062" }, "departure": { "time": "1771590062" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771590113" }, "departure": { "time": "1771590113" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771590153" }, "departure": { "time": "1771590153" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771590194" }, "departure": { "time": "1771590194" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771590262" }, "departure": { "time": "1771590262" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771590302" }, "departure": { "time": "1771590302" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1771590391" }, "departure": { "time": "1771590391" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771590418" }, "departure": { "time": "1771590418" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771590441" }, "departure": { "time": "1771590441" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771590477" }, "departure": { "time": "1771590477" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771590542" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257905" } } }, { "id": "trip:3258", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771589032" }, "departure": { "time": "1771589047" }, "stopId": "LOUDINAI", "stopSequence": 7 }, { "arrival": { "time": "1771589168" }, "departure": { "time": "1771589168" }, "stopId": "TOURAINE", "stopSequence": 8 }, { "arrival": { "time": "1771589309" }, "departure": { "time": "1771589309" }, "stopId": "BLITOURN", "stopSequence": 9 }, { "arrival": { "time": "1771589380" }, "departure": { "time": "1771589380" }, "stopId": "PELSTADE", "stopSequence": 10 }, { "arrival": { "time": "1771589440" }, "departure": { "time": "1771589440" }, "stopId": "PELEGLIS", "stopSequence": 11 }, { "arrival": { "time": "1771589920" }, "departure": { "time": "1771589920" }, "stopId": "PARCEXPO", "stopSequence": 12 }, { "arrival": { "time": "1771590048" }, "departure": { "time": "1771590048" }, "stopId": "PROVINS", "stopSequence": 13 }, { "arrival": { "time": "1771590136" }, "departure": { "time": "1771590136" }, "stopId": "RTEPARIS", "stopSequence": 14 }, { "arrival": { "time": "1771590240" }, "departure": { "time": "1771590240" }, "stopId": "SEPSONET", "stopSequence": 15 }, { "arrival": { "time": "1771590340" }, "departure": { "time": "1771590340" }, "stopId": "CHATENAY", "stopSequence": 16 }, { "arrival": { "time": "1771590450" }, "departure": { "time": "1771590450" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1771590579" }, "departure": { "time": "1771590579" }, "stopId": "LUTIN", "stopSequence": 18 }, { "arrival": { "time": "1771590820" }, "departure": { "time": "1771590820" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "32", "tripId": "3258" } } }, { "id": "trip:6544049", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771590600" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771590643" }, "departure": { "time": "1771590643" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771590848" }, "departure": { "time": "1771590848" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771590876" }, "departure": { "time": "1771590876" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771591016" }, "departure": { "time": "1771591016" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771591099" }, "departure": { "time": "1771591099" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771591196" }, "departure": { "time": "1771591196" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771591375" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544049" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1771589142" } }