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

19/01/2026
100%
20/01/2026
100%
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%
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 265 erreurs, 1 039 avertissements

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

Erreurs

Not in POSIX time E001 3 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 3156 stop_sequence 1 departure_time 0 is not POSIX time
  • trip_id 3651 stop_sequence 10 departure_time 0 is not POSIX time
  • trip_id 3353 stop_sequence 8 departure_time 0 is not POSIX time

stop_times_updates not strictly sorted E002 2 erreurs

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

Exemples d'erreurs
  • trip_id 6543452 stop_sequence [0, 0] is not strictly sorted by increasing stop_sequence
  • trip_id 6543497 stop_sequence [7, 7] is not strictly sorted by increasing stop_sequence

Sequential stop_time_update times are not increasing E022 314 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 6257561 stop_sequence 15 arrival_time 08:07:00 (1771398420) is less than previous stop arrival_time 08:08:37 (1771398517) - times must increase between two sequential stops
  • trip_id 6257561 stop_sequence 15 arrival_time 08:07:00 (1771398420) is less than previous stop departure_time 08:08:37 (1771398517) - times must increase between two sequential stops
  • trip_id 6257561 stop_sequence 15 departure_time 08:07:00 (1771398420) is less than previous stop departure_time 08:08:37 (1771398517) - times must increase between two sequential stops
  • trip_id 6257561 stop_sequence 15 departure_time 08:07:00 (1771398420) is less than previous stop arrival_time 08:08:37 (1771398517) - times must increase between two sequential stops
  • trip_id 6257561 stop_sequence 41 arrival_time 08:40:48 (1771400448) is less than previous stop arrival_time 08:45:01 (1771400701) - times must increase between two sequential stops

stop_time_update departure time is before arrival time E025 4 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 3156 stop_sequence 1 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:07:02 (1771398422) - departure time must be equal to or greater than arrival time
  • trip_id 3651 stop_sequence 10 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:07:18 (1771398438) - departure time must be equal to or greater than arrival time
  • trip_id 3353 stop_sequence 8 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:07:17 (1771398437) - departure time must be equal to or greater than arrival time
  • trip_id 6257557 stop_sequence 41 departure_time 08:43:00 (1771400580) is less than the same stop arrival_time 08:43:02 (1771400582) - departure time must be equal to or greater than arrival time

Sequential stop_time_updates have the same stop_sequence E036 2 erreurs

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

Exemples d'erreurs
  • trip_id 6543452 has repeating stop_sequence 0 - stop_sequence must increase for each stop_time_update
  • trip_id 6543497 has repeating stop_sequence 7 - stop_sequence must increase for each stop_time_update

Sequential stop_time_updates have the same stop_id E037 2 erreurs

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

Exemples d'erreurs
  • trip_id 6052644 has repeating stop_id LEQUAI at stop_sequence 32 - sequential stop_ids should be different
  • trip_id 6052646 has repeating stop_id LEQUAI at stop_sequence 32 - sequential stop_ids should be different

GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 1 927 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 6258250 stop_sequence 15 has stop_id SABLONS but GTFS stop_sequence 15 has stop_id TROPAROI - stop_ids should be the same
  • GTFS-rt trip_id 6258250 stop_sequence 16 has stop_id TROPAROI but GTFS stop_sequence 16 has stop_id ALLARD - stop_ids should be the same
  • GTFS-rt trip_id 6258250 stop_sequence 17 has stop_id ALLARD but GTFS stop_sequence 17 has stop_id DELATTAS - stop_ids should be the same
  • GTFS-rt trip_id 6258250 stop_sequence 18 has stop_id DELATTAS but GTFS stop_sequence 18 has stop_id ESA - stop_ids should be the same
  • GTFS-rt trip_id 6258250 stop_sequence 19 has stop_id ESA but GTFS stop_sequence 19 has stop_id RABELAI - stop_ids should be the same

GTFS-rt stop_sequence not found in GTFS data E051 11 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 3456 contains stop_sequence 23 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 6543452 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 6258572 contains stop_sequence 88 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 6257706 contains stop_sequence 41 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 3751B contains stop_sequence 16 that does not exist in GTFS stop_times.txt for this trip

Avertissements

timestamp not populated W001 262 erreurs

Timestamps should be populated for all elements

Exemples d'erreurs
  • trip_id 6258250 does not have a timestamp
  • trip_id 6258726 does not have a timestamp
  • trip_id 6257561 does not have a timestamp
  • trip_id 6257551 does not have a timestamp
  • trip_id 6052644 does not have a timestamp

vehicle_id not populated W002 262 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

Exemples d'erreurs
  • trip_id 6258250 does not have a vehicle_id
  • trip_id 6258726 does not have a vehicle_id
  • trip_id 6257561 does not have a vehicle_id
  • trip_id 6257551 does not have a vehicle_id
  • trip_id 6052644 does not have a vehicle_id

schedule_relationship not populated W009 515 erreurs

trip.schedule_relationship and stop_time_update.schedule_relationship should be populated

Exemples d'erreurs
  • trip_id 6258250 stop_sequence 15 (and potentially more for this trip) does not have a schedule_relationship
  • trip_id 6258250 does not have a schedule_relationship
  • trip_id 6258726 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
  • trip_id 6258726 does not have a schedule_relationship
  • trip_id 6257561 stop_sequence 12 (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 230 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 35 857 29 fois (100 % des validations)
W001 Timestamps should be populated for all elements 7 638 29 fois (100 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 7 638 29 fois (100 % des validations)
W009 trip.schedule_relationship and stop_time_update.schedule_relationship should be populated 15 223 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 461 26 fois (90 % des validations)
E001 All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) 288 24 fois (83 % 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. 312 24 fois (83 % des validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 47 14 fois (48 % des validations)
E036 Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence 52 14 fois (48 % des validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 29 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 18/02/2026 à 17h26 Europe/Paris.

trip_updates (273) 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 18/02/2026 à 17h26 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "trip:6257473", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431917" }, "departure": { "time": "1771432020" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1771432154" }, "departure": { "time": "1771432154" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1771432354" }, "departure": { "time": "1771432354" }, "stopId": "TALET-E", "stopSequence": 33 }, { "arrival": { "time": "1771432500" }, "departure": { "time": "1771432500" }, "stopId": "BDEMAI-E", "stopSequence": 34 }, { "arrival": { "time": "1771432534" }, "departure": { "time": "1771432534" }, "stopId": "FACULT-E", "stopSequence": 35 }, { "arrival": { "time": "1771432710" }, "departure": { "time": "1771432710" }, "stopId": "FFAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771432800" }, "departure": { "time": "1771432800" }, "stopId": "CARCIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771432933" }, "departure": { "time": "1771432933" }, "stopId": "CITESO-E", "stopSequence": 38 }, { "arrival": { "time": "1771433006" }, "departure": { "time": "1771433006" }, "stopId": "DOYENN-E", "stopSequence": 39 }, { "arrival": { "time": "1771433084" }, "departure": { "time": "1771433084" }, "stopId": "SAVOIE-E", "stopSequence": 40 }, { "arrival": { "time": "1771433160" }, "departure": { "time": "1771433160" }, "stopId": "INDUST-E", "stopSequence": 41 }, { "arrival": { "time": "1771433218" }, "departure": { "time": "1771433218" }, "stopId": "HOTELL-E", "stopSequence": 42 }, { "arrival": { "time": "1771433287" }, "departure": { "time": "1771433287" }, "stopId": "DEBUSS-E", "stopSequence": 43 }, { "arrival": { "time": "1771433340" }, "departure": { "time": "1771433340" }, "stopId": "BOISAB-E", "stopSequence": 44 }, { "arrival": { "time": "1771433370" }, "departure": { "time": "1771433370" }, "stopId": "DUBELL-E", "stopSequence": 45 }, { "arrival": { "time": "1771433415" }, "departure": { "time": "1771433415" }, "stopId": "COTTAG-E", "stopSequence": 46 }, { "arrival": { "time": "1771433460" }, "stopId": "EVENTARD", "stopSequence": 47 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257473" } } }, { "id": "trip:6544747", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434730" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771434812" }, "departure": { "time": "1771434812" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771434898" }, "departure": { "time": "1771434898" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771435070" }, "departure": { "time": "1771435070" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771435151" }, "departure": { "time": "1771435151" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771435312" }, "departure": { "time": "1771435312" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771435410" }, "departure": { "time": "1771435410" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771435560" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544747" } } }, { "id": "trip:6544235", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432980" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771433120" }, "departure": { "time": "1771433120" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771433214" }, "departure": { "time": "1771433214" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771433372" }, "departure": { "time": "1771433372" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771433450" }, "departure": { "time": "1771433450" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771433608" }, "departure": { "time": "1771433608" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771433687" }, "departure": { "time": "1771433687" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771433760" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544235" } } }, { "id": "trip:6053041", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435260" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771435362" }, "departure": { "time": "1771435362" }, "stopId": "CLEMOI-E", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053041" } } }, { "id": "trip:3956C", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431915" }, "departure": { "time": "1771431915" }, "stopId": "VAUBAN", "stopSequence": 20 }, { "arrival": { "time": "1771432090" }, "departure": { "time": "1771432090" }, "stopId": "GROSEMAR", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "39", "tripId": "3956C" } } }, { "id": "trip:6258078", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432453" }, "departure": { "time": "1771432453" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771432517" }, "departure": { "time": "1771432517" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771432610" }, "departure": { "time": "1771432610" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771432653" }, "departure": { "time": "1771432653" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771432698" }, "departure": { "time": "1771432698" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771432765" }, "departure": { "time": "1771432765" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771432814" }, "departure": { "time": "1771432814" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771432879" }, "departure": { "time": "1771432879" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771432954" }, "departure": { "time": "1771432954" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771433011" }, "departure": { "time": "1771433011" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771433058" }, "departure": { "time": "1771433058" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1771432903" }, "departure": { "time": "1771432903" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771433280" }, "departure": { "time": "1771433280" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771433342" }, "departure": { "time": "1771433342" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771433374" }, "departure": { "time": "1771433374" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771433422" }, "departure": { "time": "1771433422" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771433497" }, "departure": { "time": "1771433497" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771433529" }, "departure": { "time": "1771433529" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771433605" }, "departure": { "time": "1771433605" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771433675" }, "departure": { "time": "1771433675" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771433781" }, "departure": { "time": "1771433781" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771433894" }, "departure": { "time": "1771433894" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771433962" }, "departure": { "time": "1771433962" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771434017" }, "departure": { "time": "1771434017" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771434063" }, "departure": { "time": "1771434063" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771434109" }, "departure": { "time": "1771434109" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771434141" }, "departure": { "time": "1771434141" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771434202" }, "departure": { "time": "1771434202" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771434232" }, "departure": { "time": "1771434232" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771434314" }, "departure": { "time": "1771434314" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771434373" }, "departure": { "time": "1771434373" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771434432" }, "departure": { "time": "1771434432" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771434494" }, "departure": { "time": "1771434494" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771434534" }, "departure": { "time": "1771434534" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771434605" }, "departure": { "time": "1771434605" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771434676" }, "departure": { "time": "1771434676" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771434761" }, "departure": { "time": "1771434761" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771434823" }, "departure": { "time": "1771434823" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771434910" }, "departure": { "time": "1771434910" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771434986" }, "departure": { "time": "1771434986" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771435105" }, "departure": { "time": "1771435105" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771435187" }, "departure": { "time": "1771435187" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771435258" }, "departure": { "time": "1771435258" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771435328" }, "departure": { "time": "1771435328" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771435454" }, "departure": { "time": "1771435454" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771435514" }, "departure": { "time": "1771435514" }, "stopId": "STLEON5B", "stopSequence": 46 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258078" } } }, { "id": "trip:6257800", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431893" }, "departure": { "time": "1771431893" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771431940" }, "departure": { "time": "1771431940" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771431982" }, "departure": { "time": "1771431982" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771432040" }, "departure": { "time": "1771432040" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771432113" }, "departure": { "time": "1771432113" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771432161" }, "departure": { "time": "1771432161" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771432240" }, "departure": { "time": "1771432240" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771432289" }, "departure": { "time": "1771432289" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771432330" }, "departure": { "time": "1771432330" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771432358" }, "departure": { "time": "1771432358" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771432442" }, "departure": { "time": "1771432442" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771432480" }, "departure": { "time": "1771432480" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771432699" }, "departure": { "time": "1771432699" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771432886" }, "departure": { "time": "1771432886" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771432997" }, "departure": { "time": "1771432997" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771433050" }, "departure": { "time": "1771433050" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771433189" }, "departure": { "time": "1771433189" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771433353" }, "departure": { "time": "1771433353" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771433416" }, "departure": { "time": "1771433416" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771433449" }, "departure": { "time": "1771433449" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771433749" }, "departure": { "time": "1771433749" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771433809" }, "departure": { "time": "1771433809" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771433843" }, "departure": { "time": "1771433843" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771433880" }, "departure": { "time": "1771433880" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771433938" }, "departure": { "time": "1771433938" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771433974" }, "departure": { "time": "1771433974" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771434009" }, "departure": { "time": "1771434009" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771434053" }, "departure": { "time": "1771434053" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771434109" }, "departure": { "time": "1771434109" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771434148" }, "departure": { "time": "1771434148" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771434235" }, "departure": { "time": "1771434235" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771434279" }, "departure": { "time": "1771434279" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771434349" }, "departure": { "time": "1771434349" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771434469" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257800" } } }, { "id": "trip:6257728", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431955" }, "departure": { "time": "1771431965" }, "stopId": "MAISLA-E", "stopSequence": 18 }, { "arrival": { "time": "1771432023" }, "departure": { "time": "1771432023" }, "stopId": "PERUSS-E", "stopSequence": 19 }, { "arrival": { "time": "1771432091" }, "departure": { "time": "1771432091" }, "stopId": "GDMAINE", "stopSequence": 20 }, { "arrival": { "time": "1771432601" }, "departure": { "time": "1771432601" }, "stopId": "EBLE", "stopSequence": 21 }, { "arrival": { "time": "1771432663" }, "departure": { "time": "1771432663" }, "stopId": "GENIE", "stopSequence": 22 }, { "arrival": { "time": "1771432740" }, "departure": { "time": "1771432740" }, "stopId": "VAUBAN", "stopSequence": 23 }, { "arrival": { "time": "1771432774" }, "departure": { "time": "1771432774" }, "stopId": "POIREL", "stopSequence": 24 }, { "arrival": { "time": "1771432835" }, "departure": { "time": "1771432835" }, "stopId": "PONTNOIR", "stopSequence": 25 }, { "arrival": { "time": "1771432874" }, "departure": { "time": "1771432874" }, "stopId": "SEMARD", "stopSequence": 26 }, { "arrival": { "time": "1771432140" }, "departure": { "time": "1771432140" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 27 }, { "arrival": { "time": "1771432207" }, "departure": { "time": "1771432207" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 28 }, { "arrival": { "time": "1771432280" }, "departure": { "time": "1771432280" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 29 }, { "arrival": { "time": "1771432973" }, "departure": { "time": "1771432973" }, "stopId": "GARETERM", "stopSequence": 30 }, { "arrival": { "time": "1771433027" }, "departure": { "time": "1771433027" }, "stopId": "LESGARES", "stopSequence": 31 }, { "arrival": { "time": "1771433179" }, "departure": { "time": "1771433179" }, "stopId": "HARAS", "stopSequence": 32 }, { "arrival": { "time": "1771433265" }, "departure": { "time": "1771433265" }, "stopId": "STAUBIN", "stopSequence": 33 }, { "arrival": { "time": "1771433302" }, "departure": { "time": "1771433302" }, "stopId": "LOR-FO-A", "stopSequence": 34 }, { "arrival": { "time": "1771433496" }, "departure": { "time": "1771433496" }, "stopId": "MENDES-E", "stopSequence": 35 }, { "arrival": { "time": "1771433662" }, "departure": { "time": "1771433662" }, "stopId": "SAVARY-E", "stopSequence": 36 }, { "arrival": { "time": "1771433708" }, "departure": { "time": "1771433708" }, "stopId": "MUSSET-E", "stopSequence": 37 }, { "arrival": { "time": "1771433807" }, "departure": { "time": "1771433807" }, "stopId": "LUTIN-E", "stopSequence": 38 }, { "arrival": { "time": "1771433862" }, "departure": { "time": "1771433862" }, "stopId": "MACE-E", "stopSequence": 39 }, { "arrival": { "time": "1771433898" }, "departure": { "time": "1771433898" }, "stopId": "DESJAR-E", "stopSequence": 40 }, { "arrival": { "time": "1771433962" }, "departure": { "time": "1771433962" }, "stopId": "BRISEP-E", "stopSequence": 41 }, { "arrival": { "time": "1771434046" }, "departure": { "time": "1771434046" }, "stopId": "MIMOSA-E", "stopSequence": 42 }, { "arrival": { "time": "1771434088" }, "departure": { "time": "1771434088" }, "stopId": "CHATEN-E", "stopSequence": 43 }, { "arrival": { "time": "1771434181" }, "departure": { "time": "1771434181" }, "stopId": "SOLELE-E", "stopSequence": 44 }, { "arrival": { "time": "1771434215" }, "departure": { "time": "1771434215" }, "stopId": "SEPSON-E", "stopSequence": 45 }, { "arrival": { "time": "1771434262" }, "departure": { "time": "1771434262" }, "stopId": "BANCST-E", "stopSequence": 46 }, { "arrival": { "time": "1771434363" }, "departure": { "time": "1771434363" }, "stopId": "RTEPAR-E", "stopSequence": 47 }, { "arrival": { "time": "1771434439" }, "departure": { "time": "1771434439" }, "stopId": "PROVIN-E", "stopSequence": 48 }, { "arrival": { "time": "1771434568" }, "stopId": "PARCEX-E", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257728" } } }, { "id": "trip:6260119", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434540" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771434580" }, "departure": { "time": "1771434580" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771434611" }, "departure": { "time": "1771434611" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771434633" }, "departure": { "time": "1771434633" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771434673" }, "departure": { "time": "1771434673" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771434712" }, "departure": { "time": "1771434712" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771434749" }, "departure": { "time": "1771434749" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771435514" }, "departure": { "time": "1771435514" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771435568" }, "departure": { "time": "1771435568" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771434665" }, "departure": { "time": "1771434665" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771434749" }, "departure": { "time": "1771434749" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771434814" }, "departure": { "time": "1771434814" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771434871" }, "departure": { "time": "1771434871" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771434929" }, "departure": { "time": "1771434929" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771434964" }, "departure": { "time": "1771434964" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771435025" }, "departure": { "time": "1771435025" }, "stopId": "P-ANJO-E", "stopSequence": 16 }, { "arrival": { "time": "1771435100" }, "departure": { "time": "1771435100" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1771435168" }, "departure": { "time": "1771435168" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1771435216" }, "departure": { "time": "1771435216" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1771435285" }, "departure": { "time": "1771435285" }, "stopId": "PETVIVIE", "stopSequence": 20 }, { "arrival": { "time": "1771435359" }, "departure": { "time": "1771435359" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1771435392" }, "departure": { "time": "1771435392" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1771435495" }, "departure": { "time": "1771435495" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1771435540" }, "departure": { "time": "1771435540" }, "stopId": "LACDMAIN", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260119" } } }, { "id": "trip:6258554", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431950" }, "departure": { "time": "1771431980" }, "stopId": "LEQUAI", "stopSequence": 57 }, { "arrival": { "time": "1771432120" }, "departure": { "time": "1771432120" }, "stopId": "CHDARR", "stopSequence": 58 }, { "arrival": { "time": "1771431900" }, "departure": { "time": "1771431900" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 60 }, { "arrival": { "time": "1771431960" }, "departure": { "time": "1771431960" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURPOI", "stopSequence": 61 }, { "arrival": { "time": "1771432025" }, "departure": { "time": "1771432025" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBLIQ", "stopSequence": 62 }, { "arrival": { "time": "1771432080" }, "departure": { "time": "1771432080" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICRO-E", "stopSequence": 63 }, { "arrival": { "time": "1771432173" }, "departure": { "time": "1771432173" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOU-E", "stopSequence": 64 }, { "arrival": { "time": "1771432148" }, "departure": { "time": "1771432148" }, "stopId": "CCI", "stopSequence": 65 }, { "arrival": { "time": "1771432268" }, "departure": { "time": "1771432440" }, "stopId": "LICES-E", "stopSequence": 66 }, { "arrival": { "time": "1771432680" }, "departure": { "time": "1771432680" }, "stopId": "ANLERO-E", "stopSequence": 67 }, { "arrival": { "time": "1771432784" }, "departure": { "time": "1771432784" }, "stopId": "MICHEL-E", "stopSequence": 68 }, { "arrival": { "time": "1771432851" }, "departure": { "time": "1771432851" }, "stopId": "BOURGO-E", "stopSequence": 69 }, { "arrival": { "time": "1771432908" }, "departure": { "time": "1771432908" }, "stopId": "VOLNEY-E", "stopSequence": 70 }, { "arrival": { "time": "1771432980" }, "departure": { "time": "1771432980" }, "stopId": "MADELE-E", "stopSequence": 71 }, { "arrival": { "time": "1771433053" }, "departure": { "time": "1771433053" }, "stopId": "JEBOUI-E", "stopSequence": 72 }, { "arrival": { "time": "1771433125" }, "departure": { "time": "1771433125" }, "stopId": "PCOUBE-E", "stopSequence": 73 }, { "arrival": { "time": "1771433160" }, "departure": { "time": "1771433160" }, "stopId": "AROBA-E", "stopSequence": 74 }, { "arrival": { "time": "1771433276" }, "departure": { "time": "1771433276" }, "stopId": "LANGLA-E", "stopSequence": 75 }, { "arrival": { "time": "1771433414" }, "departure": { "time": "1771433414" }, "stopId": "MONTAI-E", "stopSequence": 76 }, { "arrival": { "time": "1771433529" }, "departure": { "time": "1771433529" }, "stopId": "JERUSA-E", "stopSequence": 77 }, { "arrival": { "time": "1771433580" }, "departure": { "time": "1771433580" }, "stopId": "DAGNET-E", "stopSequence": 78 }, { "arrival": { "time": "1771433618" }, "departure": { "time": "1771433618" }, "stopId": "GILLIE-E", "stopSequence": 79 }, { "arrival": { "time": "1771433694" }, "departure": { "time": "1771433694" }, "stopId": "ISORET-E", "stopSequence": 80 }, { "arrival": { "time": "1771433786" }, "departure": { "time": "1771433786" }, "stopId": "VANDE-E", "stopSequence": 81 }, { "arrival": { "time": "1771433846" }, "departure": { "time": "1771433846" }, "stopId": "ORMEAU-E", "stopSequence": 82 }, { "arrival": { "time": "1771433877" }, "departure": { "time": "1771433877" }, "stopId": "CRBLAN-E", "stopSequence": 83 }, { "arrival": { "time": "1771433942" }, "departure": { "time": "1771433942" }, "stopId": "CHATEL-E", "stopSequence": 84 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "stopId": "BANCHA-E", "stopSequence": 85 }, { "arrival": { "time": "1771434063" }, "departure": { "time": "1771434063" }, "stopId": "JARDF-E", "stopSequence": 86 }, { "arrival": { "time": "1771434103" }, "departure": { "time": "1771434103" }, "stopId": "SAILLE-E", "stopSequence": 87 }, { "arrival": { "time": "1771434180" }, "stopId": "SAUBIN", "stopSequence": 88 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258554" } } }, { "id": "trip:6260032", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432052" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771432168" }, "departure": { "time": "1771432168" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771432245" }, "departure": { "time": "1771432245" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771432294" }, "departure": { "time": "1771432294" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771432594" }, "departure": { "time": "1771432594" }, "stopId": "CNFPT", "stopSequence": 4 }, { "arrival": { "time": "1771432714" }, "departure": { "time": "1771432714" }, "stopId": "DARWIN-E", "stopSequence": 5 }, { "arrival": { "time": "1771432834" }, "departure": { "time": "1771432834" }, "stopId": "MOREL-E", "stopSequence": 6 }, { "arrival": { "time": "1771432867" }, "departure": { "time": "1771432867" }, "stopId": "INRA-E", "stopSequence": 7 }, { "arrival": { "time": "1771432910" }, "departure": { "time": "1771432910" }, "stopId": "GDPERI-E", "stopSequence": 8 }, { "arrival": { "time": "1771432946" }, "departure": { "time": "1771432946" }, "stopId": "LANDRE-E", "stopSequence": 9 }, { "arrival": { "time": "1771433025" }, "departure": { "time": "1771433025" }, "stopId": "BRGPAI-E", "stopSequence": 10 }, { "arrival": { "time": "1771433069" }, "departure": { "time": "1771433069" }, "stopId": "RODIN-E", "stopSequence": 11 }, { "arrival": { "time": "1771433100" }, "departure": { "time": "1771433100" }, "stopId": "GRANBE-E", "stopSequence": 12 }, { "arrival": { "time": "1771433140" }, "departure": { "time": "1771433140" }, "stopId": "PROME-E", "stopSequence": 13 }, { "arrival": { "time": "1771433185" }, "departure": { "time": "1771433185" }, "stopId": "CERFEU-E", "stopSequence": 14 }, { "arrival": { "time": "1771433230" }, "departure": { "time": "1771433230" }, "stopId": "MONOD-E", "stopSequence": 15 }, { "arrival": { "time": "1771433275" }, "departure": { "time": "1771433275" }, "stopId": "CITRON-E", "stopSequence": 16 }, { "arrival": { "time": "1771433316" }, "departure": { "time": "1771433316" }, "stopId": "ECHATS-E", "stopSequence": 17 }, { "arrival": { "time": "1771433425" }, "stopId": "LATOLL", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260032" } } }, { "id": "trip:6052662", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431913" }, "departure": { "time": "1771431913" }, "stopId": "ZOLA", "stopSequence": 6 }, { "arrival": { "time": "1771431958" }, "departure": { "time": "1771431958" }, "stopId": "BELAIR", "stopSequence": 7 }, { "arrival": { "time": "1771432028" }, "departure": { "time": "1771432028" }, "stopId": "ESPMONTR", "stopSequence": 8 }, { "arrival": { "time": "1771432110" }, "departure": { "time": "1771432110" }, "stopId": "PLATFLEU", "stopSequence": 9 }, { "arrival": { "time": "1771432158" }, "departure": { "time": "1771432158" }, "stopId": "JEHUEZ", "stopSequence": 10 }, { "arrival": { "time": "1771432222" }, "departure": { "time": "1771432222" }, "stopId": "MASTELLE", "stopSequence": 11 }, { "arrival": { "time": "1771432276" }, "departure": { "time": "1771432276" }, "stopId": "AVENEURO", "stopSequence": 12 }, { "arrival": { "time": "1771432301" }, "departure": { "time": "1771432301" }, "stopId": "DANEMA", "stopSequence": 13 }, { "arrival": { "time": "1771432365" }, "departure": { "time": "1771432365" }, "stopId": "ALLEMAGN", "stopSequence": 14 }, { "arrival": { "time": "1771432423" }, "departure": { "time": "1771432423" }, "stopId": "ITALIE", "stopSequence": 15 }, { "arrival": { "time": "1771432473" }, "departure": { "time": "1771432473" }, "stopId": "IRLANDE", "stopSequence": 17 }, { "arrival": { "time": "1771432541" }, "departure": { "time": "1771432541" }, "stopId": "AUTRICH", "stopSequence": 18 }, { "arrival": { "time": "1771432567" }, "departure": { "time": "1771432567" }, "stopId": "PLOTTIER", "stopSequence": 19 }, { "arrival": { "time": "1771432659" }, "departure": { "time": "1771432659" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOIR", "stopSequence": 20 }, { "arrival": { "time": "1771434241" }, "departure": { "time": "1771434241" }, "stopId": "AQUASUB", "stopSequence": 21 }, { "arrival": { "time": "1771434277" }, "departure": { "time": "1771434277" }, "stopId": "AURIOL", "stopSequence": 22 }, { "arrival": { "time": "1771434345" }, "departure": { "time": "1771434345" }, "stopId": "LECUIT", "stopSequence": 23 }, { "arrival": { "time": "1771434437" }, "departure": { "time": "1771434437" }, "stopId": "BLERIOT", "stopSequence": 24 }, { "arrival": { "time": "1771434492" }, "departure": { "time": "1771434492" }, "stopId": "BARRA", "stopSequence": 25 }, { "arrival": { "time": "1771434547" }, "departure": { "time": "1771434547" }, "stopId": "STTERESE", "stopSequence": 26 }, { "arrival": { "time": "1771434587" }, "departure": { "time": "1771434587" }, "stopId": "BICHBICH", "stopSequence": 27 }, { "arrival": { "time": "1771434637" }, "departure": { "time": "1771434637" }, "stopId": "DESCAZEA", "stopSequence": 28 }, { "arrival": { "time": "1771434691" }, "departure": { "time": "1771434691" }, "stopId": "MONPROFI", "stopSequence": 29 }, { "arrival": { "time": "1771434716" }, "departure": { "time": "1771434716" }, "stopId": "DUMESNIL", "stopSequence": 30 }, { "arrival": { "time": "1771434738" }, "departure": { "time": "1771434738" }, "stopId": "LEQUAI", "stopSequence": 31 }, { "arrival": { "time": "1771432552" }, "departure": { "time": "1771432552" }, "scheduleRelationship": "SKIPPED", "stopId": "LEQUAI", "stopSequence": 32 }, { "arrival": { "time": "1771435422" }, "departure": { "time": "1771435422" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 33 }, { "arrival": { "time": "1771436750" }, "stopId": "GAREPAPI", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052662" } } }, { "id": "trip:6257476", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431962" }, "departure": { "time": "1771431962" }, "stopId": "MOULINMA", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257476" } } }, { "id": "trip:6258417", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431880" }, "departure": { "time": "1771431891" }, "stopId": "STJOSEP", "stopSequence": 26 }, { "arrival": { "time": "1771431920" }, "departure": { "time": "1771431951" }, "stopId": "PLDULYCE", "stopSequence": 27 }, { "arrival": { "time": "1771432045" }, "departure": { "time": "1771432045" }, "stopId": "HMAI", "stopSequence": 28 }, { "arrival": { "time": "1771432087" }, "departure": { "time": "1771432087" }, "stopId": "FO-LOR-R", "stopSequence": 29 }, { "arrival": { "time": "1771432198" }, "departure": { "time": "1771432198" }, "stopId": "STAUBI-E", "stopSequence": 30 }, { "arrival": { "time": "1771432251" }, "departure": { "time": "1771432251" }, "stopId": "HARAS-E", "stopSequence": 31 }, { "arrival": { "time": "1771432390" }, "departure": { "time": "1771432390" }, "stopId": "LESGAR-E", "stopSequence": 32 }, { "arrival": { "time": "1771432488" }, "departure": { "time": "1771432488" }, "stopId": "SEMARD-E", "stopSequence": 33 }, { "arrival": { "time": "1771432596" }, "departure": { "time": "1771432596" }, "stopId": "PONTNO-E", "stopSequence": 34 }, { "arrival": { "time": "1771432693" }, "departure": { "time": "1771432693" }, "stopId": "POIREL-E", "stopSequence": 35 }, { "arrival": { "time": "1771432736" }, "departure": { "time": "1771432736" }, "stopId": "VAUBAN-E", "stopSequence": 36 }, { "arrival": { "time": "1771432785" }, "departure": { "time": "1771432785" }, "stopId": "FREMUR-E", "stopSequence": 37 }, { "arrival": { "time": "1771432870" }, "departure": { "time": "1771432870" }, "stopId": "STRASB-E", "stopSequence": 38 }, { "arrival": { "time": "1771432996" }, "departure": { "time": "1771432996" }, "stopId": "LETAND-E", "stopSequence": 39 }, { "arrival": { "time": "1771433027" }, "departure": { "time": "1771433027" }, "stopId": "BEDIER-E", "stopSequence": 40 }, { "arrival": { "time": "1771433060" }, "departure": { "time": "1771433060" }, "stopId": "INTREP-E", "stopSequence": 41 }, { "arrival": { "time": "1771433091" }, "departure": { "time": "1771433091" }, "stopId": "MTARDA-E", "stopSequence": 42 }, { "arrival": { "time": "1771433130" }, "departure": { "time": "1771433130" }, "stopId": "AUBRY-E", "stopSequence": 43 }, { "arrival": { "time": "1771433181" }, "departure": { "time": "1771433181" }, "stopId": "COSSE-E", "stopSequence": 44 }, { "arrival": { "time": "1771433244" }, "departure": { "time": "1771433244" }, "stopId": "HUTREA-E", "stopSequence": 45 }, { "arrival": { "time": "1771433265" }, "departure": { "time": "1771433265" }, "stopId": "JOLIVE-E", "stopSequence": 46 }, { "arrival": { "time": "1771433320" }, "departure": { "time": "1771433320" }, "stopId": "BELOEI-E", "stopSequence": 47 }, { "arrival": { "time": "1771433356" }, "departure": { "time": "1771433356" }, "stopId": "RTEDAN-E", "stopSequence": 48 }, { "arrival": { "time": "1771433407" }, "departure": { "time": "1771433407" }, "stopId": "LESROS-E", "stopSequence": 49 }, { "arrival": { "time": "1771433490" }, "departure": { "time": "1771433490" }, "stopId": "LOUPIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771433564" }, "departure": { "time": "1771433564" }, "stopId": "MASGEM-E", "stopSequence": 51 }, { "arrival": { "time": "1771433616" }, "departure": { "time": "1771433616" }, "stopId": "HOSGEM-E", "stopSequence": 52 }, { "arrival": { "time": "1771433688" }, "departure": { "time": "1771433688" }, "stopId": "CLOS9-E", "stopSequence": 53 }, { "arrival": { "time": "1771433740" }, "departure": { "time": "1771433740" }, "stopId": "VANRIE-E", "stopSequence": 54 }, { "arrival": { "time": "1771433801" }, "departure": { "time": "1771433801" }, "stopId": "PORTSG-E", "stopSequence": 55 }, { "arrival": { "time": "1771433834" }, "departure": { "time": "1771433834" }, "stopId": "LECHEN-E", "stopSequence": 56 }, { "arrival": { "time": "1771433896" }, "stopId": "ROMORNA", "stopSequence": 57 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258417" } } }, { "id": "trip:6258318", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431888" }, "departure": { "time": "1771431888" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771431955" }, "departure": { "time": "1771431962" }, "stopId": "DESCAZ-E", "stopSequence": 22 }, { "arrival": { "time": "1771432019" }, "departure": { "time": "1771432019" }, "stopId": "BICHDAVI", "stopSequence": 23 }, { "arrival": { "time": "1771432101" }, "departure": { "time": "1771432101" }, "stopId": "HOTDIEU", "stopSequence": 24 }, { "arrival": { "time": "1771432142" }, "departure": { "time": "1771432142" }, "stopId": "ROCHEFOU", "stopSequence": 25 }, { "arrival": { "time": "1771432386" }, "departure": { "time": "1771432386" }, "stopId": "STSERGEU", "stopSequence": 26 }, { "arrival": { "time": "1771432807" }, "departure": { "time": "1771432807" }, "stopId": "MENDESFR", "stopSequence": 27 }, { "arrival": { "time": "1771432990" }, "departure": { "time": "1771432990" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771433091" }, "departure": { "time": "1771433091" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771433144" }, "departure": { "time": "1771433144" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771433340" }, "departure": { "time": "1771433340" }, "stopId": "ANLERO-E", "stopSequence": 31 }, { "arrival": { "time": "1771433425" }, "departure": { "time": "1771433425" }, "stopId": "RABELA-E", "stopSequence": 32 }, { "arrival": { "time": "1771433492" }, "departure": { "time": "1771433492" }, "stopId": "ESA-E", "stopSequence": 33 }, { "arrival": { "time": "1771433647" }, "departure": { "time": "1771433647" }, "stopId": "DELATA-E", "stopSequence": 34 }, { "arrival": { "time": "1771433760" }, "departure": { "time": "1771433760" }, "stopId": "ALLARD-E", "stopSequence": 35 }, { "arrival": { "time": "1771433810" }, "departure": { "time": "1771433810" }, "stopId": "TASSIG-E", "stopSequence": 36 }, { "arrival": { "time": "1771433903" }, "departure": { "time": "1771433903" }, "stopId": "TROIPA-E", "stopSequence": 37 }, { "arrival": { "time": "1771433940" }, "departure": { "time": "1771433940" }, "stopId": "SABLON-E", "stopSequence": 38 }, { "arrival": { "time": "1771434008" }, "departure": { "time": "1771434008" }, "stopId": "RUELLE-E", "stopSequence": 39 }, { "arrival": { "time": "1771434114" }, "departure": { "time": "1771434114" }, "stopId": "GENDRO-E", "stopSequence": 40 }, { "arrival": { "time": "1771434234" }, "departure": { "time": "1771434234" }, "stopId": "PATUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771434324" }, "departure": { "time": "1771434324" }, "stopId": "AUTHIO-E", "stopSequence": 42 }, { "arrival": { "time": "1771434400" }, "departure": { "time": "1771434400" }, "stopId": "BELPOU-E", "stopSequence": 43 }, { "arrival": { "time": "1771434480" }, "departure": { "time": "1771434480" }, "stopId": "PONTSC-E", "stopSequence": 44 }, { "arrival": { "time": "1771434619" }, "departure": { "time": "1771434619" }, "stopId": "LOIRE-E", "stopSequence": 45 }, { "arrival": { "time": "1771434659" }, "departure": { "time": "1771434659" }, "stopId": "DUBE-E", "stopSequence": 46 }, { "arrival": { "time": "1771434712" }, "departure": { "time": "1771434712" }, "stopId": "LOUET-E", "stopSequence": 47 }, { "arrival": { "time": "1771434777" }, "departure": { "time": "1771434777" }, "stopId": "BOSQUE-E", "stopSequence": 48 }, { "arrival": { "time": "1771434858" }, "departure": { "time": "1771434858" }, "stopId": "CHAERI-E", "stopSequence": 49 }, { "arrival": { "time": "1771434885" }, "departure": { "time": "1771434885" }, "stopId": "FONTE-E", "stopSequence": 50 }, { "arrival": { "time": "1771434931" }, "departure": { "time": "1771434931" }, "stopId": "ERIGNE", "stopSequence": 51 }, { "arrival": { "time": "1771434967" }, "stopId": "SOLAND", "stopSequence": 52 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258318" } } }, { "id": "trip:3565", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431911" }, "departure": { "time": "1771431687" }, "stopId": "QUAIsubW", "stopSequence": 2 }, { "arrival": { "time": "1771432524" }, "departure": { "time": "1771432524" }, "stopId": "ELYSEE-E", "stopSequence": 3 }, { "arrival": { "time": "1771432639" }, "departure": { "time": "1771432639" }, "stopId": "WPAT-E", "stopSequence": 4 }, { "arrival": { "time": "1771432740" }, "departure": { "time": "1771432740" }, "stopId": "LABARR-E", "stopSequence": 5 }, { "arrival": { "time": "1771433460" }, "departure": { "time": "1771433460" }, "stopId": "LESLAN-E", "stopSequence": 6 }, { "arrival": { "time": "1771433569" }, "departure": { "time": "1771433569" }, "stopId": "FOUQUE-E", "stopSequence": 7 }, { "arrival": { "time": "1771433620" }, "departure": { "time": "1771433620" }, "stopId": "DPATIS-E", "stopSequence": 8 }, { "arrival": { "time": "1771433669" }, "departure": { "time": "1771433669" }, "stopId": "DFRAYON-E", "stopSequence": 9 }, { "arrival": { "time": "1771433812" }, "departure": { "time": "1771433812" }, "stopId": "PTGRCH-E", "stopSequence": 12 }, { "arrival": { "time": "1771433866" }, "departure": { "time": "1771433866" }, "stopId": "HULLET-E", "stopSequence": 13 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "stopId": "LESSAR-E", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "35", "tripId": "3565" } } }, { "id": "trip:6052734", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432860" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771433082" }, "departure": { "time": "1771433082" }, "stopId": "SECUSO-E", "stopSequence": 1 }, { "arrival": { "time": "1771433153" }, "departure": { "time": "1771433153" }, "stopId": "STEXUP-E", "stopSequence": 2 }, { "arrival": { "time": "1771433280" }, "departure": { "time": "1771433280" }, "stopId": "GARDOT-E", "stopSequence": 3 }, { "arrival": { "time": "1771434180" }, "departure": { "time": "1771434180" }, "stopId": "BRISSA-E", "stopSequence": 4 }, { "arrival": { "time": "1771434255" }, "departure": { "time": "1771434255" }, "stopId": "FONTEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771434292" }, "departure": { "time": "1771434292" }, "stopId": "BARBOT-E", "stopSequence": 6 }, { "arrival": { "time": "1771434360" }, "departure": { "time": "1771434360" }, "stopId": "GDPRES-E", "stopSequence": 7 }, { "arrival": { "time": "1771434393" }, "departure": { "time": "1771434393" }, "stopId": "SOLAND-E", "stopSequence": 8 }, { "arrival": { "time": "1771434432" }, "departure": { "time": "1771434432" }, "stopId": "ERIGNE-E", "stopSequence": 9 }, { "arrival": { "time": "1771434531" }, "departure": { "time": "1771434531" }, "stopId": "LEVESQ-E", "stopSequence": 10 }, { "arrival": { "time": "1771434563" }, "departure": { "time": "1771434563" }, "stopId": "MURSHV-E", "stopSequence": 11 }, { "arrival": { "time": "1771434641" }, "departure": { "time": "1771434641" }, "stopId": "CARMET-E", "stopSequence": 12 }, { "arrival": { "time": "1771434730" }, "departure": { "time": "1771434730" }, "stopId": "LECOTE-E", "stopSequence": 13 }, { "arrival": { "time": "1771434786" }, "departure": { "time": "1771434786" }, "stopId": "LABUIS-E", "stopSequence": 14 }, { "arrival": { "time": "1771434840" }, "stopId": "HTDEMURS", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052734" } } }, { "id": "trip:6257466", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431891" }, "departure": { "time": "1771431913" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1771431956" }, "departure": { "time": "1771431973" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1771432035" }, "departure": { "time": "1771432035" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1771432125" }, "departure": { "time": "1771432125" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1771432183" }, "departure": { "time": "1771432183" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1771432234" }, "departure": { "time": "1771432234" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1771432315" }, "departure": { "time": "1771432315" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1771432380" }, "departure": { "time": "1771432380" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1771432435" }, "departure": { "time": "1771432435" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1771432509" }, "departure": { "time": "1771432509" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1771432553" }, "departure": { "time": "1771432553" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1771432630" }, "departure": { "time": "1771432630" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1771432680" }, "departure": { "time": "1771432680" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1771432747" }, "departure": { "time": "1771432747" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1771433002" }, "departure": { "time": "1771433002" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1771433075" }, "departure": { "time": "1771433075" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1771433160" }, "departure": { "time": "1771433220" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1771433354" }, "departure": { "time": "1771433354" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1771433554" }, "departure": { "time": "1771433554" }, "stopId": "TALET-E", "stopSequence": 33 }, { "arrival": { "time": "1771433700" }, "departure": { "time": "1771433700" }, "stopId": "BDEMAI-E", "stopSequence": 34 }, { "arrival": { "time": "1771433734" }, "departure": { "time": "1771433734" }, "stopId": "FACULT-E", "stopSequence": 35 }, { "arrival": { "time": "1771433910" }, "departure": { "time": "1771433910" }, "stopId": "FFAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "stopId": "CARCIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771434133" }, "departure": { "time": "1771434133" }, "stopId": "CITESO-E", "stopSequence": 38 }, { "arrival": { "time": "1771434206" }, "departure": { "time": "1771434206" }, "stopId": "DOYENN-E", "stopSequence": 39 }, { "arrival": { "time": "1771434284" }, "departure": { "time": "1771434284" }, "stopId": "SAVOIE-E", "stopSequence": 40 }, { "arrival": { "time": "1771434360" }, "departure": { "time": "1771434360" }, "stopId": "INDUST-E", "stopSequence": 41 }, { "arrival": { "time": "1771434418" }, "departure": { "time": "1771434418" }, "stopId": "HOTELL-E", "stopSequence": 42 }, { "arrival": { "time": "1771434487" }, "departure": { "time": "1771434487" }, "stopId": "DEBUSS-E", "stopSequence": 43 }, { "arrival": { "time": "1771434540" }, "departure": { "time": "1771434540" }, "stopId": "BOISAB-E", "stopSequence": 44 }, { "arrival": { "time": "1771434574" }, "departure": { "time": "1771434574" }, "stopId": "DUBELL-E", "stopSequence": 45 }, { "arrival": { "time": "1771434673" }, "departure": { "time": "1771434673" }, "stopId": "REDUM-E", "stopSequence": 46 }, { "arrival": { "time": "1771434720" }, "departure": { "time": "1771434720" }, "stopId": "HIPPODRO", "stopSequence": 47 }, { "arrival": { "time": "1771434858" }, "departure": { "time": "1771434858" }, "stopId": "COTTAG-E", "stopSequence": 48 }, { "arrival": { "time": "1771434900" }, "stopId": "EVENTARD", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257466" } } }, { "id": "trip:6258103", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431977" }, "departure": { "time": "1771431977" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1771432023" }, "departure": { "time": "1771432023" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771432084" }, "departure": { "time": "1771432084" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1771432172" }, "departure": { "time": "1771432172" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771432256" }, "departure": { "time": "1771432256" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771432440" }, "departure": { "time": "1771432440" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1771432545" }, "departure": { "time": "1771432545" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771432652" }, "departure": { "time": "1771432652" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771432740" }, "departure": { "time": "1771432740" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771432855" }, "departure": { "time": "1771432855" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771432980" }, "departure": { "time": "1771432980" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771433030" }, "departure": { "time": "1771433030" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771433070" }, "departure": { "time": "1771433070" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771433153" }, "departure": { "time": "1771433153" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771433249" }, "departure": { "time": "1771433249" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771433340" }, "departure": { "time": "1771433340" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771433450" }, "departure": { "time": "1771433450" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1771433567" }, "departure": { "time": "1771433567" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1771433639" }, "departure": { "time": "1771433639" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1771433706" }, "departure": { "time": "1771433706" }, "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1771433860" }, "departure": { "time": "1771433860" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771433933" }, "departure": { "time": "1771433933" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771434014" }, "departure": { "time": "1771434014" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771434073" }, "departure": { "time": "1771434073" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771434195" }, "departure": { "time": "1771434195" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771434229" }, "departure": { "time": "1771434229" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771434300" }, "departure": { "time": "1771434300" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771434360" }, "departure": { "time": "1771434360" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771434414" }, "departure": { "time": "1771434414" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771434471" }, "departure": { "time": "1771434471" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771434520" }, "departure": { "time": "1771434520" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771434588" }, "departure": { "time": "1771434588" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771434660" }, "departure": { "time": "1771434660" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771434724" }, "departure": { "time": "1771434724" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771434756" }, "departure": { "time": "1771434756" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771434781" }, "departure": { "time": "1771434781" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771434833" }, "departure": { "time": "1771434833" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771434881" }, "departure": { "time": "1771434881" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771434913" }, "departure": { "time": "1771434913" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771434962" }, "departure": { "time": "1771434962" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771435118" }, "departure": { "time": "1771435118" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771435208" }, "departure": { "time": "1771435208" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771435276" }, "departure": { "time": "1771435276" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771435360" }, "departure": { "time": "1771435360" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771435397" }, "departure": { "time": "1771435397" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771435463" }, "departure": { "time": "1771435463" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771435506" }, "departure": { "time": "1771435506" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435560" }, "stopId": "BREMON-E", "stopSequence": 50 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258103" } } }, { "id": "trip:6052655", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771437889" }, "stopId": "GAREPAPI", "stopSequence": 0 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052655" } } }, { "id": "trip:6540908", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431930" }, "departure": { "time": "1771431975" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771432062" }, "departure": { "time": "1771432062" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771432182" }, "departure": { "time": "1771432182" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771432292" }, "departure": { "time": "1771432292" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771432392" }, "departure": { "time": "1771432392" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771432472" }, "departure": { "time": "1771432472" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771432542" }, "departure": { "time": "1771432542" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771432662" }, "departure": { "time": "1771432662" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771432762" }, "departure": { "time": "1771432762" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771432862" }, "departure": { "time": "1771432862" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771432972" }, "departure": { "time": "1771432972" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771433082" }, "departure": { "time": "1771433082" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771433192" }, "departure": { "time": "1771433192" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771433312" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6540908" } } }, { "id": "trip:6540900", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431983" }, "departure": { "time": "1771431983" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6540900" } } }, { "id": "trip:6257955", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432320" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771432406" }, "departure": { "time": "1771432406" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771432450" }, "departure": { "time": "1771432450" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771432487" }, "departure": { "time": "1771432487" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771432514" }, "departure": { "time": "1771432514" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771432620" }, "departure": { "time": "1771432620" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771432665" }, "departure": { "time": "1771432665" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771432726" }, "departure": { "time": "1771432726" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771432769" }, "departure": { "time": "1771432769" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771432816" }, "departure": { "time": "1771432816" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771432860" }, "departure": { "time": "1771432860" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771432915" }, "departure": { "time": "1771432915" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771432969" }, "departure": { "time": "1771432969" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771433035" }, "departure": { "time": "1771433035" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771433110" }, "departure": { "time": "1771433110" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771433169" }, "departure": { "time": "1771433169" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771433220" }, "departure": { "time": "1771433220" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771433292" }, "departure": { "time": "1771433292" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771433375" }, "departure": { "time": "1771433375" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771433434" }, "departure": { "time": "1771433434" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771433505" }, "departure": { "time": "1771433505" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771433601" }, "departure": { "time": "1771433601" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771433642" }, "departure": { "time": "1771433642" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771433700" }, "departure": { "time": "1771433700" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771433767" }, "departure": { "time": "1771433767" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771433887" }, "departure": { "time": "1771433887" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771433940" }, "departure": { "time": "1771434000" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771434109" }, "departure": { "time": "1771434109" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771434161" }, "departure": { "time": "1771434161" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771434300" }, "departure": { "time": "1771434300" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771434418" }, "departure": { "time": "1771434418" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771434496" }, "departure": { "time": "1771434496" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771434545" }, "departure": { "time": "1771434545" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771434669" }, "departure": { "time": "1771434669" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771434709" }, "departure": { "time": "1771434709" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771434720" }, "departure": { "time": "1771434720" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771434773" }, "departure": { "time": "1771434773" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771434832" }, "departure": { "time": "1771434832" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771434811" }, "departure": { "time": "1771434811" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771434880" }, "departure": { "time": "1771434880" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771434989" }, "departure": { "time": "1771434989" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771435071" }, "departure": { "time": "1771435071" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771435126" }, "departure": { "time": "1771435126" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771435192" }, "departure": { "time": "1771435192" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771435255" }, "departure": { "time": "1771435255" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771435311" }, "departure": { "time": "1771435311" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771435382" }, "departure": { "time": "1771435382" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771435437" }, "departure": { "time": "1771435437" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771435551" }, "departure": { "time": "1771435551" }, "stopId": "BBCAMT-E", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257955" } } }, { "id": "trip:6257727", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432397" }, "departure": { "time": "1771432397" }, "stopId": "EBLE", "stopSequence": 21 }, { "arrival": { "time": "1771432459" }, "departure": { "time": "1771432459" }, "stopId": "GENIE", "stopSequence": 22 }, { "arrival": { "time": "1771432536" }, "departure": { "time": "1771432536" }, "stopId": "VAUBAN", "stopSequence": 23 }, { "arrival": { "time": "1771432570" }, "departure": { "time": "1771432570" }, "stopId": "POIREL", "stopSequence": 24 }, { "arrival": { "time": "1771432631" }, "departure": { "time": "1771432631" }, "stopId": "PONTNOIR", "stopSequence": 25 }, { "arrival": { "time": "1771432670" }, "departure": { "time": "1771432670" }, "stopId": "SEMARD", "stopSequence": 26 }, { "arrival": { "time": "1771432756" }, "departure": { "time": "1771432756" }, "stopId": "GARETERM", "stopSequence": 30 }, { "arrival": { "time": "1771432814" }, "departure": { "time": "1771432814" }, "stopId": "LESGARES", "stopSequence": 31 }, { "arrival": { "time": "1771432966" }, "departure": { "time": "1771432966" }, "stopId": "HARAS", "stopSequence": 32 }, { "arrival": { "time": "1771433010" }, "departure": { "time": "1771433010" }, "stopId": "STAUBIN", "stopSequence": 33 }, { "arrival": { "time": "1771433073" }, "departure": { "time": "1771433073" }, "stopId": "LOR-FO-A", "stopSequence": 34 }, { "arrival": { "time": "1771433267" }, "departure": { "time": "1771433267" }, "stopId": "MENDES-E", "stopSequence": 35 }, { "arrival": { "time": "1771433433" }, "departure": { "time": "1771433433" }, "stopId": "SAVARY-E", "stopSequence": 36 }, { "arrival": { "time": "1771433479" }, "departure": { "time": "1771433479" }, "stopId": "MUSSET-E", "stopSequence": 37 }, { "arrival": { "time": "1771433578" }, "departure": { "time": "1771433578" }, "stopId": "LUTIN-E", "stopSequence": 38 }, { "arrival": { "time": "1771433633" }, "departure": { "time": "1771433633" }, "stopId": "MACE-E", "stopSequence": 39 }, { "arrival": { "time": "1771433669" }, "departure": { "time": "1771433669" }, "stopId": "DESJAR-E", "stopSequence": 40 }, { "arrival": { "time": "1771433733" }, "departure": { "time": "1771433733" }, "stopId": "BRISEP-E", "stopSequence": 41 }, { "arrival": { "time": "1771433817" }, "departure": { "time": "1771433817" }, "stopId": "MIMOSA-E", "stopSequence": 42 }, { "arrival": { "time": "1771433859" }, "departure": { "time": "1771433859" }, "stopId": "CHATEN-E", "stopSequence": 43 }, { "arrival": { "time": "1771433952" }, "departure": { "time": "1771433952" }, "stopId": "SOLELE-E", "stopSequence": 44 }, { "arrival": { "time": "1771433986" }, "departure": { "time": "1771433986" }, "stopId": "SEPSON-E", "stopSequence": 45 }, { "arrival": { "time": "1771434033" }, "departure": { "time": "1771434033" }, "stopId": "BANCST-E", "stopSequence": 46 }, { "arrival": { "time": "1771434134" }, "departure": { "time": "1771434134" }, "stopId": "RTEPAR-E", "stopSequence": 47 }, { "arrival": { "time": "1771434211" }, "departure": { "time": "1771434211" }, "stopId": "PROVIN-E", "stopSequence": 48 }, { "arrival": { "time": "1771434331" }, "stopId": "PARCEX-E", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257727" } } }, { "id": "trip:6257726", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431978" }, "departure": { "time": "1771431978" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1771432145" }, "departure": { "time": "1771432145" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1771432191" }, "departure": { "time": "1771432191" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1771432290" }, "departure": { "time": "1771432290" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1771432345" }, "departure": { "time": "1771432345" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1771432381" }, "departure": { "time": "1771432381" }, "stopId": "DESJAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771432445" }, "departure": { "time": "1771432445" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1771432529" }, "departure": { "time": "1771432529" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1771432571" }, "departure": { "time": "1771432571" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771432664" }, "departure": { "time": "1771432664" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771432698" }, "departure": { "time": "1771432698" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771432745" }, "departure": { "time": "1771432745" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771432846" }, "departure": { "time": "1771432846" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771432957" }, "departure": { "time": "1771432957" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771433073" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257726" } } }, { "id": "trip:6258415", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434240" }, "stopId": "VERNUSSO", "stopSequence": 0 }, { "arrival": { "time": "1771434377" }, "departure": { "time": "1771434377" }, "stopId": "POUILLE", "stopSequence": 1 }, { "arrival": { "time": "1771434423" }, "departure": { "time": "1771434423" }, "stopId": "PATUREAU", "stopSequence": 2 }, { "arrival": { "time": "1771434495" }, "departure": { "time": "1771434495" }, "stopId": "FRANVILL", "stopSequence": 4 }, { "arrival": { "time": "1771434540" }, "departure": { "time": "1771434540" }, "stopId": "GGESSAND", "stopSequence": 5 }, { "arrival": { "time": "1771434581" }, "departure": { "time": "1771434581" }, "stopId": "MACURIE", "stopSequence": 6 }, { "arrival": { "time": "1771434619" }, "departure": { "time": "1771434619" }, "stopId": "JEROSTAN", "stopSequence": 7 }, { "arrival": { "time": "1771434658" }, "departure": { "time": "1771434658" }, "stopId": "RONCIERE", "stopSequence": 8 }, { "arrival": { "time": "1771434695" }, "departure": { "time": "1771434695" }, "stopId": "GUILLE-E", "stopSequence": 9 }, { "arrival": { "time": "1771434780" }, "departure": { "time": "1771434780" }, "stopId": "JEBOUTON", "stopSequence": 10 }, { "arrival": { "time": "1771434886" }, "departure": { "time": "1771434886" }, "stopId": "LAVOIR", "stopSequence": 11 }, { "arrival": { "time": "1771434954" }, "departure": { "time": "1771434954" }, "stopId": "RIOTTEAU", "stopSequence": 12 }, { "arrival": { "time": "1771434994" }, "departure": { "time": "1771434994" }, "stopId": "ALLUMETT", "stopSequence": 13 }, { "arrival": { "time": "1771435047" }, "departure": { "time": "1771435047" }, "stopId": "DAGUERRE", "stopSequence": 14 }, { "arrival": { "time": "1771435102" }, "departure": { "time": "1771435102" }, "stopId": "BELVTR-E", "stopSequence": 15 }, { "arrival": { "time": "1771435169" }, "departure": { "time": "1771435169" }, "stopId": "MARAIS-E", "stopSequence": 16 }, { "arrival": { "time": "1771435263" }, "departure": { "time": "1771435263" }, "stopId": "GASPALON", "stopSequence": 17 }, { "arrival": { "time": "1771435380" }, "departure": { "time": "1771435380" }, "stopId": "VILSANTE", "stopSequence": 18 }, { "arrival": { "time": "1771435417" }, "departure": { "time": "1771435417" }, "stopId": "CORMIER", "stopSequence": 19 }, { "arrival": { "time": "1771435486" }, "departure": { "time": "1771435486" }, "stopId": "STLEONAR", "stopSequence": 20 }, { "arrival": { "time": "1771435515" }, "departure": { "time": "1771435515" }, "stopId": "GERICAUL", "stopSequence": 21 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435560" }, "stopId": "MONGAZON", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258415" } } }, { "id": "trip:6258107", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431900" }, "departure": { "time": "1771431916" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771431945" }, "departure": { "time": "1771431991" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771432085" }, "departure": { "time": "1771432085" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771432149" }, "departure": { "time": "1771432149" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771432200" }, "departure": { "time": "1771432200" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771432275" }, "departure": { "time": "1771432275" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771432309" }, "departure": { "time": "1771432309" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771432380" }, "departure": { "time": "1771432380" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771432428" }, "departure": { "time": "1771432428" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771432493" }, "departure": { "time": "1771432493" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771432561" }, "departure": { "time": "1771432561" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771432620" }, "departure": { "time": "1771432620" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771432702" }, "departure": { "time": "1771432702" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771432789" }, "departure": { "time": "1771432789" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771432853" }, "departure": { "time": "1771432853" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771432885" }, "departure": { "time": "1771432885" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771432910" }, "departure": { "time": "1771432910" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771432962" }, "departure": { "time": "1771432962" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771433010" }, "departure": { "time": "1771433010" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771433042" }, "departure": { "time": "1771433042" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771433091" }, "departure": { "time": "1771433091" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771433149" }, "departure": { "time": "1771433149" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771433247" }, "departure": { "time": "1771433247" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771433337" }, "departure": { "time": "1771433337" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771433405" }, "departure": { "time": "1771433405" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771433489" }, "departure": { "time": "1771433489" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771433530" }, "departure": { "time": "1771433530" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771433606" }, "departure": { "time": "1771433606" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771433653" }, "departure": { "time": "1771433653" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771433707" }, "departure": { "time": "1771433707" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771433770" }, "departure": { "time": "1771433770" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771433824" }, "departure": { "time": "1771433824" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771433993" }, "departure": { "time": "1771433993" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771434041" }, "departure": { "time": "1771434041" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771434105" }, "departure": { "time": "1771434105" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771434166" }, "departure": { "time": "1771434166" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771434241" }, "departure": { "time": "1771434241" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771434286" }, "departure": { "time": "1771434286" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771434353" }, "departure": { "time": "1771434353" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771434403" }, "departure": { "time": "1771434403" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771434456" }, "departure": { "time": "1771434456" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771434574" }, "departure": { "time": "1771434574" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771434660" }, "departure": { "time": "1771434660" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771434717" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258107" } } }, { "id": "trip:6258511", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434720" }, "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1771434803" }, "departure": { "time": "1771434803" }, "stopId": "PIGNONIE", "stopSequence": 1 }, { "arrival": { "time": "1771434866" }, "departure": { "time": "1771434866" }, "stopId": "CLAVERIE", "stopSequence": 2 }, { "arrival": { "time": "1771434910" }, "departure": { "time": "1771434910" }, "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1771435017" }, "departure": { "time": "1771435017" }, "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1771435063" }, "departure": { "time": "1771435063" }, "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1771435099" }, "departure": { "time": "1771435099" }, "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1771435147" }, "departure": { "time": "1771435147" }, "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1771435227" }, "departure": { "time": "1771435227" }, "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1771435289" }, "departure": { "time": "1771435289" }, "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1771435375" }, "departure": { "time": "1771435375" }, "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1771435461" }, "departure": { "time": "1771435461" }, "stopId": "MONTAIG", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258511" } } }, { "id": "trip:6260069", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433040" }, "scheduleRelationship": "SKIPPED", "stopId": "HOPITAL", "stopSequence": 1 }, { "arrival": { "time": "1771433118" }, "departure": { "time": "1771433118" }, "stopId": "HRECULEE", "stopSequence": 2 }, { "arrival": { "time": "1771433176" }, "departure": { "time": "1771433176" }, "stopId": "FMEDECIN", "stopSequence": 3 }, { "arrival": { "time": "1771433273" }, "departure": { "time": "1771433273" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1771433329" }, "departure": { "time": "1771433329" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1771433395" }, "departure": { "time": "1771433395" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1771433479" }, "departure": { "time": "1771433479" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1771433534" }, "departure": { "time": "1771433534" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1771433623" }, "departure": { "time": "1771433623" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1771433684" }, "departure": { "time": "1771433684" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1771433761" }, "departure": { "time": "1771433761" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1771433806" }, "departure": { "time": "1771433806" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1771433862" }, "departure": { "time": "1771433862" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1771433942" }, "departure": { "time": "1771433942" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1771434019" }, "departure": { "time": "1771434019" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1771434214" }, "departure": { "time": "1771434214" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1771434310" }, "departure": { "time": "1771434310" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1771434381" }, "departure": { "time": "1771434381" }, "stopId": "CHBBEI-E", "stopSequence": 18 }, { "arrival": { "time": "1771434436" }, "departure": { "time": "1771434436" }, "stopId": "BOISRA-E", "stopSequence": 19 }, { "arrival": { "time": "1771434502" }, "departure": { "time": "1771434502" }, "stopId": "NDAMLA-E", "stopSequence": 20 }, { "arrival": { "time": "1771434565" }, "departure": { "time": "1771434565" }, "stopId": "POLYTE-E", "stopSequence": 21 }, { "arrival": { "time": "1771434621" }, "departure": { "time": "1771434621" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1771434683" }, "departure": { "time": "1771434683" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1771434768" }, "departure": { "time": "1771434768" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1771434953" }, "departure": { "time": "1771434953" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1771435006" }, "departure": { "time": "1771435006" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1771435043" }, "departure": { "time": "1771435043" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1771435074" }, "departure": { "time": "1771435074" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1771435127" }, "departure": { "time": "1771435127" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1771435172" }, "departure": { "time": "1771435172" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1771435279" }, "departure": { "time": "1771435279" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1771435310" }, "departure": { "time": "1771435310" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1771435394" }, "departure": { "time": "1771435394" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1771435463" }, "departure": { "time": "1771435463" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1771435503" }, "departure": { "time": "1771435503" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1771435554" }, "departure": { "time": "1771435554" }, "stopId": "HARENC", "stopSequence": 36 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260069" } } }, { "id": "trip:6541218", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431954" }, "departure": { "time": "1771431954" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771432070" }, "departure": { "time": "1771432070" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771432180" }, "departure": { "time": "1771432180" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771432300" }, "departure": { "time": "1771432300" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771432420" }, "departure": { "time": "1771432420" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771432510" }, "departure": { "time": "1771432510" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771432630" }, "departure": { "time": "1771432630" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771432740" }, "departure": { "time": "1771432740" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771432800" }, "departure": { "time": "1771432800" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771432900" }, "departure": { "time": "1771432900" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771433000" }, "departure": { "time": "1771433000" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771433090" }, "departure": { "time": "1771433090" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771433210" }, "departure": { "time": "1771433210" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771433310" }, "departure": { "time": "1771433310" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771433430" }, "departure": { "time": "1771433430" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771433510" }, "departure": { "time": "1771433510" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771433630" }, "departure": { "time": "1771433630" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771433720" }, "departure": { "time": "1771433720" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771433880" }, "departure": { "time": "1771433880" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771433980" }, "departure": { "time": "1771433980" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771434060" }, "departure": { "time": "1771434060" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771434150" }, "departure": { "time": "1771434150" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771434230" }, "departure": { "time": "1771434230" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771434320" }, "departure": { "time": "1771434320" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771434410" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541218" } } }, { "id": "trip:6258705", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435020" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771435042" }, "departure": { "time": "1771435042" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771435129" }, "departure": { "time": "1771435129" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771435200" }, "departure": { "time": "1771435200" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771435302" }, "departure": { "time": "1771435302" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771435348" }, "departure": { "time": "1771435348" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771435404" }, "departure": { "time": "1771435404" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771435466" }, "departure": { "time": "1771435466" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771435535" }, "departure": { "time": "1771435535" }, "stopId": "ARENA", "stopSequence": 9 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258705" } } }, { "id": "trip:3264", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431907" }, "departure": { "time": "1771431517" }, "stopId": "HERMIT32", "stopSequence": 1 }, { "arrival": { "time": "1771432086" }, "departure": { "time": "1771432086" }, "stopId": "NONNAINS", "stopSequence": 2 }, { "arrival": { "time": "1771432270" }, "departure": { "time": "1771432270" }, "stopId": "SOUCELLE", "stopSequence": 3 }, { "arrival": { "time": "1771432365" }, "departure": { "time": "1771432365" }, "stopId": "VILVECOL", "stopSequence": 4 }, { "arrival": { "time": "1771432380" }, "departure": { "time": "1771432380" }, "stopId": "VILVEQUE", "stopSequence": 5 }, { "arrival": { "time": "1771432419" }, "departure": { "time": "1771432419" }, "stopId": "BLEUNIER", "stopSequence": 6 }, { "arrival": { "time": "1771432484" }, "departure": { "time": "1771432484" }, "stopId": "LOUDINAI", "stopSequence": 7 }, { "arrival": { "time": "1771432648" }, "departure": { "time": "1771432648" }, "stopId": "TOURAINE", "stopSequence": 8 }, { "arrival": { "time": "1771432789" }, "departure": { "time": "1771432789" }, "stopId": "BLITOURN", "stopSequence": 9 }, { "arrival": { "time": "1771432860" }, "departure": { "time": "1771432860" }, "stopId": "PELSTADE", "stopSequence": 10 }, { "arrival": { "time": "1771432903" }, "departure": { "time": "1771432903" }, "stopId": "OCEANBEN", "stopSequence": 11 }, { "arrival": { "time": "1771432980" }, "departure": { "time": "1771432980" }, "stopId": "OCEANNOR", "stopSequence": 12 }, { "arrival": { "time": "1771433032" }, "departure": { "time": "1771433032" }, "stopId": "OCEANSUD", "stopSequence": 13 }, { "arrival": { "time": "1771433220" }, "departure": { "time": "1771433220" }, "stopId": "HJOU32", "stopSequence": 14 }, { "arrival": { "time": "1771433270" }, "departure": { "time": "1771433270" }, "stopId": "FOUSSE-E", "stopSequence": 15 }, { "arrival": { "time": "1771433304" }, "departure": { "time": "1771433304" }, "stopId": "STSYL-AR", "stopSequence": 16 }, { "arrival": { "time": "1771433520" }, "departure": { "time": "1771433520" }, "stopId": "PARCEXPO", "stopSequence": 17 }, { "arrival": { "time": "1771433648" }, "departure": { "time": "1771433648" }, "stopId": "PROVINS", "stopSequence": 18 }, { "arrival": { "time": "1771433736" }, "departure": { "time": "1771433736" }, "stopId": "RTEPARIS", "stopSequence": 19 }, { "arrival": { "time": "1771433840" }, "departure": { "time": "1771433840" }, "stopId": "SEPSONET", "stopSequence": 20 }, { "arrival": { "time": "1771433940" }, "departure": { "time": "1771433940" }, "stopId": "CHATENAY", "stopSequence": 21 }, { "arrival": { "time": "1771434050" }, "departure": { "time": "1771434050" }, "stopId": "BRISEPOT", "stopSequence": 22 }, { "arrival": { "time": "1771434179" }, "departure": { "time": "1771434179" }, "stopId": "LUTIN", "stopSequence": 23 }, { "arrival": { "time": "1771434420" }, "departure": { "time": "1771434420" }, "stopId": "HDVSUB", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "32", "tripId": "3264" } } }, { "id": "trip:6257478", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431918" }, "departure": { "time": "1771431918" }, "stopId": "RAPIDEX", "stopSequence": 3 }, { "arrival": { "time": "1771431926" }, "departure": { "time": "1771431978" }, "stopId": "VALEO", "stopSequence": 4 }, { "arrival": { "time": "1771432014" }, "departure": { "time": "1771432014" }, "stopId": "POMANJO", "stopSequence": 5 }, { "arrival": { "time": "1771432039" }, "departure": { "time": "1771432039" }, "stopId": "LEMERCIE", "stopSequence": 6 }, { "arrival": { "time": "1771432107" }, "departure": { "time": "1771432107" }, "stopId": "SCANIA", "stopSequence": 7 }, { "arrival": { "time": "1771432153" }, "departure": { "time": "1771432153" }, "stopId": "INDUSTRI", "stopSequence": 8 }, { "arrival": { "time": "1771432250" }, "departure": { "time": "1771432250" }, "stopId": "SAVOIE", "stopSequence": 9 }, { "arrival": { "time": "1771432332" }, "departure": { "time": "1771432332" }, "stopId": "DOYENNE", "stopSequence": 10 }, { "arrival": { "time": "1771432416" }, "departure": { "time": "1771432416" }, "stopId": "CITESOLI", "stopSequence": 11 }, { "arrival": { "time": "1771432574" }, "departure": { "time": "1771432574" }, "stopId": "CARCITR", "stopSequence": 12 }, { "arrival": { "time": "1771432629" }, "departure": { "time": "1771432629" }, "stopId": "FFAURE", "stopSequence": 13 }, { "arrival": { "time": "1771432738" }, "departure": { "time": "1771432738" }, "stopId": "FACUL-SS", "stopSequence": 14 }, { "arrival": { "time": "1771432754" }, "departure": { "time": "1771432754" }, "stopId": "BDEMAINE", "stopSequence": 15 }, { "arrival": { "time": "1771432933" }, "departure": { "time": "1771432933" }, "stopId": "TALET", "stopSequence": 16 }, { "arrival": { "time": "1771433207" }, "departure": { "time": "1771433207" }, "stopId": "MENDESFR", "stopSequence": 17 }, { "arrival": { "time": "1771433353" }, "departure": { "time": "1771433353" }, "stopId": "FO-LOR-R", "stopSequence": 18 }, { "arrival": { "time": "1771433426" }, "departure": { "time": "1771433426" }, "stopId": "STAUBI-E", "stopSequence": 19 }, { "arrival": { "time": "1771433476" }, "departure": { "time": "1771433476" }, "stopId": "HARAS-E", "stopSequence": 20 }, { "arrival": { "time": "1771433670" }, "departure": { "time": "1771433670" }, "stopId": "LESGAR-E", "stopSequence": 21 }, { "arrival": { "time": "1771433709" }, "departure": { "time": "1771433709" }, "stopId": "SEMARD-E", "stopSequence": 22 }, { "arrival": { "time": "1771433772" }, "departure": { "time": "1771433772" }, "stopId": "PONTNO-E", "stopSequence": 23 }, { "arrival": { "time": "1771433872" }, "departure": { "time": "1771433872" }, "stopId": "POIREL-E", "stopSequence": 24 }, { "arrival": { "time": "1771433933" }, "departure": { "time": "1771433933" }, "stopId": "VAUBAN-E", "stopSequence": 25 }, { "arrival": { "time": "1771434012" }, "departure": { "time": "1771434012" }, "stopId": "CHANZY-E", "stopSequence": 26 }, { "arrival": { "time": "1771434072" }, "departure": { "time": "1771434072" }, "stopId": "LAFAYE-E", "stopSequence": 27 }, { "arrival": { "time": "1771434158" }, "departure": { "time": "1771434158" }, "stopId": "MIRABE-E", "stopSequence": 28 }, { "arrival": { "time": "1771434213" }, "departure": { "time": "1771434213" }, "stopId": "CESARG-E", "stopSequence": 29 }, { "arrival": { "time": "1771434252" }, "departure": { "time": "1771434252" }, "stopId": "BLANDE-E", "stopSequence": 30 }, { "arrival": { "time": "1771434308" }, "departure": { "time": "1771434308" }, "stopId": "MUTUAL-E", "stopSequence": 31 }, { "arrival": { "time": "1771434380" }, "departure": { "time": "1771434380" }, "stopId": "VILLES-E", "stopSequence": 32 }, { "arrival": { "time": "1771434429" }, "departure": { "time": "1771434429" }, "stopId": "VIVIER-E", "stopSequence": 33 }, { "arrival": { "time": "1771434492" }, "departure": { "time": "1771434492" }, "stopId": "MARIAN-E", "stopSequence": 34 }, { "arrival": { "time": "1771434543" }, "departure": { "time": "1771434543" }, "stopId": "LINOVE-E", "stopSequence": 35 }, { "arrival": { "time": "1771434582" }, "departure": { "time": "1771434582" }, "stopId": "DANGEL-E", "stopSequence": 36 }, { "arrival": { "time": "1771434642" }, "departure": { "time": "1771434642" }, "stopId": "ATHLET-E", "stopSequence": 37 }, { "arrival": { "time": "1771434686" }, "departure": { "time": "1771434686" }, "stopId": "DIONNE-E", "stopSequence": 38 }, { "arrival": { "time": "1771434732" }, "departure": { "time": "1771434732" }, "stopId": "GENDRO-E", "stopSequence": 39 }, { "arrival": { "time": "1771434776" }, "departure": { "time": "1771434776" }, "stopId": "CHESNA-E", "stopSequence": 40 }, { "arrival": { "time": "1771434824" }, "departure": { "time": "1771434824" }, "stopId": "GIRAD-E", "stopSequence": 41 }, { "arrival": { "time": "1771434919" }, "departure": { "time": "1771434919" }, "stopId": "FRANVILL", "stopSequence": 42 }, { "arrival": { "time": "1771434972" }, "departure": { "time": "1771434972" }, "stopId": "GGESSAND", "stopSequence": 43 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "stopId": "MACURIE", "stopSequence": 44 }, { "arrival": { "time": "1771435064" }, "departure": { "time": "1771435064" }, "stopId": "JEROSTAN", "stopSequence": 45 }, { "arrival": { "time": "1771435109" }, "departure": { "time": "1771435109" }, "stopId": "RONCIERE", "stopSequence": 46 }, { "arrival": { "time": "1771435152" }, "departure": { "time": "1771435152" }, "stopId": "GUILLE-E", "stopSequence": 47 }, { "arrival": { "time": "1771435238" }, "departure": { "time": "1771435238" }, "stopId": "BAUDRA-E", "stopSequence": 48 }, { "arrival": { "time": "1771435389" }, "stopId": "MOULINMA", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257478" } } }, { "id": "trip:6544384", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434360" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771434403" }, "departure": { "time": "1771434403" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771434608" }, "departure": { "time": "1771434608" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771434565" }, "departure": { "time": "1771434565" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771434707" }, "departure": { "time": "1771434707" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771434804" }, "departure": { "time": "1771434804" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771434918" }, "departure": { "time": "1771434960" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771435200" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544384" } } }, { "id": "trip:6541215", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431875" }, "departure": { "time": "1771431911" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771431981" }, "departure": { "time": "1771431985" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771432123" }, "departure": { "time": "1771432123" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771432203" }, "departure": { "time": "1771432203" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771432323" }, "departure": { "time": "1771432323" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771432413" }, "departure": { "time": "1771432413" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771432573" }, "departure": { "time": "1771432573" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771432673" }, "departure": { "time": "1771432673" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771432753" }, "departure": { "time": "1771432753" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771432843" }, "departure": { "time": "1771432843" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771432923" }, "departure": { "time": "1771432923" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771433013" }, "departure": { "time": "1771433013" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771433103" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541215" } } }, { "id": "trip:6257429", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434840" }, "stopId": "LORRAIN2", "stopSequence": 0 }, { "arrival": { "time": "1771434940" }, "departure": { "time": "1771434940" }, "stopId": "MAIL-HDV", "stopSequence": 1 }, { "arrival": { "time": "1771435046" }, "departure": { "time": "1771435046" }, "stopId": "CLEMOI-E", "stopSequence": 2 }, { "arrival": { "time": "1771435132" }, "departure": { "time": "1771435132" }, "stopId": "MAISAR-E", "stopSequence": 3 }, { "arrival": { "time": "1771435200" }, "departure": { "time": "1771435200" }, "stopId": "LAREVE-E", "stopSequence": 4 }, { "arrival": { "time": "1771435288" }, "departure": { "time": "1771435288" }, "stopId": "MONTAIG", "stopSequence": 5 }, { "arrival": { "time": "1771435440" }, "departure": { "time": "1771435440" }, "stopId": "COUPER-E", "stopSequence": 6 }, { "arrival": { "time": "1771435512" }, "departure": { "time": "1771435512" }, "stopId": "MONTRJ-E", "stopSequence": 7 }, { "arrival": { "time": "1771435581" }, "departure": { "time": "1771435581" }, "stopId": "CAMELIAS", "stopSequence": 8 } ], "trip": { "directionId": 0, "routeId": "11", "tripId": "6257429" } } }, { "id": "trip:6257619", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433400" }, "stopId": "PROVINS", "stopSequence": 0 }, { "arrival": { "time": "1771433473" }, "departure": { "time": "1771433473" }, "stopId": "RTEPARIS", "stopSequence": 1 }, { "arrival": { "time": "1771433580" }, "departure": { "time": "1771433580" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1771433657" }, "departure": { "time": "1771433657" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1771433722" }, "departure": { "time": "1771433722" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1771433890" }, "departure": { "time": "1771433890" }, "stopId": "AUVERGNE", "stopSequence": 6 }, { "arrival": { "time": "1771433936" }, "departure": { "time": "1771433936" }, "stopId": "NOZAY", "stopSequence": 7 }, { "arrival": { "time": "1771433971" }, "departure": { "time": "1771433971" }, "stopId": "RBRIOLLA", "stopSequence": 8 }, { "arrival": { "time": "1771434057" }, "departure": { "time": "1771434057" }, "stopId": "RAMON", "stopSequence": 9 }, { "arrival": { "time": "1771434340" }, "departure": { "time": "1771434340" }, "stopId": "TALET", "stopSequence": 12 }, { "arrival": { "time": "1771433999" }, "departure": { "time": "1771433999" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLANT", "stopSequence": 13 }, { "arrival": { "time": "1771434106" }, "departure": { "time": "1771434106" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOUER", "stopSequence": 14 }, { "arrival": { "time": "1771434240" }, "departure": { "time": "1771434240" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACENEY", "stopSequence": 15 }, { "arrival": { "time": "1771434433" }, "departure": { "time": "1771434433" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU", "stopSequence": 16 }, { "arrival": { "time": "1771434529" }, "departure": { "time": "1771434529" }, "stopId": "MENDESFR", "stopSequence": 17 }, { "arrival": { "time": "1771434682" }, "departure": { "time": "1771434840" }, "stopId": "FO-LOR-R", "stopSequence": 18 }, { "arrival": { "time": "1771434949" }, "departure": { "time": "1771434949" }, "stopId": "STAUBI-E", "stopSequence": 19 }, { "arrival": { "time": "1771435001" }, "departure": { "time": "1771435001" }, "stopId": "HARAS-E", "stopSequence": 20 }, { "arrival": { "time": "1771435140" }, "departure": { "time": "1771435140" }, "stopId": "LESGAR-E", "stopSequence": 21 }, { "arrival": { "time": "1771435257" }, "departure": { "time": "1771435257" }, "stopId": "SEMARD-E", "stopSequence": 22 }, { "arrival": { "time": "1771435308" }, "departure": { "time": "1771435308" }, "stopId": "PONTNO-E", "stopSequence": 23 }, { "arrival": { "time": "1771435407" }, "departure": { "time": "1771435407" }, "stopId": "POIREL-E", "stopSequence": 24 }, { "arrival": { "time": "1771435461" }, "departure": { "time": "1771435461" }, "stopId": "VAUBAN-E", "stopSequence": 25 }, { "arrival": { "time": "1771435531" }, "departure": { "time": "1771435531" }, "stopId": "FREMUR-E", "stopSequence": 26 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257619" } } }, { "id": "trip:6544382", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433640" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771433689" }, "departure": { "time": "1771433689" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771433923" }, "departure": { "time": "1771433923" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771433955" }, "departure": { "time": "1771433955" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771434115" }, "departure": { "time": "1771434115" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771434198" }, "departure": { "time": "1771434198" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771434295" }, "departure": { "time": "1771434295" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771434533" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544382" } } }, { "id": "trip:6258746", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432200" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771432311" }, "departure": { "time": "1771432311" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771432364" }, "departure": { "time": "1771432364" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771432560" }, "departure": { "time": "1771432560" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771432640" }, "departure": { "time": "1771432640" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771432691" }, "departure": { "time": "1771432691" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771432734" }, "departure": { "time": "1771432734" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771432789" }, "departure": { "time": "1771432789" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771432860" }, "departure": { "time": "1771432860" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771432919" }, "departure": { "time": "1771432919" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771432968" }, "departure": { "time": "1771432968" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771433068" }, "departure": { "time": "1771433068" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771433171" }, "departure": { "time": "1771433171" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771433220" }, "departure": { "time": "1771433220" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771433261" }, "departure": { "time": "1771433261" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771433351" }, "departure": { "time": "1771433351" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771433430" }, "departure": { "time": "1771433430" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771433516" }, "departure": { "time": "1771433516" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771433564" }, "departure": { "time": "1771433564" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771433633" }, "departure": { "time": "1771433633" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771433670" }, "departure": { "time": "1771433670" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771433746" }, "departure": { "time": "1771433746" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771433898" }, "departure": { "time": "1771433898" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771433961" }, "departure": { "time": "1771433961" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771434023" }, "departure": { "time": "1771434023" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771434066" }, "departure": { "time": "1771434066" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771434102" }, "departure": { "time": "1771434102" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771434180" }, "departure": { "time": "1771434180" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771434260" }, "departure": { "time": "1771434260" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771434330" }, "departure": { "time": "1771434330" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771434375" }, "departure": { "time": "1771434375" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771434420" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258746" } } }, { "id": "trip:6541222", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434000" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771434230" }, "departure": { "time": "1771434230" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771434350" }, "departure": { "time": "1771434350" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771434470" }, "departure": { "time": "1771434470" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771434560" }, "departure": { "time": "1771434560" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771434680" }, "departure": { "time": "1771434680" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771434790" }, "departure": { "time": "1771434790" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771434850" }, "departure": { "time": "1771434850" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771434950" }, "departure": { "time": "1771434950" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771435050" }, "departure": { "time": "1771435050" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771435140" }, "departure": { "time": "1771435140" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771435260" }, "departure": { "time": "1771435260" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771435360" }, "departure": { "time": "1771435360" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771435480" }, "departure": { "time": "1771435480" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435560" }, "stopId": "2JMOU", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541222" } } }, { "id": "trip:6258136", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433160" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1771433215" }, "departure": { "time": "1771433215" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771433269" }, "departure": { "time": "1771433269" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1771433346" }, "departure": { "time": "1771433346" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771433420" }, "departure": { "time": "1771433420" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771433580" }, "departure": { "time": "1771433580" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1771433685" }, "departure": { "time": "1771433685" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771433792" }, "departure": { "time": "1771433792" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771433880" }, "departure": { "time": "1771433880" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771433995" }, "departure": { "time": "1771433995" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771434170" }, "departure": { "time": "1771434170" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771434210" }, "departure": { "time": "1771434210" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771434293" }, "departure": { "time": "1771434293" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771434389" }, "departure": { "time": "1771434389" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771434480" }, "departure": { "time": "1771434480" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771434576" }, "departure": { "time": "1771434576" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1771434678" }, "departure": { "time": "1771434678" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1771434741" }, "departure": { "time": "1771434741" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1771434800" }, "departure": { "time": "1771434800" }, "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1771434940" }, "departure": { "time": "1771434940" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771435013" }, "departure": { "time": "1771435013" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771435094" }, "departure": { "time": "1771435094" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771435153" }, "departure": { "time": "1771435153" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771435200" }, "departure": { "time": "1771435200" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771435275" }, "departure": { "time": "1771435275" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771435309" }, "departure": { "time": "1771435309" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771435380" }, "departure": { "time": "1771435380" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771435440" }, "departure": { "time": "1771435440" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771435494" }, "departure": { "time": "1771435494" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771435551" }, "departure": { "time": "1771435551" }, "stopId": "FRCEVERT", "stopSequence": 31 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258136" } } }, { "id": "trip:6540888", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432401" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771432481" }, "departure": { "time": "1771432481" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771432551" }, "departure": { "time": "1771432551" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771432631" }, "departure": { "time": "1771432631" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771432721" }, "departure": { "time": "1771432721" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771432811" }, "departure": { "time": "1771432811" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771432921" }, "departure": { "time": "1771432921" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771433081" }, "departure": { "time": "1771433081" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771433171" }, "departure": { "time": "1771433171" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771433291" }, "departure": { "time": "1771433291" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771433371" }, "departure": { "time": "1771433371" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771433501" }, "departure": { "time": "1771433501" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771433591" }, "departure": { "time": "1771433591" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771433711" }, "departure": { "time": "1771433711" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771433821" }, "departure": { "time": "1771433821" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771433921" }, "departure": { "time": "1771433921" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771434001" }, "departure": { "time": "1771434001" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771434071" }, "departure": { "time": "1771434071" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771434191" }, "departure": { "time": "1771434191" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771434291" }, "departure": { "time": "1771434291" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771434391" }, "departure": { "time": "1771434391" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771434501" }, "departure": { "time": "1771434501" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771434630" }, "departure": { "time": "1771434630" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771434721" }, "departure": { "time": "1771434721" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771434885" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6540888" } } }, { "id": "trip:4155", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431930" }, "departure": { "time": "1771431960" }, "stopId": "BAUDELAI", "stopSequence": 7 }, { "arrival": { "time": "1771432025" }, "departure": { "time": "1771432025" }, "stopId": "PRINCE-E", "stopSequence": 8 }, { "arrival": { "time": "1771432150" }, "departure": { "time": "1771432150" }, "stopId": "LBALUE-E", "stopSequence": 9 }, { "arrival": { "time": "1771432280" }, "departure": { "time": "1771432280" }, "stopId": "LTAC-E", "stopSequence": 10 }, { "arrival": { "time": "1771432316" }, "departure": { "time": "1771432316" }, "stopId": "SOULAI-E", "stopSequence": 11 }, { "arrival": { "time": "1771432434" }, "departure": { "time": "1771432434" }, "stopId": "GROLLI-E", "stopSequence": 12 }, { "arrival": { "time": "1771432580" }, "departure": { "time": "1771432580" }, "stopId": "LMARZELL", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "41", "tripId": "4155" } } }, { "id": "trip:6257950", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431903" }, "departure": { "time": "1771431903" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771431931" }, "departure": { "time": "1771431963" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771432027" }, "departure": { "time": "1771432027" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771432082" }, "departure": { "time": "1771432082" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771432196" }, "departure": { "time": "1771432196" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771432238" }, "departure": { "time": "1771432238" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771432265" }, "departure": { "time": "1771432265" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771432281" }, "departure": { "time": "1771432281" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771432319" }, "departure": { "time": "1771432319" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771432351" }, "departure": { "time": "1771432351" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771432451" }, "departure": { "time": "1771432451" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771432469" }, "departure": { "time": "1771432469" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771432507" }, "departure": { "time": "1771432507" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771432570" }, "departure": { "time": "1771432570" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771432617" }, "departure": { "time": "1771432617" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771432684" }, "departure": { "time": "1771432684" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771432746" }, "departure": { "time": "1771432746" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771432817" }, "departure": { "time": "1771432817" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771432867" }, "departure": { "time": "1771432867" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771432908" }, "departure": { "time": "1771432908" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771432935" }, "departure": { "time": "1771432935" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771432979" }, "departure": { "time": "1771432979" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771433037" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257950" } } }, { "id": "trip:6545031", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435260" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771435444" }, "departure": { "time": "1771435444" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771435559" }, "departure": { "time": "1771435559" }, "stopId": "2ELYS", "stopSequence": 2 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545031" } } }, { "id": "trip:3155C", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431969" }, "departure": { "time": "1771431969" }, "stopId": "SPORBR-E", "stopSequence": 10 }, { "arrival": { "time": "1771431990" }, "departure": { "time": "1771431990" }, "stopId": "BRIOLL-E", "stopSequence": 11 }, { "arrival": { "time": "1771432050" }, "departure": { "time": "1771432050" }, "stopId": "VARENN-E", "stopSequence": 12 } ], "trip": { "routeId": "31", "tripId": "3155C" } } }, { "id": "trip:6258319", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431885" }, "departure": { "time": "1771431901" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771431941" }, "departure": { "time": "1771431961" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771431973" }, "departure": { "time": "1771431973" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771432020" }, "departure": { "time": "1771432020" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771432043" }, "departure": { "time": "1771432043" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771432080" }, "departure": { "time": "1771432080" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771432123" }, "departure": { "time": "1771432123" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771432185" }, "departure": { "time": "1771432185" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771432224" }, "departure": { "time": "1771432224" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771432291" }, "departure": { "time": "1771432291" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771432344" }, "departure": { "time": "1771432344" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771432381" }, "departure": { "time": "1771432381" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771432406" }, "departure": { "time": "1771432406" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771432446" }, "departure": { "time": "1771432446" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771432500" }, "departure": { "time": "1771432500" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771432550" }, "departure": { "time": "1771432550" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771432587" }, "departure": { "time": "1771432587" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771432666" }, "departure": { "time": "1771432666" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771432730" }, "departure": { "time": "1771432730" }, "stopId": "POMONE", "stopSequence": 19 }, { "arrival": { "time": "1771432835" }, "departure": { "time": "1771432835" }, "stopId": "CIOUEST", "stopSequence": 20 }, { "arrival": { "time": "1771432884" }, "departure": { "time": "1771432884" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771432920" }, "departure": { "time": "1771432920" }, "stopId": "DESCAZ-E", "stopSequence": 22 }, { "arrival": { "time": "1771432977" }, "departure": { "time": "1771432977" }, "stopId": "BICHDAVI", "stopSequence": 23 }, { "arrival": { "time": "1771433059" }, "departure": { "time": "1771433059" }, "stopId": "HOTDIEU", "stopSequence": 24 }, { "arrival": { "time": "1771433100" }, "departure": { "time": "1771433100" }, "stopId": "ROCHEFOU", "stopSequence": 25 }, { "arrival": { "time": "1771433328" }, "departure": { "time": "1771433328" }, "stopId": "STSERGEU", "stopSequence": 26 }, { "arrival": { "time": "1771433707" }, "departure": { "time": "1771433707" }, "stopId": "MENDESFR", "stopSequence": 27 }, { "arrival": { "time": "1771433880" }, "departure": { "time": "1771433940" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771434051" }, "departure": { "time": "1771434051" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771434104" }, "departure": { "time": "1771434104" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771434300" }, "departure": { "time": "1771434300" }, "stopId": "ANLERO-E", "stopSequence": 31 }, { "arrival": { "time": "1771434385" }, "departure": { "time": "1771434385" }, "stopId": "RABELA-E", "stopSequence": 32 }, { "arrival": { "time": "1771434452" }, "departure": { "time": "1771434452" }, "stopId": "ESA-E", "stopSequence": 33 }, { "arrival": { "time": "1771434607" }, "departure": { "time": "1771434607" }, "stopId": "DELATA-E", "stopSequence": 34 }, { "arrival": { "time": "1771434720" }, "departure": { "time": "1771434720" }, "stopId": "ALLARD-E", "stopSequence": 35 }, { "arrival": { "time": "1771434770" }, "departure": { "time": "1771434770" }, "stopId": "TASSIG-E", "stopSequence": 36 }, { "arrival": { "time": "1771434863" }, "departure": { "time": "1771434863" }, "stopId": "TROIPA-E", "stopSequence": 37 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "stopId": "SABLON-E", "stopSequence": 38 }, { "arrival": { "time": "1771434961" }, "departure": { "time": "1771434961" }, "stopId": "RUELLE-E", "stopSequence": 39 }, { "arrival": { "time": "1771435055" }, "departure": { "time": "1771435055" }, "stopId": "GENDRO-E", "stopSequence": 40 }, { "arrival": { "time": "1771435162" }, "departure": { "time": "1771435162" }, "stopId": "PATUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771435242" }, "departure": { "time": "1771435242" }, "stopId": "AUTHIO-E", "stopSequence": 42 }, { "arrival": { "time": "1771435310" }, "departure": { "time": "1771435310" }, "stopId": "BELPOU-E", "stopSequence": 43 }, { "arrival": { "time": "1771435380" }, "departure": { "time": "1771435380" }, "stopId": "PONTSC-E", "stopSequence": 44 }, { "arrival": { "time": "1771435502" }, "departure": { "time": "1771435502" }, "stopId": "LOIRE-E", "stopSequence": 45 }, { "arrival": { "time": "1771435537" }, "departure": { "time": "1771435537" }, "stopId": "DUBE-E", "stopSequence": 46 }, { "arrival": { "time": "1771435583" }, "departure": { "time": "1771435583" }, "stopId": "LOUET-E", "stopSequence": 47 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258319" } } }, { "id": "trip:6544744", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434000" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771434130" }, "departure": { "time": "1771434130" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771434224" }, "departure": { "time": "1771434224" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771434382" }, "departure": { "time": "1771434382" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771434460" }, "departure": { "time": "1771434460" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771434618" }, "departure": { "time": "1771434618" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771434697" }, "departure": { "time": "1771434697" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771434770" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544744" } } }, { "id": "trip:6257910", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431926" }, "departure": { "time": "1771431965" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771431992" }, "departure": { "time": "1771431992" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771432015" }, "departure": { "time": "1771432015" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771432051" }, "departure": { "time": "1771432051" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771432116" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257910" } } }, { "id": "trip:6544694", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434960" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771435040" }, "departure": { "time": "1771435040" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771435110" }, "departure": { "time": "1771435110" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771435190" }, "departure": { "time": "1771435190" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771435280" }, "departure": { "time": "1771435280" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771435370" }, "departure": { "time": "1771435370" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771435480" }, "departure": { "time": "1771435480" }, "stopId": "1BOTA", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544694" } } }, { "id": "trip:6257914", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432018" }, "departure": { "time": "1771432018" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771432129" }, "departure": { "time": "1771432129" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771432178" }, "departure": { "time": "1771432178" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771432216" }, "departure": { "time": "1771432216" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771432140" }, "departure": { "time": "1771432140" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771432267" }, "departure": { "time": "1771432267" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771432355" }, "departure": { "time": "1771432355" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771432440" }, "departure": { "time": "1771432440" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771432378" }, "departure": { "time": "1771432378" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771433815" }, "departure": { "time": "1771433815" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771433910" }, "departure": { "time": "1771433910" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771434032" }, "departure": { "time": "1771434032" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771434118" }, "departure": { "time": "1771434118" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771434214" }, "departure": { "time": "1771434214" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771434288" }, "departure": { "time": "1771434288" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771434338" }, "departure": { "time": "1771434338" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771434409" }, "departure": { "time": "1771434409" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771434554" }, "departure": { "time": "1771434554" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771434607" }, "departure": { "time": "1771434607" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771434640" }, "departure": { "time": "1771434640" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771434706" }, "departure": { "time": "1771434706" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771434742" }, "departure": { "time": "1771434742" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771434852" }, "departure": { "time": "1771434852" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771434882" }, "departure": { "time": "1771434882" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771434911" }, "departure": { "time": "1771434911" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771435017" }, "departure": { "time": "1771435017" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771435045" }, "departure": { "time": "1771435045" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771435129" }, "departure": { "time": "1771435129" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771435212" }, "departure": { "time": "1771435212" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771435274" }, "departure": { "time": "1771435274" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771435321" }, "departure": { "time": "1771435321" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771435390" }, "departure": { "time": "1771435390" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771435398" }, "departure": { "time": "1771435398" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771435481" }, "departure": { "time": "1771435481" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771435535" }, "departure": { "time": "1771435535" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771435857" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257914" } } }, { "id": "trip:6541223", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434350" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771434470" }, "departure": { "time": "1771434470" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771434580" }, "departure": { "time": "1771434580" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771434700" }, "departure": { "time": "1771434700" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771434820" }, "departure": { "time": "1771434820" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771434910" }, "departure": { "time": "1771434910" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771435030" }, "departure": { "time": "1771435030" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771435140" }, "departure": { "time": "1771435140" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771435200" }, "departure": { "time": "1771435200" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771435300" }, "departure": { "time": "1771435300" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771435400" }, "departure": { "time": "1771435400" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771435490" }, "departure": { "time": "1771435490" }, "stopId": "2STSE", "stopSequence": 11 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541223" } } }, { "id": "trip:6258321", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433880" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771433919" }, "departure": { "time": "1771433919" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771433959" }, "departure": { "time": "1771433959" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771434013" }, "departure": { "time": "1771434013" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771434060" }, "departure": { "time": "1771434060" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771434083" }, "departure": { "time": "1771434083" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771434163" }, "departure": { "time": "1771434163" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771434225" }, "departure": { "time": "1771434225" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771434264" }, "departure": { "time": "1771434264" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771434331" }, "departure": { "time": "1771434331" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771434384" }, "departure": { "time": "1771434384" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771434421" }, "departure": { "time": "1771434421" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771434446" }, "departure": { "time": "1771434446" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771434486" }, "departure": { "time": "1771434486" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771434540" }, "departure": { "time": "1771434540" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771434583" }, "departure": { "time": "1771434583" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771434615" }, "departure": { "time": "1771434615" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771434683" }, "departure": { "time": "1771434683" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771434738" }, "departure": { "time": "1771434738" }, "stopId": "POMONE", "stopSequence": 19 }, { "arrival": { "time": "1771434828" }, "departure": { "time": "1771434828" }, "stopId": "CIOUEST", "stopSequence": 20 }, { "arrival": { "time": "1771434870" }, "departure": { "time": "1771434870" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "stopId": "DESCAZ-E", "stopSequence": 22 }, { "arrival": { "time": "1771434957" }, "departure": { "time": "1771434957" }, "stopId": "BICHDAVI", "stopSequence": 23 }, { "arrival": { "time": "1771435039" }, "departure": { "time": "1771435039" }, "stopId": "HOTDIEU", "stopSequence": 24 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "ROCHEFOU", "stopSequence": 25 }, { "arrival": { "time": "1771435273" }, "departure": { "time": "1771435273" }, "stopId": "STSERGEU", "stopSequence": 26 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258321" } } }, { "id": "trip:3568", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431976" }, "departure": { "time": "1771431976" }, "stopId": "FARCYSJA", "stopSequence": 20 }, { "arrival": { "time": "1771432130" }, "departure": { "time": "1771432130" }, "stopId": "QUAIsubN", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "35", "tripId": "3568" } } }, { "id": "trip:6260068", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431918" }, "departure": { "time": "1771431934" }, "stopId": "FMEDECIN", "stopSequence": 3 }, { "arrival": { "time": "1771432000" }, "departure": { "time": "1771432000" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1771432056" }, "departure": { "time": "1771432056" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1771432122" }, "departure": { "time": "1771432122" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1771432205" }, "departure": { "time": "1771432205" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1771432260" }, "departure": { "time": "1771432260" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1771432339" }, "departure": { "time": "1771432339" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1771432393" }, "departure": { "time": "1771432393" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1771432481" }, "departure": { "time": "1771432481" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1771432522" }, "departure": { "time": "1771432522" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1771432547" }, "departure": { "time": "1771432547" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1771432617" }, "departure": { "time": "1771432617" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1771432735" }, "departure": { "time": "1771432735" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1771432930" }, "departure": { "time": "1771432930" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1771433029" }, "departure": { "time": "1771433029" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1771433090" }, "departure": { "time": "1771433090" }, "stopId": "CHBBEI-E", "stopSequence": 18 }, { "arrival": { "time": "1771433145" }, "departure": { "time": "1771433145" }, "stopId": "BOISRA-E", "stopSequence": 19 }, { "arrival": { "time": "1771433211" }, "departure": { "time": "1771433211" }, "stopId": "NDAMLA-E", "stopSequence": 20 }, { "arrival": { "time": "1771433274" }, "departure": { "time": "1771433274" }, "stopId": "POLYTE-E", "stopSequence": 21 }, { "arrival": { "time": "1771433330" }, "departure": { "time": "1771433330" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1771433450" }, "departure": { "time": "1771433450" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1771433535" }, "departure": { "time": "1771433535" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1771433720" }, "departure": { "time": "1771433720" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1771433773" }, "departure": { "time": "1771433773" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1771433810" }, "departure": { "time": "1771433810" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1771433841" }, "departure": { "time": "1771433841" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1771433894" }, "departure": { "time": "1771433894" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1771433939" }, "departure": { "time": "1771433939" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1771434046" }, "departure": { "time": "1771434046" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1771434077" }, "departure": { "time": "1771434077" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1771434161" }, "departure": { "time": "1771434161" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1771434230" }, "departure": { "time": "1771434230" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1771434270" }, "departure": { "time": "1771434270" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1771434348" }, "departure": { "time": "1771434348" }, "stopId": "HARENC", "stopSequence": 36 }, { "arrival": { "time": "1771434408" }, "departure": { "time": "1771434408" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1771434460" }, "departure": { "time": "1771434460" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1771434487" }, "departure": { "time": "1771434487" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1771434540" }, "departure": { "time": "1771434540" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1771434592" }, "departure": { "time": "1771434592" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1771434655" }, "departure": { "time": "1771434655" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1771434737" }, "departure": { "time": "1771434737" }, "stopId": "PETPOR-E", "stopSequence": 43 }, { "arrival": { "time": "1771434778" }, "departure": { "time": "1771434778" }, "stopId": "CHEVRI-E", "stopSequence": 44 }, { "arrival": { "time": "1771434828" }, "departure": { "time": "1771434828" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 46 }, { "arrival": { "time": "1771434865" }, "departure": { "time": "1771434865" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 47 }, { "arrival": { "time": "1771434913" }, "departure": { "time": "1771434913" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 48 }, { "arrival": { "time": "1771434967" }, "departure": { "time": "1771434967" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771435022" }, "departure": { "time": "1771435022" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771435050" }, "departure": { "time": "1771435050" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 51 }, { "arrival": { "time": "1771435106" }, "departure": { "time": "1771435106" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1771435320" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260068" } } }, { "id": "trip:6258483", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435560" }, "stopId": "ROMORNA", "stopSequence": 0 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258483" } } }, { "id": "trip:6258079", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771433215" }, "departure": { "time": "1771433215" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771433279" }, "departure": { "time": "1771433279" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771433372" }, "departure": { "time": "1771433372" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771433415" }, "departure": { "time": "1771433415" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771433460" }, "departure": { "time": "1771433460" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771433527" }, "departure": { "time": "1771433527" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771433576" }, "departure": { "time": "1771433576" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771433641" }, "departure": { "time": "1771433641" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771433716" }, "departure": { "time": "1771433716" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771433773" }, "departure": { "time": "1771433773" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1771434103" }, "departure": { "time": "1771434103" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771434160" }, "departure": { "time": "1771434160" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771434232" }, "departure": { "time": "1771434232" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771434261" }, "departure": { "time": "1771434261" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771434294" }, "departure": { "time": "1771434294" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771434359" }, "departure": { "time": "1771434359" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771434394" }, "departure": { "time": "1771434394" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771434463" }, "departure": { "time": "1771434463" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771434527" }, "departure": { "time": "1771434527" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771434609" }, "departure": { "time": "1771434609" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771434713" }, "departure": { "time": "1771434713" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771434781" }, "departure": { "time": "1771434781" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771434836" }, "departure": { "time": "1771434836" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771434882" }, "departure": { "time": "1771434882" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771434928" }, "departure": { "time": "1771434928" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771435021" }, "departure": { "time": "1771435021" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771435051" }, "departure": { "time": "1771435051" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771435133" }, "departure": { "time": "1771435133" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771435183" }, "departure": { "time": "1771435183" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771435233" }, "departure": { "time": "1771435233" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771435286" }, "departure": { "time": "1771435286" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771435373" }, "departure": { "time": "1771435373" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771435439" }, "departure": { "time": "1771435439" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771435524" }, "departure": { "time": "1771435524" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771435586" }, "departure": { "time": "1771435586" }, "stopId": "MORELE-E", "stopSequence": 38 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258079" } } }, { "id": "trip:6257479", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433040" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1771433115" }, "departure": { "time": "1771433115" }, "stopId": "CHABOLA.", "stopSequence": 1 }, { "arrival": { "time": "1771433160" }, "departure": { "time": "1771433160" }, "stopId": "BOUZINAC", "stopSequence": 2 }, { "arrival": { "time": "1771433197" }, "departure": { "time": "1771433197" }, "stopId": "RAPIDEX", "stopSequence": 3 }, { "arrival": { "time": "1771433220" }, "departure": { "time": "1771433220" }, "stopId": "VALEO", "stopSequence": 4 }, { "arrival": { "time": "1771433261" }, "departure": { "time": "1771433261" }, "stopId": "POMANJO", "stopSequence": 5 }, { "arrival": { "time": "1771433286" }, "departure": { "time": "1771433286" }, "stopId": "LEMERCIE", "stopSequence": 6 }, { "arrival": { "time": "1771433354" }, "departure": { "time": "1771433354" }, "stopId": "SCANIA", "stopSequence": 7 }, { "arrival": { "time": "1771433400" }, "departure": { "time": "1771433400" }, "stopId": "INDUSTRI", "stopSequence": 8 }, { "arrival": { "time": "1771433496" }, "departure": { "time": "1771433496" }, "stopId": "SAVOIE", "stopSequence": 9 }, { "arrival": { "time": "1771433578" }, "departure": { "time": "1771433578" }, "stopId": "DOYENNE", "stopSequence": 10 }, { "arrival": { "time": "1771433662" }, "departure": { "time": "1771433662" }, "stopId": "CITESOLI", "stopSequence": 11 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "CARCITR", "stopSequence": 12 }, { "arrival": { "time": "1771433875" }, "departure": { "time": "1771433875" }, "stopId": "FFAURE", "stopSequence": 13 }, { "arrival": { "time": "1771433984" }, "departure": { "time": "1771433984" }, "stopId": "FACUL-SS", "stopSequence": 14 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "stopId": "BDEMAINE", "stopSequence": 15 }, { "arrival": { "time": "1771434179" }, "departure": { "time": "1771434179" }, "stopId": "TALET", "stopSequence": 16 }, { "arrival": { "time": "1771434453" }, "departure": { "time": "1771434453" }, "stopId": "MENDESFR", "stopSequence": 17 }, { "arrival": { "time": "1771434600" }, "departure": { "time": "1771434660" }, "stopId": "FO-LOR-R", "stopSequence": 18 }, { "arrival": { "time": "1771434744" }, "departure": { "time": "1771434744" }, "stopId": "STAUBI-E", "stopSequence": 19 }, { "arrival": { "time": "1771434784" }, "departure": { "time": "1771434784" }, "stopId": "HARAS-E", "stopSequence": 20 }, { "arrival": { "time": "1771434891" }, "departure": { "time": "1771434891" }, "stopId": "LESGAR-E", "stopSequence": 21 }, { "arrival": { "time": "1771435023" }, "departure": { "time": "1771435023" }, "stopId": "SEMARD-E", "stopSequence": 22 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "PONTNO-E", "stopSequence": 23 }, { "arrival": { "time": "1771435184" }, "departure": { "time": "1771435184" }, "stopId": "POIREL-E", "stopSequence": 24 }, { "arrival": { "time": "1771435241" }, "departure": { "time": "1771435241" }, "stopId": "VAUBAN-E", "stopSequence": 25 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "stopId": "CHANZY-E", "stopSequence": 26 }, { "arrival": { "time": "1771435380" }, "departure": { "time": "1771435380" }, "stopId": "LAFAYE-E", "stopSequence": 27 }, { "arrival": { "time": "1771435466" }, "departure": { "time": "1771435466" }, "stopId": "MIRABE-E", "stopSequence": 28 }, { "arrival": { "time": "1771435521" }, "departure": { "time": "1771435521" }, "stopId": "CESARG-E", "stopSequence": 29 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435560" }, "stopId": "BLANDE-E", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257479" } } }, { "id": "trip:6257989", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434660" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771434696" }, "departure": { "time": "1771434696" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771434729" }, "departure": { "time": "1771434729" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771434788" }, "departure": { "time": "1771434788" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771434819" }, "departure": { "time": "1771434819" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771434879" }, "departure": { "time": "1771434879" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771434922" }, "departure": { "time": "1771434922" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771435018" }, "departure": { "time": "1771435018" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771435057" }, "departure": { "time": "1771435057" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771435095" }, "departure": { "time": "1771435095" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771435131" }, "departure": { "time": "1771435131" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771435235" }, "departure": { "time": "1771435235" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771435276" }, "departure": { "time": "1771435276" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771435327" }, "departure": { "time": "1771435327" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771435360" }, "departure": { "time": "1771435360" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771435399" }, "departure": { "time": "1771435399" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771435440" }, "departure": { "time": "1771435440" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771435555" }, "departure": { "time": "1771435555" }, "stopId": "I.U.T.", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257989" } } }, { "id": "trip:6257465", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432260" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1771432372" }, "departure": { "time": "1771432372" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1771432440" }, "departure": { "time": "1771432440" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1771432469" }, "departure": { "time": "1771432469" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1771432502" }, "departure": { "time": "1771432502" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1771432531" }, "departure": { "time": "1771432531" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1771432560" }, "departure": { "time": "1771432560" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1771432615" }, "departure": { "time": "1771432615" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1771432718" }, "departure": { "time": "1771432718" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1771432762" }, "departure": { "time": "1771432762" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1771432800" }, "departure": { "time": "1771432800" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1771432854" }, "departure": { "time": "1771432854" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1771432912" }, "departure": { "time": "1771432912" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1771432982" }, "departure": { "time": "1771432982" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1771433043" }, "departure": { "time": "1771433043" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1771433100" }, "departure": { "time": "1771433100" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1771433174" }, "departure": { "time": "1771433174" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1771433235" }, "departure": { "time": "1771433235" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1771433325" }, "departure": { "time": "1771433325" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1771433383" }, "departure": { "time": "1771433383" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1771433434" }, "departure": { "time": "1771433434" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1771433515" }, "departure": { "time": "1771433515" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1771433580" }, "departure": { "time": "1771433580" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1771433635" }, "departure": { "time": "1771433635" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1771433709" }, "departure": { "time": "1771433709" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1771433753" }, "departure": { "time": "1771433753" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1771433830" }, "departure": { "time": "1771433830" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1771433880" }, "departure": { "time": "1771433880" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1771433947" }, "departure": { "time": "1771433947" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1771434202" }, "departure": { "time": "1771434202" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1771434275" }, "departure": { "time": "1771434275" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1771434360" }, "departure": { "time": "1771434420" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1771434554" }, "departure": { "time": "1771434554" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1771434754" }, "departure": { "time": "1771434754" }, "stopId": "TALET-E", "stopSequence": 33 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "stopId": "BDEMAI-E", "stopSequence": 34 }, { "arrival": { "time": "1771434927" }, "departure": { "time": "1771434927" }, "stopId": "FACULT-E", "stopSequence": 35 }, { "arrival": { "time": "1771435068" }, "departure": { "time": "1771435068" }, "stopId": "FFAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771435140" }, "departure": { "time": "1771435140" }, "stopId": "CARCIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771435273" }, "departure": { "time": "1771435273" }, "stopId": "CITESO-E", "stopSequence": 38 }, { "arrival": { "time": "1771435346" }, "departure": { "time": "1771435346" }, "stopId": "DOYENN-E", "stopSequence": 39 }, { "arrival": { "time": "1771435424" }, "departure": { "time": "1771435424" }, "stopId": "SAVOIE-E", "stopSequence": 40 }, { "arrival": { "time": "1771435500" }, "departure": { "time": "1771435500" }, "stopId": "INDUST-E", "stopSequence": 41 }, { "arrival": { "time": "1771435558" }, "departure": { "time": "1771435558" }, "stopId": "HOTELL-E", "stopSequence": 42 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257465" } } }, { "id": "trip:6258075", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431949" }, "departure": { "time": "1771431949" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771432037" }, "departure": { "time": "1771432037" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771432151" }, "departure": { "time": "1771432151" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771432251" }, "departure": { "time": "1771432251" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771432427" }, "departure": { "time": "1771432427" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771432494" }, "departure": { "time": "1771432494" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771432579" }, "departure": { "time": "1771432579" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771432625" }, "departure": { "time": "1771432625" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771432664" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258075" } } }, { "id": "trip:6541213", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431876" }, "departure": { "time": "1771431910" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771431982" }, "departure": { "time": "1771431986" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771432051" }, "departure": { "time": "1771432051" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771432141" }, "departure": { "time": "1771432141" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771432221" }, "departure": { "time": "1771432221" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771432311" }, "departure": { "time": "1771432311" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771432401" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541213" } } }, { "id": "trip:6257912", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431948" }, "departure": { "time": "1771431979" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771432073" }, "departure": { "time": "1771432073" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771432201" }, "departure": { "time": "1771432201" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771432254" }, "departure": { "time": "1771432254" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771432406" }, "departure": { "time": "1771432406" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771432491" }, "departure": { "time": "1771432491" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771432554" }, "departure": { "time": "1771432554" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771432625" }, "departure": { "time": "1771432625" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771432741" }, "departure": { "time": "1771432741" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771432794" }, "departure": { "time": "1771432794" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771432867" }, "departure": { "time": "1771432867" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771432890" }, "departure": { "time": "1771432890" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771432969" }, "departure": { "time": "1771432969" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771433036" }, "departure": { "time": "1771433036" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771433079" }, "departure": { "time": "1771433079" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771433125" }, "departure": { "time": "1771433125" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771433214" }, "departure": { "time": "1771433214" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771433272" }, "departure": { "time": "1771433272" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771433326" }, "departure": { "time": "1771433326" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771433396" }, "departure": { "time": "1771433396" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771433458" }, "departure": { "time": "1771433458" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771433518" }, "departure": { "time": "1771433518" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771433574" }, "departure": { "time": "1771433574" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771433625" }, "departure": { "time": "1771433625" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771433665" }, "departure": { "time": "1771433665" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771433706" }, "departure": { "time": "1771433706" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771433774" }, "departure": { "time": "1771433774" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771433814" }, "departure": { "time": "1771433814" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1771433903" }, "departure": { "time": "1771433903" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771433930" }, "departure": { "time": "1771433930" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771433953" }, "departure": { "time": "1771433953" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771433989" }, "departure": { "time": "1771433989" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771434054" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257912" } } }, { "id": "trip:6257615", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431983" }, "departure": { "time": "1771431983" }, "stopId": "PROVINS", "stopSequence": 0 }, { "arrival": { "time": "1771432093" }, "departure": { "time": "1771432093" }, "stopId": "RTEPARIS", "stopSequence": 1 }, { "arrival": { "time": "1771432200" }, "departure": { "time": "1771432200" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1771432277" }, "departure": { "time": "1771432277" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1771432342" }, "departure": { "time": "1771432342" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1771432440" }, "departure": { "time": "1771432440" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1771432510" }, "departure": { "time": "1771432510" }, "stopId": "AUVERGNE", "stopSequence": 6 }, { "arrival": { "time": "1771432556" }, "departure": { "time": "1771432556" }, "stopId": "NOZAY", "stopSequence": 7 }, { "arrival": { "time": "1771432591" }, "departure": { "time": "1771432591" }, "stopId": "RBRIOLLA", "stopSequence": 8 }, { "arrival": { "time": "1771432677" }, "departure": { "time": "1771432677" }, "stopId": "RAMON", "stopSequence": 9 }, { "arrival": { "time": "1771432960" }, "departure": { "time": "1771432960" }, "stopId": "TALET", "stopSequence": 12 }, { "arrival": { "time": "1771432619" }, "departure": { "time": "1771432619" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLANT", "stopSequence": 13 }, { "arrival": { "time": "1771432726" }, "departure": { "time": "1771432726" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOUER", "stopSequence": 14 }, { "arrival": { "time": "1771432860" }, "departure": { "time": "1771432860" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACENEY", "stopSequence": 15 }, { "arrival": { "time": "1771433053" }, "departure": { "time": "1771433053" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU", "stopSequence": 16 }, { "arrival": { "time": "1771433094" }, "departure": { "time": "1771433094" }, "stopId": "MENDESFR", "stopSequence": 17 }, { "arrival": { "time": "1771433243" }, "departure": { "time": "1771433460" }, "stopId": "FO-LOR-R", "stopSequence": 18 }, { "arrival": { "time": "1771433569" }, "departure": { "time": "1771433569" }, "stopId": "STAUBI-E", "stopSequence": 19 }, { "arrival": { "time": "1771433621" }, "departure": { "time": "1771433621" }, "stopId": "HARAS-E", "stopSequence": 20 }, { "arrival": { "time": "1771433760" }, "departure": { "time": "1771433760" }, "stopId": "LESGAR-E", "stopSequence": 21 }, { "arrival": { "time": "1771433877" }, "departure": { "time": "1771433877" }, "stopId": "SEMARD-E", "stopSequence": 22 }, { "arrival": { "time": "1771433928" }, "departure": { "time": "1771433928" }, "stopId": "PONTNO-E", "stopSequence": 23 }, { "arrival": { "time": "1771434027" }, "departure": { "time": "1771434027" }, "stopId": "POIREL-E", "stopSequence": 24 }, { "arrival": { "time": "1771434081" }, "departure": { "time": "1771434081" }, "stopId": "VAUBAN-E", "stopSequence": 25 }, { "arrival": { "time": "1771434151" }, "departure": { "time": "1771434151" }, "stopId": "FREMUR-E", "stopSequence": 26 }, { "arrival": { "time": "1771434240" }, "departure": { "time": "1771434240" }, "stopId": "STRASB-E", "stopSequence": 27 }, { "arrival": { "time": "1771434395" }, "departure": { "time": "1771434395" }, "scheduleRelationship": "SKIPPED", "stopId": "LETAND-E", "stopSequence": 29 }, { "arrival": { "time": "1771434449" }, "departure": { "time": "1771434449" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUVA-E", "stopSequence": 30 }, { "arrival": { "time": "1771434623" }, "departure": { "time": "1771434623" }, "stopId": "LORETT-E", "stopSequence": 31 }, { "arrival": { "time": "1771434672" }, "departure": { "time": "1771434672" }, "stopId": "MORELI-E", "stopSequence": 32 }, { "arrival": { "time": "1771434749" }, "departure": { "time": "1771434749" }, "stopId": "DELATR-E", "stopSequence": 33 }, { "arrival": { "time": "1771434825" }, "departure": { "time": "1771434825" }, "stopId": "HAUTPR-E", "stopSequence": 34 }, { "arrival": { "time": "1771434944" }, "departure": { "time": "1771434944" }, "stopId": "INTMIL-E", "stopSequence": 35 }, { "arrival": { "time": "1771435026" }, "departure": { "time": "1771435026" }, "stopId": "SAUMUR-E", "stopSequence": 36 }, { "arrival": { "time": "1771435102" }, "departure": { "time": "1771435102" }, "stopId": "DELACR-E", "stopSequence": 37 }, { "arrival": { "time": "1771435165" }, "departure": { "time": "1771435165" }, "stopId": "JUSTIC-E", "stopSequence": 38 }, { "arrival": { "time": "1771435262" }, "departure": { "time": "1771435262" }, "stopId": "ECLATE-E", "stopSequence": 39 }, { "arrival": { "time": "1771435361" }, "departure": { "time": "1771435361" }, "stopId": "VDLOIR-E", "stopSequence": 40 }, { "arrival": { "time": "1771435144" }, "departure": { "time": "1771435144" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 41 }, { "arrival": { "time": "1771435200" }, "departure": { "time": "1771435200" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 42 }, { "arrival": { "time": "1771435287" }, "departure": { "time": "1771435287" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 43 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 44 }, { "arrival": { "time": "1771435405" }, "departure": { "time": "1771435405" }, "stopId": "LEOLAG-E", "stopSequence": 45 }, { "arrival": { "time": "1771435451" }, "departure": { "time": "1771435451" }, "stopId": "DAGUER-E", "stopSequence": 46 }, { "arrival": { "time": "1771435503" }, "departure": { "time": "1771435503" }, "stopId": "ALLUME-E", "stopSequence": 47 }, { "arrival": { "time": "1771435548" }, "departure": { "time": "1771435548" }, "stopId": "RIOTTE-E", "stopSequence": 48 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257615" } } }, { "id": "trip:6545029", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433820" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771434004" }, "departure": { "time": "1771434004" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771434119" }, "departure": { "time": "1771434119" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771434217" }, "departure": { "time": "1771434217" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771434300" }, "departure": { "time": "1771434300" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771434392" }, "departure": { "time": "1771434392" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771434480" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545029" } } }, { "id": "trip:6544236", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433520" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771433660" }, "departure": { "time": "1771433660" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771433754" }, "departure": { "time": "1771433754" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771433912" }, "departure": { "time": "1771433912" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771433990" }, "departure": { "time": "1771433990" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771434148" }, "departure": { "time": "1771434148" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771434227" }, "departure": { "time": "1771434227" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771434300" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544236" } } }, { "id": "trip:6544234", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432500" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771432640" }, "departure": { "time": "1771432640" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771432734" }, "departure": { "time": "1771432734" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771432892" }, "departure": { "time": "1771432892" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771432970" }, "departure": { "time": "1771432970" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771433128" }, "departure": { "time": "1771433128" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771433207" }, "departure": { "time": "1771433207" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771433280" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544234" } } }, { "id": "trip:6052724", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432021" }, "stopId": "HDVSUB", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052724" } } }, { "id": "trip:6544742", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433470" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771433552" }, "departure": { "time": "1771433552" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771433638" }, "departure": { "time": "1771433638" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771433810" }, "departure": { "time": "1771433810" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771433891" }, "departure": { "time": "1771433891" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771434052" }, "departure": { "time": "1771434052" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771434150" }, "departure": { "time": "1771434150" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771434300" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544742" } } }, { "id": "trip:6054014", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432021" }, "departure": { "time": "1771432021" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771432067" }, "departure": { "time": "1771432067" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771432105" }, "departure": { "time": "1771432105" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771432509" }, "departure": { "time": "1771432509" }, "stopId": "GDMAIN-E", "stopSequence": 4 }, { "arrival": { "time": "1771432566" }, "departure": { "time": "1771432566" }, "stopId": "MAISEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771432613" }, "departure": { "time": "1771432613" }, "stopId": "LACDMA-E", "stopSequence": 6 }, { "arrival": { "time": "1771432660" }, "departure": { "time": "1771432660" }, "stopId": "CAMLAC-E", "stopSequence": 7 }, { "arrival": { "time": "1771432763" }, "departure": { "time": "1771432763" }, "stopId": "CROISE-E", "stopSequence": 8 }, { "arrival": { "time": "1771432793" }, "departure": { "time": "1771432793" }, "stopId": "PRUNIE-E", "stopSequence": 9 }, { "arrival": { "time": "1771432874" }, "departure": { "time": "1771432874" }, "stopId": "PETVIV-E", "stopSequence": 10 }, { "arrival": { "time": "1771432941" }, "departure": { "time": "1771432941" }, "stopId": "VALMAINE", "stopSequence": 11 }, { "arrival": { "time": "1771432972" }, "departure": { "time": "1771432972" }, "stopId": "CLOSVIGN", "stopSequence": 12 }, { "arrival": { "time": "1771433007" }, "departure": { "time": "1771433007" }, "stopId": "CHATAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771433061" }, "departure": { "time": "1771433061" }, "stopId": "PIVERD-E", "stopSequence": 14 }, { "arrival": { "time": "1771433118" }, "departure": { "time": "1771433118" }, "stopId": "ARTAUD-E", "stopSequence": 15 }, { "arrival": { "time": "1771433181" }, "departure": { "time": "1771433181" }, "stopId": "HAUBOU-E", "stopSequence": 16 }, { "arrival": { "time": "1771433263" }, "departure": { "time": "1771433263" }, "stopId": "PETPOR-E", "stopSequence": 17 }, { "arrival": { "time": "1771433304" }, "departure": { "time": "1771433304" }, "stopId": "CHEVRI-E", "stopSequence": 18 }, { "arrival": { "time": "1771433419" }, "departure": { "time": "1771433419" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 20 }, { "arrival": { "time": "1771433456" }, "departure": { "time": "1771433456" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 21 }, { "arrival": { "time": "1771433504" }, "departure": { "time": "1771433504" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 22 }, { "arrival": { "time": "1771433558" }, "departure": { "time": "1771433558" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 23 }, { "arrival": { "time": "1771433613" }, "departure": { "time": "1771433613" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 24 }, { "arrival": { "time": "1771433641" }, "departure": { "time": "1771433641" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 25 }, { "arrival": { "time": "1771433697" }, "departure": { "time": "1771433697" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 26 }, { "arrival": { "time": "1771433640" }, "stopId": "CHANTOUR", "stopSequence": 27 } ], "trip": { "directionId": 1, "routeId": "22", "tripId": "6054014" } } }, { "id": "trip:6540901", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431913" }, "departure": { "time": "1771431913" }, "stopId": "2AARD", "stopSequence": 0 }, { "arrival": { "time": "1771431960" }, "departure": { "time": "1771431960" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771432030" }, "departure": { "time": "1771432030" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771432110" }, "departure": { "time": "1771432110" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771432200" }, "departure": { "time": "1771432200" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771432290" }, "departure": { "time": "1771432290" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771432400" }, "departure": { "time": "1771432400" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771432560" }, "departure": { "time": "1771432560" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771432650" }, "departure": { "time": "1771432650" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771432770" }, "departure": { "time": "1771432770" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771432850" }, "departure": { "time": "1771432850" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771432980" }, "departure": { "time": "1771432980" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771433070" }, "departure": { "time": "1771433070" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771433190" }, "departure": { "time": "1771433190" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771433300" }, "departure": { "time": "1771433300" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771433400" }, "departure": { "time": "1771433400" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771433480" }, "departure": { "time": "1771433480" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771433550" }, "departure": { "time": "1771433550" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771433670" }, "departure": { "time": "1771433670" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771433770" }, "departure": { "time": "1771433770" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771433870" }, "departure": { "time": "1771433870" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771433980" }, "departure": { "time": "1771433980" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771434090" }, "departure": { "time": "1771434090" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771434200" }, "departure": { "time": "1771434200" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771434320" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6540901" } } }, { "id": "trip:6258304", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431961" }, "departure": { "time": "1771431992" }, "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1771432018" }, "departure": { "time": "1771432018" }, "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1771432071" }, "departure": { "time": "1771432071" }, "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1771432139" }, "departure": { "time": "1771432139" }, "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1771432205" }, "departure": { "time": "1771432205" }, "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1771432249" }, "departure": { "time": "1771432249" }, "stopId": "LOUET", "stopSequence": 6 }, { "arrival": { "time": "1771432317" }, "departure": { "time": "1771432317" }, "stopId": "DUBE", "stopSequence": 7 }, { "arrival": { "time": "1771432376" }, "departure": { "time": "1771432376" }, "stopId": "LOIRE", "stopSequence": 8 }, { "arrival": { "time": "1771432500" }, "departure": { "time": "1771432500" }, "stopId": "PONTSCEM", "stopSequence": 9 }, { "arrival": { "time": "1771432555" }, "departure": { "time": "1771432555" }, "stopId": "BELPOULE", "stopSequence": 10 }, { "arrival": { "time": "1771432627" }, "departure": { "time": "1771432627" }, "stopId": "AUTHION", "stopSequence": 11 }, { "arrival": { "time": "1771432685" }, "departure": { "time": "1771432685" }, "stopId": "PATUREAU", "stopSequence": 12 }, { "arrival": { "time": "1771432786" }, "departure": { "time": "1771432786" }, "stopId": "GENDRON", "stopSequence": 13 }, { "arrival": { "time": "1771432868" }, "departure": { "time": "1771432868" }, "stopId": "RUELLES", "stopSequence": 14 }, { "arrival": { "time": "1771432920" }, "departure": { "time": "1771432920" }, "stopId": "SABLONS", "stopSequence": 15 }, { "arrival": { "time": "1771432969" }, "departure": { "time": "1771432969" }, "stopId": "TROPAROI", "stopSequence": 16 }, { "arrival": { "time": "1771433160" }, "departure": { "time": "1771433160" }, "stopId": "ALLARD", "stopSequence": 17 }, { "arrival": { "time": "1771433251" }, "departure": { "time": "1771433251" }, "stopId": "DELATTAS", "stopSequence": 18 }, { "arrival": { "time": "1771433382" }, "departure": { "time": "1771433382" }, "stopId": "ESA", "stopSequence": 19 }, { "arrival": { "time": "1771433455" }, "departure": { "time": "1771433455" }, "stopId": "RABELAI", "stopSequence": 20 }, { "arrival": { "time": "1771433520" }, "departure": { "time": "1771433520" }, "stopId": "ALEROY", "stopSequence": 21 }, { "arrival": { "time": "1771433702" }, "departure": { "time": "1771433702" }, "stopId": "PAULBERT", "stopSequence": 22 }, { "arrival": { "time": "1771433776" }, "departure": { "time": "1771433776" }, "stopId": "HARAS", "stopSequence": 23 }, { "arrival": { "time": "1771433879" }, "departure": { "time": "1771433879" }, "stopId": "STAUBIN", "stopSequence": 24 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434060" }, "stopId": "LORRAIN1", "stopSequence": 25 }, { "arrival": { "time": "1771434192" }, "departure": { "time": "1771434192" }, "stopId": "MENDES-E", "stopSequence": 26 }, { "arrival": { "time": "1771434433" }, "departure": { "time": "1771434433" }, "stopId": "STSERG-E", "stopSequence": 27 }, { "arrival": { "time": "1771434660" }, "departure": { "time": "1771434660" }, "stopId": "ROCHEF-E", "stopSequence": 28 }, { "arrival": { "time": "1771434759" }, "departure": { "time": "1771434759" }, "stopId": "HOTDIE-E", "stopSequence": 29 }, { "arrival": { "time": "1771434815" }, "departure": { "time": "1771434815" }, "stopId": "BICHDA-E", "stopSequence": 30 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "stopId": "DESCAZEA", "stopSequence": 31 }, { "arrival": { "time": "1771435022" }, "departure": { "time": "1771435022" }, "stopId": "CIOUES-E", "stopSequence": 32 }, { "arrival": { "time": "1771435094" }, "departure": { "time": "1771435094" }, "stopId": "POMONE-E", "stopSequence": 33 }, { "arrival": { "time": "1771435148" }, "departure": { "time": "1771435148" }, "stopId": "REVERI-E", "stopSequence": 34 }, { "arrival": { "time": "1771435241" }, "departure": { "time": "1771435241" }, "stopId": "MEIGNA-E", "stopSequence": 35 }, { "arrival": { "time": "1771435288" }, "departure": { "time": "1771435288" }, "stopId": "VALOR-E", "stopSequence": 36 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "stopId": "CLINIQ-E", "stopSequence": 37 }, { "arrival": { "time": "1771435365" }, "departure": { "time": "1771435365" }, "stopId": "GRANDM-E", "stopSequence": 38 }, { "arrival": { "time": "1771435414" }, "departure": { "time": "1771435414" }, "stopId": "MAISDA-E", "stopSequence": 39 }, { "arrival": { "time": "1771435459" }, "departure": { "time": "1771435459" }, "stopId": "CHMART-E", "stopSequence": 40 }, { "arrival": { "time": "1771435502" }, "departure": { "time": "1771435502" }, "stopId": "MLYAUT-E", "stopSequence": 41 }, { "arrival": { "time": "1771435576" }, "departure": { "time": "1771435576" }, "stopId": "BRASSE-E", "stopSequence": 42 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258304" } } }, { "id": "trip:6258552", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431962" }, "departure": { "time": "1771431962" }, "scheduleRelationship": "SKIPPED", "stopId": "LEQUAI", "stopSequence": 55 }, { "arrival": { "time": "1771432102" }, "departure": { "time": "1771432102" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 56 }, { "arrival": { "time": "1771432145" }, "departure": { "time": "1771432145" }, "scheduleRelationship": "SKIPPED", "stopId": "CCI", "stopSequence": 63 }, { "arrival": { "time": "1771432265" }, "departure": { "time": "1771432265" }, "scheduleRelationship": "SKIPPED", "stopId": "LICES-E", "stopSequence": 64 }, { "arrival": { "time": "1771432600" }, "departure": { "time": "1771432600" }, "scheduleRelationship": "SKIPPED", "stopId": "MICHEL-E", "stopSequence": 66 }, { "arrival": { "time": "1771432651" }, "departure": { "time": "1771432651" }, "scheduleRelationship": "SKIPPED", "stopId": "BOURGO-E", "stopSequence": 67 }, { "arrival": { "time": "1771432694" }, "departure": { "time": "1771432694" }, "scheduleRelationship": "SKIPPED", "stopId": "VOLNEY-E", "stopSequence": 68 }, { "arrival": { "time": "1771432749" }, "departure": { "time": "1771432749" }, "scheduleRelationship": "SKIPPED", "stopId": "MADELE-E", "stopSequence": 69 }, { "arrival": { "time": "1771432822" }, "departure": { "time": "1771432822" }, "scheduleRelationship": "SKIPPED", "stopId": "JEBOUI-E", "stopSequence": 70 }, { "arrival": { "time": "1771432894" }, "departure": { "time": "1771432894" }, "scheduleRelationship": "SKIPPED", "stopId": "PCOUBE-E", "stopSequence": 71 }, { "arrival": { "time": "1771432929" }, "departure": { "time": "1771432929" }, "scheduleRelationship": "SKIPPED", "stopId": "AROBA-E", "stopSequence": 72 }, { "arrival": { "time": "1771433045" }, "departure": { "time": "1771433045" }, "scheduleRelationship": "SKIPPED", "stopId": "LANGLA-E", "stopSequence": 73 }, { "arrival": { "time": "1771433183" }, "departure": { "time": "1771433183" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTAI-E", "stopSequence": 74 }, { "arrival": { "time": "1771433298" }, "departure": { "time": "1771433298" }, "scheduleRelationship": "SKIPPED", "stopId": "JERUSA-E", "stopSequence": 75 }, { "arrival": { "time": "1771433349" }, "departure": { "time": "1771433349" }, "scheduleRelationship": "SKIPPED", "stopId": "DAGNET-E", "stopSequence": 76 }, { "arrival": { "time": "1771433387" }, "departure": { "time": "1771433387" }, "scheduleRelationship": "SKIPPED", "stopId": "GILLIE-E", "stopSequence": 77 }, { "arrival": { "time": "1771433459" }, "departure": { "time": "1771433459" }, "scheduleRelationship": "SKIPPED", "stopId": "ISORET-E", "stopSequence": 78 }, { "arrival": { "time": "1771433551" }, "departure": { "time": "1771433551" }, "scheduleRelationship": "SKIPPED", "stopId": "VANDE-E", "stopSequence": 79 }, { "arrival": { "time": "1771433611" }, "departure": { "time": "1771433611" }, "scheduleRelationship": "SKIPPED", "stopId": "ORMEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1771433642" }, "departure": { "time": "1771433642" }, "scheduleRelationship": "SKIPPED", "stopId": "CRBLAN-E", "stopSequence": 81 }, { "arrival": { "time": "1771433707" }, "departure": { "time": "1771433707" }, "scheduleRelationship": "SKIPPED", "stopId": "CHATEL-E", "stopSequence": 82 }, { "arrival": { "time": "1771433765" }, "departure": { "time": "1771433765" }, "scheduleRelationship": "SKIPPED", "stopId": "BANCHA-E", "stopSequence": 83 }, { "arrival": { "time": "1771433828" }, "departure": { "time": "1771433828" }, "scheduleRelationship": "SKIPPED", "stopId": "JARDF-E", "stopSequence": 84 }, { "arrival": { "time": "1771433868" }, "departure": { "time": "1771433868" }, "scheduleRelationship": "SKIPPED", "stopId": "SAILLE-E", "stopSequence": 85 }, { "arrival": { "time": "1771433945" }, "stopId": "SAUBIN", "stopSequence": 86 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258552" } } }, { "id": "trip:6257916", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432920" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771432956" }, "departure": { "time": "1771432956" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771432989" }, "departure": { "time": "1771432989" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771433048" }, "departure": { "time": "1771433048" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771433079" }, "departure": { "time": "1771433079" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771433139" }, "departure": { "time": "1771433139" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771433182" }, "departure": { "time": "1771433182" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771433220" }, "departure": { "time": "1771433220" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771433278" }, "departure": { "time": "1771433278" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771433317" }, "departure": { "time": "1771433317" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771433355" }, "departure": { "time": "1771433355" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771433391" }, "departure": { "time": "1771433391" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771433495" }, "departure": { "time": "1771433495" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771433536" }, "departure": { "time": "1771433536" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771433587" }, "departure": { "time": "1771433587" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771433620" }, "departure": { "time": "1771433620" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771433659" }, "departure": { "time": "1771433659" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771433700" }, "departure": { "time": "1771433700" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771433815" }, "departure": { "time": "1771433815" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771433865" }, "departure": { "time": "1771433865" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771433940" }, "departure": { "time": "1771433940" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771434003" }, "departure": { "time": "1771434003" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771434079" }, "departure": { "time": "1771434079" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771434162" }, "departure": { "time": "1771434162" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771434240" }, "departure": { "time": "1771434240" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771434315" }, "departure": { "time": "1771434315" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771434423" }, "departure": { "time": "1771434423" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771434519" }, "departure": { "time": "1771434519" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771434588" }, "departure": { "time": "1771434588" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771434626" }, "departure": { "time": "1771434626" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771434600" }, "departure": { "time": "1771434600" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771434727" }, "departure": { "time": "1771434727" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771434815" }, "departure": { "time": "1771434815" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771434841" }, "departure": { "time": "1771434841" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771434807" }, "departure": { "time": "1771434807" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771434882" }, "departure": { "time": "1771434882" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771434997" }, "departure": { "time": "1771434997" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771435053" }, "departure": { "time": "1771435053" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771435175" }, "departure": { "time": "1771435175" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771435251" }, "departure": { "time": "1771435251" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771435301" }, "departure": { "time": "1771435860" }, "stopId": "LOR-FO-A", "stopSequence": 42 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257916" } } }, { "id": "trip:6257427", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431987" }, "departure": { "time": "1771431987" }, "stopId": "CAMELIAS", "stopSequence": 8 }, { "arrival": { "time": "1771432055" }, "departure": { "time": "1771432055" }, "stopId": "GATS-E", "stopSequence": 9 }, { "arrival": { "time": "1771432111" }, "departure": { "time": "1771432111" }, "stopId": "MAISON-E", "stopSequence": 10 }, { "arrival": { "time": "1771432164" }, "departure": { "time": "1771432164" }, "stopId": "COINTR-E", "stopSequence": 11 }, { "arrival": { "time": "1771432266" }, "departure": { "time": "1771432266" }, "stopId": "BOISRI-E", "stopSequence": 12 }, { "arrival": { "time": "1771432319" }, "departure": { "time": "1771432319" }, "stopId": "CHANTR-E", "stopSequence": 13 }, { "arrival": { "time": "1771432366" }, "departure": { "time": "1771432366" }, "stopId": "COLOM-E", "stopSequence": 14 }, { "arrival": { "time": "1771432413" }, "departure": { "time": "1771432413" }, "stopId": "HELBO-E", "stopSequence": 15 }, { "arrival": { "time": "1771432446" }, "departure": { "time": "1771432446" }, "stopId": "POLE49", "stopSequence": 16 }, { "arrival": { "time": "1771432626" }, "stopId": "EXPO-ZI", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "11", "tripId": "6257427" } } }, { "id": "trip:6541217", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431946" }, "departure": { "time": "1771431972" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771432030" }, "departure": { "time": "1771432030" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771432150" }, "departure": { "time": "1771432150" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771432260" }, "departure": { "time": "1771432260" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771432320" }, "departure": { "time": "1771432320" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771432420" }, "departure": { "time": "1771432420" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771432520" }, "departure": { "time": "1771432520" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771432610" }, "departure": { "time": "1771432610" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771432730" }, "departure": { "time": "1771432730" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771432830" }, "departure": { "time": "1771432830" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771432950" }, "departure": { "time": "1771432950" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771433030" }, "departure": { "time": "1771433030" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771433150" }, "departure": { "time": "1771433150" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771433240" }, "departure": { "time": "1771433240" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771433400" }, "departure": { "time": "1771433400" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771433500" }, "departure": { "time": "1771433500" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771433580" }, "departure": { "time": "1771433580" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771433670" }, "departure": { "time": "1771433670" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771433750" }, "departure": { "time": "1771433750" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771433840" }, "departure": { "time": "1771433840" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771433930" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541217" } } }, { "id": "trip:6258302", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431890" }, "departure": { "time": "1771431908" }, "stopId": "GENDRON", "stopSequence": 13 }, { "arrival": { "time": "1771431980" }, "departure": { "time": "1771431982" }, "stopId": "RUELLES", "stopSequence": 14 }, { "arrival": { "time": "1771432013" }, "departure": { "time": "1771432013" }, "stopId": "SABLONS", "stopSequence": 15 }, { "arrival": { "time": "1771432062" }, "departure": { "time": "1771432062" }, "stopId": "TROPAROI", "stopSequence": 16 }, { "arrival": { "time": "1771432253" }, "departure": { "time": "1771432253" }, "stopId": "ALLARD", "stopSequence": 17 }, { "arrival": { "time": "1771432344" }, "departure": { "time": "1771432344" }, "stopId": "DELATTAS", "stopSequence": 18 }, { "arrival": { "time": "1771432475" }, "departure": { "time": "1771432475" }, "stopId": "ESA", "stopSequence": 19 }, { "arrival": { "time": "1771432548" }, "departure": { "time": "1771432548" }, "stopId": "RABELAI", "stopSequence": 20 }, { "arrival": { "time": "1771432613" }, "departure": { "time": "1771432613" }, "stopId": "ALEROY", "stopSequence": 21 }, { "arrival": { "time": "1771432795" }, "departure": { "time": "1771432795" }, "stopId": "PAULBERT", "stopSequence": 22 }, { "arrival": { "time": "1771432869" }, "departure": { "time": "1771432869" }, "stopId": "HARAS", "stopSequence": 23 }, { "arrival": { "time": "1771432971" }, "departure": { "time": "1771432971" }, "stopId": "STAUBIN", "stopSequence": 24 }, { "arrival": { "time": "1771433105" }, "departure": { "time": "1771433160" }, "stopId": "LORRAIN1", "stopSequence": 25 }, { "arrival": { "time": "1771433292" }, "departure": { "time": "1771433292" }, "stopId": "MENDES-E", "stopSequence": 26 }, { "arrival": { "time": "1771433533" }, "departure": { "time": "1771433533" }, "stopId": "STSERG-E", "stopSequence": 27 }, { "arrival": { "time": "1771433760" }, "departure": { "time": "1771433760" }, "stopId": "ROCHEF-E", "stopSequence": 28 }, { "arrival": { "time": "1771433859" }, "departure": { "time": "1771433859" }, "stopId": "HOTDIE-E", "stopSequence": 29 }, { "arrival": { "time": "1771433915" }, "departure": { "time": "1771433915" }, "stopId": "BICHDA-E", "stopSequence": 30 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "stopId": "DESCAZEA", "stopSequence": 31 }, { "arrival": { "time": "1771434122" }, "departure": { "time": "1771434122" }, "stopId": "CIOUES-E", "stopSequence": 32 }, { "arrival": { "time": "1771434194" }, "departure": { "time": "1771434194" }, "stopId": "POMONE-E", "stopSequence": 33 }, { "arrival": { "time": "1771434248" }, "departure": { "time": "1771434248" }, "stopId": "REVERI-E", "stopSequence": 34 }, { "arrival": { "time": "1771434341" }, "departure": { "time": "1771434341" }, "stopId": "MEIGNA-E", "stopSequence": 35 }, { "arrival": { "time": "1771434388" }, "departure": { "time": "1771434388" }, "stopId": "VALOR-E", "stopSequence": 36 }, { "arrival": { "time": "1771434420" }, "departure": { "time": "1771434420" }, "stopId": "CLINIQ-E", "stopSequence": 37 }, { "arrival": { "time": "1771434465" }, "departure": { "time": "1771434465" }, "stopId": "GRANDM-E", "stopSequence": 38 }, { "arrival": { "time": "1771434514" }, "departure": { "time": "1771434514" }, "stopId": "MAISDA-E", "stopSequence": 39 }, { "arrival": { "time": "1771434559" }, "departure": { "time": "1771434559" }, "stopId": "CHMART-E", "stopSequence": 40 }, { "arrival": { "time": "1771434602" }, "departure": { "time": "1771434602" }, "stopId": "MLYAUT-E", "stopSequence": 41 }, { "arrival": { "time": "1771434676" }, "departure": { "time": "1771434676" }, "stopId": "BRASSE-E", "stopSequence": 42 }, { "arrival": { "time": "1771434731" }, "departure": { "time": "1771434731" }, "stopId": "BEURRI-E", "stopSequence": 43 }, { "arrival": { "time": "1771434787" }, "departure": { "time": "1771434787" }, "stopId": "DELAUN-E", "stopSequence": 44 }, { "arrival": { "time": "1771434846" }, "departure": { "time": "1771434846" }, "stopId": "MAUFIN-E", "stopSequence": 45 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "stopId": "MAIRAV-E", "stopSequence": 46 }, { "arrival": { "time": "1771434944" }, "departure": { "time": "1771434944" }, "stopId": "TERNIE-E", "stopSequence": 47 }, { "arrival": { "time": "1771434984" }, "departure": { "time": "1771434984" }, "stopId": "BALAND-E", "stopSequence": 48 }, { "arrival": { "time": "1771435037" }, "departure": { "time": "1771435037" }, "stopId": "PIECE-E", "stopSequence": 49 }, { "arrival": { "time": "1771435105" }, "departure": { "time": "1771435105" }, "stopId": "LA-BOI-E", "stopSequence": 50 }, { "arrival": { "time": "1771435160" }, "departure": { "time": "1771435160" }, "stopId": "SCHWAL-E", "stopSequence": 51 }, { "arrival": { "time": "1771435200" }, "stopId": "ADEZIERE", "stopSequence": 52 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258302" } } }, { "id": "trip:6257730", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432625" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771432645" }, "departure": { "time": "1771432645" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771432698" }, "departure": { "time": "1771432698" }, "stopId": "PAVILL-E", "stopSequence": 2 }, { "arrival": { "time": "1771432772" }, "departure": { "time": "1771432772" }, "stopId": "EBEAUP-E", "stopSequence": 3 }, { "arrival": { "time": "1771432805" }, "departure": { "time": "1771432805" }, "stopId": "AAMIPI-E", "stopSequence": 4 }, { "arrival": { "time": "1771432889" }, "departure": { "time": "1771432889" }, "stopId": "GUINEZ-E", "stopSequence": 5 }, { "arrival": { "time": "1771432951" }, "departure": { "time": "1771432951" }, "stopId": "CLAIE-E", "stopSequence": 6 }, { "arrival": { "time": "1771432980" }, "departure": { "time": "1771432980" }, "stopId": "THOMAS-E", "stopSequence": 7 }, { "arrival": { "time": "1771433071" }, "departure": { "time": "1771433071" }, "stopId": "ZIBEAU-E", "stopSequence": 8 }, { "arrival": { "time": "1771433105" }, "departure": { "time": "1771433105" }, "stopId": "CCMOLIER", "stopSequence": 9 }, { "arrival": { "time": "1771433154" }, "departure": { "time": "1771433154" }, "stopId": "AAQUITN", "stopSequence": 10 }, { "arrival": { "time": "1771433188" }, "departure": { "time": "1771433188" }, "stopId": "SHEAKSPE", "stopSequence": 11 }, { "arrival": { "time": "1771433254" }, "departure": { "time": "1771433254" }, "stopId": "WIGAN", "stopSequence": 12 }, { "arrival": { "time": "1771433285" }, "departure": { "time": "1771433285" }, "stopId": "GRESILLE", "stopSequence": 13 }, { "arrival": { "time": "1771433330" }, "departure": { "time": "1771433330" }, "stopId": "PROUDHON", "stopSequence": 14 }, { "arrival": { "time": "1771433402" }, "departure": { "time": "1771433402" }, "stopId": "VALLO", "stopSequence": 15 }, { "arrival": { "time": "1771433438" }, "departure": { "time": "1771433438" }, "stopId": "MONTECLA", "stopSequence": 16 }, { "arrival": { "time": "1771433479" }, "departure": { "time": "1771433479" }, "stopId": "DELESCL", "stopSequence": 17 }, { "arrival": { "time": "1771433599" }, "departure": { "time": "1771433599" }, "stopId": "MAISLA-E", "stopSequence": 18 }, { "arrival": { "time": "1771433637" }, "departure": { "time": "1771433637" }, "stopId": "PERUSS-E", "stopSequence": 19 }, { "arrival": { "time": "1771433705" }, "departure": { "time": "1771433705" }, "stopId": "GDMAINE", "stopSequence": 20 }, { "arrival": { "time": "1771434291" }, "departure": { "time": "1771434291" }, "stopId": "EBLE", "stopSequence": 21 }, { "arrival": { "time": "1771434353" }, "departure": { "time": "1771434353" }, "stopId": "GENIE", "stopSequence": 22 }, { "arrival": { "time": "1771434465" }, "departure": { "time": "1771434465" }, "stopId": "VAUBAN", "stopSequence": 23 }, { "arrival": { "time": "1771434477" }, "departure": { "time": "1771434477" }, "stopId": "POIREL", "stopSequence": 24 }, { "arrival": { "time": "1771434519" }, "departure": { "time": "1771434519" }, "stopId": "PONTNOIR", "stopSequence": 25 }, { "arrival": { "time": "1771434558" }, "departure": { "time": "1771434558" }, "stopId": "SEMARD", "stopSequence": 26 }, { "arrival": { "time": "1771434200" }, "departure": { "time": "1771434200" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 27 }, { "arrival": { "time": "1771434230" }, "departure": { "time": "1771434230" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 28 }, { "arrival": { "time": "1771434262" }, "departure": { "time": "1771434262" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 29 }, { "arrival": { "time": "1771434629" }, "departure": { "time": "1771434629" }, "stopId": "GARETERM", "stopSequence": 30 }, { "arrival": { "time": "1771434705" }, "departure": { "time": "1771434705" }, "stopId": "LESGARES", "stopSequence": 31 }, { "arrival": { "time": "1771434812" }, "departure": { "time": "1771434812" }, "stopId": "HARAS", "stopSequence": 32 }, { "arrival": { "time": "1771434885" }, "departure": { "time": "1771434885" }, "stopId": "STAUBIN", "stopSequence": 33 }, { "arrival": { "time": "1771434935" }, "departure": { "time": "1771434935" }, "stopId": "LOR-FO-A", "stopSequence": 34 }, { "arrival": { "time": "1771435129" }, "departure": { "time": "1771435129" }, "stopId": "MENDES-E", "stopSequence": 35 }, { "arrival": { "time": "1771435295" }, "departure": { "time": "1771435295" }, "stopId": "SAVARY-E", "stopSequence": 36 }, { "arrival": { "time": "1771435341" }, "departure": { "time": "1771435341" }, "stopId": "MUSSET-E", "stopSequence": 37 }, { "arrival": { "time": "1771435440" }, "departure": { "time": "1771435440" }, "stopId": "LUTIN-E", "stopSequence": 38 }, { "arrival": { "time": "1771435495" }, "departure": { "time": "1771435495" }, "stopId": "MACE-E", "stopSequence": 39 }, { "arrival": { "time": "1771435531" }, "departure": { "time": "1771435531" }, "stopId": "DESJAR-E", "stopSequence": 40 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257730" } } }, { "id": "trip:6545027", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432380" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771432564" }, "departure": { "time": "1771432564" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771432679" }, "departure": { "time": "1771432679" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771432777" }, "departure": { "time": "1771432777" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771432860" }, "departure": { "time": "1771432860" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771432962" }, "departure": { "time": "1771432962" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771433060" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545027" } } }, { "id": "trip:6257428", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432980" }, "stopId": "LORRAIN2", "stopSequence": 0 }, { "arrival": { "time": "1771433080" }, "departure": { "time": "1771433080" }, "stopId": "MAIL-HDV", "stopSequence": 1 }, { "arrival": { "time": "1771433186" }, "departure": { "time": "1771433186" }, "stopId": "CLEMOI-E", "stopSequence": 2 }, { "arrival": { "time": "1771433272" }, "departure": { "time": "1771433272" }, "stopId": "MAISAR-E", "stopSequence": 3 }, { "arrival": { "time": "1771433340" }, "departure": { "time": "1771433340" }, "stopId": "LAREVE-E", "stopSequence": 4 }, { "arrival": { "time": "1771433450" }, "departure": { "time": "1771433450" }, "stopId": "MONTAIG", "stopSequence": 5 }, { "arrival": { "time": "1771433640" }, "departure": { "time": "1771433640" }, "stopId": "COUPER-E", "stopSequence": 6 }, { "arrival": { "time": "1771433712" }, "departure": { "time": "1771433712" }, "stopId": "MONTRJ-E", "stopSequence": 7 }, { "arrival": { "time": "1771433781" }, "departure": { "time": "1771433781" }, "stopId": "CAMELIAS", "stopSequence": 8 }, { "arrival": { "time": "1771433849" }, "departure": { "time": "1771433849" }, "stopId": "GATS-E", "stopSequence": 9 }, { "arrival": { "time": "1771433905" }, "departure": { "time": "1771433905" }, "stopId": "MAISON-E", "stopSequence": 10 }, { "arrival": { "time": "1771433958" }, "departure": { "time": "1771433958" }, "stopId": "COINTR-E", "stopSequence": 11 }, { "arrival": { "time": "1771434060" }, "departure": { "time": "1771434060" }, "stopId": "BOISRI-E", "stopSequence": 12 }, { "arrival": { "time": "1771434113" }, "departure": { "time": "1771434113" }, "stopId": "CHANTR-E", "stopSequence": 13 }, { "arrival": { "time": "1771434160" }, "departure": { "time": "1771434160" }, "stopId": "COLOM-E", "stopSequence": 14 }, { "arrival": { "time": "1771434207" }, "departure": { "time": "1771434207" }, "stopId": "HELBO-E", "stopSequence": 15 }, { "arrival": { "time": "1771434240" }, "departure": { "time": "1771434300" }, "stopId": "POLE49", "stopSequence": 16 }, { "arrival": { "time": "1771434480" }, "stopId": "EXPO-ZI", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "11", "tripId": "6257428" } } }, { "id": "trip:6544697", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435430" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771435550" }, "departure": { "time": "1771435550" }, "stopId": "2JVIL", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544697" } } }, { "id": "trip:6257592", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432560" }, "stopId": "TRELGARE", "stopSequence": 0 }, { "arrival": { "time": "1771432603" }, "departure": { "time": "1771432603" }, "stopId": "MALEMBAR", "stopSequence": 1 }, { "arrival": { "time": "1771432656" }, "departure": { "time": "1771432656" }, "stopId": "DEGAULLE", "stopSequence": 2 }, { "arrival": { "time": "1771432698" }, "departure": { "time": "1771432698" }, "stopId": "BAHONNEA", "stopSequence": 3 }, { "arrival": { "time": "1771432800" }, "departure": { "time": "1771432800" }, "stopId": "SLEZIND", "stopSequence": 4 }, { "arrival": { "time": "1771432862" }, "departure": { "time": "1771432862" }, "stopId": "GENTRIC", "stopSequence": 5 }, { "arrival": { "time": "1771432933" }, "departure": { "time": "1771432933" }, "stopId": "DAUTEL", "stopSequence": 6 }, { "arrival": { "time": "1771432953" }, "departure": { "time": "1771432953" }, "stopId": "BUISSON", "stopSequence": 7 }, { "arrival": { "time": "1771432994" }, "departure": { "time": "1771432994" }, "stopId": "PYRAM02", "stopSequence": 8 }, { "arrival": { "time": "1771433040" }, "departure": { "time": "1771433040" }, "stopId": "MORLONG", "stopSequence": 9 }, { "arrival": { "time": "1771433073" }, "departure": { "time": "1771433073" }, "stopId": "BOURSE", "stopSequence": 10 }, { "arrival": { "time": "1771433120" }, "departure": { "time": "1771433120" }, "stopId": "RIOTTEAU", "stopSequence": 11 }, { "arrival": { "time": "1771433159" }, "departure": { "time": "1771433159" }, "stopId": "ALLUMETT", "stopSequence": 12 }, { "arrival": { "time": "1771433211" }, "departure": { "time": "1771433211" }, "stopId": "DAGUERRE", "stopSequence": 13 }, { "arrival": { "time": "1771433260" }, "departure": { "time": "1771433260" }, "stopId": "LEOLAGRA", "stopSequence": 14 }, { "arrival": { "time": "1771433310" }, "departure": { "time": "1771433310" }, "stopId": "VDLOIRE", "stopSequence": 15 }, { "arrival": { "time": "1771433403" }, "departure": { "time": "1771433403" }, "stopId": "ECLATERI", "stopSequence": 16 }, { "arrival": { "time": "1771433340" }, "departure": { "time": "1771433340" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 17 }, { "arrival": { "time": "1771433391" }, "departure": { "time": "1771433391" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 18 }, { "arrival": { "time": "1771433463" }, "departure": { "time": "1771433463" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 19 }, { "arrival": { "time": "1771433529" }, "departure": { "time": "1771433529" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS", "stopSequence": 20 }, { "arrival": { "time": "1771433507" }, "departure": { "time": "1771433507" }, "stopId": "JUSTICES", "stopSequence": 21 }, { "arrival": { "time": "1771433554" }, "departure": { "time": "1771433554" }, "stopId": "DELACROI", "stopSequence": 22 }, { "arrival": { "time": "1771433640" }, "departure": { "time": "1771433640" }, "stopId": "SAUMUROI", "stopSequence": 23 }, { "arrival": { "time": "1771433736" }, "departure": { "time": "1771433736" }, "stopId": "INTERMIL", "stopSequence": 24 }, { "arrival": { "time": "1771433806" }, "departure": { "time": "1771433806" }, "stopId": "HAUTPRES", "stopSequence": 25 }, { "arrival": { "time": "1771433861" }, "departure": { "time": "1771433861" }, "stopId": "DELATTRE", "stopSequence": 26 }, { "arrival": { "time": "1771433920" }, "departure": { "time": "1771433920" }, "stopId": "MORELLIE", "stopSequence": 27 }, { "arrival": { "time": "1771433961" }, "departure": { "time": "1771433961" }, "stopId": "LORETTE", "stopSequence": 28 }, { "arrival": { "time": "1771434083" }, "departure": { "time": "1771434083" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUVAL", "stopSequence": 30 }, { "arrival": { "time": "1771434136" }, "departure": { "time": "1771434136" }, "scheduleRelationship": "SKIPPED", "stopId": "LETANDUE", "stopSequence": 31 }, { "arrival": { "time": "1771434278" }, "departure": { "time": "1771434278" }, "stopId": "STRASBOU", "stopSequence": 32 }, { "arrival": { "time": "1771434341" }, "departure": { "time": "1771434341" }, "stopId": "FREMUR", "stopSequence": 33 }, { "arrival": { "time": "1771434394" }, "departure": { "time": "1771434394" }, "stopId": "VAUBAN", "stopSequence": 34 }, { "arrival": { "time": "1771434431" }, "departure": { "time": "1771434431" }, "stopId": "POIREL", "stopSequence": 35 }, { "arrival": { "time": "1771434497" }, "departure": { "time": "1771434497" }, "stopId": "PONTNOIR", "stopSequence": 36 }, { "arrival": { "time": "1771434540" }, "departure": { "time": "1771434540" }, "stopId": "SEMARD", "stopSequence": 37 }, { "arrival": { "time": "1771434580" }, "departure": { "time": "1771434580" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771434839" }, "departure": { "time": "1771434839" }, "stopId": "HARAS", "stopSequence": 39 }, { "arrival": { "time": "1771434911" }, "departure": { "time": "1771434911" }, "stopId": "STAUBIN", "stopSequence": 40 }, { "arrival": { "time": "1771434998" }, "departure": { "time": "1771435020" }, "stopId": "LORRAIN1", "stopSequence": 41 }, { "arrival": { "time": "1771435171" }, "departure": { "time": "1771435171" }, "stopId": "MENDES-E", "stopSequence": 42 }, { "arrival": { "time": "1771435328" }, "departure": { "time": "1771435328" }, "stopId": "TALET-E", "stopSequence": 43 }, { "arrival": { "time": "1771435325" }, "departure": { "time": "1771435325" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 47 }, { "arrival": { "time": "1771435500" }, "departure": { "time": "1771435500" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 48 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257592" } } }, { "id": "trip:6541219", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432490" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771432610" }, "departure": { "time": "1771432610" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771432720" }, "departure": { "time": "1771432720" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771432840" }, "departure": { "time": "1771432840" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771432960" }, "departure": { "time": "1771432960" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771433050" }, "departure": { "time": "1771433050" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771433170" }, "departure": { "time": "1771433170" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771433280" }, "departure": { "time": "1771433280" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771433340" }, "departure": { "time": "1771433340" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771433440" }, "departure": { "time": "1771433440" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771433540" }, "departure": { "time": "1771433540" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771433630" }, "departure": { "time": "1771433630" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771433750" }, "departure": { "time": "1771433750" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771433850" }, "departure": { "time": "1771433850" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771433970" }, "departure": { "time": "1771433970" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771434050" }, "departure": { "time": "1771434050" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771434170" }, "departure": { "time": "1771434170" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771434260" }, "departure": { "time": "1771434260" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771434420" }, "departure": { "time": "1771434420" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771434520" }, "departure": { "time": "1771434520" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771434600" }, "departure": { "time": "1771434600" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771434690" }, "departure": { "time": "1771434690" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771434770" }, "departure": { "time": "1771434770" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771434860" }, "departure": { "time": "1771434860" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771434950" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541219" } } }, { "id": "trip:6052696", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431895" }, "departure": { "time": "1771431929" }, "stopId": "EVENTARD", "stopSequence": 15 }, { "arrival": { "time": "1771431959" }, "departure": { "time": "1771431959" }, "stopId": "COTTAGE", "stopSequence": 16 }, { "arrival": { "time": "1771432015" }, "departure": { "time": "1771432015" }, "stopId": "DUBELL-2", "stopSequence": 17 }, { "arrival": { "time": "1771432046" }, "departure": { "time": "1771432046" }, "stopId": "BOISABBE", "stopSequence": 18 }, { "arrival": { "time": "1771432092" }, "departure": { "time": "1771432092" }, "stopId": "DEBUSSY", "stopSequence": 19 }, { "arrival": { "time": "1771432188" }, "departure": { "time": "1771432188" }, "stopId": "HOTELLER", "stopSequence": 20 }, { "arrival": { "time": "1771432205" }, "departure": { "time": "1771432205" }, "stopId": "INDUSTRI", "stopSequence": 21 }, { "arrival": { "time": "1771432326" }, "stopId": "MONPLAIS", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "12", "tripId": "6052696" } } }, { "id": "trip:6052733", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432747" }, "departure": { "time": "1771432747" }, "stopId": "BRISSA-E", "stopSequence": 4 }, { "arrival": { "time": "1771432822" }, "departure": { "time": "1771432822" }, "stopId": "FONTEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771432859" }, "departure": { "time": "1771432859" }, "stopId": "BARBOT-E", "stopSequence": 6 }, { "arrival": { "time": "1771432927" }, "departure": { "time": "1771432927" }, "stopId": "GDPRES-E", "stopSequence": 7 }, { "arrival": { "time": "1771432960" }, "departure": { "time": "1771432960" }, "stopId": "SOLAND-E", "stopSequence": 8 }, { "arrival": { "time": "1771432999" }, "departure": { "time": "1771432999" }, "stopId": "ERIGNE-E", "stopSequence": 9 }, { "arrival": { "time": "1771433098" }, "departure": { "time": "1771433098" }, "stopId": "LEVESQ-E", "stopSequence": 10 }, { "arrival": { "time": "1771433130" }, "departure": { "time": "1771433130" }, "stopId": "MURSHV-E", "stopSequence": 11 }, { "arrival": { "time": "1771433208" }, "departure": { "time": "1771433208" }, "stopId": "CARMET-E", "stopSequence": 12 }, { "arrival": { "time": "1771433297" }, "departure": { "time": "1771433297" }, "stopId": "LECOTE-E", "stopSequence": 13 }, { "arrival": { "time": "1771433353" }, "departure": { "time": "1771433353" }, "stopId": "LABUIS-E", "stopSequence": 14 }, { "arrival": { "time": "1771433407" }, "stopId": "HTDEMURS", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052733" } } }, { "id": "trip:6540895", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431880" }, "departure": { "time": "1771431915" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771432010" }, "departure": { "time": "1771432010" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771432120" }, "departure": { "time": "1771432120" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771432240" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6540895" } } }, { "id": "trip:6053039", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431962" }, "departure": { "time": "1771431993" }, "stopId": "LECLSYLV", "stopSequence": 14 }, { "arrival": { "time": "1771431998" }, "departure": { "time": "1771431998" }, "stopId": "FRANCAIS", "stopSequence": 15 }, { "arrival": { "time": "1771432067" }, "departure": { "time": "1771432067" }, "stopId": "V.HUGO-E", "stopSequence": 16 }, { "arrival": { "time": "1771432138" }, "departure": { "time": "1771432138" }, "stopId": "ANBRUE-E", "stopSequence": 17 }, { "arrival": { "time": "1771432201" }, "departure": { "time": "1771432201" }, "stopId": "GAUGUI-E", "stopSequence": 18 }, { "arrival": { "time": "1771432269" }, "stopId": "STSYCHVE", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053039" } } }, { "id": "trip:6053028", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434540" }, "stopId": "STSYCHVE", "stopSequence": 0 }, { "arrival": { "time": "1771434610" }, "departure": { "time": "1771434610" }, "stopId": "GAUGUIN", "stopSequence": 1 }, { "arrival": { "time": "1771434660" }, "departure": { "time": "1771434660" }, "stopId": "ANBRUEL", "stopSequence": 2 }, { "arrival": { "time": "1771434720" }, "departure": { "time": "1771434720" }, "stopId": "V.HUGO", "stopSequence": 3 }, { "arrival": { "time": "1771434764" }, "departure": { "time": "1771434764" }, "stopId": "FRANCA-E", "stopSequence": 4 }, { "arrival": { "time": "1771434830" }, "departure": { "time": "1771434830" }, "stopId": "LECLSY-E", "stopSequence": 5 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "stopId": "SSYMAIRI", "stopSequence": 6 }, { "arrival": { "time": "1771434959" }, "departure": { "time": "1771434959" }, "stopId": "UNION", "stopSequence": 7 }, { "arrival": { "time": "1771434998" }, "departure": { "time": "1771434998" }, "stopId": "CHABLANC", "stopSequence": 8 }, { "arrival": { "time": "1771435037" }, "departure": { "time": "1771435037" }, "stopId": "BASMORTI", "stopSequence": 9 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "MILLARDI", "stopSequence": 10 }, { "arrival": { "time": "1771435095" }, "departure": { "time": "1771435095" }, "stopId": "CARREAUX", "stopSequence": 11 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "stopId": "PARCEXPO", "stopSequence": 12 }, { "arrival": { "time": "1771435417" }, "departure": { "time": "1771435417" }, "stopId": "PROVINS", "stopSequence": 13 }, { "arrival": { "time": "1771435483" }, "departure": { "time": "1771435483" }, "stopId": "RTEPARIS", "stopSequence": 14 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435560" }, "stopId": "SEPSONET", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053028" } } }, { "id": "trip:6260033", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433719" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771433834" }, "departure": { "time": "1771433834" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771433912" }, "departure": { "time": "1771433912" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771433961" }, "departure": { "time": "1771433961" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771434261" }, "departure": { "time": "1771434261" }, "stopId": "CNFPT", "stopSequence": 4 }, { "arrival": { "time": "1771434381" }, "departure": { "time": "1771434381" }, "stopId": "DARWIN-E", "stopSequence": 5 }, { "arrival": { "time": "1771434501" }, "departure": { "time": "1771434501" }, "stopId": "MOREL-E", "stopSequence": 6 }, { "arrival": { "time": "1771434534" }, "departure": { "time": "1771434534" }, "stopId": "INRA-E", "stopSequence": 7 }, { "arrival": { "time": "1771434551" }, "departure": { "time": "1771434551" }, "stopId": "GDPERI-E", "stopSequence": 8 }, { "arrival": { "time": "1771434587" }, "departure": { "time": "1771434587" }, "stopId": "LANDRE-E", "stopSequence": 9 }, { "arrival": { "time": "1771434685" }, "departure": { "time": "1771434685" }, "stopId": "BRGPAI-E", "stopSequence": 10 }, { "arrival": { "time": "1771434736" }, "departure": { "time": "1771434736" }, "stopId": "RODIN-E", "stopSequence": 11 }, { "arrival": { "time": "1771434793" }, "departure": { "time": "1771434793" }, "stopId": "GRANBE-E", "stopSequence": 12 }, { "arrival": { "time": "1771434833" }, "departure": { "time": "1771434833" }, "stopId": "PROME-E", "stopSequence": 13 }, { "arrival": { "time": "1771434878" }, "departure": { "time": "1771434878" }, "stopId": "CERFEU-E", "stopSequence": 14 }, { "arrival": { "time": "1771434913" }, "departure": { "time": "1771434913" }, "stopId": "MONOD-E", "stopSequence": 15 }, { "arrival": { "time": "1771434958" }, "departure": { "time": "1771434958" }, "stopId": "CITRON-E", "stopSequence": 16 }, { "arrival": { "time": "1771434999" }, "departure": { "time": "1771434999" }, "stopId": "ECHATS-E", "stopSequence": 17 }, { "arrival": { "time": "1771435092" }, "stopId": "LATOLL", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260033" } } }, { "id": "trip:6544693", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434470" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771434550" }, "departure": { "time": "1771434550" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771434620" }, "departure": { "time": "1771434620" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771434700" }, "departure": { "time": "1771434700" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771434790" }, "departure": { "time": "1771434790" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771434880" }, "departure": { "time": "1771434880" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771434990" }, "departure": { "time": "1771434990" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771435150" }, "departure": { "time": "1771435150" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771435240" }, "departure": { "time": "1771435240" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771435360" }, "departure": { "time": "1771435360" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771435440" }, "departure": { "time": "1771435440" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771435570" }, "departure": { "time": "1771435570" }, "stopId": "1HOPA", "stopSequence": 12 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544693" } } }, { "id": "trip:6544378", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432107" }, "departure": { "time": "1771432107" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771432267" }, "departure": { "time": "1771432267" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771432353" }, "departure": { "time": "1771432353" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771432436" }, "departure": { "time": "1771432436" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771432627" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544378" } } }, { "id": "trip:6257953", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431887" }, "departure": { "time": "1771431903" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771431981" }, "departure": { "time": "1771431981" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771432022" }, "departure": { "time": "1771432022" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771432078" }, "departure": { "time": "1771432078" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771432207" }, "departure": { "time": "1771432207" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771432327" }, "departure": { "time": "1771432327" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771432380" }, "departure": { "time": "1771432440" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771432549" }, "departure": { "time": "1771432549" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771432601" }, "departure": { "time": "1771432601" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771432740" }, "departure": { "time": "1771432740" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771432858" }, "departure": { "time": "1771432858" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771432936" }, "departure": { "time": "1771432936" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771432985" }, "departure": { "time": "1771432985" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771433109" }, "departure": { "time": "1771433109" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771433149" }, "departure": { "time": "1771433149" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771433160" }, "departure": { "time": "1771433160" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771433213" }, "departure": { "time": "1771433213" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771433272" }, "departure": { "time": "1771433272" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771433400" }, "departure": { "time": "1771433400" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771433251" }, "departure": { "time": "1771433251" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771433320" }, "departure": { "time": "1771433320" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771433422" }, "departure": { "time": "1771433422" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771433498" }, "departure": { "time": "1771433498" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771433553" }, "departure": { "time": "1771433553" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771433619" }, "departure": { "time": "1771433619" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771433682" }, "departure": { "time": "1771433682" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771433738" }, "departure": { "time": "1771433738" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771433809" }, "departure": { "time": "1771433809" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771433864" }, "departure": { "time": "1771433864" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771433978" }, "departure": { "time": "1771433978" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771434020" }, "departure": { "time": "1771434020" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771434047" }, "departure": { "time": "1771434047" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771434076" }, "departure": { "time": "1771434076" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771434114" }, "departure": { "time": "1771434114" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771434146" }, "departure": { "time": "1771434146" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771434233" }, "departure": { "time": "1771434233" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771434264" }, "departure": { "time": "1771434264" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771434302" }, "departure": { "time": "1771434302" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771434351" }, "departure": { "time": "1771434351" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771434405" }, "departure": { "time": "1771434405" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771434472" }, "departure": { "time": "1771434472" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771434534" }, "departure": { "time": "1771434534" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771434605" }, "departure": { "time": "1771434605" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771434655" }, "departure": { "time": "1771434655" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771434696" }, "departure": { "time": "1771434696" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771434723" }, "departure": { "time": "1771434723" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771434767" }, "departure": { "time": "1771434767" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771434825" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257953" } } }, { "id": "trip:6053953", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432680" }, "stopId": "STSYCHVE", "stopSequence": 0 }, { "arrival": { "time": "1771432750" }, "departure": { "time": "1771432750" }, "stopId": "GAUGUIN", "stopSequence": 1 }, { "arrival": { "time": "1771432800" }, "departure": { "time": "1771432800" }, "stopId": "ANBRUEL", "stopSequence": 2 }, { "arrival": { "time": "1771432860" }, "departure": { "time": "1771432860" }, "stopId": "V.HUGO", "stopSequence": 3 }, { "arrival": { "time": "1771432904" }, "departure": { "time": "1771432904" }, "stopId": "FRANCA-E", "stopSequence": 4 }, { "arrival": { "time": "1771432970" }, "departure": { "time": "1771432970" }, "stopId": "LECLSY-E", "stopSequence": 5 }, { "arrival": { "time": "1771433040" }, "departure": { "time": "1771433040" }, "stopId": "SSYMAIRI", "stopSequence": 6 }, { "arrival": { "time": "1771433119" }, "departure": { "time": "1771433119" }, "stopId": "UNION", "stopSequence": 7 }, { "arrival": { "time": "1771433171" }, "departure": { "time": "1771433171" }, "stopId": "CHABLANC", "stopSequence": 8 }, { "arrival": { "time": "1771433223" }, "departure": { "time": "1771433223" }, "stopId": "BASMORTI", "stopSequence": 9 }, { "arrival": { "time": "1771433280" }, "departure": { "time": "1771433280" }, "stopId": "MILLARDI", "stopSequence": 10 }, { "arrival": { "time": "1771433295" }, "departure": { "time": "1771433295" }, "stopId": "CARREAUX", "stopSequence": 11 }, { "arrival": { "time": "1771433520" }, "departure": { "time": "1771433520" }, "stopId": "PARCEXPO", "stopSequence": 12 }, { "arrival": { "time": "1771433641" }, "departure": { "time": "1771433641" }, "stopId": "PROVINS", "stopSequence": 13 }, { "arrival": { "time": "1771433723" }, "departure": { "time": "1771433723" }, "stopId": "RTEPARIS", "stopSequence": 14 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "SEPSONET", "stopSequence": 15 }, { "arrival": { "time": "1771433959" }, "departure": { "time": "1771433959" }, "stopId": "CHATENAY", "stopSequence": 16 }, { "arrival": { "time": "1771434094" }, "departure": { "time": "1771434094" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1771434416" }, "departure": { "time": "1771434416" }, "stopId": "CLEMOINE", "stopSequence": 18 }, { "arrival": { "time": "1771434540" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053953" } } }, { "id": "trip:6544962", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432140" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771432241" }, "departure": { "time": "1771432241" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771432350" }, "departure": { "time": "1771432350" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771432433" }, "departure": { "time": "1771432433" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771432528" }, "departure": { "time": "1771432528" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771432641" }, "departure": { "time": "1771432641" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771432820" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544962" } } }, { "id": "trip:3367", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432168" }, "departure": { "time": "1771432168" }, "stopId": "LEGRAS-E", "stopSequence": 7 }, { "arrival": { "time": "1771432198" }, "departure": { "time": "1771432198" }, "stopId": "RONCER-E", "stopSequence": 8 }, { "arrival": { "time": "1771432230" }, "departure": { "time": "1771432230" }, "stopId": "MASSON-E", "stopSequence": 9 }, { "arrival": { "time": "1771432315" }, "departure": { "time": "1771432315" }, "stopId": "MAROTT-E", "stopSequence": 10 }, { "arrival": { "time": "1771432410" }, "departure": { "time": "1771432410" }, "stopId": "CSARTH-E", "stopSequence": 11 }, { "arrival": { "time": "1771432438" }, "departure": { "time": "1771432438" }, "stopId": "LAPOMM-E", "stopSequence": 12 }, { "arrival": { "time": "1771432530" }, "departure": { "time": "1771432530" }, "stopId": "PETLAN-E", "stopSequence": 13 }, { "arrival": { "time": "1771432590" }, "departure": { "time": "1771432590" }, "stopId": "LALAN-E", "stopSequence": 14 }, { "arrival": { "time": "1771432722" }, "departure": { "time": "1771432722" }, "stopId": "FONTAI-E", "stopSequence": 15 }, { "arrival": { "time": "1771432776" }, "departure": { "time": "1771432776" }, "stopId": "RTECHA-E", "stopSequence": 16 }, { "arrival": { "time": "1771432830" }, "departure": { "time": "1771432830" }, "stopId": "PETMOT-E", "stopSequence": 17 }, { "arrival": { "time": "1771432890" }, "departure": { "time": "1771432890" }, "stopId": "ZARTIS-E", "stopSequence": 18 }, { "arrival": { "time": "1771433070" }, "departure": { "time": "1771433070" }, "stopId": "CRBEAU-E", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "33", "tripId": "3367" } } }, { "id": "trip:6257591", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431900" }, "departure": { "time": "1771431900" }, "stopId": "RBRIOL-E", "stopSequence": 51 }, { "arrival": { "time": "1771431914" }, "departure": { "time": "1771431945" }, "stopId": "NOZAY-E", "stopSequence": 52 }, { "arrival": { "time": "1771431975" }, "departure": { "time": "1771431975" }, "stopId": "AUVERG-E", "stopSequence": 53 }, { "arrival": { "time": "1771432048" }, "departure": { "time": "1771432048" }, "stopId": "SAVOIE-E", "stopSequence": 54 }, { "arrival": { "time": "1771432099" }, "departure": { "time": "1771432099" }, "stopId": "INDUST-E", "stopSequence": 55 }, { "arrival": { "time": "1771432199" }, "departure": { "time": "1771432199" }, "stopId": "HOTELL-E", "stopSequence": 56 }, { "arrival": { "time": "1771432286" }, "departure": { "time": "1771432286" }, "stopId": "DEBUMO-E", "stopSequence": 57 }, { "arrival": { "time": "1771432395" }, "departure": { "time": "1771432395" }, "stopId": "RTEPAR-E", "stopSequence": 58 }, { "arrival": { "time": "1771432448" }, "stopId": "PROVIN-E", "stopSequence": 59 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257591" } } }, { "id": "trip:6544692", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433870" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771433950" }, "departure": { "time": "1771433950" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771434020" }, "departure": { "time": "1771434020" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771434100" }, "departure": { "time": "1771434100" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771434190" }, "departure": { "time": "1771434190" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771434280" }, "departure": { "time": "1771434280" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771434390" }, "departure": { "time": "1771434390" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771434550" }, "departure": { "time": "1771434550" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771434640" }, "departure": { "time": "1771434640" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771434760" }, "departure": { "time": "1771434760" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771434840" }, "departure": { "time": "1771434840" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771434970" }, "departure": { "time": "1771434970" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771435060" }, "departure": { "time": "1771435060" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771435180" }, "departure": { "time": "1771435180" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771435290" }, "departure": { "time": "1771435290" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771435390" }, "departure": { "time": "1771435390" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771435470" }, "departure": { "time": "1771435470" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771435540" }, "departure": { "time": "1771435540" }, "stopId": "1HARA", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544692" } } }, { "id": "trip:6258515", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433930" }, "scheduleRelationship": "SKIPPED", "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1771434013" }, "departure": { "time": "1771434013" }, "scheduleRelationship": "SKIPPED", "stopId": "PIGNONIE", "stopSequence": 1 }, { "arrival": { "time": "1771434076" }, "departure": { "time": "1771434076" }, "scheduleRelationship": "SKIPPED", "stopId": "CLAVERIE", "stopSequence": 2 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "scheduleRelationship": "SKIPPED", "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1771434170" }, "departure": { "time": "1771434170" }, "scheduleRelationship": "SKIPPED", "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1771434227" }, "departure": { "time": "1771434227" }, "scheduleRelationship": "SKIPPED", "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1771434273" }, "departure": { "time": "1771434273" }, "scheduleRelationship": "SKIPPED", "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1771434309" }, "departure": { "time": "1771434309" }, "scheduleRelationship": "SKIPPED", "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1771434357" }, "departure": { "time": "1771434357" }, "scheduleRelationship": "SKIPPED", "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1771434437" }, "departure": { "time": "1771434437" }, "scheduleRelationship": "SKIPPED", "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1771434565" }, "departure": { "time": "1771434565" }, "scheduleRelationship": "SKIPPED", "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1771434596" }, "departure": { "time": "1771434596" }, "scheduleRelationship": "SKIPPED", "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1771434651" }, "departure": { "time": "1771434651" }, "scheduleRelationship": "SKIPPED", "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1771434737" }, "departure": { "time": "1771434737" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTAIG", "stopSequence": 13 }, { "arrival": { "time": "1771434896" }, "departure": { "time": "1771434896" }, "scheduleRelationship": "SKIPPED", "stopId": "LANGLADE", "stopSequence": 14 }, { "arrival": { "time": "1771434956" }, "departure": { "time": "1771434956" }, "scheduleRelationship": "SKIPPED", "stopId": "AROBASE", "stopSequence": 15 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "scheduleRelationship": "SKIPPED", "stopId": "PCOUBERT", "stopSequence": 16 }, { "arrival": { "time": "1771435109" }, "departure": { "time": "1771435109" }, "scheduleRelationship": "SKIPPED", "stopId": "JEBOUIN", "stopSequence": 17 }, { "arrival": { "time": "1771435196" }, "departure": { "time": "1771435196" }, "scheduleRelationship": "SKIPPED", "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1771435188" }, "departure": { "time": "1771435188" }, "scheduleRelationship": "SKIPPED", "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1771435254" }, "departure": { "time": "1771435254" }, "scheduleRelationship": "SKIPPED", "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1771435317" }, "departure": { "time": "1771435317" }, "scheduleRelationship": "SKIPPED", "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1771435400" }, "departure": { "time": "1771435400" }, "scheduleRelationship": "SKIPPED", "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1771435534" }, "departure": { "time": "1771435534" }, "scheduleRelationship": "SKIPPED", "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771435329" }, "departure": { "time": "1771435329" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1771435380" }, "departure": { "time": "1771435380" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1771435465" }, "departure": { "time": "1771435465" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1771435575" }, "departure": { "time": "1771435575" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258515" } } }, { "id": "trip:6257768", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435560" }, "stopId": "PARCEXPO", "stopSequence": 0 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257768" } } }, { "id": "trip:6258675", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431909" }, "departure": { "time": "1771431941" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771431959" }, "departure": { "time": "1771431981" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771432085" }, "departure": { "time": "1771432085" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771432122" }, "departure": { "time": "1771432122" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771432198" }, "departure": { "time": "1771432198" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771432272" }, "departure": { "time": "1771432272" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771432350" }, "departure": { "time": "1771432350" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771432413" }, "departure": { "time": "1771432413" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771432475" }, "departure": { "time": "1771432475" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771432518" }, "departure": { "time": "1771432518" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771432554" }, "departure": { "time": "1771432554" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771432632" }, "departure": { "time": "1771432632" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771432712" }, "departure": { "time": "1771432712" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771432782" }, "departure": { "time": "1771432782" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771432827" }, "departure": { "time": "1771432827" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771432872" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258675" } } }, { "id": "trip:6258574", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434840" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1771434894" }, "departure": { "time": "1771434894" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1771434926" }, "departure": { "time": "1771434926" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1771434954" }, "departure": { "time": "1771434954" }, "stopId": "RENOIR", "stopSequence": 3 }, { "arrival": { "time": "1771434982" }, "departure": { "time": "1771434982" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1771435015" }, "departure": { "time": "1771435015" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1771435254" }, "departure": { "time": "1771435254" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1771435256" }, "departure": { "time": "1771435256" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1771435327" }, "departure": { "time": "1771435327" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL", "stopSequence": 9 }, { "arrival": { "time": "1771435044" }, "departure": { "time": "1771435044" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTILL", "stopSequence": 10 }, { "arrival": { "time": "1771435202" }, "departure": { "time": "1771435202" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1771435237" }, "departure": { "time": "1771435237" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1771435258" }, "departure": { "time": "1771435258" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1771435290" }, "departure": { "time": "1771435290" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 }, { "arrival": { "time": "1771435387" }, "departure": { "time": "1771435387" }, "stopId": "ZOLA", "stopSequence": 15 }, { "arrival": { "time": "1771435444" }, "departure": { "time": "1771435444" }, "stopId": "BELAIR", "stopSequence": 16 }, { "arrival": { "time": "1771435504" }, "departure": { "time": "1771435504" }, "stopId": "ESPMONTR", "stopSequence": 17 }, { "arrival": { "time": "1771435573" }, "departure": { "time": "1771435573" }, "stopId": "PLATFLEU", "stopSequence": 18 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258574" } } }, { "id": "trip:6258309", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771433828" }, "departure": { "time": "1771433828" }, "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1771433878" }, "departure": { "time": "1771433878" }, "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1771433931" }, "departure": { "time": "1771433931" }, "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1771433999" }, "departure": { "time": "1771433999" }, "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1771434065" }, "departure": { "time": "1771434065" }, "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1771434109" }, "departure": { "time": "1771434109" }, "stopId": "LOUET", "stopSequence": 6 }, { "arrival": { "time": "1771434177" }, "departure": { "time": "1771434177" }, "stopId": "DUBE", "stopSequence": 7 }, { "arrival": { "time": "1771434236" }, "departure": { "time": "1771434236" }, "stopId": "LOIRE", "stopSequence": 8 }, { "arrival": { "time": "1771434360" }, "departure": { "time": "1771434360" }, "stopId": "PONTSCEM", "stopSequence": 9 }, { "arrival": { "time": "1771434415" }, "departure": { "time": "1771434415" }, "stopId": "BELPOULE", "stopSequence": 10 }, { "arrival": { "time": "1771434487" }, "departure": { "time": "1771434487" }, "stopId": "AUTHION", "stopSequence": 11 }, { "arrival": { "time": "1771434545" }, "departure": { "time": "1771434545" }, "stopId": "PATUREAU", "stopSequence": 12 }, { "arrival": { "time": "1771434646" }, "departure": { "time": "1771434646" }, "stopId": "GENDRON", "stopSequence": 13 }, { "arrival": { "time": "1771434728" }, "departure": { "time": "1771434728" }, "stopId": "RUELLES", "stopSequence": 14 }, { "arrival": { "time": "1771434780" }, "departure": { "time": "1771434780" }, "stopId": "SABLONS", "stopSequence": 15 }, { "arrival": { "time": "1771434817" }, "departure": { "time": "1771434817" }, "stopId": "TROPAROI", "stopSequence": 16 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "ALLARD", "stopSequence": 17 }, { "arrival": { "time": "1771435051" }, "departure": { "time": "1771435051" }, "stopId": "DELATTAS", "stopSequence": 18 }, { "arrival": { "time": "1771435182" }, "departure": { "time": "1771435182" }, "stopId": "ESA", "stopSequence": 19 }, { "arrival": { "time": "1771435255" }, "departure": { "time": "1771435255" }, "stopId": "RABELAI", "stopSequence": 20 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "stopId": "ALEROY", "stopSequence": 21 }, { "arrival": { "time": "1771435502" }, "departure": { "time": "1771435502" }, "stopId": "PAULBERT", "stopSequence": 22 }, { "arrival": { "time": "1771435576" }, "departure": { "time": "1771435576" }, "stopId": "HARAS", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258309" } } }, { "id": "trip:6544695", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435500" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771435580" }, "departure": { "time": "1771435580" }, "stopId": "1BASC", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544695" } } }, { "id": "trip:6545028", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433100" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771433284" }, "departure": { "time": "1771433284" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771433399" }, "departure": { "time": "1771433399" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771433497" }, "departure": { "time": "1771433497" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771433580" }, "departure": { "time": "1771433580" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771433682" }, "departure": { "time": "1771433682" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771433780" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545028" } } }, { "id": "trip:6257764", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432291" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771432417" }, "departure": { "time": "1771432417" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771432503" }, "departure": { "time": "1771432503" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771432591" }, "departure": { "time": "1771432591" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771432633" }, "departure": { "time": "1771432633" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771432691" }, "departure": { "time": "1771432691" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771432764" }, "departure": { "time": "1771432764" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771432812" }, "departure": { "time": "1771432812" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771432891" }, "departure": { "time": "1771432891" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771432940" }, "departure": { "time": "1771432940" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771432981" }, "departure": { "time": "1771432981" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771433009" }, "departure": { "time": "1771433009" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771433093" }, "departure": { "time": "1771433093" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771433131" }, "departure": { "time": "1771433131" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771433350" }, "departure": { "time": "1771433350" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771433531" }, "departure": { "time": "1771433531" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771433641" }, "departure": { "time": "1771433641" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771433694" }, "departure": { "time": "1771433694" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771433833" }, "departure": { "time": "1771433833" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771433985" }, "departure": { "time": "1771433985" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771434031" }, "departure": { "time": "1771434031" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771434081" }, "departure": { "time": "1771434081" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771434441" }, "departure": { "time": "1771434441" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771434501" }, "departure": { "time": "1771434501" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771434529" }, "departure": { "time": "1771434529" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771434587" }, "departure": { "time": "1771434587" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771434645" }, "departure": { "time": "1771434645" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771434681" }, "departure": { "time": "1771434681" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771434716" }, "departure": { "time": "1771434716" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771434760" }, "departure": { "time": "1771434760" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771434816" }, "departure": { "time": "1771434816" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771434855" }, "departure": { "time": "1771434855" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771434942" }, "departure": { "time": "1771434942" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771434986" }, "departure": { "time": "1771434986" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771435056" }, "departure": { "time": "1771435056" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771435176" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257764" } } }, { "id": "trip:6544963", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432860" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771432961" }, "departure": { "time": "1771432961" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771433070" }, "departure": { "time": "1771433070" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771433153" }, "departure": { "time": "1771433153" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771433248" }, "departure": { "time": "1771433248" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771433361" }, "departure": { "time": "1771433361" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771433540" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544963" } } }, { "id": "trip:6260115", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432158" }, "departure": { "time": "1771432158" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1771432223" }, "departure": { "time": "1771432223" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771432272" }, "departure": { "time": "1771432272" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1771432351" }, "departure": { "time": "1771432351" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1771432375" }, "departure": { "time": "1771432375" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1771432462" }, "departure": { "time": "1771432462" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771432525" }, "departure": { "time": "1771432525" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1771432606" }, "departure": { "time": "1771432606" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1771432646" }, "departure": { "time": "1771432646" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1771432719" }, "departure": { "time": "1771432719" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771432789" }, "departure": { "time": "1771432789" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1771432825" }, "departure": { "time": "1771432825" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1771432911" }, "departure": { "time": "1771432911" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1771432968" }, "departure": { "time": "1771432968" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1771432620" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260115" } } }, { "id": "trip:6052661", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771435504" }, "departure": { "time": "1771435504" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 33 }, { "arrival": { "time": "1771432146" }, "departure": { "time": "1771432146" }, "stopId": "ACADEMIE", "stopSequence": 34 }, { "arrival": { "time": "1771432223" }, "departure": { "time": "1771432223" }, "stopId": "GBREM-E", "stopSequence": 35 }, { "arrival": { "time": "1771432269" }, "stopId": "GAREPAPI", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052661" } } }, { "id": "trip:6544385", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435080" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771435123" }, "departure": { "time": "1771435123" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771435328" }, "departure": { "time": "1771435328" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771435356" }, "departure": { "time": "1771435356" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771435496" }, "departure": { "time": "1771435496" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771435579" }, "departure": { "time": "1771435579" }, "stopId": "STAUBIN", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544385" } } }, { "id": "trip:3563", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432003" }, "departure": { "time": "1771432003" }, "stopId": "MORSU-E", "stopSequence": 6 }, { "arrival": { "time": "1771432056" }, "departure": { "time": "1771432056" }, "stopId": "DESER-E", "stopSequence": 7 }, { "arrival": { "time": "1771432291" }, "departure": { "time": "1771432291" }, "stopId": "ATOSUB-E", "stopSequence": 8 }, { "arrival": { "time": "1771432400" }, "departure": { "time": "1771432400" }, "stopId": "5ROUTE-E", "stopSequence": 9 }, { "arrival": { "time": "1771432444" }, "departure": { "time": "1771432444" }, "stopId": "PAQUER-E", "stopSequence": 10 }, { "arrival": { "time": "1771432646" }, "departure": { "time": "1771432646" }, "stopId": "RENAR-E", "stopSequence": 11 }, { "arrival": { "time": "1771432671" }, "departure": { "time": "1771432671" }, "stopId": "PAUGE-E", "stopSequence": 12 }, { "arrival": { "time": "1771432700" }, "departure": { "time": "1771432700" }, "stopId": "PERRAU-E", "stopSequence": 13 }, { "arrival": { "time": "1771432736" }, "departure": { "time": "1771432736" }, "stopId": "BELLAN-E", "stopSequence": 14 }, { "arrival": { "time": "1771432786" }, "departure": { "time": "1771432786" }, "stopId": "ABI-E", "stopSequence": 15 }, { "arrival": { "time": "1771432844" }, "departure": { "time": "1771432844" }, "stopId": "LANGEV-E", "stopSequence": 16 }, { "arrival": { "time": "1771432912" }, "departure": { "time": "1771432912" }, "stopId": "LESECO-E", "stopSequence": 17 }, { "arrival": { "time": "1771433000" }, "departure": { "time": "1771433000" }, "stopId": "LESLAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771433109" }, "departure": { "time": "1771433109" }, "stopId": "FOUQUE-E", "stopSequence": 19 }, { "arrival": { "time": "1771433160" }, "departure": { "time": "1771433160" }, "stopId": "DPATIS-E", "stopSequence": 20 }, { "arrival": { "time": "1771433209" }, "departure": { "time": "1771433209" }, "stopId": "DFRAYON-E", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "35", "tripId": "3563" } } }, { "id": "trip:6258076", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431896" }, "departure": { "time": "1771431932" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771432034" }, "departure": { "time": "1771432034" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771432128" }, "departure": { "time": "1771432128" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771432217" }, "departure": { "time": "1771432217" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771432320" }, "departure": { "time": "1771432320" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771432446" }, "departure": { "time": "1771432446" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771432506" }, "departure": { "time": "1771432506" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1771432591" }, "departure": { "time": "1771432591" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771432699" }, "departure": { "time": "1771432699" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771432800" }, "departure": { "time": "1771432800" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1771432920" }, "departure": { "time": "1771432920" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1771432999" }, "departure": { "time": "1771432999" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1771433076" }, "departure": { "time": "1771433076" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771433120" }, "departure": { "time": "1771433120" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1771433179" }, "departure": { "time": "1771433179" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771433294" }, "departure": { "time": "1771433294" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1771433440" }, "departure": { "time": "1771433440" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771433526" }, "departure": { "time": "1771433526" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771433640" }, "departure": { "time": "1771433640" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771433684" }, "departure": { "time": "1771433684" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771433916" }, "departure": { "time": "1771433916" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771433966" }, "departure": { "time": "1771433966" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771434067" }, "departure": { "time": "1771434067" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771434096" }, "departure": { "time": "1771434096" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771434107" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258076" } } }, { "id": "trip:6544743", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434010" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771434092" }, "departure": { "time": "1771434092" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771434178" }, "departure": { "time": "1771434178" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771434350" }, "departure": { "time": "1771434350" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771434431" }, "departure": { "time": "1771434431" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771434592" }, "departure": { "time": "1771434592" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771434690" }, "departure": { "time": "1771434690" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771434840" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544743" } } }, { "id": "trip:6258418", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431882" }, "departure": { "time": "1771431893" }, "stopId": "JOLIVE-E", "stopSequence": 38 }, { "arrival": { "time": "1771431976" }, "departure": { "time": "1771431982" }, "stopId": "BELOEI-E", "stopSequence": 39 }, { "arrival": { "time": "1771432014" }, "departure": { "time": "1771432014" }, "stopId": "RTEDAN-E", "stopSequence": 40 }, { "arrival": { "time": "1771432065" }, "departure": { "time": "1771432065" }, "stopId": "LESROS-E", "stopSequence": 41 }, { "arrival": { "time": "1771432148" }, "departure": { "time": "1771432148" }, "stopId": "LOUPIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771432222" }, "departure": { "time": "1771432222" }, "stopId": "MASGEM-E", "stopSequence": 43 }, { "arrival": { "time": "1771432274" }, "departure": { "time": "1771432274" }, "stopId": "HOSGEM-E", "stopSequence": 44 }, { "arrival": { "time": "1771432346" }, "departure": { "time": "1771432346" }, "stopId": "CLOS9-E", "stopSequence": 45 }, { "arrival": { "time": "1771432398" }, "departure": { "time": "1771432398" }, "stopId": "VANRIE-E", "stopSequence": 46 }, { "arrival": { "time": "1771432459" }, "departure": { "time": "1771432459" }, "stopId": "PORTSG-E", "stopSequence": 47 }, { "arrival": { "time": "1771432492" }, "departure": { "time": "1771432492" }, "stopId": "LECHEN-E", "stopSequence": 48 }, { "arrival": { "time": "1771432554" }, "stopId": "ROMORNA", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258418" } } }, { "id": "trip:6257765", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433048" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771433172" }, "departure": { "time": "1771433172" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771433263" }, "departure": { "time": "1771433263" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771433351" }, "departure": { "time": "1771433351" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771433390" }, "departure": { "time": "1771433390" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771433444" }, "departure": { "time": "1771433444" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771433525" }, "departure": { "time": "1771433525" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771433570" }, "departure": { "time": "1771433570" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771433649" }, "departure": { "time": "1771433649" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771433698" }, "departure": { "time": "1771433698" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771433739" }, "departure": { "time": "1771433739" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771433767" }, "departure": { "time": "1771433767" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771433851" }, "departure": { "time": "1771433851" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771433889" }, "departure": { "time": "1771433889" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771434086" }, "departure": { "time": "1771434086" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771434277" }, "departure": { "time": "1771434277" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771434364" }, "departure": { "time": "1771434364" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771434439" }, "departure": { "time": "1771434439" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771434518" }, "departure": { "time": "1771434518" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771434612" }, "departure": { "time": "1771434612" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771434696" }, "departure": { "time": "1771434696" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771434744" }, "departure": { "time": "1771434744" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771435062" }, "departure": { "time": "1771435062" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771435134" }, "departure": { "time": "1771435134" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771435150" }, "departure": { "time": "1771435150" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771435188" }, "departure": { "time": "1771435188" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771435242" }, "departure": { "time": "1771435242" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771435260" }, "departure": { "time": "1771435260" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771435314" }, "departure": { "time": "1771435314" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771435348" }, "departure": { "time": "1771435348" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771435407" }, "departure": { "time": "1771435407" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771435424" }, "departure": { "time": "1771435424" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771435570" }, "departure": { "time": "1771435570" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771435804" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257765" } } }, { "id": "trip:6257614", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432158" }, "departure": { "time": "1771432158" }, "stopId": "LORETT-E", "stopSequence": 31 }, { "arrival": { "time": "1771432207" }, "departure": { "time": "1771432207" }, "stopId": "MORELI-E", "stopSequence": 32 }, { "arrival": { "time": "1771432284" }, "departure": { "time": "1771432284" }, "stopId": "DELATR-E", "stopSequence": 33 }, { "arrival": { "time": "1771432371" }, "departure": { "time": "1771432371" }, "stopId": "HAUTPR-E", "stopSequence": 34 }, { "arrival": { "time": "1771432507" }, "departure": { "time": "1771432507" }, "stopId": "INTMIL-E", "stopSequence": 35 }, { "arrival": { "time": "1771432601" }, "departure": { "time": "1771432601" }, "stopId": "SAUMUR-E", "stopSequence": 36 }, { "arrival": { "time": "1771432700" }, "departure": { "time": "1771432700" }, "stopId": "DELACR-E", "stopSequence": 37 }, { "arrival": { "time": "1771432772" }, "departure": { "time": "1771432772" }, "stopId": "JUSTIC-E", "stopSequence": 38 }, { "arrival": { "time": "1771432856" }, "departure": { "time": "1771432856" }, "stopId": "ECLATE-E", "stopSequence": 39 }, { "arrival": { "time": "1771432955" }, "departure": { "time": "1771432955" }, "stopId": "VDLOIR-E", "stopSequence": 40 }, { "arrival": { "time": "1771432384" }, "departure": { "time": "1771432384" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 41 }, { "arrival": { "time": "1771432440" }, "departure": { "time": "1771432440" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 42 }, { "arrival": { "time": "1771432527" }, "departure": { "time": "1771432527" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 43 }, { "arrival": { "time": "1771432560" }, "departure": { "time": "1771432560" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 44 }, { "arrival": { "time": "1771432999" }, "departure": { "time": "1771432999" }, "stopId": "LEOLAG-E", "stopSequence": 45 }, { "arrival": { "time": "1771433045" }, "departure": { "time": "1771433045" }, "stopId": "DAGUER-E", "stopSequence": 46 }, { "arrival": { "time": "1771433102" }, "departure": { "time": "1771433102" }, "stopId": "ALLUME-E", "stopSequence": 47 }, { "arrival": { "time": "1771433152" }, "departure": { "time": "1771433152" }, "stopId": "RIOTTE-E", "stopSequence": 48 }, { "arrival": { "time": "1771433204" }, "departure": { "time": "1771433204" }, "stopId": "BOURSE-E", "stopSequence": 49 }, { "arrival": { "time": "1771433240" }, "departure": { "time": "1771433240" }, "stopId": "MORLON-E", "stopSequence": 50 }, { "arrival": { "time": "1771433279" }, "departure": { "time": "1771433279" }, "stopId": "PYRAM2-E", "stopSequence": 51 }, { "arrival": { "time": "1771433353" }, "departure": { "time": "1771433353" }, "stopId": "BUISSO-E", "stopSequence": 52 }, { "arrival": { "time": "1771433379" }, "departure": { "time": "1771433379" }, "stopId": "DAUTEL-E", "stopSequence": 53 }, { "arrival": { "time": "1771433450" }, "departure": { "time": "1771433450" }, "stopId": "GENTR-E", "stopSequence": 54 }, { "arrival": { "time": "1771433570" }, "departure": { "time": "1771433570" }, "stopId": "SLEZIND", "stopSequence": 55 }, { "arrival": { "time": "1771433661" }, "departure": { "time": "1771433661" }, "stopId": "BAHONN-E", "stopSequence": 56 }, { "arrival": { "time": "1771433707" }, "departure": { "time": "1771433707" }, "stopId": "DEGAUL-E", "stopSequence": 57 }, { "arrival": { "time": "1771433758" }, "departure": { "time": "1771433758" }, "stopId": "MALEMB-E", "stopSequence": 58 }, { "arrival": { "time": "1771433870" }, "stopId": "TRELGARE", "stopSequence": 59 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257614" } } }, { "id": "trip:6260006", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433419" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1771433476" }, "departure": { "time": "1771433476" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1771433517" }, "departure": { "time": "1771433517" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1771433564" }, "departure": { "time": "1771433564" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1771433599" }, "departure": { "time": "1771433599" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1771433659" }, "departure": { "time": "1771433659" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1771433700" }, "departure": { "time": "1771433700" }, "stopId": "GRANBELL", "stopSequence": 6 }, { "arrival": { "time": "1771433740" }, "departure": { "time": "1771433740" }, "stopId": "RODIN", "stopSequence": 7 }, { "arrival": { "time": "1771433778" }, "departure": { "time": "1771433778" }, "stopId": "BRGPAILL", "stopSequence": 8 }, { "arrival": { "time": "1771433865" }, "departure": { "time": "1771433865" }, "stopId": "LANDREAU", "stopSequence": 9 }, { "arrival": { "time": "1771433899" }, "departure": { "time": "1771433899" }, "stopId": "GDPERIGN", "stopSequence": 10 }, { "arrival": { "time": "1771433927" }, "departure": { "time": "1771433927" }, "stopId": "INRA", "stopSequence": 11 }, { "arrival": { "time": "1771433954" }, "departure": { "time": "1771433954" }, "stopId": "MOREL", "stopSequence": 12 }, { "arrival": { "time": "1771434014" }, "departure": { "time": "1771434014" }, "stopId": "DARWIN", "stopSequence": 13 }, { "arrival": { "time": "1771434204" }, "departure": { "time": "1771434204" }, "stopId": "CNFPT-E", "stopSequence": 14 }, { "arrival": { "time": "1771434793" }, "departure": { "time": "1771434793" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771434847" }, "departure": { "time": "1771434847" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771434938" }, "departure": { "time": "1771434938" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771434966" }, "departure": { "time": "1771434966" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771435033" }, "departure": { "time": "1771435033" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771435066" }, "departure": { "time": "1771435066" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771434480" }, "departure": { "time": "1771434480" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771434551" }, "departure": { "time": "1771434551" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771434629" }, "departure": { "time": "1771434629" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771435104" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6260006" } } }, { "id": "trip:6257957", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434020" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771434106" }, "departure": { "time": "1771434106" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771434150" }, "departure": { "time": "1771434150" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771434187" }, "departure": { "time": "1771434187" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771434214" }, "departure": { "time": "1771434214" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771434320" }, "departure": { "time": "1771434320" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771434365" }, "departure": { "time": "1771434365" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771434426" }, "departure": { "time": "1771434426" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771434469" }, "departure": { "time": "1771434469" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771434516" }, "departure": { "time": "1771434516" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771434560" }, "departure": { "time": "1771434560" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771434615" }, "departure": { "time": "1771434615" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771434669" }, "departure": { "time": "1771434669" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771434735" }, "departure": { "time": "1771434735" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771434810" }, "departure": { "time": "1771434810" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771434869" }, "departure": { "time": "1771434869" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771434920" }, "departure": { "time": "1771434920" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771434992" }, "departure": { "time": "1771434992" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771435075" }, "departure": { "time": "1771435075" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771435134" }, "departure": { "time": "1771435134" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771435205" }, "departure": { "time": "1771435205" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771435301" }, "departure": { "time": "1771435301" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771435342" }, "departure": { "time": "1771435342" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771435398" }, "departure": { "time": "1771435398" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771435481" }, "departure": { "time": "1771435481" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771435572" }, "departure": { "time": "1771435572" }, "stopId": "MAIL-NAE", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257957" } } }, { "id": "trip:6258707", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434360" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771434382" }, "departure": { "time": "1771434382" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771434420" }, "departure": { "time": "1771434420" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771434469" }, "departure": { "time": "1771434469" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771434540" }, "departure": { "time": "1771434540" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771434642" }, "departure": { "time": "1771434642" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771434688" }, "departure": { "time": "1771434688" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771434744" }, "departure": { "time": "1771434744" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771434806" }, "departure": { "time": "1771434806" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771434875" }, "departure": { "time": "1771434875" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771435096" }, "departure": { "time": "1771435096" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771435131" }, "departure": { "time": "1771435131" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771435190" }, "departure": { "time": "1771435190" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771435235" }, "departure": { "time": "1771435235" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771435305" }, "departure": { "time": "1771435305" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771435390" }, "departure": { "time": "1771435390" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771435451" }, "departure": { "time": "1771435451" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771435500" }, "departure": { "time": "1771435500" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771435545" }, "departure": { "time": "1771435545" }, "stopId": "VDLOIRE", "stopSequence": 20 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258707" } } }, { "id": "trip:6257915", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431877" }, "departure": { "time": "1771431901" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771431945" }, "departure": { "time": "1771431976" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771431991" }, "departure": { "time": "1771431991" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771432039" }, "departure": { "time": "1771432039" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771432080" }, "departure": { "time": "1771432080" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771432224" }, "departure": { "time": "1771432224" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771432287" }, "departure": { "time": "1771432287" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771432380" }, "departure": { "time": "1771432380" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771432443" }, "departure": { "time": "1771432443" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771432519" }, "departure": { "time": "1771432519" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771432602" }, "departure": { "time": "1771432602" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771432680" }, "departure": { "time": "1771432680" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771432755" }, "departure": { "time": "1771432755" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771432863" }, "departure": { "time": "1771432863" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771432959" }, "departure": { "time": "1771432959" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771433028" }, "departure": { "time": "1771433028" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771433066" }, "departure": { "time": "1771433066" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771433040" }, "departure": { "time": "1771433040" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771433167" }, "departure": { "time": "1771433167" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771433255" }, "departure": { "time": "1771433255" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771433340" }, "departure": { "time": "1771433340" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771433281" }, "departure": { "time": "1771433281" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771433247" }, "departure": { "time": "1771433247" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771433323" }, "departure": { "time": "1771433323" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771433436" }, "departure": { "time": "1771433436" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771433491" }, "departure": { "time": "1771433491" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771433636" }, "departure": { "time": "1771433636" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771433723" }, "departure": { "time": "1771433723" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771433783" }, "departure": { "time": "1771434300" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771434371" }, "departure": { "time": "1771434371" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771434487" }, "departure": { "time": "1771434487" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771434540" }, "departure": { "time": "1771434540" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771434613" }, "departure": { "time": "1771434613" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771434636" }, "departure": { "time": "1771434636" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771434715" }, "departure": { "time": "1771434715" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771434782" }, "departure": { "time": "1771434782" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771434825" }, "departure": { "time": "1771434825" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771434871" }, "departure": { "time": "1771434871" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771435018" }, "departure": { "time": "1771435018" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771435072" }, "departure": { "time": "1771435072" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771435142" }, "departure": { "time": "1771435142" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771435204" }, "departure": { "time": "1771435204" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771435264" }, "departure": { "time": "1771435264" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771435371" }, "departure": { "time": "1771435371" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771435411" }, "departure": { "time": "1771435411" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771435452" }, "departure": { "time": "1771435452" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771435520" }, "departure": { "time": "1771435520" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435560" }, "stopId": "JAUDET-E", "stopSequence": 63 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257915" } } }, { "id": "trip:6053047", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432287" }, "departure": { "time": "1771432287" }, "stopId": "BRISEP-E", "stopSequence": 2 }, { "arrival": { "time": "1771432453" }, "departure": { "time": "1771432453" }, "stopId": "CHATEN-E", "stopSequence": 3 }, { "arrival": { "time": "1771432620" }, "departure": { "time": "1771432620" }, "stopId": "SEPSON-E", "stopSequence": 4 }, { "arrival": { "time": "1771432747" }, "departure": { "time": "1771432747" }, "stopId": "RTEPAR-E", "stopSequence": 5 }, { "arrival": { "time": "1771432838" }, "departure": { "time": "1771432838" }, "stopId": "PROVIN-E", "stopSequence": 6 }, { "arrival": { "time": "1771432980" }, "departure": { "time": "1771432980" }, "stopId": "PARCEX-E", "stopSequence": 7 }, { "arrival": { "time": "1771433247" }, "departure": { "time": "1771433247" }, "stopId": "CARREA-E", "stopSequence": 8 }, { "arrival": { "time": "1771433280" }, "departure": { "time": "1771433280" }, "stopId": "MILLAR-E", "stopSequence": 9 }, { "arrival": { "time": "1771433325" }, "departure": { "time": "1771433325" }, "stopId": "BASMOR-E", "stopSequence": 10 }, { "arrival": { "time": "1771433386" }, "departure": { "time": "1771433386" }, "stopId": "CHABLA-E", "stopSequence": 11 }, { "arrival": { "time": "1771433438" }, "departure": { "time": "1771433438" }, "stopId": "UNION-E", "stopSequence": 12 }, { "arrival": { "time": "1771433520" }, "departure": { "time": "1771433520" }, "stopId": "SSYMAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771433614" }, "departure": { "time": "1771433614" }, "stopId": "LECLSYLV", "stopSequence": 14 }, { "arrival": { "time": "1771433669" }, "departure": { "time": "1771433669" }, "stopId": "FRANCAIS", "stopSequence": 15 }, { "arrival": { "time": "1771433738" }, "departure": { "time": "1771433738" }, "stopId": "V.HUGO-E", "stopSequence": 16 }, { "arrival": { "time": "1771433809" }, "departure": { "time": "1771433809" }, "stopId": "ANBRUE-E", "stopSequence": 17 }, { "arrival": { "time": "1771433872" }, "departure": { "time": "1771433872" }, "stopId": "GAUGUI-E", "stopSequence": 18 }, { "arrival": { "time": "1771433940" }, "stopId": "STSYCHVE", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053047" } } }, { "id": "trip:6052743", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431887" }, "departure": { "time": "1771431887" }, "stopId": "LABUISSA", "stopSequence": 1 }, { "arrival": { "time": "1771431932" }, "departure": { "time": "1771431932" }, "stopId": "LECOTEAU", "stopSequence": 2 }, { "arrival": { "time": "1771431992" }, "departure": { "time": "1771431992" }, "stopId": "CARMET", "stopSequence": 3 }, { "arrival": { "time": "1771432084" }, "departure": { "time": "1771432084" }, "stopId": "MURSHDV", "stopSequence": 4 }, { "arrival": { "time": "1771432115" }, "departure": { "time": "1771432115" }, "stopId": "LEVESQUE", "stopSequence": 5 }, { "arrival": { "time": "1771432193" }, "departure": { "time": "1771432193" }, "stopId": "ERIGNE", "stopSequence": 6 }, { "arrival": { "time": "1771432222" }, "departure": { "time": "1771432222" }, "stopId": "SOLAND", "stopSequence": 7 }, { "arrival": { "time": "1771432261" }, "departure": { "time": "1771432261" }, "stopId": "GDPRESSO", "stopSequence": 8 }, { "arrival": { "time": "1771432320" }, "departure": { "time": "1771432320" }, "stopId": "BARBOTER", "stopSequence": 9 }, { "arrival": { "time": "1771432388" }, "departure": { "time": "1771432388" }, "stopId": "FONTENE", "stopSequence": 10 }, { "arrival": { "time": "1771432444" }, "departure": { "time": "1771432444" }, "stopId": "BRISSAC", "stopSequence": 11 }, { "arrival": { "time": "1771433464" }, "departure": { "time": "1771433464" }, "stopId": "GARDOT", "stopSequence": 12 }, { "arrival": { "time": "1771433480" }, "departure": { "time": "1771433480" }, "stopId": "STEXUPER", "stopSequence": 13 }, { "arrival": { "time": "1771433569" }, "departure": { "time": "1771433569" }, "stopId": "SECUSOCI", "stopSequence": 14 }, { "arrival": { "time": "1771433760" }, "stopId": "HDVSUB", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052743" } } }, { "id": "trip:6257436", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434540" }, "stopId": "EXPO-ZI", "stopSequence": 0 }, { "arrival": { "time": "1771434597" }, "departure": { "time": "1771434597" }, "stopId": "POULARDE", "stopSequence": 1 }, { "arrival": { "time": "1771434660" }, "departure": { "time": "1771434780" }, "stopId": "POLE49", "stopSequence": 2 }, { "arrival": { "time": "1771434843" }, "departure": { "time": "1771434843" }, "stopId": "HELBOU", "stopSequence": 3 }, { "arrival": { "time": "1771434878" }, "departure": { "time": "1771434878" }, "stopId": "COLOMB", "stopSequence": 4 }, { "arrival": { "time": "1771434915" }, "departure": { "time": "1771434915" }, "stopId": "CHANTRI", "stopSequence": 5 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "BOISRINI", "stopSequence": 6 }, { "arrival": { "time": "1771435070" }, "departure": { "time": "1771435070" }, "stopId": "COINTREA", "stopSequence": 7 }, { "arrival": { "time": "1771435125" }, "departure": { "time": "1771435125" }, "stopId": "MAISONSR", "stopSequence": 8 }, { "arrival": { "time": "1771435185" }, "departure": { "time": "1771435185" }, "stopId": "GATS", "stopSequence": 9 }, { "arrival": { "time": "1771435252" }, "departure": { "time": "1771435252" }, "stopId": "CAMELI-E", "stopSequence": 10 }, { "arrival": { "time": "1771435319" }, "departure": { "time": "1771435319" }, "stopId": "MONTREJO", "stopSequence": 11 }, { "arrival": { "time": "1771435380" }, "departure": { "time": "1771435380" }, "stopId": "COUPERIN", "stopSequence": 12 }, { "arrival": { "time": "1771435561" }, "departure": { "time": "1771435561" }, "stopId": "MONTAI-E", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "11", "tripId": "6257436" } } }, { "id": "trip:6544381", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432920" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771432969" }, "departure": { "time": "1771432969" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771433203" }, "departure": { "time": "1771433203" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771433131" }, "departure": { "time": "1771433131" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771433291" }, "departure": { "time": "1771433291" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771433375" }, "departure": { "time": "1771433375" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771433469" }, "departure": { "time": "1771433580" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771433820" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544381" } } }, { "id": "trip:6257617", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431991" }, "departure": { "time": "1771431991" }, "stopId": "BAHONN-E", "stopSequence": 56 }, { "arrival": { "time": "1771432037" }, "departure": { "time": "1771432037" }, "stopId": "DEGAUL-E", "stopSequence": 57 }, { "arrival": { "time": "1771432088" }, "departure": { "time": "1771432088" }, "stopId": "MALEMB-E", "stopSequence": 58 }, { "arrival": { "time": "1771432200" }, "stopId": "TRELGARE", "stopSequence": 59 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257617" } } }, { "id": "trip:3369", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432260" }, "departure": { "time": "1771432260" }, "stopId": "MONPR-E", "stopSequence": 3 }, { "arrival": { "time": "1771432384" }, "departure": { "time": "1771432384" }, "stopId": "BICHO.-E", "stopSequence": 4 }, { "arrival": { "time": "1771432547" }, "departure": { "time": "1771432547" }, "stopId": "BLERIO-E", "stopSequence": 5 }, { "arrival": { "time": "1771432740" }, "departure": { "time": "1771432740" }, "stopId": "AQUAVITA", "stopSequence": 6 }, { "arrival": { "time": "1771433165" }, "departure": { "time": "1771433165" }, "stopId": "LEGRAS-E", "stopSequence": 7 }, { "arrival": { "time": "1771433191" }, "departure": { "time": "1771433191" }, "stopId": "RONCER-E", "stopSequence": 8 }, { "arrival": { "time": "1771433220" }, "departure": { "time": "1771433220" }, "stopId": "MASSON-E", "stopSequence": 9 }, { "arrival": { "time": "1771433334" }, "departure": { "time": "1771433334" }, "stopId": "MAROTT-E", "stopSequence": 10 }, { "arrival": { "time": "1771433460" }, "departure": { "time": "1771433460" }, "stopId": "CSARTH-E", "stopSequence": 11 }, { "arrival": { "time": "1771433498" }, "departure": { "time": "1771433498" }, "stopId": "LAPOMM-E", "stopSequence": 12 }, { "arrival": { "time": "1771433621" }, "departure": { "time": "1771433621" }, "stopId": "PETLAN-E", "stopSequence": 13 }, { "arrival": { "time": "1771433700" }, "departure": { "time": "1771433700" }, "stopId": "LALAN-E", "stopSequence": 14 }, { "arrival": { "time": "1771433799" }, "departure": { "time": "1771433799" }, "stopId": "FONTAI-E", "stopSequence": 15 }, { "arrival": { "time": "1771433840" }, "departure": { "time": "1771433840" }, "stopId": "RTECHA-E", "stopSequence": 16 }, { "arrival": { "time": "1771433880" }, "departure": { "time": "1771433880" }, "stopId": "PETMOT-E", "stopSequence": 17 }, { "arrival": { "time": "1771433940" }, "departure": { "time": "1771433940" }, "stopId": "ZARTIS-E", "stopSequence": 18 }, { "arrival": { "time": "1771434240" }, "departure": { "time": "1771434240" }, "stopId": "CRBEAU-E", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "33", "tripId": "3369" } } }, { "id": "trip:6544231", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431902" }, "departure": { "time": "1771431963" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771432067" }, "departure": { "time": "1771432067" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771432145" }, "departure": { "time": "1771432145" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771432303" }, "departure": { "time": "1771432303" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771432382" }, "departure": { "time": "1771432382" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771432455" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544231" } } }, { "id": "trip:6544745", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434480" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771434610" }, "departure": { "time": "1771434610" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771434704" }, "departure": { "time": "1771434704" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771434862" }, "departure": { "time": "1771434862" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771434940" }, "departure": { "time": "1771434940" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771435098" }, "departure": { "time": "1771435098" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771435177" }, "departure": { "time": "1771435177" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771435250" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544745" } } }, { "id": "trip:6258416", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431916" }, "departure": { "time": "1771431947" }, "stopId": "ECURIE", "stopSequence": 2 }, { "arrival": { "time": "1771432056" }, "departure": { "time": "1771432056" }, "stopId": "BAUDRAI", "stopSequence": 3 }, { "arrival": { "time": "1771432082" }, "departure": { "time": "1771432082" }, "stopId": "JEBOUTON", "stopSequence": 4 }, { "arrival": { "time": "1771432188" }, "departure": { "time": "1771432188" }, "stopId": "LAVOIR", "stopSequence": 5 }, { "arrival": { "time": "1771432256" }, "departure": { "time": "1771432256" }, "stopId": "RIOTTEAU", "stopSequence": 6 }, { "arrival": { "time": "1771432296" }, "departure": { "time": "1771432296" }, "stopId": "ALLUMETT", "stopSequence": 7 }, { "arrival": { "time": "1771432349" }, "departure": { "time": "1771432349" }, "stopId": "DAGUERRE", "stopSequence": 8 }, { "arrival": { "time": "1771432404" }, "departure": { "time": "1771432404" }, "stopId": "BELVTR-E", "stopSequence": 9 }, { "arrival": { "time": "1771432477" }, "departure": { "time": "1771432477" }, "stopId": "MARAIS-E", "stopSequence": 10 }, { "arrival": { "time": "1771432571" }, "departure": { "time": "1771432571" }, "stopId": "GASPALON", "stopSequence": 11 }, { "arrival": { "time": "1771432688" }, "departure": { "time": "1771432688" }, "stopId": "VILSANTE", "stopSequence": 12 }, { "arrival": { "time": "1771432736" }, "departure": { "time": "1771432736" }, "stopId": "CORMIER", "stopSequence": 13 }, { "arrival": { "time": "1771432828" }, "departure": { "time": "1771432828" }, "stopId": "STLEONAR", "stopSequence": 14 }, { "arrival": { "time": "1771432866" }, "departure": { "time": "1771432866" }, "stopId": "GERICAUL", "stopSequence": 15 }, { "arrival": { "time": "1771432925" }, "departure": { "time": "1771432925" }, "stopId": "MONGAZON", "stopSequence": 16 }, { "arrival": { "time": "1771432959" }, "departure": { "time": "1771432959" }, "stopId": "KOPA", "stopSequence": 17 }, { "arrival": { "time": "1771433016" }, "departure": { "time": "1771433016" }, "stopId": "DESMAZ", "stopSequence": 18 }, { "arrival": { "time": "1771433066" }, "departure": { "time": "1771433066" }, "stopId": "ANFRANCK", "stopSequence": 19 }, { "arrival": { "time": "1771433123" }, "departure": { "time": "1771433123" }, "stopId": "STJOSEP", "stopSequence": 20 }, { "arrival": { "time": "1771433188" }, "departure": { "time": "1771433188" }, "stopId": "PLDULYCE", "stopSequence": 21 }, { "arrival": { "time": "1771433285" }, "departure": { "time": "1771433285" }, "stopId": "HMAI", "stopSequence": 22 }, { "arrival": { "time": "1771433334" }, "departure": { "time": "1771433334" }, "stopId": "FO-LOR-R", "stopSequence": 23 }, { "arrival": { "time": "1771433445" }, "departure": { "time": "1771433445" }, "stopId": "STAUBI-E", "stopSequence": 24 }, { "arrival": { "time": "1771433498" }, "departure": { "time": "1771433498" }, "stopId": "HARAS-E", "stopSequence": 25 }, { "arrival": { "time": "1771433640" }, "departure": { "time": "1771433640" }, "stopId": "LESGAR-E", "stopSequence": 26 }, { "arrival": { "time": "1771433729" }, "departure": { "time": "1771433729" }, "stopId": "SEMARD-E", "stopSequence": 27 }, { "arrival": { "time": "1771433768" }, "departure": { "time": "1771433768" }, "stopId": "PONTNO-E", "stopSequence": 28 }, { "arrival": { "time": "1771433843" }, "departure": { "time": "1771433843" }, "stopId": "POIREL-E", "stopSequence": 29 }, { "arrival": { "time": "1771433884" }, "departure": { "time": "1771433884" }, "stopId": "VAUBAN-E", "stopSequence": 30 }, { "arrival": { "time": "1771433937" }, "departure": { "time": "1771433937" }, "stopId": "FREMUR-E", "stopSequence": 31 }, { "arrival": { "time": "1771434004" }, "departure": { "time": "1771434004" }, "stopId": "STRASB-E", "stopSequence": 32 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "LETAND-E", "stopSequence": 33 }, { "arrival": { "time": "1771434151" }, "departure": { "time": "1771434151" }, "stopId": "BEDIER-E", "stopSequence": 34 }, { "arrival": { "time": "1771434184" }, "departure": { "time": "1771434184" }, "stopId": "INTREP-E", "stopSequence": 35 }, { "arrival": { "time": "1771434215" }, "departure": { "time": "1771434215" }, "stopId": "MTARDA-E", "stopSequence": 36 }, { "arrival": { "time": "1771434254" }, "departure": { "time": "1771434254" }, "stopId": "AUBRY-E", "stopSequence": 37 }, { "arrival": { "time": "1771434305" }, "departure": { "time": "1771434305" }, "stopId": "COSSE-E", "stopSequence": 38 }, { "arrival": { "time": "1771434368" }, "departure": { "time": "1771434368" }, "stopId": "HUTREA-E", "stopSequence": 39 }, { "arrival": { "time": "1771434389" }, "departure": { "time": "1771434389" }, "stopId": "JOLIVE-E", "stopSequence": 40 }, { "arrival": { "time": "1771434444" }, "departure": { "time": "1771434444" }, "stopId": "BELOEI-E", "stopSequence": 41 }, { "arrival": { "time": "1771434480" }, "departure": { "time": "1771434480" }, "stopId": "RTEDAN-E", "stopSequence": 42 }, { "arrival": { "time": "1771434531" }, "departure": { "time": "1771434531" }, "stopId": "LESROS-E", "stopSequence": 43 }, { "arrival": { "time": "1771434614" }, "departure": { "time": "1771434614" }, "stopId": "LOUPIN-E", "stopSequence": 44 }, { "arrival": { "time": "1771434688" }, "departure": { "time": "1771434688" }, "stopId": "MASGEM-E", "stopSequence": 45 }, { "arrival": { "time": "1771434740" }, "departure": { "time": "1771434740" }, "stopId": "HOSGEM-E", "stopSequence": 46 }, { "arrival": { "time": "1771434812" }, "departure": { "time": "1771434812" }, "stopId": "CLOS9-E", "stopSequence": 47 }, { "arrival": { "time": "1771434864" }, "departure": { "time": "1771434864" }, "stopId": "VANRIE-E", "stopSequence": 48 }, { "arrival": { "time": "1771434925" }, "departure": { "time": "1771434925" }, "stopId": "PORTSG-E", "stopSequence": 49 }, { "arrival": { "time": "1771434958" }, "departure": { "time": "1771434958" }, "stopId": "LECHEN-E", "stopSequence": 50 }, { "arrival": { "time": "1771435020" }, "stopId": "ROMORNA", "stopSequence": 51 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258416" } } }, { "id": "trip:6052698", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433940" }, "stopId": "VEILLIER", "stopSequence": 0 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434180" }, "stopId": "GRIMOREL", "stopSequence": 1 }, { "arrival": { "time": "1771434295" }, "departure": { "time": "1771434295" }, "stopId": "BMOTTE", "stopSequence": 2 }, { "arrival": { "time": "1771434366" }, "departure": { "time": "1771434366" }, "stopId": "LABROSSE", "stopSequence": 3 }, { "arrival": { "time": "1771434419" }, "departure": { "time": "1771434419" }, "stopId": "FIEFGENT", "stopSequence": 4 }, { "arrival": { "time": "1771434502" }, "departure": { "time": "1771434502" }, "stopId": "VIELLMAI", "stopSequence": 6 }, { "arrival": { "time": "1771434540" }, "departure": { "time": "1771434540" }, "stopId": "BBRANCHE", "stopSequence": 7 }, { "arrival": { "time": "1771434575" }, "departure": { "time": "1771434575" }, "stopId": "LESRIVES", "stopSequence": 8 }, { "arrival": { "time": "1771434613" }, "departure": { "time": "1771434613" }, "stopId": "CHAUMIER", "stopSequence": 9 }, { "arrival": { "time": "1771434796" }, "departure": { "time": "1771434796" }, "stopId": "PTFILLES", "stopSequence": 11 }, { "arrival": { "time": "1771434896" }, "departure": { "time": "1771434896" }, "stopId": "EPERVIER", "stopSequence": 12 }, { "arrival": { "time": "1771434929" }, "departure": { "time": "1771434929" }, "stopId": "CONFLUEN", "stopSequence": 13 }, { "arrival": { "time": "1771434990" }, "departure": { "time": "1771434990" }, "stopId": "CHABOL-E", "stopSequence": 14 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "EVENTARD", "stopSequence": 15 }, { "arrival": { "time": "1771435118" }, "departure": { "time": "1771435118" }, "stopId": "COTTAGE", "stopSequence": 16 }, { "arrival": { "time": "1771435183" }, "departure": { "time": "1771435183" }, "stopId": "DUBELL-2", "stopSequence": 17 }, { "arrival": { "time": "1771435214" }, "departure": { "time": "1771435214" }, "stopId": "BOISABBE", "stopSequence": 18 }, { "arrival": { "time": "1771435260" }, "departure": { "time": "1771435260" }, "stopId": "DEBUSSY", "stopSequence": 19 }, { "arrival": { "time": "1771435358" }, "departure": { "time": "1771435358" }, "stopId": "HOTELLER", "stopSequence": 20 }, { "arrival": { "time": "1771435439" }, "departure": { "time": "1771435439" }, "stopId": "INDUSTRI", "stopSequence": 21 }, { "arrival": { "time": "1771435560" }, "stopId": "MONPLAIS", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "12", "tripId": "6052698" } } }, { "id": "trip:6544502", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434420" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771434600" }, "departure": { "time": "1771434600" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771434722" }, "departure": { "time": "1771434722" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771434780" }, "departure": { "time": "1771434780" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771434832" }, "departure": { "time": "1771434832" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771434893" }, "departure": { "time": "1771434893" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771434939" }, "departure": { "time": "1771434939" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771435080" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544502" } } }, { "id": "trip:6257762", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431894" }, "departure": { "time": "1771431918" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771431970" }, "departure": { "time": "1771431993" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771432006" }, "departure": { "time": "1771432006" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771432041" }, "departure": { "time": "1771432041" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771432085" }, "departure": { "time": "1771432085" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771432141" }, "departure": { "time": "1771432141" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771432180" }, "departure": { "time": "1771432180" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771432267" }, "departure": { "time": "1771432267" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771432311" }, "departure": { "time": "1771432311" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771432381" }, "departure": { "time": "1771432381" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771432501" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257762" } } }, { "id": "trip:6258340", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431921" }, "departure": { "time": "1771431921" }, "stopId": "DELAUN-E", "stopSequence": 44 }, { "arrival": { "time": "1771431965" }, "departure": { "time": "1771431965" }, "stopId": "MAUFIN-E", "stopSequence": 45 }, { "arrival": { "time": "1771432049" }, "departure": { "time": "1771432049" }, "stopId": "MAIRAV-E", "stopSequence": 46 }, { "arrival": { "time": "1771432093" }, "departure": { "time": "1771432093" }, "stopId": "TERNIE-E", "stopSequence": 47 }, { "arrival": { "time": "1771432133" }, "departure": { "time": "1771432133" }, "stopId": "BALAND-E", "stopSequence": 48 }, { "arrival": { "time": "1771432186" }, "departure": { "time": "1771432186" }, "stopId": "PIECE-E", "stopSequence": 49 }, { "arrival": { "time": "1771432254" }, "departure": { "time": "1771432254" }, "stopId": "LA-BOI-E", "stopSequence": 50 }, { "arrival": { "time": "1771432309" }, "departure": { "time": "1771432309" }, "stopId": "SCHWAL-E", "stopSequence": 51 }, { "arrival": { "time": "1771432349" }, "stopId": "ADEZIERE", "stopSequence": 52 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258340" } } }, { "id": "trip:6257618", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432086" }, "departure": { "time": "1771432086" }, "stopId": "MENDESFR", "stopSequence": 17 }, { "arrival": { "time": "1771432295" }, "departure": { "time": "1771432295" }, "stopId": "FO-LOR-R", "stopSequence": 18 }, { "arrival": { "time": "1771432446" }, "departure": { "time": "1771432446" }, "stopId": "STAUBI-E", "stopSequence": 19 }, { "arrival": { "time": "1771432544" }, "departure": { "time": "1771432544" }, "stopId": "HARAS-E", "stopSequence": 20 }, { "arrival": { "time": "1771432683" }, "departure": { "time": "1771432683" }, "stopId": "LESGAR-E", "stopSequence": 21 }, { "arrival": { "time": "1771432804" }, "departure": { "time": "1771432804" }, "stopId": "SEMARD-E", "stopSequence": 22 }, { "arrival": { "time": "1771432863" }, "departure": { "time": "1771432863" }, "stopId": "PONTNO-E", "stopSequence": 23 }, { "arrival": { "time": "1771432933" }, "departure": { "time": "1771432933" }, "stopId": "POIREL-E", "stopSequence": 24 }, { "arrival": { "time": "1771432980" }, "departure": { "time": "1771432980" }, "stopId": "VAUBAN-E", "stopSequence": 25 }, { "arrival": { "time": "1771433046" }, "departure": { "time": "1771433046" }, "stopId": "FREMUR-E", "stopSequence": 26 }, { "arrival": { "time": "1771433130" }, "departure": { "time": "1771433130" }, "stopId": "STRASB-E", "stopSequence": 27 }, { "arrival": { "time": "1771433015" }, "departure": { "time": "1771433015" }, "scheduleRelationship": "SKIPPED", "stopId": "LETAND-E", "stopSequence": 29 }, { "arrival": { "time": "1771433069" }, "departure": { "time": "1771433069" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUVA-E", "stopSequence": 30 }, { "arrival": { "time": "1771433467" }, "departure": { "time": "1771433467" }, "stopId": "LORETT-E", "stopSequence": 31 }, { "arrival": { "time": "1771433516" }, "departure": { "time": "1771433516" }, "stopId": "MORELI-E", "stopSequence": 32 }, { "arrival": { "time": "1771433593" }, "departure": { "time": "1771433593" }, "stopId": "DELATR-E", "stopSequence": 33 }, { "arrival": { "time": "1771433680" }, "departure": { "time": "1771433680" }, "stopId": "HAUTPR-E", "stopSequence": 34 }, { "arrival": { "time": "1771433816" }, "departure": { "time": "1771433816" }, "stopId": "INTMIL-E", "stopSequence": 35 }, { "arrival": { "time": "1771433910" }, "departure": { "time": "1771433910" }, "stopId": "SAUMUR-E", "stopSequence": 36 }, { "arrival": { "time": "1771433999" }, "departure": { "time": "1771433999" }, "stopId": "DELACR-E", "stopSequence": 37 }, { "arrival": { "time": "1771434071" }, "departure": { "time": "1771434071" }, "stopId": "JUSTIC-E", "stopSequence": 38 }, { "arrival": { "time": "1771434168" }, "departure": { "time": "1771434168" }, "stopId": "ECLATE-E", "stopSequence": 39 }, { "arrival": { "time": "1771434267" }, "departure": { "time": "1771434267" }, "stopId": "VDLOIR-E", "stopSequence": 40 }, { "arrival": { "time": "1771433824" }, "departure": { "time": "1771433824" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 41 }, { "arrival": { "time": "1771433880" }, "departure": { "time": "1771433880" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 42 }, { "arrival": { "time": "1771433967" }, "departure": { "time": "1771433967" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 43 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 44 }, { "arrival": { "time": "1771434311" }, "departure": { "time": "1771434311" }, "stopId": "LEOLAG-E", "stopSequence": 45 }, { "arrival": { "time": "1771434357" }, "departure": { "time": "1771434357" }, "stopId": "DAGUER-E", "stopSequence": 46 }, { "arrival": { "time": "1771434457" }, "departure": { "time": "1771434457" }, "stopId": "ALLUME-E", "stopSequence": 47 }, { "arrival": { "time": "1771434508" }, "departure": { "time": "1771434508" }, "stopId": "RIOTTE-E", "stopSequence": 48 }, { "arrival": { "time": "1771434560" }, "departure": { "time": "1771434560" }, "stopId": "BOURSE-E", "stopSequence": 49 }, { "arrival": { "time": "1771434596" }, "departure": { "time": "1771434596" }, "stopId": "MORLON-E", "stopSequence": 50 }, { "arrival": { "time": "1771434635" }, "departure": { "time": "1771434635" }, "stopId": "PYRAM2-E", "stopSequence": 51 }, { "arrival": { "time": "1771434698" }, "departure": { "time": "1771434698" }, "stopId": "BUISSO-E", "stopSequence": 52 }, { "arrival": { "time": "1771434724" }, "departure": { "time": "1771434724" }, "stopId": "DAUTEL-E", "stopSequence": 53 }, { "arrival": { "time": "1771434795" }, "departure": { "time": "1771434795" }, "stopId": "GENTR-E", "stopSequence": 54 }, { "arrival": { "time": "1771434915" }, "stopId": "SLEZIND", "stopSequence": 55 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257618" } } }, { "id": "trip:6258308", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432868" }, "departure": { "time": "1771432868" }, "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1771432918" }, "departure": { "time": "1771432918" }, "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1771432971" }, "departure": { "time": "1771432971" }, "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1771433039" }, "departure": { "time": "1771433039" }, "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1771433105" }, "departure": { "time": "1771433105" }, "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1771433149" }, "departure": { "time": "1771433149" }, "stopId": "LOUET", "stopSequence": 6 }, { "arrival": { "time": "1771433217" }, "departure": { "time": "1771433217" }, "stopId": "DUBE", "stopSequence": 7 }, { "arrival": { "time": "1771433276" }, "departure": { "time": "1771433276" }, "stopId": "LOIRE", "stopSequence": 8 }, { "arrival": { "time": "1771433400" }, "departure": { "time": "1771433400" }, "stopId": "PONTSCEM", "stopSequence": 9 }, { "arrival": { "time": "1771433455" }, "departure": { "time": "1771433455" }, "stopId": "BELPOULE", "stopSequence": 10 }, { "arrival": { "time": "1771433527" }, "departure": { "time": "1771433527" }, "stopId": "AUTHION", "stopSequence": 11 }, { "arrival": { "time": "1771433585" }, "departure": { "time": "1771433585" }, "stopId": "PATUREAU", "stopSequence": 12 }, { "arrival": { "time": "1771433686" }, "departure": { "time": "1771433686" }, "stopId": "GENDRON", "stopSequence": 13 }, { "arrival": { "time": "1771433768" }, "departure": { "time": "1771433768" }, "stopId": "RUELLES", "stopSequence": 14 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "SABLONS", "stopSequence": 15 }, { "arrival": { "time": "1771433869" }, "departure": { "time": "1771433869" }, "stopId": "TROPAROI", "stopSequence": 16 }, { "arrival": { "time": "1771434060" }, "departure": { "time": "1771434060" }, "stopId": "ALLARD", "stopSequence": 17 }, { "arrival": { "time": "1771434151" }, "departure": { "time": "1771434151" }, "stopId": "DELATTAS", "stopSequence": 18 }, { "arrival": { "time": "1771434282" }, "departure": { "time": "1771434282" }, "stopId": "ESA", "stopSequence": 19 }, { "arrival": { "time": "1771434355" }, "departure": { "time": "1771434355" }, "stopId": "RABELAI", "stopSequence": 20 }, { "arrival": { "time": "1771434420" }, "departure": { "time": "1771434420" }, "stopId": "ALEROY", "stopSequence": 21 }, { "arrival": { "time": "1771434602" }, "departure": { "time": "1771434602" }, "stopId": "PAULBERT", "stopSequence": 22 }, { "arrival": { "time": "1771434676" }, "departure": { "time": "1771434676" }, "stopId": "HARAS", "stopSequence": 23 }, { "arrival": { "time": "1771434779" }, "departure": { "time": "1771434779" }, "stopId": "STAUBIN", "stopSequence": 24 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434960" }, "stopId": "LORRAIN1", "stopSequence": 25 }, { "arrival": { "time": "1771435200" }, "departure": { "time": "1771435200" }, "stopId": "MENDES-E", "stopSequence": 26 }, { "arrival": { "time": "1771435441" }, "departure": { "time": "1771435441" }, "stopId": "STSERG-E", "stopSequence": 27 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258308" } } }, { "id": "trip:6258123", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431940" }, "departure": { "time": "1771431961" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771432026" }, "departure": { "time": "1771432026" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771432117" }, "departure": { "time": "1771432117" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771432227" }, "departure": { "time": "1771432227" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1771432344" }, "departure": { "time": "1771432344" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1771432416" }, "departure": { "time": "1771432416" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1771432483" }, "departure": { "time": "1771432483" }, "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1771432597" }, "departure": { "time": "1771432597" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1771432636" }, "departure": { "time": "1771432636" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771432718" }, "departure": { "time": "1771432718" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771432793" }, "departure": { "time": "1771432793" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771432855" }, "departure": { "time": "1771432855" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771432905" }, "departure": { "time": "1771432905" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771432980" }, "departure": { "time": "1771432980" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771433014" }, "departure": { "time": "1771433014" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771433085" }, "departure": { "time": "1771433085" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771433151" }, "departure": { "time": "1771433151" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771433217" }, "departure": { "time": "1771433217" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771433285" }, "departure": { "time": "1771433285" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771433344" }, "departure": { "time": "1771433344" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771433426" }, "departure": { "time": "1771433426" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771433513" }, "departure": { "time": "1771433513" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771433577" }, "departure": { "time": "1771433577" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771433609" }, "departure": { "time": "1771433609" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771433634" }, "departure": { "time": "1771433634" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771433686" }, "departure": { "time": "1771433686" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771433734" }, "departure": { "time": "1771433734" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771433766" }, "departure": { "time": "1771433766" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771433815" }, "departure": { "time": "1771433815" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771433873" }, "departure": { "time": "1771433873" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771433971" }, "departure": { "time": "1771433971" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771434061" }, "departure": { "time": "1771434061" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771434129" }, "departure": { "time": "1771434129" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771434213" }, "departure": { "time": "1771434213" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771434251" }, "departure": { "time": "1771434251" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771434318" }, "departure": { "time": "1771434318" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771434361" }, "departure": { "time": "1771434361" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771434415" }, "departure": { "time": "1771434415" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771434493" }, "departure": { "time": "1771434493" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771434543" }, "departure": { "time": "1771434543" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771434708" }, "departure": { "time": "1771434708" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771434756" }, "departure": { "time": "1771434756" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771434820" }, "departure": { "time": "1771434820" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771434881" }, "departure": { "time": "1771434881" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771434957" }, "departure": { "time": "1771434957" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771435000" }, "departure": { "time": "1771435000" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771435049" }, "departure": { "time": "1771435049" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771435078" }, "departure": { "time": "1771435078" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771435151" }, "departure": { "time": "1771435151" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771435241" }, "departure": { "time": "1771435241" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771435341" }, "departure": { "time": "1771435341" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771435408" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258123" } } }, { "id": "trip:6258480", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432800" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1771432892" }, "departure": { "time": "1771432892" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1771432918" }, "departure": { "time": "1771432918" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1771432963" }, "departure": { "time": "1771432963" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1771433027" }, "departure": { "time": "1771433027" }, "stopId": "CLOSNEUF", "stopSequence": 4 }, { "arrival": { "time": "1771433091" }, "departure": { "time": "1771433091" }, "stopId": "HOSGEMME", "stopSequence": 5 }, { "arrival": { "time": "1771433141" }, "departure": { "time": "1771433141" }, "stopId": "MASGEMME", "stopSequence": 6 }, { "arrival": { "time": "1771433206" }, "departure": { "time": "1771433206" }, "stopId": "LOUPINO", "stopSequence": 7 }, { "arrival": { "time": "1771433281" }, "departure": { "time": "1771433281" }, "stopId": "LESROSES", "stopSequence": 8 }, { "arrival": { "time": "1771433340" }, "departure": { "time": "1771433340" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1771433362" }, "departure": { "time": "1771433362" }, "stopId": "BELOEIL", "stopSequence": 10 }, { "arrival": { "time": "1771433422" }, "departure": { "time": "1771433422" }, "stopId": "JOLIVETT", "stopSequence": 11 }, { "arrival": { "time": "1771433443" }, "departure": { "time": "1771433443" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1771433512" }, "departure": { "time": "1771433512" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1771433549" }, "departure": { "time": "1771433549" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1771433599" }, "departure": { "time": "1771433599" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1771433629" }, "departure": { "time": "1771433629" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1771433666" }, "departure": { "time": "1771433666" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1771433700" }, "departure": { "time": "1771433700" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1771433808" }, "departure": { "time": "1771433808" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1771433874" }, "departure": { "time": "1771433874" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1771433929" }, "departure": { "time": "1771433929" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1771433968" }, "departure": { "time": "1771433968" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1771434036" }, "departure": { "time": "1771434036" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1771434080" }, "departure": { "time": "1771434080" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1771434366" }, "departure": { "time": "1771434366" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771434436" }, "departure": { "time": "1771434436" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771434540" }, "departure": { "time": "1771434600" }, "stopId": "LOHUIT", "stopSequence": 28 }, { "arrival": { "time": "1771434771" }, "departure": { "time": "1771434771" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1771434861" }, "departure": { "time": "1771434861" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1771434939" }, "departure": { "time": "1771434939" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771434996" }, "departure": { "time": "1771434996" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1771435140" }, "departure": { "time": "1771435140" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1771435209" }, "departure": { "time": "1771435209" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1771435234" }, "departure": { "time": "1771435234" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1771435331" }, "departure": { "time": "1771435331" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1771435380" }, "departure": { "time": "1771435380" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771435515" }, "departure": { "time": "1771435515" }, "stopId": "GASPAL-E", "stopSequence": 39 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258480" } } }, { "id": "trip:6052663", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432897" }, "stopId": "DOMVATER", "stopSequence": 0 }, { "arrival": { "time": "1771432943" }, "departure": { "time": "1771432943" }, "stopId": "BECKE", "stopSequence": 1 }, { "arrival": { "time": "1771432987" }, "departure": { "time": "1771432987" }, "stopId": "LAENN", "stopSequence": 2 }, { "arrival": { "time": "1771433029" }, "departure": { "time": "1771433029" }, "stopId": "CAMPJUIG", "stopSequence": 3 }, { "arrival": { "time": "1771433091" }, "departure": { "time": "1771433091" }, "stopId": "PISCMUFF", "stopSequence": 4 }, { "arrival": { "time": "1771433147" }, "departure": { "time": "1771433147" }, "stopId": "ANAFRAN", "stopSequence": 5 }, { "arrival": { "time": "1771433197" }, "departure": { "time": "1771433197" }, "stopId": "ZOLA", "stopSequence": 6 }, { "arrival": { "time": "1771433253" }, "departure": { "time": "1771433253" }, "stopId": "BELAIR", "stopSequence": 7 }, { "arrival": { "time": "1771433312" }, "departure": { "time": "1771433312" }, "stopId": "ESPMONTR", "stopSequence": 8 }, { "arrival": { "time": "1771433380" }, "departure": { "time": "1771433380" }, "stopId": "PLATFLEU", "stopSequence": 9 }, { "arrival": { "time": "1771433442" }, "departure": { "time": "1771433442" }, "stopId": "JEHUEZ", "stopSequence": 10 }, { "arrival": { "time": "1771433534" }, "departure": { "time": "1771433534" }, "stopId": "MASTELLE", "stopSequence": 11 }, { "arrival": { "time": "1771433588" }, "departure": { "time": "1771433588" }, "stopId": "AVENEURO", "stopSequence": 12 }, { "arrival": { "time": "1771433613" }, "departure": { "time": "1771433613" }, "stopId": "DANEMA", "stopSequence": 13 }, { "arrival": { "time": "1771433691" }, "departure": { "time": "1771433691" }, "stopId": "ALLEMAGN", "stopSequence": 14 }, { "arrival": { "time": "1771433735" }, "departure": { "time": "1771433735" }, "stopId": "ITALIE", "stopSequence": 15 }, { "arrival": { "time": "1771433785" }, "departure": { "time": "1771433785" }, "stopId": "IRLANDE", "stopSequence": 17 }, { "arrival": { "time": "1771433853" }, "departure": { "time": "1771433853" }, "stopId": "AUTRICH", "stopSequence": 18 }, { "arrival": { "time": "1771433879" }, "departure": { "time": "1771433879" }, "stopId": "PLOTTIER", "stopSequence": 19 }, { "arrival": { "time": "1771434118" }, "departure": { "time": "1771434118" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOIR", "stopSequence": 20 }, { "arrival": { "time": "1771435511" }, "departure": { "time": "1771435511" }, "stopId": "AQUASUB", "stopSequence": 21 }, { "arrival": { "time": "1771435561" }, "departure": { "time": "1771435561" }, "stopId": "AURIOL", "stopSequence": 22 }, { "arrival": { "time": "1771434172" }, "departure": { "time": "1771434172" }, "scheduleRelationship": "SKIPPED", "stopId": "LEQUAI", "stopSequence": 32 }, { "arrival": { "time": "1771437889" }, "stopId": "GAREPAPI", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052663" } } }, { "id": "trip:6540904", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431981" }, "departure": { "time": "1771431981" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771432051" }, "departure": { "time": "1771432051" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771432171" }, "departure": { "time": "1771432171" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771432271" }, "departure": { "time": "1771432271" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771432371" }, "departure": { "time": "1771432371" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771432481" }, "departure": { "time": "1771432481" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771432591" }, "departure": { "time": "1771432591" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771432701" }, "departure": { "time": "1771432701" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771432821" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6540904" } } }, { "id": "trip:6052697", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432500" }, "stopId": "MONPLA-E", "stopSequence": 0 }, { "arrival": { "time": "1771432598" }, "departure": { "time": "1771432598" }, "stopId": "INDUST-E", "stopSequence": 1 }, { "arrival": { "time": "1771432663" }, "departure": { "time": "1771432663" }, "stopId": "HOTELL-E", "stopSequence": 2 }, { "arrival": { "time": "1771432740" }, "departure": { "time": "1771432740" }, "stopId": "DEBUSS-E", "stopSequence": 3 }, { "arrival": { "time": "1771432779" }, "departure": { "time": "1771432779" }, "stopId": "BOISAB-E", "stopSequence": 4 }, { "arrival": { "time": "1771432814" }, "departure": { "time": "1771432814" }, "stopId": "DUBELL-E", "stopSequence": 5 }, { "arrival": { "time": "1771432867" }, "departure": { "time": "1771432867" }, "stopId": "COTTAG-E", "stopSequence": 6 }, { "arrival": { "time": "1771432920" }, "departure": { "time": "1771432920" }, "stopId": "EVENTARD", "stopSequence": 7 }, { "arrival": { "time": "1771433029" }, "departure": { "time": "1771433029" }, "stopId": "CHABOLA.", "stopSequence": 8 }, { "arrival": { "time": "1771433104" }, "departure": { "time": "1771433104" }, "stopId": "CONFLU-E", "stopSequence": 9 }, { "arrival": { "time": "1771433150" }, "departure": { "time": "1771433150" }, "stopId": "EPERVI-E", "stopSequence": 10 }, { "arrival": { "time": "1771433256" }, "departure": { "time": "1771433256" }, "stopId": "PTFILL-E", "stopSequence": 11 }, { "arrival": { "time": "1771433400" }, "departure": { "time": "1771433400" }, "stopId": "PRTLAU-E", "stopSequence": 12 }, { "arrival": { "time": "1771433448" }, "departure": { "time": "1771433448" }, "stopId": "CHAUMI-E", "stopSequence": 13 }, { "arrival": { "time": "1771433485" }, "departure": { "time": "1771433485" }, "stopId": "LESRIV-E", "stopSequence": 14 }, { "arrival": { "time": "1771433520" }, "departure": { "time": "1771433520" }, "stopId": "BBRANC-E", "stopSequence": 15 }, { "arrival": { "time": "1771433557" }, "departure": { "time": "1771433557" }, "stopId": "VIELMA-E", "stopSequence": 16 }, { "arrival": { "time": "1771433595" }, "departure": { "time": "1771433595" }, "stopId": "MA4VE-E", "stopSequence": 17 }, { "arrival": { "time": "1771433640" }, "departure": { "time": "1771433640" }, "stopId": "FIEGEN-E", "stopSequence": 18 }, { "arrival": { "time": "1771433691" }, "departure": { "time": "1771433691" }, "stopId": "LABROS-E", "stopSequence": 19 }, { "arrival": { "time": "1771433762" }, "departure": { "time": "1771433762" }, "stopId": "BMOTTE-E", "stopSequence": 20 }, { "arrival": { "time": "1771433871" }, "departure": { "time": "1771433871" }, "stopId": "GRIMOR-E", "stopSequence": 21 }, { "arrival": { "time": "1771433940" }, "stopId": "VEILLIER", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "12", "tripId": "6052697" } } }, { "id": "trip:6257954", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431961" }, "departure": { "time": "1771431961" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771431990" }, "departure": { "time": "1771431990" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771432066" }, "departure": { "time": "1771432066" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771432109" }, "departure": { "time": "1771432109" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771432156" }, "departure": { "time": "1771432156" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771432200" }, "departure": { "time": "1771432200" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771432255" }, "departure": { "time": "1771432255" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771432309" }, "departure": { "time": "1771432309" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771432375" }, "departure": { "time": "1771432375" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771432450" }, "departure": { "time": "1771432450" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771432509" }, "departure": { "time": "1771432509" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771432560" }, "departure": { "time": "1771432560" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771432632" }, "departure": { "time": "1771432632" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771432715" }, "departure": { "time": "1771432715" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771432774" }, "departure": { "time": "1771432774" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771432845" }, "departure": { "time": "1771432845" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771432941" }, "departure": { "time": "1771432941" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771432982" }, "departure": { "time": "1771432982" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771433045" }, "departure": { "time": "1771433045" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771433117" }, "departure": { "time": "1771433117" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771433237" }, "departure": { "time": "1771433237" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771433290" }, "departure": { "time": "1771433290" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771433405" }, "departure": { "time": "1771433405" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771433452" }, "departure": { "time": "1771433452" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771433520" }, "departure": { "time": "1771433520" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771433638" }, "departure": { "time": "1771433638" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771433716" }, "departure": { "time": "1771433716" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771433765" }, "departure": { "time": "1771433765" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771433889" }, "departure": { "time": "1771433889" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771433929" }, "departure": { "time": "1771433929" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771433940" }, "departure": { "time": "1771433940" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771433993" }, "departure": { "time": "1771433993" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771434052" }, "departure": { "time": "1771434052" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771434180" }, "departure": { "time": "1771434180" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771434031" }, "departure": { "time": "1771434031" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771434100" }, "departure": { "time": "1771434100" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771434198" }, "departure": { "time": "1771434198" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771434271" }, "departure": { "time": "1771434271" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771434326" }, "departure": { "time": "1771434326" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771434392" }, "departure": { "time": "1771434392" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771434455" }, "departure": { "time": "1771434455" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771434511" }, "departure": { "time": "1771434511" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771434582" }, "departure": { "time": "1771434582" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771434637" }, "departure": { "time": "1771434637" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771434751" }, "departure": { "time": "1771434751" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771434793" }, "departure": { "time": "1771434793" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771434820" }, "departure": { "time": "1771434820" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771434853" }, "departure": { "time": "1771434853" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771434896" }, "departure": { "time": "1771434896" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771434932" }, "departure": { "time": "1771434932" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771435030" }, "departure": { "time": "1771435030" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771435055" }, "departure": { "time": "1771435055" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771435086" }, "departure": { "time": "1771435086" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771435126" }, "departure": { "time": "1771435126" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771435171" }, "departure": { "time": "1771435171" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771435228" }, "departure": { "time": "1771435228" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771435317" }, "departure": { "time": "1771435317" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771435385" }, "departure": { "time": "1771435385" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771435426" }, "departure": { "time": "1771435426" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771435488" }, "departure": { "time": "1771435488" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771435510" }, "departure": { "time": "1771435510" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771435537" }, "departure": { "time": "1771435537" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771435575" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257954" } } }, { "id": "trip:6257729", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432020" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771432030" }, "departure": { "time": "1771432030" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771432140" }, "departure": { "time": "1771432140" }, "stopId": "CCMOLIER", "stopSequence": 2 }, { "arrival": { "time": "1771432189" }, "departure": { "time": "1771432189" }, "stopId": "AAQUITN", "stopSequence": 3 }, { "arrival": { "time": "1771432223" }, "departure": { "time": "1771432223" }, "stopId": "SHEAKSPE", "stopSequence": 4 }, { "arrival": { "time": "1771432289" }, "departure": { "time": "1771432289" }, "stopId": "WIGAN", "stopSequence": 5 }, { "arrival": { "time": "1771432320" }, "departure": { "time": "1771432320" }, "stopId": "GRESILLE", "stopSequence": 6 }, { "arrival": { "time": "1771432365" }, "departure": { "time": "1771432365" }, "stopId": "PROUDHON", "stopSequence": 7 }, { "arrival": { "time": "1771432437" }, "departure": { "time": "1771432437" }, "stopId": "VALLO", "stopSequence": 8 }, { "arrival": { "time": "1771432473" }, "departure": { "time": "1771432473" }, "stopId": "MONTECLA", "stopSequence": 9 }, { "arrival": { "time": "1771432514" }, "departure": { "time": "1771432514" }, "stopId": "DELESCL", "stopSequence": 10 }, { "arrival": { "time": "1771432579" }, "departure": { "time": "1771432579" }, "stopId": "JEMONNET", "stopSequence": 11 }, { "arrival": { "time": "1771432634" }, "departure": { "time": "1771432634" }, "stopId": "MAISLA-E", "stopSequence": 12 }, { "arrival": { "time": "1771432672" }, "departure": { "time": "1771432672" }, "stopId": "PERUSS-E", "stopSequence": 13 }, { "arrival": { "time": "1771432740" }, "departure": { "time": "1771432740" }, "stopId": "GDMAINE", "stopSequence": 14 }, { "arrival": { "time": "1771433214" }, "departure": { "time": "1771433214" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771433276" }, "departure": { "time": "1771433276" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771433353" }, "departure": { "time": "1771433353" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771433387" }, "departure": { "time": "1771433387" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771433448" }, "departure": { "time": "1771433448" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771433487" }, "departure": { "time": "1771433487" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771433040" }, "departure": { "time": "1771433040" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771433107" }, "departure": { "time": "1771433107" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771433180" }, "departure": { "time": "1771433180" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771433557" }, "departure": { "time": "1771433557" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1771433614" }, "departure": { "time": "1771433614" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1771433754" }, "departure": { "time": "1771433754" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771433854" }, "departure": { "time": "1771433854" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771433911" }, "departure": { "time": "1771433911" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1771434105" }, "departure": { "time": "1771434105" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1771434271" }, "departure": { "time": "1771434271" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1771434317" }, "departure": { "time": "1771434317" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1771434416" }, "departure": { "time": "1771434416" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1771434471" }, "departure": { "time": "1771434471" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1771434507" }, "departure": { "time": "1771434507" }, "stopId": "DESJAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771434571" }, "departure": { "time": "1771434571" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1771434655" }, "departure": { "time": "1771434655" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1771434697" }, "departure": { "time": "1771434697" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771434790" }, "departure": { "time": "1771434790" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771434824" }, "departure": { "time": "1771434824" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771434871" }, "departure": { "time": "1771434871" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771434972" }, "departure": { "time": "1771434972" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771435044" }, "departure": { "time": "1771435044" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771435166" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257729" } } }, { "id": "trip:6054001", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434420" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771434460" }, "departure": { "time": "1771434460" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771434491" }, "departure": { "time": "1771434491" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771434513" }, "departure": { "time": "1771434513" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771434553" }, "departure": { "time": "1771434553" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771434592" }, "departure": { "time": "1771434592" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771434629" }, "departure": { "time": "1771434629" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771434454" }, "departure": { "time": "1771434454" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771434508" }, "departure": { "time": "1771434508" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771434545" }, "departure": { "time": "1771434545" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771434629" }, "departure": { "time": "1771434629" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771434694" }, "departure": { "time": "1771434694" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771434752" }, "departure": { "time": "1771434752" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771434811" }, "departure": { "time": "1771434811" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771434847" }, "departure": { "time": "1771434847" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771434877" }, "departure": { "time": "1771434877" }, "stopId": "VALMAI-E", "stopSequence": 16 }, { "arrival": { "time": "1771434946" }, "departure": { "time": "1771434946" }, "stopId": "PETVIVIE", "stopSequence": 17 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "stopId": "PRUNIERS", "stopSequence": 18 }, { "arrival": { "time": "1771435053" }, "departure": { "time": "1771435053" }, "stopId": "CROISETT", "stopSequence": 19 }, { "arrival": { "time": "1771435155" }, "departure": { "time": "1771435155" }, "stopId": "CAMLACMA", "stopSequence": 20 }, { "arrival": { "time": "1771435199" }, "departure": { "time": "1771435199" }, "stopId": "LACDMAIN", "stopSequence": 21 }, { "arrival": { "time": "1771435243" }, "departure": { "time": "1771435243" }, "stopId": "MAISENVI", "stopSequence": 22 }, { "arrival": { "time": "1771435300" }, "departure": { "time": "1771435300" }, "stopId": "GDMAINE", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "22", "tripId": "6054001" } } }, { "id": "trip:6257949", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431883" }, "departure": { "time": "1771431883" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771431927" }, "departure": { "time": "1771431943" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771431999" }, "departure": { "time": "1771431999" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771432040" }, "departure": { "time": "1771432040" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771432067" }, "departure": { "time": "1771432067" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771432111" }, "departure": { "time": "1771432111" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771432169" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257949" } } }, { "id": "trip:6258140", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431902" }, "departure": { "time": "1771431902" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771431946" }, "departure": { "time": "1771431977" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771431999" }, "departure": { "time": "1771431999" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771432056" }, "departure": { "time": "1771432056" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771432122" }, "departure": { "time": "1771432122" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771432265" }, "departure": { "time": "1771432265" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771432321" }, "departure": { "time": "1771432321" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771432396" }, "departure": { "time": "1771432396" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771432467" }, "departure": { "time": "1771432467" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771432554" }, "departure": { "time": "1771432554" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771432606" }, "departure": { "time": "1771432606" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771432685" }, "departure": { "time": "1771432685" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771432735" }, "departure": { "time": "1771432735" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771432788" }, "departure": { "time": "1771432788" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771432906" }, "departure": { "time": "1771432906" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771433028" }, "departure": { "time": "1771433028" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771433038" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258140" } } }, { "id": "trip:6258322", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434840" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771434879" }, "departure": { "time": "1771434879" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771434919" }, "departure": { "time": "1771434919" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771434973" }, "departure": { "time": "1771434973" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771435043" }, "departure": { "time": "1771435043" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771435123" }, "departure": { "time": "1771435123" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771435185" }, "departure": { "time": "1771435185" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771435224" }, "departure": { "time": "1771435224" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771435291" }, "departure": { "time": "1771435291" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771435344" }, "departure": { "time": "1771435344" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771435381" }, "departure": { "time": "1771435381" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771435406" }, "departure": { "time": "1771435406" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771435446" }, "departure": { "time": "1771435446" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771435500" }, "departure": { "time": "1771435500" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771435543" }, "departure": { "time": "1771435543" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771435575" }, "departure": { "time": "1771435575" }, "stopId": "MEIGNANN", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258322" } } }, { "id": "trip:6257494", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434720" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1771434832" }, "departure": { "time": "1771434832" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1771434929" }, "departure": { "time": "1771434929" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1771434962" }, "departure": { "time": "1771434962" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1771434991" }, "departure": { "time": "1771434991" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1771435075" }, "departure": { "time": "1771435075" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1771435178" }, "departure": { "time": "1771435178" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1771435222" }, "departure": { "time": "1771435222" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1771435260" }, "departure": { "time": "1771435260" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1771435314" }, "departure": { "time": "1771435314" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1771435372" }, "departure": { "time": "1771435372" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1771435442" }, "departure": { "time": "1771435442" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1771435503" }, "departure": { "time": "1771435503" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435560" }, "stopId": "MARIANNE", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257494" } } }, { "id": "trip:6257732", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434840" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771434850" }, "departure": { "time": "1771434850" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "CCMOLIER", "stopSequence": 2 }, { "arrival": { "time": "1771435009" }, "departure": { "time": "1771435009" }, "stopId": "AAQUITN", "stopSequence": 3 }, { "arrival": { "time": "1771435043" }, "departure": { "time": "1771435043" }, "stopId": "SHEAKSPE", "stopSequence": 4 }, { "arrival": { "time": "1771435109" }, "departure": { "time": "1771435109" }, "stopId": "WIGAN", "stopSequence": 5 }, { "arrival": { "time": "1771435140" }, "departure": { "time": "1771435140" }, "stopId": "GRESILLE", "stopSequence": 6 }, { "arrival": { "time": "1771435185" }, "departure": { "time": "1771435185" }, "stopId": "PROUDHON", "stopSequence": 7 }, { "arrival": { "time": "1771435257" }, "departure": { "time": "1771435257" }, "stopId": "VALLO", "stopSequence": 8 }, { "arrival": { "time": "1771435293" }, "departure": { "time": "1771435293" }, "stopId": "MONTECLA", "stopSequence": 9 }, { "arrival": { "time": "1771435334" }, "departure": { "time": "1771435334" }, "stopId": "DELESCL", "stopSequence": 10 }, { "arrival": { "time": "1771435399" }, "departure": { "time": "1771435399" }, "stopId": "JEMONNET", "stopSequence": 11 }, { "arrival": { "time": "1771435454" }, "departure": { "time": "1771435454" }, "stopId": "MAISLA-E", "stopSequence": 12 }, { "arrival": { "time": "1771435492" }, "departure": { "time": "1771435492" }, "stopId": "PERUSS-E", "stopSequence": 13 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435560" }, "stopId": "GDMAINE", "stopSequence": 14 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257732" } } }, { "id": "trip:6541221", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433450" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771433570" }, "departure": { "time": "1771433570" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771433680" }, "departure": { "time": "1771433680" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771433800" }, "departure": { "time": "1771433800" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771433920" }, "departure": { "time": "1771433920" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771434010" }, "departure": { "time": "1771434010" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771434130" }, "departure": { "time": "1771434130" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771434240" }, "departure": { "time": "1771434240" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771434300" }, "departure": { "time": "1771434300" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771434400" }, "departure": { "time": "1771434400" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771434500" }, "departure": { "time": "1771434500" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771434590" }, "departure": { "time": "1771434590" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771434710" }, "departure": { "time": "1771434710" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771434810" }, "departure": { "time": "1771434810" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771434930" }, "departure": { "time": "1771434930" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771435010" }, "departure": { "time": "1771435010" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771435130" }, "departure": { "time": "1771435130" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771435220" }, "departure": { "time": "1771435220" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771435380" }, "departure": { "time": "1771435380" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771435480" }, "departure": { "time": "1771435480" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435560" }, "stopId": "2BROY", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541221" } } }, { "id": "trip:6260005", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432023" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1771432080" }, "departure": { "time": "1771432080" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1771432121" }, "departure": { "time": "1771432121" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1771432168" }, "departure": { "time": "1771432168" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1771432203" }, "departure": { "time": "1771432203" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1771432226" }, "departure": { "time": "1771432226" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1771432266" }, "departure": { "time": "1771432266" }, "stopId": "GRANBELL", "stopSequence": 6 }, { "arrival": { "time": "1771432305" }, "departure": { "time": "1771432305" }, "stopId": "RODIN", "stopSequence": 7 }, { "arrival": { "time": "1771432342" }, "departure": { "time": "1771432342" }, "stopId": "BRGPAILL", "stopSequence": 8 }, { "arrival": { "time": "1771432474" }, "departure": { "time": "1771432474" }, "stopId": "LANDREAU", "stopSequence": 9 }, { "arrival": { "time": "1771432512" }, "departure": { "time": "1771432512" }, "stopId": "GDPERIGN", "stopSequence": 10 }, { "arrival": { "time": "1771432559" }, "departure": { "time": "1771432559" }, "stopId": "INRA", "stopSequence": 11 }, { "arrival": { "time": "1771432589" }, "departure": { "time": "1771432589" }, "stopId": "MOREL", "stopSequence": 12 }, { "arrival": { "time": "1771432649" }, "departure": { "time": "1771432649" }, "stopId": "DARWIN", "stopSequence": 13 }, { "arrival": { "time": "1771432829" }, "departure": { "time": "1771432829" }, "stopId": "CNFPT-E", "stopSequence": 14 }, { "arrival": { "time": "1771433418" }, "departure": { "time": "1771433418" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771433480" }, "departure": { "time": "1771433480" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771433557" }, "departure": { "time": "1771433557" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771433591" }, "departure": { "time": "1771433591" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771433652" }, "departure": { "time": "1771433652" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771433691" }, "departure": { "time": "1771433691" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771432800" }, "departure": { "time": "1771432800" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771432871" }, "departure": { "time": "1771432871" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771432949" }, "departure": { "time": "1771432949" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771433722" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6260005" } } }, { "id": "trip:6052654", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771436718" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771434152" }, "departure": { "time": "1771434152" }, "scheduleRelationship": "SKIPPED", "stopId": "LEQUAI-E", "stopSequence": 6 }, { "arrival": { "time": "1771434998" }, "departure": { "time": "1771434998" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOI-E", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052654" } } }, { "id": "trip:6054016", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435500" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771435565" }, "departure": { "time": "1771435565" }, "stopId": "BREMON-E", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "22", "tripId": "6054016" } } }, { "id": "trip:6258311", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431961" }, "departure": { "time": "1771431992" }, "stopId": "HARAS", "stopSequence": 23 }, { "arrival": { "time": "1771432090" }, "departure": { "time": "1771432090" }, "stopId": "STAUBIN", "stopSequence": 24 }, { "arrival": { "time": "1771432200" }, "departure": { "time": "1771432260" }, "stopId": "LORRAIN1", "stopSequence": 25 }, { "arrival": { "time": "1771432392" }, "departure": { "time": "1771432392" }, "stopId": "MENDES-E", "stopSequence": 26 }, { "arrival": { "time": "1771432633" }, "departure": { "time": "1771432633" }, "stopId": "STSERG-E", "stopSequence": 27 }, { "arrival": { "time": "1771432860" }, "departure": { "time": "1771432860" }, "stopId": "ROCHEF-E", "stopSequence": 28 }, { "arrival": { "time": "1771432959" }, "departure": { "time": "1771432959" }, "stopId": "HOTDIE-E", "stopSequence": 29 }, { "arrival": { "time": "1771433015" }, "departure": { "time": "1771433015" }, "stopId": "BICHDA-E", "stopSequence": 30 }, { "arrival": { "time": "1771433100" }, "departure": { "time": "1771433100" }, "stopId": "DESCAZEA", "stopSequence": 31 }, { "arrival": { "time": "1771433222" }, "departure": { "time": "1771433222" }, "stopId": "CIOUES-E", "stopSequence": 32 }, { "arrival": { "time": "1771433294" }, "departure": { "time": "1771433294" }, "stopId": "POMONE-E", "stopSequence": 33 }, { "arrival": { "time": "1771433348" }, "departure": { "time": "1771433348" }, "stopId": "REVERI-E", "stopSequence": 34 }, { "arrival": { "time": "1771433441" }, "departure": { "time": "1771433441" }, "stopId": "MEIGNA-E", "stopSequence": 35 }, { "arrival": { "time": "1771433488" }, "departure": { "time": "1771433488" }, "stopId": "VALOR-E", "stopSequence": 36 }, { "arrival": { "time": "1771433520" }, "departure": { "time": "1771433520" }, "stopId": "CLINIQ-E", "stopSequence": 37 }, { "arrival": { "time": "1771433565" }, "departure": { "time": "1771433565" }, "stopId": "GRANDM-E", "stopSequence": 38 }, { "arrival": { "time": "1771433614" }, "departure": { "time": "1771433614" }, "stopId": "MAISDA-E", "stopSequence": 39 }, { "arrival": { "time": "1771433659" }, "departure": { "time": "1771433659" }, "stopId": "CHMART-E", "stopSequence": 40 }, { "arrival": { "time": "1771433702" }, "departure": { "time": "1771433702" }, "stopId": "MLYAUT-E", "stopSequence": 41 }, { "arrival": { "time": "1771433776" }, "departure": { "time": "1771433776" }, "stopId": "BRASSE-E", "stopSequence": 42 }, { "arrival": { "time": "1771433831" }, "departure": { "time": "1771433831" }, "stopId": "BEURRI-E", "stopSequence": 43 }, { "arrival": { "time": "1771433887" }, "departure": { "time": "1771433887" }, "stopId": "DELAUN-E", "stopSequence": 44 }, { "arrival": { "time": "1771433946" }, "departure": { "time": "1771433946" }, "stopId": "MAUFIN-E", "stopSequence": 45 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "stopId": "MAIRAV-E", "stopSequence": 46 }, { "arrival": { "time": "1771434044" }, "departure": { "time": "1771434044" }, "stopId": "TERNIE-E", "stopSequence": 47 }, { "arrival": { "time": "1771434084" }, "departure": { "time": "1771434084" }, "stopId": "BALAND-E", "stopSequence": 48 }, { "arrival": { "time": "1771434137" }, "departure": { "time": "1771434137" }, "stopId": "PIECE-E", "stopSequence": 49 }, { "arrival": { "time": "1771434205" }, "departure": { "time": "1771434205" }, "stopId": "LA-BOI-E", "stopSequence": 50 }, { "arrival": { "time": "1771434260" }, "departure": { "time": "1771434260" }, "stopId": "SCHWAL-E", "stopSequence": 51 }, { "arrival": { "time": "1771434300" }, "stopId": "ADEZIERE", "stopSequence": 52 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258311" } } }, { "id": "trip:6258750", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432980" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771433009" }, "departure": { "time": "1771433009" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771433060" }, "departure": { "time": "1771433060" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771433126" }, "departure": { "time": "1771433126" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771433220" }, "departure": { "time": "1771433220" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771433308" }, "departure": { "time": "1771433308" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771433347" }, "departure": { "time": "1771433347" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771433395" }, "departure": { "time": "1771433395" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771433448" }, "departure": { "time": "1771433448" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771433507" }, "departure": { "time": "1771433507" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771433580" }, "departure": { "time": "1771433580" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771433640" }, "departure": { "time": "1771433640" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771433716" }, "departure": { "time": "1771433716" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771433751" }, "departure": { "time": "1771433751" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771433810" }, "departure": { "time": "1771433810" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771433855" }, "departure": { "time": "1771433855" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771433925" }, "departure": { "time": "1771433925" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771434010" }, "departure": { "time": "1771434010" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771434071" }, "departure": { "time": "1771434071" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771434174" }, "departure": { "time": "1771434174" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771434266" }, "departure": { "time": "1771434266" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771434372" }, "departure": { "time": "1771434372" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771434410" }, "departure": { "time": "1771434410" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771434480" }, "departure": { "time": "1771434480" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771434534" }, "departure": { "time": "1771434534" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771434570" }, "departure": { "time": "1771434570" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771434633" }, "departure": { "time": "1771434633" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771434680" }, "departure": { "time": "1771434680" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771434720" }, "departure": { "time": "1771434720" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771434877" }, "departure": { "time": "1771434877" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771434941" }, "departure": { "time": "1771434941" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771435029" }, "departure": { "time": "1771435029" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771435140" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258750" } } }, { "id": "trip:6258317", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432100" }, "departure": { "time": "1771432100" }, "stopId": "MENDESFR", "stopSequence": 27 }, { "arrival": { "time": "1771432281" }, "departure": { "time": "1771432281" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771432475" }, "departure": { "time": "1771432475" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771432552" }, "departure": { "time": "1771432552" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771432748" }, "departure": { "time": "1771432748" }, "stopId": "ANLERO-E", "stopSequence": 31 }, { "arrival": { "time": "1771432833" }, "departure": { "time": "1771432833" }, "stopId": "RABELA-E", "stopSequence": 32 }, { "arrival": { "time": "1771432900" }, "departure": { "time": "1771432900" }, "stopId": "ESA-E", "stopSequence": 33 }, { "arrival": { "time": "1771433055" }, "departure": { "time": "1771433055" }, "stopId": "DELATA-E", "stopSequence": 34 }, { "arrival": { "time": "1771433168" }, "departure": { "time": "1771433168" }, "stopId": "ALLARD-E", "stopSequence": 35 }, { "arrival": { "time": "1771433218" }, "departure": { "time": "1771433218" }, "stopId": "TASSIG-E", "stopSequence": 36 }, { "arrival": { "time": "1771433311" }, "departure": { "time": "1771433311" }, "stopId": "TROIPA-E", "stopSequence": 37 }, { "arrival": { "time": "1771433348" }, "departure": { "time": "1771433348" }, "stopId": "SABLON-E", "stopSequence": 38 }, { "arrival": { "time": "1771433416" }, "departure": { "time": "1771433416" }, "stopId": "RUELLE-E", "stopSequence": 39 }, { "arrival": { "time": "1771433522" }, "departure": { "time": "1771433522" }, "stopId": "GENDRO-E", "stopSequence": 40 }, { "arrival": { "time": "1771433642" }, "departure": { "time": "1771433642" }, "stopId": "PATUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771433732" }, "departure": { "time": "1771433732" }, "stopId": "AUTHIO-E", "stopSequence": 42 }, { "arrival": { "time": "1771433808" }, "departure": { "time": "1771433808" }, "stopId": "BELPOU-E", "stopSequence": 43 }, { "arrival": { "time": "1771433888" }, "departure": { "time": "1771433888" }, "stopId": "PONTSC-E", "stopSequence": 44 }, { "arrival": { "time": "1771434027" }, "departure": { "time": "1771434027" }, "stopId": "LOIRE-E", "stopSequence": 45 }, { "arrival": { "time": "1771434067" }, "departure": { "time": "1771434067" }, "stopId": "DUBE-E", "stopSequence": 46 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "LOUET-E", "stopSequence": 47 }, { "arrival": { "time": "1771434167" }, "departure": { "time": "1771434167" }, "stopId": "BOSQUE-E", "stopSequence": 48 }, { "arrival": { "time": "1771434224" }, "departure": { "time": "1771434224" }, "stopId": "CHAERI-E", "stopSequence": 49 }, { "arrival": { "time": "1771434277" }, "departure": { "time": "1771434277" }, "stopId": "FONTE-E", "stopSequence": 50 }, { "arrival": { "time": "1771434339" }, "departure": { "time": "1771434339" }, "stopId": "ERIGNE", "stopSequence": 51 }, { "arrival": { "time": "1771434368" }, "stopId": "SOLAND", "stopSequence": 52 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258317" } } }, { "id": "trip:6258479", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431889" }, "departure": { "time": "1771431889" }, "stopId": "LOUPINO", "stopSequence": 7 }, { "arrival": { "time": "1771431956" }, "departure": { "time": "1771431994" }, "stopId": "LESROSES", "stopSequence": 8 }, { "arrival": { "time": "1771432027" }, "departure": { "time": "1771432027" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1771432049" }, "departure": { "time": "1771432049" }, "stopId": "BELOEIL", "stopSequence": 10 }, { "arrival": { "time": "1771432109" }, "departure": { "time": "1771432109" }, "stopId": "JOLIVETT", "stopSequence": 11 }, { "arrival": { "time": "1771432130" }, "departure": { "time": "1771432130" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1771432199" }, "departure": { "time": "1771432199" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1771432236" }, "departure": { "time": "1771432236" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1771432286" }, "departure": { "time": "1771432286" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1771432316" }, "departure": { "time": "1771432316" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1771432353" }, "departure": { "time": "1771432353" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1771432387" }, "departure": { "time": "1771432387" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1771432494" }, "departure": { "time": "1771432494" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1771432560" }, "departure": { "time": "1771432560" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1771432615" }, "departure": { "time": "1771432615" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1771432654" }, "departure": { "time": "1771432654" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1771432722" }, "departure": { "time": "1771432722" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1771432766" }, "departure": { "time": "1771432766" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1771432808" }, "departure": { "time": "1771432808" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1771433046" }, "departure": { "time": "1771433046" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771433117" }, "departure": { "time": "1771433117" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771433221" }, "departure": { "time": "1771433220" }, "stopId": "LOHUIT", "stopSequence": 28 }, { "arrival": { "time": "1771433391" }, "departure": { "time": "1771433391" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1771433481" }, "departure": { "time": "1771433481" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1771433559" }, "departure": { "time": "1771433559" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771433616" }, "departure": { "time": "1771433616" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1771433760" }, "departure": { "time": "1771433760" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1771433829" }, "departure": { "time": "1771433829" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1771433854" }, "departure": { "time": "1771433854" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1771433951" }, "departure": { "time": "1771433951" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771434135" }, "departure": { "time": "1771434135" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1771434231" }, "departure": { "time": "1771434231" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1771434286" }, "departure": { "time": "1771434286" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1771434364" }, "departure": { "time": "1771434364" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1771434422" }, "departure": { "time": "1771434422" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1771434473" }, "departure": { "time": "1771434473" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1771434545" }, "departure": { "time": "1771434545" }, "stopId": "LAVOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771434660" }, "departure": { "time": "1771434660" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1771434702" }, "departure": { "time": "1771434702" }, "stopId": "BAUDRA-E", "stopSequence": 47 }, { "arrival": { "time": "1771434781" }, "departure": { "time": "1771434781" }, "stopId": "ECURIE-E", "stopSequence": 48 }, { "arrival": { "time": "1771434851" }, "departure": { "time": "1771434851" }, "stopId": "RTSORGES", "stopSequence": 49 }, { "arrival": { "time": "1771434900" }, "stopId": "SORGES", "stopSequence": 50 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258479" } } }, { "id": "trip:6258087", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431906" }, "departure": { "time": "1771431906" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771431925" }, "departure": { "time": "1771431978" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771432007" }, "departure": { "time": "1771432007" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771432045" }, "departure": { "time": "1771432045" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771432101" }, "departure": { "time": "1771432101" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771432160" }, "departure": { "time": "1771432160" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771432238" }, "departure": { "time": "1771432238" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771432310" }, "departure": { "time": "1771432310" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771432402" }, "departure": { "time": "1771432402" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771432518" }, "departure": { "time": "1771432518" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771432586" }, "departure": { "time": "1771432586" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771432641" }, "departure": { "time": "1771432641" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771432687" }, "departure": { "time": "1771432687" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771432733" }, "departure": { "time": "1771432733" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771432765" }, "departure": { "time": "1771432765" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771432826" }, "departure": { "time": "1771432826" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771432856" }, "departure": { "time": "1771432856" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771432938" }, "departure": { "time": "1771432938" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771433000" }, "departure": { "time": "1771433000" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771433063" }, "departure": { "time": "1771433063" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771433129" }, "departure": { "time": "1771433129" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771433171" }, "departure": { "time": "1771433171" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771433238" }, "departure": { "time": "1771433238" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771433304" }, "departure": { "time": "1771433304" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771433389" }, "departure": { "time": "1771433389" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771433451" }, "departure": { "time": "1771433451" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771433538" }, "departure": { "time": "1771433538" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771433625" }, "departure": { "time": "1771433625" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771433761" }, "departure": { "time": "1771433761" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771433855" }, "departure": { "time": "1771433855" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771433945" }, "departure": { "time": "1771433945" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771433986" }, "departure": { "time": "1771433986" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771434112" }, "departure": { "time": "1771434112" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771434172" }, "departure": { "time": "1771434172" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1771434257" }, "departure": { "time": "1771434257" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771434365" }, "departure": { "time": "1771434365" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771434466" }, "departure": { "time": "1771434466" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1771434576" }, "departure": { "time": "1771434576" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1771434648" }, "departure": { "time": "1771434648" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1771434719" }, "departure": { "time": "1771434719" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771434773" }, "departure": { "time": "1771434773" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1771434826" }, "departure": { "time": "1771434826" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771434932" }, "departure": { "time": "1771434932" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1771435066" }, "departure": { "time": "1771435066" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771435152" }, "departure": { "time": "1771435152" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771435296" }, "departure": { "time": "1771435296" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771435398" }, "departure": { "time": "1771435398" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771435519" }, "departure": { "time": "1771435519" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771435721" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258087" } } }, { "id": "trip:6544499", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432860" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771433040" }, "departure": { "time": "1771433040" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771433202" }, "departure": { "time": "1771433202" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771433280" }, "departure": { "time": "1771433280" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771433342" }, "departure": { "time": "1771433342" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771433415" }, "departure": { "time": "1771433415" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771433470" }, "departure": { "time": "1771433470" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771433640" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544499" } } }, { "id": "trip:6053999", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432191" }, "departure": { "time": "1771432191" }, "stopId": "EBLE", "stopSequence": 24 }, { "arrival": { "time": "1771432253" }, "departure": { "time": "1771432253" }, "stopId": "GENIE", "stopSequence": 25 }, { "arrival": { "time": "1771432330" }, "departure": { "time": "1771432330" }, "stopId": "VAUBAN", "stopSequence": 26 }, { "arrival": { "time": "1771432364" }, "departure": { "time": "1771432364" }, "stopId": "POIREL", "stopSequence": 27 }, { "arrival": { "time": "1771432425" }, "departure": { "time": "1771432425" }, "stopId": "PONTNOIR", "stopSequence": 28 }, { "arrival": { "time": "1771432464" }, "departure": { "time": "1771432464" }, "stopId": "SEMARD", "stopSequence": 29 }, { "arrival": { "time": "1771432279" }, "departure": { "time": "1771432279" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 30 }, { "arrival": { "time": "1771432326" }, "departure": { "time": "1771432326" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 31 }, { "arrival": { "time": "1771432377" }, "departure": { "time": "1771432377" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 32 }, { "arrival": { "time": "1771432488" }, "stopId": "GAREPAPI", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "22", "tripId": "6053999" } } }, { "id": "trip:6544246", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432510" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771432592" }, "departure": { "time": "1771432592" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771432678" }, "departure": { "time": "1771432678" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771432850" }, "departure": { "time": "1771432850" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771432931" }, "departure": { "time": "1771432931" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771433092" }, "departure": { "time": "1771433092" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771433190" }, "departure": { "time": "1771433190" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771433340" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544246" } } }, { "id": "trip:3857", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431880" }, "departure": { "time": "1771431899" }, "stopId": "DESER-E", "stopSequence": 7 }, { "arrival": { "time": "1771432130" }, "departure": { "time": "1771432130" }, "stopId": "ATOSUB-E", "stopSequence": 8 }, { "arrival": { "time": "1771432221" }, "departure": { "time": "1771432221" }, "stopId": "5ROUTE-E", "stopSequence": 9 }, { "arrival": { "time": "1771432263" }, "departure": { "time": "1771432263" }, "stopId": "PAQUER-E", "stopSequence": 10 }, { "arrival": { "time": "1771432610" }, "departure": { "time": "1771432610" }, "stopId": "CRFRUX-E", "stopSequence": 11 }, { "arrival": { "time": "1771432655" }, "departure": { "time": "1771432655" }, "stopId": "LAJANV-E", "stopSequence": 12 }, { "arrival": { "time": "1771432910" }, "departure": { "time": "1771432910" }, "stopId": "PINELI-E", "stopSequence": 13 }, { "arrival": { "time": "1771432967" }, "departure": { "time": "1771432967" }, "stopId": "CLEMEG-E", "stopSequence": 14 }, { "arrival": { "time": "1771433030" }, "departure": { "time": "1771433030" }, "stopId": "GUERAN-E", "stopSequence": 15 }, { "arrival": { "time": "1771433150" }, "departure": { "time": "1771433150" }, "stopId": "STCLEM", "stopSequence": 16 } ], "trip": { "directionId": 1, "routeId": "38", "tripId": "3857" } } }, { "id": "trip:6257776", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435500" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771435520" }, "departure": { "time": "1771435520" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771435573" }, "departure": { "time": "1771435573" }, "stopId": "PAVILL-E", "stopSequence": 2 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257776" } } }, { "id": "trip:6258709", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432320" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771432349" }, "departure": { "time": "1771432349" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771432400" }, "departure": { "time": "1771432400" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771432466" }, "departure": { "time": "1771432466" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771432560" }, "departure": { "time": "1771432560" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771432648" }, "departure": { "time": "1771432648" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771432687" }, "departure": { "time": "1771432687" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771432735" }, "departure": { "time": "1771432735" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771432788" }, "departure": { "time": "1771432788" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771432847" }, "departure": { "time": "1771432847" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771432920" }, "departure": { "time": "1771432920" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771432980" }, "departure": { "time": "1771432980" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771433056" }, "departure": { "time": "1771433056" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771433091" }, "departure": { "time": "1771433091" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771433150" }, "departure": { "time": "1771433150" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771433195" }, "departure": { "time": "1771433195" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771433265" }, "departure": { "time": "1771433265" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771433350" }, "departure": { "time": "1771433350" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771433411" }, "departure": { "time": "1771433411" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771433460" }, "departure": { "time": "1771433460" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771433514" }, "departure": { "time": "1771433514" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771433606" }, "departure": { "time": "1771433606" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771433712" }, "departure": { "time": "1771433712" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771433750" }, "departure": { "time": "1771433750" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771433888" }, "departure": { "time": "1771433888" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771433933" }, "departure": { "time": "1771433933" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771434011" }, "departure": { "time": "1771434011" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771434070" }, "departure": { "time": "1771434070" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771434277" }, "departure": { "time": "1771434277" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771434341" }, "departure": { "time": "1771434341" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771434429" }, "departure": { "time": "1771434429" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771434540" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258709" } } }, { "id": "trip:6257766", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434341" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771434467" }, "departure": { "time": "1771434467" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771434544" }, "departure": { "time": "1771434544" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771434632" }, "departure": { "time": "1771434632" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771434666" }, "departure": { "time": "1771434666" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771434712" }, "departure": { "time": "1771434712" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771434771" }, "departure": { "time": "1771434771" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771434809" }, "departure": { "time": "1771434809" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771434872" }, "departure": { "time": "1771434872" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771434921" }, "departure": { "time": "1771434921" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771434962" }, "departure": { "time": "1771434962" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771434990" }, "departure": { "time": "1771434990" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771435074" }, "departure": { "time": "1771435074" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771435112" }, "departure": { "time": "1771435112" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771435301" }, "departure": { "time": "1771435301" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771435405" }, "departure": { "time": "1771435405" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771435554" }, "departure": { "time": "1771435554" }, "stopId": "STAUBI-E", "stopSequence": 16 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257766" } } }, { "id": "trip:6258477", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431932" }, "departure": { "time": "1771431963" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1771431987" }, "departure": { "time": "1771431987" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1771432043" }, "departure": { "time": "1771432043" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1771432092" }, "departure": { "time": "1771432092" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1771432164" }, "departure": { "time": "1771432164" }, "stopId": "LAVOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771432279" }, "departure": { "time": "1771432279" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1771432359" }, "departure": { "time": "1771432359" }, "stopId": "GUILLEB.", "stopSequence": 47 }, { "arrival": { "time": "1771432390" }, "departure": { "time": "1771432390" }, "stopId": "RONCIE-E", "stopSequence": 48 }, { "arrival": { "time": "1771432435" }, "departure": { "time": "1771432435" }, "stopId": "JEROST-E", "stopSequence": 49 }, { "arrival": { "time": "1771432489" }, "departure": { "time": "1771432489" }, "stopId": "MACURI-E", "stopSequence": 50 }, { "arrival": { "time": "1771432519" }, "departure": { "time": "1771432519" }, "stopId": "GGSAND-E", "stopSequence": 51 }, { "arrival": { "time": "1771432573" }, "departure": { "time": "1771432573" }, "stopId": "FRANVI-E", "stopSequence": 52 }, { "arrival": { "time": "1771432644" }, "departure": { "time": "1771432644" }, "stopId": "PATUR-E", "stopSequence": 54 }, { "arrival": { "time": "1771432695" }, "departure": { "time": "1771432695" }, "stopId": "POUILL-E", "stopSequence": 55 }, { "arrival": { "time": "1771432827" }, "stopId": "VERNUSSO", "stopSequence": 56 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258477" } } }, { "id": "trip:6258758", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434300" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771434393" }, "departure": { "time": "1771434393" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771434437" }, "departure": { "time": "1771434437" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771434600" }, "departure": { "time": "1771434600" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771434680" }, "departure": { "time": "1771434680" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771434731" }, "departure": { "time": "1771434731" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771434774" }, "departure": { "time": "1771434774" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771434829" }, "departure": { "time": "1771434829" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771434959" }, "departure": { "time": "1771434959" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771435008" }, "departure": { "time": "1771435008" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771435108" }, "departure": { "time": "1771435108" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771435211" }, "departure": { "time": "1771435211" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771435260" }, "departure": { "time": "1771435260" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771435301" }, "departure": { "time": "1771435301" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771435391" }, "departure": { "time": "1771435391" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771435470" }, "departure": { "time": "1771435470" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771435556" }, "departure": { "time": "1771435556" }, "stopId": "CHOUTE-E", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258758" } } }, { "id": "trip:6260070", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434240" }, "scheduleRelationship": "SKIPPED", "stopId": "HOPITAL", "stopSequence": 1 }, { "arrival": { "time": "1771434245" }, "departure": { "time": "1771434245" }, "stopId": "HRECULEE", "stopSequence": 2 }, { "arrival": { "time": "1771434303" }, "departure": { "time": "1771434303" }, "stopId": "FMEDECIN", "stopSequence": 3 }, { "arrival": { "time": "1771434400" }, "departure": { "time": "1771434400" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1771434456" }, "departure": { "time": "1771434456" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1771434523" }, "departure": { "time": "1771434523" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1771434607" }, "departure": { "time": "1771434607" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1771434662" }, "departure": { "time": "1771434662" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1771434748" }, "departure": { "time": "1771434748" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1771434807" }, "departure": { "time": "1771434807" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1771434882" }, "departure": { "time": "1771434882" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1771434926" }, "departure": { "time": "1771434926" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1771434980" }, "departure": { "time": "1771434980" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1771435058" }, "departure": { "time": "1771435058" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1771435139" }, "departure": { "time": "1771435139" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1771435334" }, "departure": { "time": "1771435334" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1771435434" }, "departure": { "time": "1771435434" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1771435508" }, "departure": { "time": "1771435508" }, "stopId": "CHBBEI-E", "stopSequence": 18 }, { "arrival": { "time": "1771435563" }, "departure": { "time": "1771435563" }, "stopId": "BOISRA-E", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260070" } } }, { "id": "trip:6257767", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434660" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771434786" }, "departure": { "time": "1771434786" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771434872" }, "departure": { "time": "1771434872" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771434994" }, "departure": { "time": "1771434994" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771435040" }, "departure": { "time": "1771435040" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771435099" }, "departure": { "time": "1771435099" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771435137" }, "departure": { "time": "1771435137" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771435200" }, "departure": { "time": "1771435200" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771435249" }, "departure": { "time": "1771435249" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771435290" }, "departure": { "time": "1771435290" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771435318" }, "departure": { "time": "1771435318" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771435402" }, "departure": { "time": "1771435402" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771435440" }, "departure": { "time": "1771435440" }, "stopId": "SAVARY", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257767" } } }, { "id": "trip:6052653", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432215" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771432350" }, "departure": { "time": "1771432350" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771432423" }, "departure": { "time": "1771432423" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771432469" }, "departure": { "time": "1771432469" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771432614" }, "departure": { "time": "1771432614" }, "stopId": "LEQUAI-E", "stopSequence": 4 }, { "arrival": { "time": "1771432654" }, "departure": { "time": "1771432654" }, "stopId": "DUMESN-E", "stopSequence": 5 }, { "arrival": { "time": "1771432352" }, "departure": { "time": "1771432352" }, "scheduleRelationship": "SKIPPED", "stopId": "LEQUAI-E", "stopSequence": 6 }, { "arrival": { "time": "1771432670" }, "departure": { "time": "1771432670" }, "stopId": "MONPR-E", "stopSequence": 7 }, { "arrival": { "time": "1771432734" }, "departure": { "time": "1771432734" }, "stopId": "DESCAZ-E", "stopSequence": 8 }, { "arrival": { "time": "1771432825" }, "departure": { "time": "1771432825" }, "stopId": "BICHBI-E", "stopSequence": 9 }, { "arrival": { "time": "1771432863" }, "departure": { "time": "1771432863" }, "stopId": "STTHER-E", "stopSequence": 10 }, { "arrival": { "time": "1771432962" }, "departure": { "time": "1771432962" }, "stopId": "BARRA-E", "stopSequence": 11 }, { "arrival": { "time": "1771433024" }, "departure": { "time": "1771433024" }, "stopId": "BLERIO-E", "stopSequence": 12 }, { "arrival": { "time": "1771433106" }, "departure": { "time": "1771433106" }, "stopId": "LECUIT-E", "stopSequence": 13 }, { "arrival": { "time": "1771433165" }, "departure": { "time": "1771433165" }, "stopId": "AURIOL-E", "stopSequence": 14 }, { "arrival": { "time": "1771433215" }, "departure": { "time": "1771433215" }, "stopId": "AQUAVITA", "stopSequence": 15 }, { "arrival": { "time": "1771434692" }, "departure": { "time": "1771434692" }, "stopId": "PLOTTI-E", "stopSequence": 16 }, { "arrival": { "time": "1771434723" }, "departure": { "time": "1771434723" }, "stopId": "AUTRIC-E", "stopSequence": 17 }, { "arrival": { "time": "1771434792" }, "departure": { "time": "1771434792" }, "stopId": "IRLAND-E", "stopSequence": 18 }, { "arrival": { "time": "1771434840" }, "departure": { "time": "1771434840" }, "stopId": "ITALIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771434888" }, "departure": { "time": "1771434888" }, "stopId": "ALLEMAGN", "stopSequence": 20 }, { "arrival": { "time": "1771434917" }, "departure": { "time": "1771434917" }, "stopId": "ALLEMA-E", "stopSequence": 21 }, { "arrival": { "time": "1771434946" }, "departure": { "time": "1771434946" }, "stopId": "DANEMA-E", "stopSequence": 22 }, { "arrival": { "time": "1771434989" }, "departure": { "time": "1771434989" }, "stopId": "AVENEU-E", "stopSequence": 23 }, { "arrival": { "time": "1771435036" }, "departure": { "time": "1771435036" }, "stopId": "MASTEL-E", "stopSequence": 24 }, { "arrival": { "time": "1771433244" }, "departure": { "time": "1771433244" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOI-E", "stopSequence": 25 }, { "arrival": { "time": "1771435093" }, "departure": { "time": "1771435093" }, "stopId": "JEHUEZ-E", "stopSequence": 26 }, { "arrival": { "time": "1771435120" }, "departure": { "time": "1771435120" }, "stopId": "PLATEF-E", "stopSequence": 27 }, { "arrival": { "time": "1771435195" }, "departure": { "time": "1771435195" }, "stopId": "ESPMON-E", "stopSequence": 28 }, { "arrival": { "time": "1771435255" }, "departure": { "time": "1771435255" }, "stopId": "BELAIR-E", "stopSequence": 29 }, { "arrival": { "time": "1771435303" }, "departure": { "time": "1771435303" }, "stopId": "ZOLA-E", "stopSequence": 30 }, { "arrival": { "time": "1771435359" }, "departure": { "time": "1771435359" }, "stopId": "ANAFRA-E", "stopSequence": 31 }, { "arrival": { "time": "1771435413" }, "departure": { "time": "1771435413" }, "stopId": "PISCMU-E", "stopSequence": 32 }, { "arrival": { "time": "1771435463" }, "departure": { "time": "1771435463" }, "stopId": "CAMPJU-E", "stopSequence": 33 }, { "arrival": { "time": "1771435533" }, "departure": { "time": "1771435533" }, "stopId": "LAEN-E", "stopSequence": 34 }, { "arrival": { "time": "1771435589" }, "departure": { "time": "1771435589" }, "stopId": "BECK-E", "stopSequence": 35 }, { "arrival": { "time": "1771435603" }, "stopId": "DOMVATER", "stopSequence": 36 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052653" } } }, { "id": "trip:6258737", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435020" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771435113" }, "departure": { "time": "1771435113" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771435157" }, "departure": { "time": "1771435157" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771435400" }, "departure": { "time": "1771435400" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771435451" }, "departure": { "time": "1771435451" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771435494" }, "departure": { "time": "1771435494" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771435549" }, "departure": { "time": "1771435549" }, "stopId": "MADELE-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258737" } } }, { "id": "trip:6258478", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432023" }, "departure": { "time": "1771432023" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1771432113" }, "departure": { "time": "1771432113" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1771432191" }, "departure": { "time": "1771432191" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771432248" }, "departure": { "time": "1771432248" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1771432392" }, "departure": { "time": "1771432392" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1771432461" }, "departure": { "time": "1771432461" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1771432486" }, "departure": { "time": "1771432486" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1771432583" }, "departure": { "time": "1771432583" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1771432632" }, "departure": { "time": "1771432632" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771432767" }, "departure": { "time": "1771432767" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1771432863" }, "departure": { "time": "1771432863" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1771432919" }, "departure": { "time": "1771432919" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1771432997" }, "departure": { "time": "1771432997" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1771433055" }, "departure": { "time": "1771433055" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1771433106" }, "departure": { "time": "1771433106" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1771433178" }, "departure": { "time": "1771433178" }, "stopId": "LAVOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771433293" }, "departure": { "time": "1771433293" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1771433373" }, "departure": { "time": "1771433373" }, "stopId": "GUILLEB.", "stopSequence": 47 }, { "arrival": { "time": "1771433410" }, "departure": { "time": "1771433410" }, "stopId": "RONCIE-E", "stopSequence": 48 }, { "arrival": { "time": "1771433452" }, "departure": { "time": "1771433452" }, "stopId": "JEROST-E", "stopSequence": 49 }, { "arrival": { "time": "1771433489" }, "departure": { "time": "1771433489" }, "stopId": "MACURI-E", "stopSequence": 50 }, { "arrival": { "time": "1771433525" }, "departure": { "time": "1771433525" }, "stopId": "GGSAND-E", "stopSequence": 51 }, { "arrival": { "time": "1771433573" }, "departure": { "time": "1771433573" }, "stopId": "FRANVI-E", "stopSequence": 52 }, { "arrival": { "time": "1771433644" }, "departure": { "time": "1771433644" }, "stopId": "PATUR-E", "stopSequence": 54 }, { "arrival": { "time": "1771433695" }, "departure": { "time": "1771433695" }, "stopId": "POUILL-E", "stopSequence": 55 }, { "arrival": { "time": "1771433827" }, "stopId": "VERNUSSO", "stopSequence": 56 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258478" } } }, { "id": "trip:6052652", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431970" }, "departure": { "time": "1771431970" }, "stopId": "PLOTTI-E", "stopSequence": 16 }, { "arrival": { "time": "1771431994" }, "departure": { "time": "1771431994" }, "stopId": "AUTRIC-E", "stopSequence": 17 }, { "arrival": { "time": "1771432063" }, "departure": { "time": "1771432063" }, "stopId": "IRLAND-E", "stopSequence": 18 }, { "arrival": { "time": "1771432111" }, "departure": { "time": "1771432111" }, "stopId": "ITALIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771432159" }, "departure": { "time": "1771432159" }, "stopId": "ALLEMAGN", "stopSequence": 20 }, { "arrival": { "time": "1771432188" }, "departure": { "time": "1771432188" }, "stopId": "ALLEMA-E", "stopSequence": 21 }, { "arrival": { "time": "1771432217" }, "departure": { "time": "1771432217" }, "stopId": "DANEMA-E", "stopSequence": 22 }, { "arrival": { "time": "1771432260" }, "departure": { "time": "1771432260" }, "stopId": "AVENEU-E", "stopSequence": 23 }, { "arrival": { "time": "1771432307" }, "departure": { "time": "1771432307" }, "stopId": "MASTEL-E", "stopSequence": 24 }, { "arrival": { "time": "1771432364" }, "departure": { "time": "1771432364" }, "stopId": "JEHUEZ-E", "stopSequence": 26 }, { "arrival": { "time": "1771432411" }, "departure": { "time": "1771432411" }, "stopId": "PLATEF-E", "stopSequence": 27 }, { "arrival": { "time": "1771432516" }, "departure": { "time": "1771432516" }, "stopId": "ESPMON-E", "stopSequence": 28 }, { "arrival": { "time": "1771432570" }, "departure": { "time": "1771432570" }, "stopId": "BELAIR-E", "stopSequence": 29 }, { "arrival": { "time": "1771432613" }, "departure": { "time": "1771432613" }, "stopId": "ZOLA-E", "stopSequence": 30 }, { "arrival": { "time": "1771432674" }, "departure": { "time": "1771432674" }, "stopId": "ANAFRA-E", "stopSequence": 31 }, { "arrival": { "time": "1771432732" }, "departure": { "time": "1771432732" }, "stopId": "PISCMU-E", "stopSequence": 32 }, { "arrival": { "time": "1771432786" }, "departure": { "time": "1771432786" }, "stopId": "CAMPJU-E", "stopSequence": 33 }, { "arrival": { "time": "1771432844" }, "departure": { "time": "1771432844" }, "stopId": "LAEN-E", "stopSequence": 34 }, { "arrival": { "time": "1771432890" }, "departure": { "time": "1771432890" }, "stopId": "BECK-E", "stopSequence": 35 }, { "arrival": { "time": "1771432939" }, "stopId": "DOMVATER", "stopSequence": 36 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052652" } } }, { "id": "trip:6260114", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431939" }, "departure": { "time": "1771431964" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1771431978" }, "departure": { "time": "1771431978" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1771432092" }, "departure": { "time": "1771432092" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1771432159" }, "departure": { "time": "1771432159" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1771432199" }, "departure": { "time": "1771432199" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1771432281" }, "departure": { "time": "1771432281" }, "stopId": "HARENC", "stopSequence": 36 }, { "arrival": { "time": "1771432329" }, "departure": { "time": "1771432329" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1771432381" }, "departure": { "time": "1771432381" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1771432413" }, "departure": { "time": "1771432413" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1771432466" }, "departure": { "time": "1771432466" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1771432521" }, "departure": { "time": "1771432521" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1771432584" }, "departure": { "time": "1771432584" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1771432666" }, "departure": { "time": "1771432666" }, "stopId": "PETPOR-E", "stopSequence": 43 }, { "arrival": { "time": "1771432707" }, "departure": { "time": "1771432707" }, "stopId": "CHEVRI-E", "stopSequence": 44 }, { "arrival": { "time": "1771432166" }, "departure": { "time": "1771432166" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 46 }, { "arrival": { "time": "1771432203" }, "departure": { "time": "1771432203" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 47 }, { "arrival": { "time": "1771432251" }, "departure": { "time": "1771432251" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 48 }, { "arrival": { "time": "1771432305" }, "departure": { "time": "1771432305" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771432360" }, "departure": { "time": "1771432360" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771432388" }, "departure": { "time": "1771432388" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 51 }, { "arrival": { "time": "1771432444" }, "departure": { "time": "1771432444" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1771432620" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260114" } } }, { "id": "trip:6544496", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431914" }, "departure": { "time": "1771431977" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771431962" }, "departure": { "time": "1771431962" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771432024" }, "departure": { "time": "1771432024" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771432096" }, "departure": { "time": "1771432096" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771432151" }, "departure": { "time": "1771432151" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771432333" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544496" } } }, { "id": "trip:6257731", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434207" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771434222" }, "departure": { "time": "1771434222" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771434275" }, "departure": { "time": "1771434275" }, "stopId": "PAVILL-E", "stopSequence": 2 }, { "arrival": { "time": "1771434349" }, "departure": { "time": "1771434349" }, "stopId": "EBEAUP-E", "stopSequence": 3 }, { "arrival": { "time": "1771434382" }, "departure": { "time": "1771434382" }, "stopId": "AAMIPI-E", "stopSequence": 4 }, { "arrival": { "time": "1771434460" }, "departure": { "time": "1771434460" }, "stopId": "GUINEZ-E", "stopSequence": 5 }, { "arrival": { "time": "1771434518" }, "departure": { "time": "1771434518" }, "stopId": "CLAIE-E", "stopSequence": 6 }, { "arrival": { "time": "1771434545" }, "departure": { "time": "1771434545" }, "stopId": "THOMAS-E", "stopSequence": 7 }, { "arrival": { "time": "1771434630" }, "departure": { "time": "1771434630" }, "stopId": "ZIBEAU-E", "stopSequence": 8 }, { "arrival": { "time": "1771434662" }, "departure": { "time": "1771434662" }, "stopId": "CCMOLIER", "stopSequence": 9 }, { "arrival": { "time": "1771434711" }, "departure": { "time": "1771434711" }, "stopId": "AAQUITN", "stopSequence": 10 }, { "arrival": { "time": "1771434745" }, "departure": { "time": "1771434745" }, "stopId": "SHEAKSPE", "stopSequence": 11 }, { "arrival": { "time": "1771434811" }, "departure": { "time": "1771434811" }, "stopId": "WIGAN", "stopSequence": 12 }, { "arrival": { "time": "1771434842" }, "departure": { "time": "1771434842" }, "stopId": "GRESILLE", "stopSequence": 13 }, { "arrival": { "time": "1771434887" }, "departure": { "time": "1771434887" }, "stopId": "PROUDHON", "stopSequence": 14 }, { "arrival": { "time": "1771434959" }, "departure": { "time": "1771434959" }, "stopId": "VALLO", "stopSequence": 15 }, { "arrival": { "time": "1771435031" }, "departure": { "time": "1771435031" }, "stopId": "MONTECLA", "stopSequence": 16 }, { "arrival": { "time": "1771435052" }, "departure": { "time": "1771435052" }, "stopId": "DELESCL", "stopSequence": 17 }, { "arrival": { "time": "1771435186" }, "departure": { "time": "1771435186" }, "stopId": "MAISLA-E", "stopSequence": 18 }, { "arrival": { "time": "1771435203" }, "departure": { "time": "1771435203" }, "stopId": "PERUSS-E", "stopSequence": 19 }, { "arrival": { "time": "1771435255" }, "departure": { "time": "1771435255" }, "stopId": "GDMAINE", "stopSequence": 20 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 27 }, { "arrival": { "time": "1771434967" }, "departure": { "time": "1771434967" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 28 }, { "arrival": { "time": "1771435040" }, "departure": { "time": "1771435040" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 29 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257731" } } }, { "id": "trip:6257974", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432140" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771432176" }, "departure": { "time": "1771432176" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771432209" }, "departure": { "time": "1771432209" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771432268" }, "departure": { "time": "1771432268" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771432299" }, "departure": { "time": "1771432299" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771432359" }, "departure": { "time": "1771432359" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771432402" }, "departure": { "time": "1771432402" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771432440" }, "departure": { "time": "1771432440" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771432498" }, "departure": { "time": "1771432498" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771432537" }, "departure": { "time": "1771432537" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771432575" }, "departure": { "time": "1771432575" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771432611" }, "departure": { "time": "1771432611" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771432715" }, "departure": { "time": "1771432715" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771432756" }, "departure": { "time": "1771432756" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771432807" }, "departure": { "time": "1771432807" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771432840" }, "departure": { "time": "1771432840" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771432879" }, "departure": { "time": "1771432879" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771432920" }, "departure": { "time": "1771432920" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771433035" }, "departure": { "time": "1771433035" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771433085" }, "departure": { "time": "1771433085" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771433160" }, "departure": { "time": "1771433160" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771433223" }, "departure": { "time": "1771433223" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771433299" }, "departure": { "time": "1771433299" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771433382" }, "departure": { "time": "1771433382" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771433460" }, "departure": { "time": "1771433460" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771433535" }, "departure": { "time": "1771433535" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771433643" }, "departure": { "time": "1771433643" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771433739" }, "departure": { "time": "1771433739" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771433808" }, "departure": { "time": "1771433808" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771433846" }, "departure": { "time": "1771433846" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771433947" }, "departure": { "time": "1771433947" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771434035" }, "departure": { "time": "1771434035" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771434061" }, "departure": { "time": "1771434061" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771435436" }, "departure": { "time": "1771435436" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771435508" }, "departure": { "time": "1771435508" }, "stopId": "GBREM-E", "stopSequence": 37 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257974" } } }, { "id": "trip:3463", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431884" }, "departure": { "time": "1771431884" }, "stopId": "GABORI-E", "stopSequence": 23 }, { "arrival": { "time": "1771431905" }, "departure": { "time": "1771431917" }, "stopId": "BOISDA-E", "stopSequence": 24 }, { "arrival": { "time": "1771431970" }, "departure": { "time": "1771431970" }, "stopId": "ZACHESNA", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "34", "tripId": "3463" } } }, { "id": "trip:6258312", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771434787" }, "departure": { "time": "1771434787" }, "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1771434831" }, "departure": { "time": "1771434831" }, "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1771434878" }, "departure": { "time": "1771434878" }, "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1771434939" }, "departure": { "time": "1771434939" }, "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1771434998" }, "departure": { "time": "1771434998" }, "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1771435037" }, "departure": { "time": "1771435037" }, "stopId": "LOUET", "stopSequence": 6 }, { "arrival": { "time": "1771435097" }, "departure": { "time": "1771435097" }, "stopId": "DUBE", "stopSequence": 7 }, { "arrival": { "time": "1771435149" }, "departure": { "time": "1771435149" }, "stopId": "LOIRE", "stopSequence": 8 }, { "arrival": { "time": "1771435260" }, "departure": { "time": "1771435260" }, "stopId": "PONTSCEM", "stopSequence": 9 }, { "arrival": { "time": "1771435315" }, "departure": { "time": "1771435315" }, "stopId": "BELPOULE", "stopSequence": 10 }, { "arrival": { "time": "1771435387" }, "departure": { "time": "1771435387" }, "stopId": "AUTHION", "stopSequence": 11 }, { "arrival": { "time": "1771435445" }, "departure": { "time": "1771435445" }, "stopId": "PATUREAU", "stopSequence": 12 }, { "arrival": { "time": "1771435546" }, "departure": { "time": "1771435546" }, "stopId": "GENDRON", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258312" } } }, { "id": "trip:30171", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431892" }, "departure": { "time": "0" }, "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771432089" }, "departure": { "time": "1771432089" }, "stopId": "GBREM-E", "stopSequence": 22 }, { "arrival": { "time": "1771432190" }, "departure": { "time": "1771432190" }, "stopId": "GAREPAPI", "stopSequence": 23 }, { "arrival": { "time": "1771432550" }, "departure": { "time": "1771432550" }, "stopId": "HARAS", "stopSequence": 24 }, { "arrival": { "time": "1771432850" }, "departure": { "time": "1771432850" }, "stopId": "LOR-FO-A", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "301", "tripId": "30171" } } }, { "id": "trip:6257616", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434780" }, "stopId": "PROVINS", "stopSequence": 0 }, { "arrival": { "time": "1771434853" }, "departure": { "time": "1771434853" }, "stopId": "RTEPARIS", "stopSequence": 1 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1771435037" }, "departure": { "time": "1771435037" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1771435102" }, "departure": { "time": "1771435102" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1771435200" }, "departure": { "time": "1771435200" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1771435270" }, "departure": { "time": "1771435270" }, "stopId": "AUVERGNE", "stopSequence": 6 }, { "arrival": { "time": "1771435316" }, "departure": { "time": "1771435316" }, "stopId": "NOZAY", "stopSequence": 7 }, { "arrival": { "time": "1771435351" }, "departure": { "time": "1771435351" }, "stopId": "RBRIOLLA", "stopSequence": 8 }, { "arrival": { "time": "1771435437" }, "departure": { "time": "1771435437" }, "stopId": "RAMON", "stopSequence": 9 }, { "arrival": { "time": "1771435379" }, "departure": { "time": "1771435379" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLANT", "stopSequence": 13 }, { "arrival": { "time": "1771435486" }, "departure": { "time": "1771435486" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOUER", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257616" } } }, { "id": "trip:4255", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431931" }, "departure": { "time": "1771431939" }, "stopId": "BOHABR-E", "stopSequence": 10 }, { "arrival": { "time": "1771431991" }, "departure": { "time": "1771431991" }, "stopId": "RUAU-E", "stopSequence": 11 }, { "arrival": { "time": "1771432120" }, "departure": { "time": "1771432120" }, "stopId": "BOHASA-E", "stopSequence": 12 }, { "arrival": { "time": "1771432175" }, "departure": { "time": "1771432175" }, "stopId": "BACHEM-E", "stopSequence": 13 }, { "arrival": { "time": "1771432230" }, "departure": { "time": "1771432230" }, "stopId": "BOHACE-E", "stopSequence": 14 }, { "arrival": { "time": "1771432530" }, "departure": { "time": "1771432530" }, "stopId": "SMATGD-E", "stopSequence": 15 }, { "arrival": { "time": "1771432590" }, "departure": { "time": "1771432590" }, "stopId": "SMATOF-E", "stopSequence": 16 } ], "trip": { "directionId": 1, "routeId": "42", "tripId": "4255" } } }, { "id": "trip:6257533", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433520" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1771433632" }, "departure": { "time": "1771433632" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1771433700" }, "departure": { "time": "1771433700" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1771433729" }, "departure": { "time": "1771433729" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1771433762" }, "departure": { "time": "1771433762" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1771433791" }, "departure": { "time": "1771433791" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1771433875" }, "departure": { "time": "1771433875" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1771433978" }, "departure": { "time": "1771433978" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1771434022" }, "departure": { "time": "1771434022" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1771434060" }, "departure": { "time": "1771434060" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1771434114" }, "departure": { "time": "1771434114" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1771434172" }, "departure": { "time": "1771434172" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1771434242" }, "departure": { "time": "1771434242" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1771434303" }, "departure": { "time": "1771434303" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1771434360" }, "departure": { "time": "1771434360" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1771434434" }, "departure": { "time": "1771434434" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1771434495" }, "departure": { "time": "1771434495" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1771434585" }, "departure": { "time": "1771434585" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1771434643" }, "departure": { "time": "1771434643" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1771434694" }, "departure": { "time": "1771434694" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1771434775" }, "departure": { "time": "1771434775" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1771434840" }, "departure": { "time": "1771434840" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1771434884" }, "departure": { "time": "1771434884" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1771434944" }, "departure": { "time": "1771434944" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1771434979" }, "departure": { "time": "1771434979" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1771435041" }, "departure": { "time": "1771435041" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1771435147" }, "departure": { "time": "1771435147" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1771435402" }, "departure": { "time": "1771435402" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1771435475" }, "departure": { "time": "1771435475" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435620" }, "stopId": "LORRAIN1", "stopSequence": 31 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257533" } } }, { "id": "trip:6258678", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433580" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771433691" }, "departure": { "time": "1771433691" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771433744" }, "departure": { "time": "1771433744" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771433940" }, "departure": { "time": "1771433940" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771434020" }, "departure": { "time": "1771434020" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771434071" }, "departure": { "time": "1771434071" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771434114" }, "departure": { "time": "1771434114" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771434169" }, "departure": { "time": "1771434169" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771434240" }, "departure": { "time": "1771434240" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771434299" }, "departure": { "time": "1771434299" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771434348" }, "departure": { "time": "1771434348" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771434448" }, "departure": { "time": "1771434448" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771434551" }, "departure": { "time": "1771434551" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771434600" }, "departure": { "time": "1771434600" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771434641" }, "departure": { "time": "1771434641" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771434731" }, "departure": { "time": "1771434731" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771434810" }, "departure": { "time": "1771434810" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771434896" }, "departure": { "time": "1771434896" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771434944" }, "departure": { "time": "1771434944" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771435013" }, "departure": { "time": "1771435013" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771435050" }, "departure": { "time": "1771435050" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771435126" }, "departure": { "time": "1771435126" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771435200" }, "departure": { "time": "1771435200" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771435278" }, "departure": { "time": "1771435278" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771435341" }, "departure": { "time": "1771435341" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771435403" }, "departure": { "time": "1771435403" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771435446" }, "departure": { "time": "1771435446" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771435482" }, "departure": { "time": "1771435482" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435560" }, "stopId": "HMTRE-E", "stopSequence": 28 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258678" } } }, { "id": "trip:6544497", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432140" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771432320" }, "departure": { "time": "1771432320" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771432482" }, "departure": { "time": "1771432482" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771432560" }, "departure": { "time": "1771432560" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771432622" }, "departure": { "time": "1771432622" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771432695" }, "departure": { "time": "1771432695" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771432750" }, "departure": { "time": "1771432750" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771432920" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544497" } } }, { "id": "trip:3066", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432200" }, "departure": { "time": "1771432200" }, "stopId": "BAUNCENT", "stopSequence": 2 }, { "arrival": { "time": "1771432241" }, "departure": { "time": "1771432241" }, "stopId": "GENDRIE", "stopSequence": 3 }, { "arrival": { "time": "1771432427" }, "departure": { "time": "1771432427" }, "stopId": "BAUNBRIA", "stopSequence": 4 }, { "arrival": { "time": "1771432606" }, "departure": { "time": "1771432606" }, "stopId": "TUFFIERE", "stopSequence": 5 }, { "arrival": { "time": "1771432620" }, "departure": { "time": "1771432620" }, "stopId": "SARRIGNE", "stopSequence": 6 }, { "arrival": { "time": "1771432662" }, "departure": { "time": "1771432662" }, "stopId": "SARRMAIR", "stopSequence": 7 }, { "arrival": { "time": "1771432701" }, "departure": { "time": "1771432701" }, "stopId": "SARRCIME", "stopSequence": 8 }, { "arrival": { "time": "1771432755" }, "departure": { "time": "1771432755" }, "stopId": "BEDAUDIE", "stopSequence": 9 }, { "arrival": { "time": "1771432872" }, "departure": { "time": "1771432872" }, "stopId": "RTINARD", "stopSequence": 10 }, { "arrival": { "time": "1771433040" }, "departure": { "time": "1771433040" }, "stopId": "QVENTS", "stopSequence": 11 }, { "arrival": { "time": "1771433108" }, "departure": { "time": "1771433108" }, "stopId": "TOUSSAIN", "stopSequence": 12 }, { "arrival": { "time": "1771433141" }, "departure": { "time": "1771433141" }, "stopId": "LOGINODA", "stopSequence": 13 }, { "arrival": { "time": "1771433179" }, "departure": { "time": "1771433179" }, "stopId": "CLODOREA", "stopSequence": 14 }, { "arrival": { "time": "1771433240" }, "departure": { "time": "1771433240" }, "stopId": "MEUNIERS", "stopSequence": 15 }, { "arrival": { "time": "1771433280" }, "departure": { "time": "1771433280" }, "stopId": "BEAULIEU", "stopSequence": 16 }, { "arrival": { "time": "1771433319" }, "departure": { "time": "1771433319" }, "stopId": "GENETIER", "stopSequence": 17 }, { "arrival": { "time": "1771433434" }, "departure": { "time": "1771433434" }, "stopId": "MERCIER", "stopSequence": 18 }, { "arrival": { "time": "1771433648" }, "departure": { "time": "1771433648" }, "stopId": "CMONGAZO", "stopSequence": 19 }, { "arrival": { "time": "1771433716" }, "departure": { "time": "1771433716" }, "stopId": "COLOM-E", "stopSequence": 20 }, { "arrival": { "time": "1771433760" }, "departure": { "time": "1771433760" }, "stopId": "HELBO-E", "stopSequence": 21 }, { "arrival": { "time": "1771433839" }, "departure": { "time": "1771433839" }, "stopId": "GRAZE", "stopSequence": 22 }, { "arrival": { "time": "1771433940" }, "departure": { "time": "1771433940" }, "stopId": "SAUBIN-S", "stopSequence": 23 }, { "arrival": { "time": "1771434012" }, "departure": { "time": "1771434012" }, "stopId": "RTEPARIS", "stopSequence": 24 }, { "arrival": { "time": "1771434128" }, "departure": { "time": "1771434128" }, "stopId": "SEPSONET", "stopSequence": 25 }, { "arrival": { "time": "1771434240" }, "departure": { "time": "1771434240" }, "stopId": "CHATENAY", "stopSequence": 26 }, { "arrival": { "time": "1771434350" }, "departure": { "time": "1771434350" }, "stopId": "BRISEPOT", "stopSequence": 27 }, { "arrival": { "time": "1771434479" }, "departure": { "time": "1771434479" }, "stopId": "LUTIN", "stopSequence": 28 }, { "arrival": { "time": "1771434720" }, "departure": { "time": "1771434720" }, "stopId": "HDVSUB", "stopSequence": 29 } ], "trip": { "directionId": 0, "routeId": "30", "tripId": "3066" } } }, { "id": "trip:6258080", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771434475" }, "departure": { "time": "1771434475" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771434539" }, "departure": { "time": "1771434539" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771434632" }, "departure": { "time": "1771434632" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771434675" }, "departure": { "time": "1771434675" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771434720" }, "departure": { "time": "1771434720" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771434787" }, "departure": { "time": "1771434787" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771434836" }, "departure": { "time": "1771434836" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771434901" }, "departure": { "time": "1771434901" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771434976" }, "departure": { "time": "1771434976" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771435033" }, "departure": { "time": "1771435033" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1771435363" }, "departure": { "time": "1771435363" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771435261" }, "departure": { "time": "1771435261" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771435347" }, "departure": { "time": "1771435500" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771435529" }, "departure": { "time": "1771435529" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771435562" }, "departure": { "time": "1771435562" }, "stopId": "PONTNO-E", "stopSequence": 16 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258080" } } }, { "id": "trip:6260067", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431926" }, "departure": { "time": "1771431954" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1771433495" }, "departure": { "time": "1771433495" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 46 }, { "arrival": { "time": "1771433532" }, "departure": { "time": "1771433532" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 47 }, { "arrival": { "time": "1771433580" }, "departure": { "time": "1771433580" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 48 }, { "arrival": { "time": "1771433634" }, "departure": { "time": "1771433634" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771433689" }, "departure": { "time": "1771433689" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771433717" }, "departure": { "time": "1771433717" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 51 }, { "arrival": { "time": "1771433773" }, "departure": { "time": "1771433773" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1771434000" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260067" } } }, { "id": "trip:6544741", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432990" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771433072" }, "departure": { "time": "1771433072" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771433158" }, "departure": { "time": "1771433158" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771433330" }, "departure": { "time": "1771433330" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771433411" }, "departure": { "time": "1771433411" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771433572" }, "departure": { "time": "1771433572" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771433670" }, "departure": { "time": "1771433670" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771433820" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544741" } } }, { "id": "trip:6544964", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433580" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771433681" }, "departure": { "time": "1771433681" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771433790" }, "departure": { "time": "1771433790" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771433873" }, "departure": { "time": "1771433873" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771433968" }, "departure": { "time": "1771433968" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771434081" }, "departure": { "time": "1771434081" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771434260" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544964" } } }, { "id": "trip:6258446", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432860" }, "stopId": "VERNUSSO", "stopSequence": 0 }, { "arrival": { "time": "1771432997" }, "departure": { "time": "1771432997" }, "stopId": "POUILLE", "stopSequence": 1 }, { "arrival": { "time": "1771433043" }, "departure": { "time": "1771433043" }, "stopId": "PATUREAU", "stopSequence": 2 }, { "arrival": { "time": "1771433115" }, "departure": { "time": "1771433115" }, "stopId": "FRANVILL", "stopSequence": 4 }, { "arrival": { "time": "1771433160" }, "departure": { "time": "1771433160" }, "stopId": "GGESSAND", "stopSequence": 5 }, { "arrival": { "time": "1771433201" }, "departure": { "time": "1771433201" }, "stopId": "MACURIE", "stopSequence": 6 }, { "arrival": { "time": "1771433239" }, "departure": { "time": "1771433239" }, "stopId": "JEROSTAN", "stopSequence": 7 }, { "arrival": { "time": "1771433278" }, "departure": { "time": "1771433278" }, "stopId": "RONCIERE", "stopSequence": 8 }, { "arrival": { "time": "1771433315" }, "departure": { "time": "1771433315" }, "stopId": "GUILLE-E", "stopSequence": 9 }, { "arrival": { "time": "1771433400" }, "departure": { "time": "1771433400" }, "stopId": "JEBOUTON", "stopSequence": 10 }, { "arrival": { "time": "1771433506" }, "departure": { "time": "1771433506" }, "stopId": "LAVOIR", "stopSequence": 11 }, { "arrival": { "time": "1771433574" }, "departure": { "time": "1771433574" }, "stopId": "RIOTTEAU", "stopSequence": 12 }, { "arrival": { "time": "1771433614" }, "departure": { "time": "1771433614" }, "stopId": "ALLUMETT", "stopSequence": 13 }, { "arrival": { "time": "1771433667" }, "departure": { "time": "1771433667" }, "stopId": "DAGUERRE", "stopSequence": 14 }, { "arrival": { "time": "1771433722" }, "departure": { "time": "1771433722" }, "stopId": "BELVTR-E", "stopSequence": 15 }, { "arrival": { "time": "1771433789" }, "departure": { "time": "1771433789" }, "stopId": "MARAIS-E", "stopSequence": 16 }, { "arrival": { "time": "1771433883" }, "departure": { "time": "1771433883" }, "stopId": "GASPALON", "stopSequence": 17 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "stopId": "VILSANTE", "stopSequence": 18 }, { "arrival": { "time": "1771434037" }, "departure": { "time": "1771434037" }, "stopId": "CORMIER", "stopSequence": 19 }, { "arrival": { "time": "1771434106" }, "departure": { "time": "1771434106" }, "stopId": "STLEONAR", "stopSequence": 20 }, { "arrival": { "time": "1771434135" }, "departure": { "time": "1771434135" }, "stopId": "GERICAUL", "stopSequence": 21 }, { "arrival": { "time": "1771434180" }, "departure": { "time": "1771434180" }, "stopId": "MONGAZON", "stopSequence": 22 }, { "arrival": { "time": "1771434214" }, "departure": { "time": "1771434214" }, "stopId": "KOPA", "stopSequence": 23 }, { "arrival": { "time": "1771434271" }, "departure": { "time": "1771434271" }, "stopId": "DESMAZ", "stopSequence": 24 }, { "arrival": { "time": "1771434321" }, "departure": { "time": "1771434321" }, "stopId": "ANFRANCK", "stopSequence": 25 }, { "arrival": { "time": "1771434378" }, "departure": { "time": "1771434378" }, "stopId": "STJOSEP", "stopSequence": 26 }, { "arrival": { "time": "1771434443" }, "departure": { "time": "1771434443" }, "stopId": "PLDULYCE", "stopSequence": 27 }, { "arrival": { "time": "1771434540" }, "departure": { "time": "1771434600" }, "stopId": "HMAI", "stopSequence": 28 }, { "arrival": { "time": "1771434654" }, "departure": { "time": "1771434654" }, "stopId": "FO-LOR-R", "stopSequence": 29 }, { "arrival": { "time": "1771434765" }, "departure": { "time": "1771434765" }, "stopId": "STAUBI-E", "stopSequence": 30 }, { "arrival": { "time": "1771434818" }, "departure": { "time": "1771434818" }, "stopId": "HARAS-E", "stopSequence": 31 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "LESGAR-E", "stopSequence": 32 }, { "arrival": { "time": "1771435049" }, "departure": { "time": "1771435049" }, "stopId": "SEMARD-E", "stopSequence": 33 }, { "arrival": { "time": "1771435088" }, "departure": { "time": "1771435088" }, "stopId": "PONTNO-E", "stopSequence": 34 }, { "arrival": { "time": "1771435163" }, "departure": { "time": "1771435163" }, "stopId": "POIREL-E", "stopSequence": 35 }, { "arrival": { "time": "1771435204" }, "departure": { "time": "1771435204" }, "stopId": "VAUBAN-E", "stopSequence": 36 }, { "arrival": { "time": "1771435257" }, "departure": { "time": "1771435257" }, "stopId": "FREMUR-E", "stopSequence": 37 }, { "arrival": { "time": "1771435324" }, "departure": { "time": "1771435324" }, "stopId": "STRASB-E", "stopSequence": 38 }, { "arrival": { "time": "1771435440" }, "departure": { "time": "1771435440" }, "stopId": "LETAND-E", "stopSequence": 39 }, { "arrival": { "time": "1771435471" }, "departure": { "time": "1771435471" }, "stopId": "BEDIER-E", "stopSequence": 40 }, { "arrival": { "time": "1771435504" }, "departure": { "time": "1771435504" }, "stopId": "INTREP-E", "stopSequence": 41 }, { "arrival": { "time": "1771435535" }, "departure": { "time": "1771435535" }, "stopId": "MTARDA-E", "stopSequence": 42 }, { "arrival": { "time": "1771435574" }, "departure": { "time": "1771435574" }, "stopId": "AUBRY-E", "stopSequence": 43 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258446" } } }, { "id": "trip:6257435", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432680" }, "stopId": "EXPO-ZI", "stopSequence": 0 }, { "arrival": { "time": "1771432737" }, "departure": { "time": "1771432737" }, "stopId": "POULARDE", "stopSequence": 1 }, { "arrival": { "time": "1771432800" }, "departure": { "time": "1771432920" }, "stopId": "POLE49", "stopSequence": 2 }, { "arrival": { "time": "1771433004" }, "departure": { "time": "1771433004" }, "stopId": "HELBOU", "stopSequence": 3 }, { "arrival": { "time": "1771433051" }, "departure": { "time": "1771433051" }, "stopId": "COLOMB", "stopSequence": 4 }, { "arrival": { "time": "1771433100" }, "departure": { "time": "1771433100" }, "stopId": "CHANTRI", "stopSequence": 5 }, { "arrival": { "time": "1771433160" }, "departure": { "time": "1771433160" }, "stopId": "BOISRINI", "stopSequence": 6 }, { "arrival": { "time": "1771433270" }, "departure": { "time": "1771433270" }, "stopId": "COINTREA", "stopSequence": 7 }, { "arrival": { "time": "1771433325" }, "departure": { "time": "1771433325" }, "stopId": "MAISONSR", "stopSequence": 8 }, { "arrival": { "time": "1771433385" }, "departure": { "time": "1771433385" }, "stopId": "GATS", "stopSequence": 9 }, { "arrival": { "time": "1771433452" }, "departure": { "time": "1771433452" }, "stopId": "CAMELI-E", "stopSequence": 10 }, { "arrival": { "time": "1771433519" }, "departure": { "time": "1771433519" }, "stopId": "MONTREJO", "stopSequence": 11 }, { "arrival": { "time": "1771433580" }, "departure": { "time": "1771433580" }, "stopId": "COUPERIN", "stopSequence": 12 }, { "arrival": { "time": "1771433761" }, "departure": { "time": "1771433761" }, "stopId": "MONTAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "LAREVELL", "stopSequence": 14 }, { "arrival": { "time": "1771433952" }, "departure": { "time": "1771433952" }, "stopId": "MAISARTS", "stopSequence": 15 }, { "arrival": { "time": "1771434050" }, "departure": { "time": "1771434050" }, "stopId": "CLEMOINE", "stopSequence": 16 }, { "arrival": { "time": "1771434175" }, "departure": { "time": "1771434175" }, "stopId": "MAIL-NAE", "stopSequence": 17 }, { "arrival": { "time": "1771434240" }, "stopId": "LORRAIN2", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "11", "tripId": "6257435" } } }, { "id": "trip:6258481", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434240" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1771434322" }, "departure": { "time": "1771434322" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1771434345" }, "departure": { "time": "1771434345" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1771434385" }, "departure": { "time": "1771434385" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1771434442" }, "departure": { "time": "1771434442" }, "stopId": "CLOSNEUF", "stopSequence": 4 }, { "arrival": { "time": "1771434499" }, "departure": { "time": "1771434499" }, "stopId": "HOSGEMME", "stopSequence": 5 }, { "arrival": { "time": "1771434544" }, "departure": { "time": "1771434544" }, "stopId": "MASGEMME", "stopSequence": 6 }, { "arrival": { "time": "1771434602" }, "departure": { "time": "1771434602" }, "stopId": "LOUPINO", "stopSequence": 7 }, { "arrival": { "time": "1771434669" }, "departure": { "time": "1771434669" }, "stopId": "LESROSES", "stopSequence": 8 }, { "arrival": { "time": "1771434720" }, "departure": { "time": "1771434720" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1771434742" }, "departure": { "time": "1771434742" }, "stopId": "BELOEIL", "stopSequence": 10 }, { "arrival": { "time": "1771434802" }, "departure": { "time": "1771434802" }, "stopId": "JOLIVETT", "stopSequence": 11 }, { "arrival": { "time": "1771434823" }, "departure": { "time": "1771434823" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1771434892" }, "departure": { "time": "1771434892" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1771434929" }, "departure": { "time": "1771434929" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1771434979" }, "departure": { "time": "1771434979" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1771435009" }, "departure": { "time": "1771435009" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1771435046" }, "departure": { "time": "1771435046" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1771435173" }, "departure": { "time": "1771435173" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1771435229" }, "departure": { "time": "1771435229" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1771435276" }, "departure": { "time": "1771435276" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1771435309" }, "departure": { "time": "1771435309" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1771435368" }, "departure": { "time": "1771435368" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1771435406" }, "departure": { "time": "1771435406" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1771435440" }, "departure": { "time": "1771435440" }, "stopId": "GARETERM", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258481" } } }, { "id": "trip:6258676", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431955" }, "departure": { "time": "1771431970" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771432164" }, "departure": { "time": "1771432164" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771432244" }, "departure": { "time": "1771432244" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771432295" }, "departure": { "time": "1771432295" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771432338" }, "departure": { "time": "1771432338" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771432393" }, "departure": { "time": "1771432393" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771432464" }, "departure": { "time": "1771432464" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771432560" }, "departure": { "time": "1771432560" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771432624" }, "departure": { "time": "1771432624" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771432724" }, "departure": { "time": "1771432724" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771432827" }, "departure": { "time": "1771432827" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771432876" }, "departure": { "time": "1771432876" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771432917" }, "departure": { "time": "1771432917" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771433007" }, "departure": { "time": "1771433007" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771433086" }, "departure": { "time": "1771433086" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771433172" }, "departure": { "time": "1771433172" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771433220" }, "departure": { "time": "1771433220" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771433289" }, "departure": { "time": "1771433289" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771433326" }, "departure": { "time": "1771433326" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771433402" }, "departure": { "time": "1771433402" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771433476" }, "departure": { "time": "1771433476" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771433554" }, "departure": { "time": "1771433554" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771433617" }, "departure": { "time": "1771433617" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771433679" }, "departure": { "time": "1771433679" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771433722" }, "departure": { "time": "1771433722" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771433758" }, "departure": { "time": "1771433758" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771433836" }, "departure": { "time": "1771433836" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771433916" }, "departure": { "time": "1771433916" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771433986" }, "departure": { "time": "1771433986" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771434031" }, "departure": { "time": "1771434031" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771434076" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258676" } } }, { "id": "trip:6257956", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433100" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771433186" }, "departure": { "time": "1771433186" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771433230" }, "departure": { "time": "1771433230" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771433267" }, "departure": { "time": "1771433267" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771433294" }, "departure": { "time": "1771433294" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771433400" }, "departure": { "time": "1771433400" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771433445" }, "departure": { "time": "1771433445" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771433506" }, "departure": { "time": "1771433506" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771433549" }, "departure": { "time": "1771433549" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771433596" }, "departure": { "time": "1771433596" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771433640" }, "departure": { "time": "1771433640" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771433695" }, "departure": { "time": "1771433695" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771433749" }, "departure": { "time": "1771433749" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771433815" }, "departure": { "time": "1771433815" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771433890" }, "departure": { "time": "1771433890" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771433949" }, "departure": { "time": "1771433949" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771434072" }, "departure": { "time": "1771434072" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771434155" }, "departure": { "time": "1771434155" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771434214" }, "departure": { "time": "1771434214" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771434285" }, "departure": { "time": "1771434285" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771434381" }, "departure": { "time": "1771434381" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771434422" }, "departure": { "time": "1771434422" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771434480" }, "departure": { "time": "1771434480" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771434547" }, "departure": { "time": "1771434547" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771434667" }, "departure": { "time": "1771434667" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771434720" }, "departure": { "time": "1771434780" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771434889" }, "departure": { "time": "1771434889" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771434941" }, "departure": { "time": "1771434941" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771435198" }, "departure": { "time": "1771435198" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771435276" }, "departure": { "time": "1771435276" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771435325" }, "departure": { "time": "1771435325" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771435449" }, "departure": { "time": "1771435449" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771435489" }, "departure": { "time": "1771435489" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771435500" }, "departure": { "time": "1771435500" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771435566" }, "departure": { "time": "1771435566" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771435591" }, "departure": { "time": "1771435591" }, "stopId": "SAJACQ-E", "stopSequence": 39 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257956" } } }, { "id": "trip:6258753", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431888" }, "departure": { "time": "1771431919" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771431933" }, "departure": { "time": "1771431964" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771432073" }, "departure": { "time": "1771432073" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771432152" }, "departure": { "time": "1771432152" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771432238" }, "departure": { "time": "1771432238" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771432286" }, "departure": { "time": "1771432286" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771432355" }, "departure": { "time": "1771432355" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771432392" }, "departure": { "time": "1771432392" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771432468" }, "departure": { "time": "1771432468" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771432539" }, "departure": { "time": "1771432539" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771432617" }, "departure": { "time": "1771432617" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771432680" }, "departure": { "time": "1771432680" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771432742" }, "departure": { "time": "1771432742" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771432785" }, "departure": { "time": "1771432785" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771432821" }, "departure": { "time": "1771432821" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771432899" }, "departure": { "time": "1771432899" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771432979" }, "departure": { "time": "1771432979" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771433049" }, "departure": { "time": "1771433049" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771433094" }, "departure": { "time": "1771433094" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771433139" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258753" } } }, { "id": "trip:3660", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431887" }, "departure": { "time": "1771431908" }, "stopId": "MASJLIN", "stopSequence": 9 }, { "arrival": { "time": "1771431908" }, "departure": { "time": "1771431908" }, "stopId": "LAROCHE", "stopSequence": 10 }, { "arrival": { "time": "1771432359" }, "departure": { "time": "1771432359" }, "stopId": "CNFPT", "stopSequence": 11 }, { "arrival": { "time": "1771432370" }, "departure": { "time": "1771432370" }, "stopId": "LABABEAU", "stopSequence": 12 }, { "arrival": { "time": "1771432756" }, "departure": { "time": "1771432756" }, "stopId": "FARCYSJA", "stopSequence": 13 }, { "arrival": { "time": "1771432910" }, "departure": { "time": "1771432910" }, "stopId": "QUAIsubN", "stopSequence": 14 } ], "trip": { "directionId": 0, "routeId": "36", "tripId": "3660" } } }, { "id": "trip:6541224", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434890" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771435010" }, "departure": { "time": "1771435010" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771435120" }, "departure": { "time": "1771435120" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771435240" }, "departure": { "time": "1771435240" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771435360" }, "departure": { "time": "1771435360" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771435450" }, "departure": { "time": "1771435450" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771435570" }, "departure": { "time": "1771435570" }, "stopId": "2LGAR", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541224" } } }, { "id": "trip:6257529", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432021" }, "departure": { "time": "1771432021" }, "stopId": "MENDESFR", "stopSequence": 17 }, { "arrival": { "time": "1771432207" }, "departure": { "time": "1771432207" }, "stopId": "FO-LOR-R", "stopSequence": 18 }, { "arrival": { "time": "1771432301" }, "departure": { "time": "1771432301" }, "stopId": "STAUBI-E", "stopSequence": 19 }, { "arrival": { "time": "1771432336" }, "departure": { "time": "1771432336" }, "stopId": "HARAS-E", "stopSequence": 20 }, { "arrival": { "time": "1771432493" }, "departure": { "time": "1771432493" }, "stopId": "LESGAR-E", "stopSequence": 21 }, { "arrival": { "time": "1771432646" }, "departure": { "time": "1771432646" }, "stopId": "SEMARD-E", "stopSequence": 22 }, { "arrival": { "time": "1771432693" }, "departure": { "time": "1771432693" }, "stopId": "PONTNO-E", "stopSequence": 23 }, { "arrival": { "time": "1771432736" }, "departure": { "time": "1771432736" }, "stopId": "POIREL-E", "stopSequence": 24 }, { "arrival": { "time": "1771432788" }, "departure": { "time": "1771432788" }, "stopId": "VAUBAN-E", "stopSequence": 25 }, { "arrival": { "time": "1771432867" }, "departure": { "time": "1771432867" }, "stopId": "CHANZY-E", "stopSequence": 26 }, { "arrival": { "time": "1771432927" }, "departure": { "time": "1771432927" }, "stopId": "LAFAYE-E", "stopSequence": 27 }, { "arrival": { "time": "1771433013" }, "departure": { "time": "1771433013" }, "stopId": "MIRABE-E", "stopSequence": 28 }, { "arrival": { "time": "1771433068" }, "departure": { "time": "1771433068" }, "stopId": "CESARG-E", "stopSequence": 29 }, { "arrival": { "time": "1771433107" }, "departure": { "time": "1771433107" }, "stopId": "BLANDE-E", "stopSequence": 30 }, { "arrival": { "time": "1771433163" }, "departure": { "time": "1771433163" }, "stopId": "MUTUAL-E", "stopSequence": 31 }, { "arrival": { "time": "1771433235" }, "departure": { "time": "1771433235" }, "stopId": "VILLES-E", "stopSequence": 32 }, { "arrival": { "time": "1771433284" }, "departure": { "time": "1771433284" }, "stopId": "VIVIER-E", "stopSequence": 33 }, { "arrival": { "time": "1771433347" }, "departure": { "time": "1771433347" }, "stopId": "MARIAN-E", "stopSequence": 34 }, { "arrival": { "time": "1771433398" }, "departure": { "time": "1771433398" }, "stopId": "LINOVE-E", "stopSequence": 35 }, { "arrival": { "time": "1771433437" }, "departure": { "time": "1771433437" }, "stopId": "DANGEL-E", "stopSequence": 36 }, { "arrival": { "time": "1771433497" }, "departure": { "time": "1771433497" }, "stopId": "ATHLET-E", "stopSequence": 37 }, { "arrival": { "time": "1771433541" }, "departure": { "time": "1771433541" }, "stopId": "DIONNE-E", "stopSequence": 38 }, { "arrival": { "time": "1771433587" }, "departure": { "time": "1771433587" }, "stopId": "GENDRO-E", "stopSequence": 39 }, { "arrival": { "time": "1771433631" }, "departure": { "time": "1771433631" }, "stopId": "CHESNA-E", "stopSequence": 40 }, { "arrival": { "time": "1771433679" }, "departure": { "time": "1771433679" }, "stopId": "GIRAD-E", "stopSequence": 41 }, { "arrival": { "time": "1771433774" }, "departure": { "time": "1771433774" }, "stopId": "FRANVILL", "stopSequence": 42 }, { "arrival": { "time": "1771433825" }, "departure": { "time": "1771433825" }, "stopId": "GGESSAND", "stopSequence": 43 }, { "arrival": { "time": "1771433871" }, "departure": { "time": "1771433871" }, "stopId": "MACURIE", "stopSequence": 44 }, { "arrival": { "time": "1771433913" }, "departure": { "time": "1771433913" }, "stopId": "JEROSTAN", "stopSequence": 45 }, { "arrival": { "time": "1771433971" }, "departure": { "time": "1771433971" }, "stopId": "RONCIERE", "stopSequence": 46 }, { "arrival": { "time": "1771434012" }, "departure": { "time": "1771434012" }, "stopId": "GUILLE-E", "stopSequence": 47 }, { "arrival": { "time": "1771434099" }, "departure": { "time": "1771434099" }, "stopId": "BAUDRA-E", "stopSequence": 48 }, { "arrival": { "time": "1771434252" }, "stopId": "MOULINMA", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257529" } } }, { "id": "trip:6053040", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433580" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771433699" }, "departure": { "time": "1771433699" }, "stopId": "CLEMOI-E", "stopSequence": 1 }, { "arrival": { "time": "1771434087" }, "departure": { "time": "1771434087" }, "stopId": "BRISEP-E", "stopSequence": 2 }, { "arrival": { "time": "1771434253" }, "departure": { "time": "1771434253" }, "stopId": "CHATEN-E", "stopSequence": 3 }, { "arrival": { "time": "1771434420" }, "departure": { "time": "1771434420" }, "stopId": "SEPSON-E", "stopSequence": 4 }, { "arrival": { "time": "1771434526" }, "departure": { "time": "1771434526" }, "stopId": "RTEPAR-E", "stopSequence": 5 }, { "arrival": { "time": "1771434602" }, "departure": { "time": "1771434602" }, "stopId": "PROVIN-E", "stopSequence": 6 }, { "arrival": { "time": "1771434720" }, "departure": { "time": "1771434720" }, "stopId": "PARCEX-E", "stopSequence": 7 }, { "arrival": { "time": "1771434987" }, "departure": { "time": "1771434987" }, "stopId": "CARREA-E", "stopSequence": 8 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "stopId": "MILLAR-E", "stopSequence": 9 }, { "arrival": { "time": "1771435065" }, "departure": { "time": "1771435065" }, "stopId": "BASMOR-E", "stopSequence": 10 }, { "arrival": { "time": "1771435126" }, "departure": { "time": "1771435126" }, "stopId": "CHABLA-E", "stopSequence": 11 }, { "arrival": { "time": "1771435178" }, "departure": { "time": "1771435178" }, "stopId": "UNION-E", "stopSequence": 12 }, { "arrival": { "time": "1771435260" }, "departure": { "time": "1771435260" }, "stopId": "SSYMAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771435354" }, "departure": { "time": "1771435354" }, "stopId": "LECLSYLV", "stopSequence": 14 }, { "arrival": { "time": "1771435409" }, "departure": { "time": "1771435409" }, "stopId": "FRANCAIS", "stopSequence": 15 }, { "arrival": { "time": "1771435478" }, "departure": { "time": "1771435478" }, "stopId": "V.HUGO-E", "stopSequence": 16 }, { "arrival": { "time": "1771435549" }, "departure": { "time": "1771435549" }, "stopId": "ANBRUE-E", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053040" } } }, { "id": "trip:6544691", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433270" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771433350" }, "departure": { "time": "1771433350" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771433420" }, "departure": { "time": "1771433420" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771433500" }, "departure": { "time": "1771433500" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771433590" }, "departure": { "time": "1771433590" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771433680" }, "departure": { "time": "1771433680" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771433790" }, "departure": { "time": "1771433790" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771433950" }, "departure": { "time": "1771433950" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771434040" }, "departure": { "time": "1771434040" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771434160" }, "departure": { "time": "1771434160" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771434240" }, "departure": { "time": "1771434240" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771434370" }, "departure": { "time": "1771434370" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771434460" }, "departure": { "time": "1771434460" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771434580" }, "departure": { "time": "1771434580" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771434690" }, "departure": { "time": "1771434690" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771434790" }, "departure": { "time": "1771434790" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771434870" }, "departure": { "time": "1771434870" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771434940" }, "departure": { "time": "1771434940" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771435060" }, "departure": { "time": "1771435060" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771435160" }, "departure": { "time": "1771435160" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771435260" }, "departure": { "time": "1771435260" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771435370" }, "departure": { "time": "1771435370" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771435480" }, "departure": { "time": "1771435480" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771435590" }, "departure": { "time": "1771435590" }, "stopId": "1JVIL", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544691" } } }, { "id": "trip:6257480", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435500" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1771435528" }, "departure": { "time": "1771435528" }, "stopId": "COTTAGE", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257480" } } }, { "id": "trip:6258712", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431882" }, "departure": { "time": "1771431897" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771431987" }, "departure": { "time": "1771431987" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258712" } } }, { "id": "trip:6258095", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434300" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1771434355" }, "departure": { "time": "1771434355" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771434409" }, "departure": { "time": "1771434409" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1771434486" }, "departure": { "time": "1771434486" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771434560" }, "departure": { "time": "1771434560" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771434720" }, "departure": { "time": "1771434720" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1771434825" }, "departure": { "time": "1771434825" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771434932" }, "departure": { "time": "1771434932" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771435123" }, "departure": { "time": "1771435123" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771435235" }, "departure": { "time": "1771435235" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771435280" }, "departure": { "time": "1771435280" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771435316" }, "departure": { "time": "1771435316" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771435391" }, "departure": { "time": "1771435391" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771435478" }, "departure": { "time": "1771435478" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771435560" }, "departure": { "time": "1771435560" }, "stopId": "CAMELI-E", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258095" } } }, { "id": "trip:6260031", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431894" }, "departure": { "time": "1771431925" }, "stopId": "ECHATS-E", "stopSequence": 17 }, { "arrival": { "time": "1771431987" }, "stopId": "LATOLL", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260031" } } }, { "id": "trip:6260083", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433100" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771433140" }, "departure": { "time": "1771433140" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771433171" }, "departure": { "time": "1771433171" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771433193" }, "departure": { "time": "1771433193" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771433233" }, "departure": { "time": "1771433233" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771433272" }, "departure": { "time": "1771433272" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771433309" }, "departure": { "time": "1771433309" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771433134" }, "departure": { "time": "1771433134" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771433188" }, "departure": { "time": "1771433188" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771433225" }, "departure": { "time": "1771433225" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771433309" }, "departure": { "time": "1771433309" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771433374" }, "departure": { "time": "1771433374" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771433434" }, "departure": { "time": "1771433434" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771433495" }, "departure": { "time": "1771433495" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771433532" }, "departure": { "time": "1771433532" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771433593" }, "departure": { "time": "1771433593" }, "stopId": "P-ANJO-E", "stopSequence": 16 }, { "arrival": { "time": "1771433668" }, "departure": { "time": "1771433668" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1771433735" }, "departure": { "time": "1771433735" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1771433783" }, "departure": { "time": "1771433783" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1771433853" }, "departure": { "time": "1771433853" }, "stopId": "PETVIVIE", "stopSequence": 20 }, { "arrival": { "time": "1771433928" }, "departure": { "time": "1771433928" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1771433962" }, "departure": { "time": "1771433962" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1771434066" }, "departure": { "time": "1771434066" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1771434111" }, "departure": { "time": "1771434111" }, "stopId": "LACDMAIN", "stopSequence": 24 }, { "arrival": { "time": "1771434156" }, "departure": { "time": "1771434156" }, "stopId": "MAISENVI", "stopSequence": 25 }, { "arrival": { "time": "1771434198" }, "departure": { "time": "1771434198" }, "stopId": "PERUSSAI", "stopSequence": 26 }, { "arrival": { "time": "1771434229" }, "departure": { "time": "1771434229" }, "stopId": "MAISLAC", "stopSequence": 27 }, { "arrival": { "time": "1771434263" }, "departure": { "time": "1771434263" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1771434394" }, "departure": { "time": "1771434394" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1771434454" }, "departure": { "time": "1771434454" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1771434574" }, "departure": { "time": "1771434574" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1771434627" }, "departure": { "time": "1771434627" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1771434692" }, "departure": { "time": "1771434692" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1771434762" }, "departure": { "time": "1771434762" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1771434829" }, "departure": { "time": "1771434829" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1771434895" }, "departure": { "time": "1771434895" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1771434990" }, "departure": { "time": "1771434990" }, "stopId": "FARCYSJA", "stopSequence": 37 }, { "arrival": { "time": "1771435201" }, "departure": { "time": "1771435201" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1771435258" }, "departure": { "time": "1771435258" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771435308" }, "departure": { "time": "1771435308" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1771435393" }, "departure": { "time": "1771435393" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1771435415" }, "departure": { "time": "1771435415" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1771435485" }, "departure": { "time": "1771435485" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771435519" }, "departure": { "time": "1771435519" }, "stopId": "BLERIO-E", "stopSequence": 44 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260083" } } }, { "id": "trip:6257477", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431922" }, "departure": { "time": "1771431922" }, "stopId": "LINOVE-E", "stopSequence": 35 }, { "arrival": { "time": "1771431967" }, "departure": { "time": "1771431967" }, "stopId": "DANGEL-E", "stopSequence": 36 }, { "arrival": { "time": "1771431989" }, "departure": { "time": "1771431989" }, "stopId": "ATHLET-E", "stopSequence": 37 }, { "arrival": { "time": "1771432033" }, "departure": { "time": "1771432033" }, "stopId": "DIONNE-E", "stopSequence": 38 }, { "arrival": { "time": "1771432079" }, "departure": { "time": "1771432079" }, "stopId": "GENDRO-E", "stopSequence": 39 }, { "arrival": { "time": "1771432123" }, "departure": { "time": "1771432123" }, "stopId": "CHESNA-E", "stopSequence": 40 }, { "arrival": { "time": "1771432171" }, "departure": { "time": "1771432171" }, "stopId": "GIRAD-E", "stopSequence": 41 }, { "arrival": { "time": "1771432266" }, "departure": { "time": "1771432266" }, "stopId": "FRANVILL", "stopSequence": 42 }, { "arrival": { "time": "1771432319" }, "departure": { "time": "1771432319" }, "stopId": "GGESSAND", "stopSequence": 43 }, { "arrival": { "time": "1771432367" }, "departure": { "time": "1771432367" }, "stopId": "MACURIE", "stopSequence": 44 }, { "arrival": { "time": "1771432411" }, "departure": { "time": "1771432411" }, "stopId": "JEROSTAN", "stopSequence": 45 }, { "arrival": { "time": "1771432456" }, "departure": { "time": "1771432456" }, "stopId": "RONCIERE", "stopSequence": 46 }, { "arrival": { "time": "1771432499" }, "departure": { "time": "1771432499" }, "stopId": "GUILLE-E", "stopSequence": 47 }, { "arrival": { "time": "1771432586" }, "departure": { "time": "1771432586" }, "stopId": "BAUDRA-E", "stopSequence": 48 }, { "arrival": { "time": "1771432739" }, "stopId": "MOULINMA", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257477" } } }, { "id": "trip:6052744", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434660" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771434819" }, "departure": { "time": "1771434819" }, "stopId": "SECUSO-E", "stopSequence": 1 }, { "arrival": { "time": "1771434870" }, "departure": { "time": "1771434870" }, "stopId": "STEXUP-E", "stopSequence": 2 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "stopId": "GARDOT-E", "stopSequence": 3 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052744" } } }, { "id": "trip:6257917", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433820" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771433856" }, "departure": { "time": "1771433856" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771433889" }, "departure": { "time": "1771433889" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771433948" }, "departure": { "time": "1771433948" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771433979" }, "departure": { "time": "1771433979" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771434039" }, "departure": { "time": "1771434039" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771434082" }, "departure": { "time": "1771434082" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771434178" }, "departure": { "time": "1771434178" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771434217" }, "departure": { "time": "1771434217" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771434255" }, "departure": { "time": "1771434255" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771434291" }, "departure": { "time": "1771434291" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771434395" }, "departure": { "time": "1771434395" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771434436" }, "departure": { "time": "1771434436" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771434487" }, "departure": { "time": "1771434487" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771434520" }, "departure": { "time": "1771434520" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771434559" }, "departure": { "time": "1771434559" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771434600" }, "departure": { "time": "1771434600" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771434715" }, "departure": { "time": "1771434715" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771434765" }, "departure": { "time": "1771434765" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771434840" }, "departure": { "time": "1771434840" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771434890" }, "departure": { "time": "1771434890" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771434951" }, "departure": { "time": "1771434951" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771435017" }, "departure": { "time": "1771435017" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771435155" }, "departure": { "time": "1771435155" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771435263" }, "departure": { "time": "1771435263" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771435359" }, "departure": { "time": "1771435359" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771435428" }, "departure": { "time": "1771435428" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771435466" }, "departure": { "time": "1771435466" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771435440" }, "departure": { "time": "1771435440" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771435567" }, "departure": { "time": "1771435567" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257917" } } }, { "id": "trip:6258307", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431971" }, "departure": { "time": "1771431987" }, "stopId": "STSERG-E", "stopSequence": 27 }, { "arrival": { "time": "1771432214" }, "departure": { "time": "1771432214" }, "stopId": "ROCHEF-E", "stopSequence": 28 }, { "arrival": { "time": "1771432313" }, "departure": { "time": "1771432313" }, "stopId": "HOTDIE-E", "stopSequence": 29 }, { "arrival": { "time": "1771432369" }, "departure": { "time": "1771432369" }, "stopId": "BICHDA-E", "stopSequence": 30 }, { "arrival": { "time": "1771432454" }, "departure": { "time": "1771432454" }, "stopId": "DESCAZEA", "stopSequence": 31 }, { "arrival": { "time": "1771432576" }, "departure": { "time": "1771432576" }, "stopId": "CIOUES-E", "stopSequence": 32 }, { "arrival": { "time": "1771432648" }, "departure": { "time": "1771432648" }, "stopId": "POMONE-E", "stopSequence": 33 }, { "arrival": { "time": "1771432702" }, "departure": { "time": "1771432702" }, "stopId": "REVERI-E", "stopSequence": 34 }, { "arrival": { "time": "1771432795" }, "departure": { "time": "1771432795" }, "stopId": "MEIGNA-E", "stopSequence": 35 }, { "arrival": { "time": "1771432842" }, "departure": { "time": "1771432842" }, "stopId": "VALOR-E", "stopSequence": 36 }, { "arrival": { "time": "1771432874" }, "departure": { "time": "1771432874" }, "stopId": "CLINIQ-E", "stopSequence": 37 }, { "arrival": { "time": "1771432919" }, "departure": { "time": "1771432919" }, "stopId": "GRANDM-E", "stopSequence": 38 }, { "arrival": { "time": "1771432968" }, "departure": { "time": "1771432968" }, "stopId": "MAISDA-E", "stopSequence": 39 }, { "arrival": { "time": "1771433013" }, "departure": { "time": "1771433013" }, "stopId": "CHMART-E", "stopSequence": 40 }, { "arrival": { "time": "1771433056" }, "departure": { "time": "1771433056" }, "stopId": "MLYAUT-E", "stopSequence": 41 }, { "arrival": { "time": "1771433130" }, "departure": { "time": "1771433130" }, "stopId": "BRASSE-E", "stopSequence": 42 }, { "arrival": { "time": "1771433184" }, "departure": { "time": "1771433184" }, "stopId": "BEURRI-E", "stopSequence": 43 }, { "arrival": { "time": "1771433240" }, "departure": { "time": "1771433240" }, "stopId": "DELAUN-E", "stopSequence": 44 }, { "arrival": { "time": "1771433298" }, "departure": { "time": "1771433298" }, "stopId": "MAUFIN-E", "stopSequence": 45 }, { "arrival": { "time": "1771433351" }, "departure": { "time": "1771433351" }, "stopId": "MAIRAV-E", "stopSequence": 46 }, { "arrival": { "time": "1771433395" }, "departure": { "time": "1771433395" }, "stopId": "TERNIE-E", "stopSequence": 47 }, { "arrival": { "time": "1771433435" }, "departure": { "time": "1771433435" }, "stopId": "BALAND-E", "stopSequence": 48 }, { "arrival": { "time": "1771433488" }, "departure": { "time": "1771433488" }, "stopId": "PIECE-E", "stopSequence": 49 }, { "arrival": { "time": "1771433556" }, "departure": { "time": "1771433556" }, "stopId": "LA-BOI-E", "stopSequence": 50 }, { "arrival": { "time": "1771433611" }, "departure": { "time": "1771433611" }, "stopId": "SCHWAL-E", "stopSequence": 51 }, { "arrival": { "time": "1771433651" }, "stopId": "ADEZIERE", "stopSequence": 52 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258307" } } }, { "id": "trip:6258077", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431883" }, "departure": { "time": "1771431883" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771432092" }, "departure": { "time": "1771432092" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771432160" }, "departure": { "time": "1771432160" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771432174" }, "departure": { "time": "1771432174" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771432223" }, "departure": { "time": "1771432223" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771432368" }, "departure": { "time": "1771432368" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771432387" }, "departure": { "time": "1771432387" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771432465" }, "departure": { "time": "1771432465" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771432537" }, "departure": { "time": "1771432537" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771432629" }, "departure": { "time": "1771432629" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771432745" }, "departure": { "time": "1771432745" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771432813" }, "departure": { "time": "1771432813" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771432868" }, "departure": { "time": "1771432868" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771432914" }, "departure": { "time": "1771432914" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771432960" }, "departure": { "time": "1771432960" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771432992" }, "departure": { "time": "1771432992" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771433053" }, "departure": { "time": "1771433053" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771433083" }, "departure": { "time": "1771433083" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771433165" }, "departure": { "time": "1771433165" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771433227" }, "departure": { "time": "1771433227" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771433290" }, "departure": { "time": "1771433290" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771433356" }, "departure": { "time": "1771433356" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771433398" }, "departure": { "time": "1771433398" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771433493" }, "departure": { "time": "1771433493" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771433559" }, "departure": { "time": "1771433559" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771433644" }, "departure": { "time": "1771433644" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771433706" }, "departure": { "time": "1771433706" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771433793" }, "departure": { "time": "1771433793" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771433878" }, "departure": { "time": "1771433878" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771434010" }, "departure": { "time": "1771434010" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771434101" }, "departure": { "time": "1771434101" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771434123" }, "departure": { "time": "1771434123" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771434246" }, "departure": { "time": "1771434246" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771434312" }, "departure": { "time": "1771434312" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771434432" }, "departure": { "time": "1771434432" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1771434457" }, "departure": { "time": "1771434457" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771434565" }, "departure": { "time": "1771434565" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771434666" }, "departure": { "time": "1771434666" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1771434775" }, "departure": { "time": "1771434775" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1771434866" }, "departure": { "time": "1771434866" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1771434936" }, "departure": { "time": "1771434936" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771434976" }, "departure": { "time": "1771434976" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1771435039" }, "departure": { "time": "1771435039" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771435134" }, "departure": { "time": "1771435134" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1771435267" }, "departure": { "time": "1771435267" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771435351" }, "departure": { "time": "1771435351" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771435462" }, "departure": { "time": "1771435462" }, "stopId": "RAMON", "stopSequence": 58 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258077" } } }, { "id": "trip:6258556", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432008" }, "departure": { "time": "1771432008" }, "stopId": "AARDBUS", "stopSequence": 30 }, { "arrival": { "time": "1771432065" }, "departure": { "time": "1771432065" }, "stopId": "POIVRE", "stopSequence": 31 }, { "arrival": { "time": "1771432125" }, "departure": { "time": "1771432125" }, "stopId": "BONPLAND", "stopSequence": 32 }, { "arrival": { "time": "1771432184" }, "departure": { "time": "1771432184" }, "stopId": "LEPRE", "stopSequence": 33 }, { "arrival": { "time": "1771432249" }, "departure": { "time": "1771432249" }, "stopId": "SALET-AR", "stopSequence": 34 }, { "arrival": { "time": "1771432281" }, "departure": { "time": "1771432281" }, "stopId": "RIPOLLE", "stopSequence": 35 }, { "arrival": { "time": "1771432332" }, "departure": { "time": "1771432332" }, "stopId": "PEGARDE", "stopSequence": 36 }, { "arrival": { "time": "1771432379" }, "departure": { "time": "1771432379" }, "stopId": "CIAVRILL", "stopSequence": 37 }, { "arrival": { "time": "1771432429" }, "departure": { "time": "1771432429" }, "stopId": "MAIRAVR", "stopSequence": 38 }, { "arrival": { "time": "1771432472" }, "departure": { "time": "1771432472" }, "stopId": "MAUFINE", "stopSequence": 39 }, { "arrival": { "time": "1771432534" }, "departure": { "time": "1771432534" }, "stopId": "DELAUNE", "stopSequence": 40 }, { "arrival": { "time": "1771432573" }, "departure": { "time": "1771432573" }, "stopId": "BEURRIER", "stopSequence": 41 }, { "arrival": { "time": "1771432641" }, "departure": { "time": "1771432641" }, "stopId": "BRASSENS", "stopSequence": 42 }, { "arrival": { "time": "1771432690" }, "departure": { "time": "1771432690" }, "stopId": "RONDE", "stopSequence": 43 }, { "arrival": { "time": "1771432733" }, "departure": { "time": "1771432733" }, "stopId": "PLAMAY", "stopSequence": 44 }, { "arrival": { "time": "1771432789" }, "departure": { "time": "1771432789" }, "stopId": "KENNEDY", "stopSequence": 45 }, { "arrival": { "time": "1771432847" }, "departure": { "time": "1771432847" }, "stopId": "ECHMAN", "stopSequence": 46 }, { "arrival": { "time": "1771432936" }, "departure": { "time": "1771432936" }, "stopId": "LIZE07", "stopSequence": 47 }, { "arrival": { "time": "1771432979" }, "departure": { "time": "1771432979" }, "stopId": "GASNIER", "stopSequence": 48 }, { "arrival": { "time": "1771433044" }, "departure": { "time": "1771433044" }, "stopId": "GOURONNI", "stopSequence": 49 }, { "arrival": { "time": "1771433127" }, "departure": { "time": "1771433127" }, "stopId": "CLOUET", "stopSequence": 50 }, { "arrival": { "time": "1771433164" }, "departure": { "time": "1771433164" }, "stopId": "BICHLAZA", "stopSequence": 51 }, { "arrival": { "time": "1771433201" }, "departure": { "time": "1771433201" }, "stopId": "DESCAZEA", "stopSequence": 52 }, { "arrival": { "time": "1771433269" }, "departure": { "time": "1771433269" }, "stopId": "MONPROFI", "stopSequence": 53 }, { "arrival": { "time": "1771433288" }, "departure": { "time": "1771433288" }, "stopId": "DUMESNIL", "stopSequence": 54 }, { "arrival": { "time": "1771433327" }, "departure": { "time": "1771433327" }, "stopId": "LEQUAI", "stopSequence": 55 }, { "arrival": { "time": "1771433467" }, "departure": { "time": "1771433467" }, "stopId": "CHDARR", "stopSequence": 56 }, { "arrival": { "time": "1771433151" }, "departure": { "time": "1771433151" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 57 }, { "arrival": { "time": "1771433220" }, "departure": { "time": "1771433220" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 58 }, { "arrival": { "time": "1771433280" }, "departure": { "time": "1771433280" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURPOI", "stopSequence": 59 }, { "arrival": { "time": "1771433345" }, "departure": { "time": "1771433345" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBLIQ", "stopSequence": 60 }, { "arrival": { "time": "1771433400" }, "departure": { "time": "1771433400" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICRO-E", "stopSequence": 61 }, { "arrival": { "time": "1771433493" }, "departure": { "time": "1771433493" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771433524" }, "departure": { "time": "1771433524" }, "stopId": "CCI", "stopSequence": 63 }, { "arrival": { "time": "1771433644" }, "departure": { "time": "1771433760" }, "stopId": "LICES-E", "stopSequence": 64 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "stopId": "ANLERO-E", "stopSequence": 65 }, { "arrival": { "time": "1771434104" }, "departure": { "time": "1771434104" }, "stopId": "MICHEL-E", "stopSequence": 66 }, { "arrival": { "time": "1771434171" }, "departure": { "time": "1771434171" }, "stopId": "BOURGO-E", "stopSequence": 67 }, { "arrival": { "time": "1771434228" }, "departure": { "time": "1771434228" }, "stopId": "VOLNEY-E", "stopSequence": 68 }, { "arrival": { "time": "1771434300" }, "departure": { "time": "1771434300" }, "stopId": "MADELE-E", "stopSequence": 69 }, { "arrival": { "time": "1771434373" }, "departure": { "time": "1771434373" }, "stopId": "JEBOUI-E", "stopSequence": 70 }, { "arrival": { "time": "1771434445" }, "departure": { "time": "1771434445" }, "stopId": "PCOUBE-E", "stopSequence": 71 }, { "arrival": { "time": "1771434480" }, "departure": { "time": "1771434480" }, "stopId": "AROBA-E", "stopSequence": 72 }, { "arrival": { "time": "1771434596" }, "departure": { "time": "1771434596" }, "stopId": "LANGLA-E", "stopSequence": 73 }, { "arrival": { "time": "1771434734" }, "departure": { "time": "1771434734" }, "stopId": "MONTAI-E", "stopSequence": 74 }, { "arrival": { "time": "1771434849" }, "departure": { "time": "1771434849" }, "stopId": "JERUSA-E", "stopSequence": 75 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "stopId": "DAGNET-E", "stopSequence": 76 }, { "arrival": { "time": "1771434938" }, "departure": { "time": "1771434938" }, "stopId": "GILLIE-E", "stopSequence": 77 }, { "arrival": { "time": "1771435014" }, "departure": { "time": "1771435014" }, "stopId": "ISORET-E", "stopSequence": 78 }, { "arrival": { "time": "1771435106" }, "departure": { "time": "1771435106" }, "stopId": "VANDE-E", "stopSequence": 79 }, { "arrival": { "time": "1771435166" }, "departure": { "time": "1771435166" }, "stopId": "ORMEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1771435197" }, "departure": { "time": "1771435197" }, "stopId": "CRBLAN-E", "stopSequence": 81 }, { "arrival": { "time": "1771435262" }, "departure": { "time": "1771435262" }, "stopId": "CHATEL-E", "stopSequence": 82 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "stopId": "BANCHA-E", "stopSequence": 83 }, { "arrival": { "time": "1771435383" }, "departure": { "time": "1771435383" }, "stopId": "JARDF-E", "stopSequence": 84 }, { "arrival": { "time": "1771435423" }, "departure": { "time": "1771435423" }, "stopId": "SAILLE-E", "stopSequence": 85 }, { "arrival": { "time": "1771435500" }, "stopId": "SAUBIN", "stopSequence": 86 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258556" } } }, { "id": "trip:6258524", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431900" }, "departure": { "time": "1771431900" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1771431914" }, "departure": { "time": "1771431945" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1771431960" }, "departure": { "time": "1771431960" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1771431974" }, "departure": { "time": "1771431990" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1771432075" }, "departure": { "time": "1771432075" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1771432072" }, "departure": { "time": "1771432072" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1771432135" }, "departure": { "time": "1771432135" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1771432186" }, "departure": { "time": "1771432186" }, "stopId": "BELAIR-E", "stopSequence": 73 }, { "arrival": { "time": "1771432227" }, "departure": { "time": "1771432227" }, "stopId": "ZOLA-E", "stopSequence": 74 }, { "arrival": { "time": "1771432295" }, "departure": { "time": "1771432295" }, "stopId": "ANAFRA-E", "stopSequence": 75 }, { "arrival": { "time": "1771432364" }, "departure": { "time": "1771432364" }, "stopId": "PISCMU-E", "stopSequence": 76 }, { "arrival": { "time": "1771432634" }, "departure": { "time": "1771432634" }, "stopId": "DOMVATER", "stopSequence": 77 }, { "arrival": { "time": "1771432182" }, "departure": { "time": "1771432182" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 78 }, { "arrival": { "time": "1771432212" }, "departure": { "time": "1771432212" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 79 }, { "arrival": { "time": "1771432244" }, "departure": { "time": "1771432244" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 80 }, { "arrival": { "time": "1771432289" }, "departure": { "time": "1771432289" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 81 }, { "arrival": { "time": "1771432461" }, "departure": { "time": "1771432461" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 82 }, { "arrival": { "time": "1771432500" }, "departure": { "time": "1771432500" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 83 }, { "arrival": { "time": "1771432679" }, "departure": { "time": "1771432679" }, "stopId": "RECLAI-E", "stopSequence": 84 }, { "arrival": { "time": "1771432718" }, "departure": { "time": "1771432718" }, "stopId": "RENOIR-E", "stopSequence": 85 }, { "arrival": { "time": "1771432748" }, "departure": { "time": "1771432748" }, "stopId": "CAMPJU-E", "stopSequence": 86 }, { "arrival": { "time": "1771432783" }, "departure": { "time": "1771432783" }, "stopId": "JUIGN-E", "stopSequence": 87 }, { "arrival": { "time": "1771432872" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258524" } } }, { "id": "trip:6544965", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434300" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771434401" }, "departure": { "time": "1771434401" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771434510" }, "departure": { "time": "1771434510" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771434593" }, "departure": { "time": "1771434593" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771434688" }, "departure": { "time": "1771434688" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771434801" }, "departure": { "time": "1771434801" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771434980" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544965" } } }, { "id": "trip:6257434", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431990" }, "departure": { "time": "1771431990" }, "stopId": "MONTAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771432026" }, "departure": { "time": "1771432026" }, "stopId": "LAREVELL", "stopSequence": 14 }, { "arrival": { "time": "1771432158" }, "departure": { "time": "1771432158" }, "stopId": "MAISARTS", "stopSequence": 15 }, { "arrival": { "time": "1771432256" }, "departure": { "time": "1771432256" }, "stopId": "CLEMOINE", "stopSequence": 16 }, { "arrival": { "time": "1771432381" }, "departure": { "time": "1771432381" }, "stopId": "MAIL-NAE", "stopSequence": 17 }, { "arrival": { "time": "1771432446" }, "stopId": "LORRAIN2", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "11", "tripId": "6257434" } } }, { "id": "trip:6257482", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431926" }, "departure": { "time": "1771431957" }, "stopId": "CITESO-E", "stopSequence": 38 }, { "arrival": { "time": "1771431982" }, "departure": { "time": "1771431982" }, "stopId": "DOYENN-E", "stopSequence": 39 }, { "arrival": { "time": "1771432060" }, "departure": { "time": "1771432060" }, "stopId": "SAVOIE-E", "stopSequence": 40 }, { "arrival": { "time": "1771432161" }, "departure": { "time": "1771432161" }, "stopId": "INDUST-E", "stopSequence": 41 }, { "arrival": { "time": "1771432225" }, "departure": { "time": "1771432225" }, "stopId": "HOTELL-E", "stopSequence": 42 }, { "arrival": { "time": "1771432297" }, "departure": { "time": "1771432297" }, "stopId": "DEBUSS-E", "stopSequence": 43 }, { "arrival": { "time": "1771432345" }, "departure": { "time": "1771432345" }, "stopId": "BOISAB-E", "stopSequence": 44 }, { "arrival": { "time": "1771432379" }, "departure": { "time": "1771432379" }, "stopId": "DUBELL-E", "stopSequence": 45 }, { "arrival": { "time": "1771432478" }, "departure": { "time": "1771432478" }, "stopId": "REDUM-E", "stopSequence": 46 }, { "arrival": { "time": "1771432525" }, "departure": { "time": "1771432525" }, "stopId": "HIPPODRO", "stopSequence": 47 }, { "arrival": { "time": "1771432663" }, "departure": { "time": "1771432663" }, "stopId": "COTTAG-E", "stopSequence": 48 }, { "arrival": { "time": "1771432711" }, "stopId": "EVENTARD", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257482" } } }, { "id": "trip:6257532", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434060" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1771434088" }, "departure": { "time": "1771434088" }, "stopId": "COTTAGE", "stopSequence": 1 }, { "arrival": { "time": "1771434240" }, "departure": { "time": "1771434240" }, "stopId": "HIPPODRO", "stopSequence": 2 }, { "arrival": { "time": "1771434278" }, "departure": { "time": "1771434278" }, "stopId": "REDUMONT", "stopSequence": 3 }, { "arrival": { "time": "1771434390" }, "departure": { "time": "1771434390" }, "stopId": "DUBELL-2", "stopSequence": 4 }, { "arrival": { "time": "1771434420" }, "departure": { "time": "1771434420" }, "stopId": "BOISABBE", "stopSequence": 5 }, { "arrival": { "time": "1771434474" }, "departure": { "time": "1771434474" }, "stopId": "DEBUSSY", "stopSequence": 6 }, { "arrival": { "time": "1771434543" }, "departure": { "time": "1771434543" }, "stopId": "HOTELLER", "stopSequence": 7 }, { "arrival": { "time": "1771434600" }, "departure": { "time": "1771434600" }, "stopId": "INDUSTRI", "stopSequence": 8 }, { "arrival": { "time": "1771434696" }, "departure": { "time": "1771434696" }, "stopId": "SAVOIE", "stopSequence": 9 }, { "arrival": { "time": "1771434778" }, "departure": { "time": "1771434778" }, "stopId": "DOYENNE", "stopSequence": 10 }, { "arrival": { "time": "1771434862" }, "departure": { "time": "1771434862" }, "stopId": "CITESOLI", "stopSequence": 11 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "stopId": "CARCITR", "stopSequence": 12 }, { "arrival": { "time": "1771435075" }, "departure": { "time": "1771435075" }, "stopId": "FFAURE", "stopSequence": 13 }, { "arrival": { "time": "1771435184" }, "departure": { "time": "1771435184" }, "stopId": "FACUL-SS", "stopSequence": 14 }, { "arrival": { "time": "1771435200" }, "departure": { "time": "1771435200" }, "stopId": "BDEMAINE", "stopSequence": 15 }, { "arrival": { "time": "1771435379" }, "departure": { "time": "1771435379" }, "stopId": "TALET", "stopSequence": 16 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257532" } } }, { "id": "trip:6544244", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431918" }, "departure": { "time": "1771431974" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771432072" }, "departure": { "time": "1771432072" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771432170" }, "departure": { "time": "1771432170" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771432320" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544244" } } }, { "id": "trip:6257590", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431974" }, "departure": { "time": "1771431975" }, "stopId": "STRASBOU", "stopSequence": 32 }, { "arrival": { "time": "1771432046" }, "departure": { "time": "1771432046" }, "stopId": "FREMUR", "stopSequence": 33 }, { "arrival": { "time": "1771432100" }, "departure": { "time": "1771432100" }, "stopId": "VAUBAN", "stopSequence": 34 }, { "arrival": { "time": "1771432138" }, "departure": { "time": "1771432138" }, "stopId": "POIREL", "stopSequence": 35 }, { "arrival": { "time": "1771432205" }, "departure": { "time": "1771432205" }, "stopId": "PONTNOIR", "stopSequence": 36 }, { "arrival": { "time": "1771432249" }, "departure": { "time": "1771432249" }, "stopId": "SEMARD", "stopSequence": 37 }, { "arrival": { "time": "1771432280" }, "departure": { "time": "1771432280" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771432533" }, "departure": { "time": "1771432533" }, "stopId": "HARAS", "stopSequence": 39 }, { "arrival": { "time": "1771432618" }, "departure": { "time": "1771432618" }, "stopId": "STAUBIN", "stopSequence": 40 }, { "arrival": { "time": "1771432696" }, "departure": { "time": "1771432696" }, "stopId": "LORRAIN1", "stopSequence": 41 }, { "arrival": { "time": "1771432909" }, "departure": { "time": "1771432909" }, "stopId": "MENDES-E", "stopSequence": 42 }, { "arrival": { "time": "1771433110" }, "departure": { "time": "1771433110" }, "stopId": "TALET-E", "stopSequence": 43 }, { "arrival": { "time": "1771433377" }, "departure": { "time": "1771433377" }, "stopId": "RAMON-E", "stopSequence": 46 }, { "arrival": { "time": "1771432625" }, "departure": { "time": "1771432625" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 47 }, { "arrival": { "time": "1771432800" }, "departure": { "time": "1771432800" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 48 }, { "arrival": { "time": "1771432944" }, "departure": { "time": "1771432944" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 49 }, { "arrival": { "time": "1771433036" }, "departure": { "time": "1771433036" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 50 }, { "arrival": { "time": "1771433436" }, "departure": { "time": "1771433436" }, "stopId": "RBRIOL-E", "stopSequence": 51 }, { "arrival": { "time": "1771433473" }, "departure": { "time": "1771433473" }, "stopId": "NOZAY-E", "stopSequence": 52 }, { "arrival": { "time": "1771433540" }, "departure": { "time": "1771433540" }, "stopId": "AUVERG-E", "stopSequence": 53 }, { "arrival": { "time": "1771433597" }, "departure": { "time": "1771433597" }, "stopId": "SAVOIE-E", "stopSequence": 54 }, { "arrival": { "time": "1771433681" }, "departure": { "time": "1771433681" }, "stopId": "INDUST-E", "stopSequence": 55 }, { "arrival": { "time": "1771433743" }, "departure": { "time": "1771433743" }, "stopId": "HOTELL-E", "stopSequence": 56 }, { "arrival": { "time": "1771433830" }, "departure": { "time": "1771433830" }, "stopId": "DEBUMO-E", "stopSequence": 57 }, { "arrival": { "time": "1771433939" }, "departure": { "time": "1771433939" }, "stopId": "RTEPAR-E", "stopSequence": 58 }, { "arrival": { "time": "1771434016" }, "stopId": "PROVIN-E", "stopSequence": 59 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257590" } } }, { "id": "trip:6257763", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431932" }, "departure": { "time": "1771431963" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771431999" }, "departure": { "time": "1771431999" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771432063" }, "departure": { "time": "1771432063" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771432089" }, "departure": { "time": "1771432089" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771432117" }, "departure": { "time": "1771432117" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771432216" }, "departure": { "time": "1771432216" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771432254" }, "departure": { "time": "1771432254" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771432458" }, "departure": { "time": "1771432458" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771432642" }, "departure": { "time": "1771432642" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771432752" }, "departure": { "time": "1771432752" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771432820" }, "departure": { "time": "1771432820" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771432959" }, "departure": { "time": "1771432959" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771433061" }, "departure": { "time": "1771433061" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771433138" }, "departure": { "time": "1771433138" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771433225" }, "departure": { "time": "1771433225" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771433525" }, "departure": { "time": "1771433525" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771433585" }, "departure": { "time": "1771433585" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771433619" }, "departure": { "time": "1771433619" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771433656" }, "departure": { "time": "1771433656" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771433714" }, "departure": { "time": "1771433714" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771433750" }, "departure": { "time": "1771433750" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771433785" }, "departure": { "time": "1771433785" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771433829" }, "departure": { "time": "1771433829" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771433885" }, "departure": { "time": "1771433885" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771433924" }, "departure": { "time": "1771433924" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771434011" }, "departure": { "time": "1771434011" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771434055" }, "departure": { "time": "1771434055" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771434125" }, "departure": { "time": "1771434125" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771434245" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257763" } } }, { "id": "trip:6257913", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432065" }, "departure": { "time": "1771432065" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771432142" }, "departure": { "time": "1771432142" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771432281" }, "departure": { "time": "1771432281" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771432349" }, "departure": { "time": "1771432349" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771432501" }, "departure": { "time": "1771432501" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771432586" }, "departure": { "time": "1771432586" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771432649" }, "departure": { "time": "1771432649" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771432691" }, "departure": { "time": "1771432691" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771432807" }, "departure": { "time": "1771432807" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771432860" }, "departure": { "time": "1771432860" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771432998" }, "departure": { "time": "1771432998" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771433021" }, "departure": { "time": "1771433021" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771433100" }, "departure": { "time": "1771433100" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771433167" }, "departure": { "time": "1771433167" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771433210" }, "departure": { "time": "1771433210" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771433256" }, "departure": { "time": "1771433256" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771433345" }, "departure": { "time": "1771433345" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771433403" }, "departure": { "time": "1771433403" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771433457" }, "departure": { "time": "1771433457" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771433527" }, "departure": { "time": "1771433527" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771433589" }, "departure": { "time": "1771433589" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771433649" }, "departure": { "time": "1771433649" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771433705" }, "departure": { "time": "1771433705" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771433756" }, "departure": { "time": "1771433756" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771433796" }, "departure": { "time": "1771433796" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771433837" }, "departure": { "time": "1771433837" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771433905" }, "departure": { "time": "1771433905" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771433945" }, "departure": { "time": "1771433945" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1771434034" }, "departure": { "time": "1771434034" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771434061" }, "departure": { "time": "1771434061" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771434084" }, "departure": { "time": "1771434084" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771434185" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257913" } } }, { "id": "trip:6540887", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431953" }, "departure": { "time": "1771431970" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771432056" }, "departure": { "time": "1771432056" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771432176" }, "departure": { "time": "1771432176" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771432256" }, "departure": { "time": "1771432256" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771432386" }, "departure": { "time": "1771432386" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771432476" }, "departure": { "time": "1771432476" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771432596" }, "departure": { "time": "1771432596" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771432706" }, "departure": { "time": "1771432706" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771432806" }, "departure": { "time": "1771432806" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771432886" }, "departure": { "time": "1771432886" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771432956" }, "departure": { "time": "1771432956" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771433076" }, "departure": { "time": "1771433076" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771433176" }, "departure": { "time": "1771433176" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771433276" }, "departure": { "time": "1771433276" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771433386" }, "departure": { "time": "1771433386" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771433496" }, "departure": { "time": "1771433496" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771433606" }, "departure": { "time": "1771433606" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771433726" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6540887" } } }, { "id": "trip:6257593", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431903" }, "departure": { "time": "1771431903" }, "stopId": "DAGUERRE", "stopSequence": 9 }, { "arrival": { "time": "1771431933" }, "departure": { "time": "1771431933" }, "stopId": "LEOLAGRA", "stopSequence": 10 }, { "arrival": { "time": "1771431952" }, "departure": { "time": "1771431968" }, "stopId": "VDLOIRE", "stopSequence": 11 }, { "arrival": { "time": "1771432021" }, "departure": { "time": "1771432021" }, "stopId": "ECLATERI", "stopSequence": 12 }, { "arrival": { "time": "1771431960" }, "departure": { "time": "1771431960" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 13 }, { "arrival": { "time": "1771432011" }, "departure": { "time": "1771432011" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 14 }, { "arrival": { "time": "1771432083" }, "departure": { "time": "1771432083" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 15 }, { "arrival": { "time": "1771432149" }, "departure": { "time": "1771432149" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS", "stopSequence": 16 }, { "arrival": { "time": "1771432125" }, "departure": { "time": "1771432125" }, "stopId": "JUSTICES", "stopSequence": 17 }, { "arrival": { "time": "1771432172" }, "departure": { "time": "1771432172" }, "stopId": "DELACROI", "stopSequence": 18 }, { "arrival": { "time": "1771432257" }, "departure": { "time": "1771432257" }, "stopId": "SAUMUROI", "stopSequence": 19 }, { "arrival": { "time": "1771432352" }, "departure": { "time": "1771432352" }, "stopId": "INTERMIL", "stopSequence": 20 }, { "arrival": { "time": "1771432421" }, "departure": { "time": "1771432421" }, "stopId": "HAUTPRES", "stopSequence": 21 }, { "arrival": { "time": "1771432503" }, "departure": { "time": "1771432503" }, "stopId": "DELATTRE", "stopSequence": 22 }, { "arrival": { "time": "1771432562" }, "departure": { "time": "1771432562" }, "stopId": "MORELLIE", "stopSequence": 23 }, { "arrival": { "time": "1771432603" }, "departure": { "time": "1771432603" }, "stopId": "LORETTE", "stopSequence": 24 }, { "arrival": { "time": "1771432703" }, "departure": { "time": "1771432703" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUVAL", "stopSequence": 26 }, { "arrival": { "time": "1771432756" }, "departure": { "time": "1771432756" }, "scheduleRelationship": "SKIPPED", "stopId": "LETANDUE", "stopSequence": 27 }, { "arrival": { "time": "1771432894" }, "departure": { "time": "1771432894" }, "stopId": "STRASBOU", "stopSequence": 28 }, { "arrival": { "time": "1771432960" }, "departure": { "time": "1771432960" }, "stopId": "FREMUR", "stopSequence": 29 }, { "arrival": { "time": "1771433015" }, "departure": { "time": "1771433015" }, "stopId": "VAUBAN", "stopSequence": 30 }, { "arrival": { "time": "1771433054" }, "departure": { "time": "1771433054" }, "stopId": "POIREL", "stopSequence": 31 }, { "arrival": { "time": "1771433123" }, "departure": { "time": "1771433123" }, "stopId": "PONTNOIR", "stopSequence": 32 }, { "arrival": { "time": "1771433167" }, "departure": { "time": "1771433167" }, "stopId": "SEMARD", "stopSequence": 33 }, { "arrival": { "time": "1771433194" }, "departure": { "time": "1771433194" }, "stopId": "GAREPAPI", "stopSequence": 34 }, { "arrival": { "time": "1771433461" }, "departure": { "time": "1771433461" }, "stopId": "HARAS", "stopSequence": 35 }, { "arrival": { "time": "1771433539" }, "departure": { "time": "1771433539" }, "stopId": "STAUBIN", "stopSequence": 36 }, { "arrival": { "time": "1771433625" }, "departure": { "time": "1771433640" }, "stopId": "LORRAIN1", "stopSequence": 37 }, { "arrival": { "time": "1771433791" }, "departure": { "time": "1771433791" }, "stopId": "MENDES-E", "stopSequence": 38 }, { "arrival": { "time": "1771433948" }, "departure": { "time": "1771433948" }, "stopId": "TALET-E", "stopSequence": 39 }, { "arrival": { "time": "1771434215" }, "departure": { "time": "1771434215" }, "stopId": "RAMON-E", "stopSequence": 42 }, { "arrival": { "time": "1771433945" }, "departure": { "time": "1771433945" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 43 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 44 }, { "arrival": { "time": "1771434264" }, "departure": { "time": "1771434264" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 45 }, { "arrival": { "time": "1771434356" }, "departure": { "time": "1771434356" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 46 }, { "arrival": { "time": "1771434298" }, "departure": { "time": "1771434298" }, "stopId": "RBRIOL-E", "stopSequence": 47 }, { "arrival": { "time": "1771434335" }, "departure": { "time": "1771434335" }, "stopId": "NOZAY-E", "stopSequence": 48 }, { "arrival": { "time": "1771434402" }, "departure": { "time": "1771434402" }, "stopId": "AUVERG-E", "stopSequence": 49 }, { "arrival": { "time": "1771434459" }, "departure": { "time": "1771434459" }, "stopId": "SAVOIE-E", "stopSequence": 50 }, { "arrival": { "time": "1771434544" }, "departure": { "time": "1771434544" }, "stopId": "INDUST-E", "stopSequence": 51 }, { "arrival": { "time": "1771434606" }, "departure": { "time": "1771434606" }, "stopId": "HOTELL-E", "stopSequence": 52 }, { "arrival": { "time": "1771434693" }, "departure": { "time": "1771434693" }, "stopId": "DEBUMO-E", "stopSequence": 53 }, { "arrival": { "time": "1771434802" }, "departure": { "time": "1771434802" }, "stopId": "RTEPAR-E", "stopSequence": 54 }, { "arrival": { "time": "1771434877" }, "stopId": "PROVIN-E", "stopSequence": 55 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257593" } } }, { "id": "trip:6260034", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435104" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771435222" }, "departure": { "time": "1771435222" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771435272" }, "departure": { "time": "1771435272" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771435340" }, "departure": { "time": "1771435340" }, "stopId": "CHDARR-E", "stopSequence": 3 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260034" } } }, { "id": "trip:6544753", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435480" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771435562" }, "departure": { "time": "1771435562" }, "stopId": "2EURO", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544753" } } }, { "id": "trip:6544504", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435200" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771435442" }, "departure": { "time": "1771435442" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771435500" }, "departure": { "time": "1771435500" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771435552" }, "departure": { "time": "1771435552" }, "stopId": "LICES", "stopSequence": 4 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544504" } } }, { "id": "trip:6541216", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431953" }, "departure": { "time": "1771431985" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771432040" }, "departure": { "time": "1771432040" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771432130" }, "departure": { "time": "1771432130" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771432250" }, "departure": { "time": "1771432250" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771432350" }, "departure": { "time": "1771432350" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771432470" }, "departure": { "time": "1771432470" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771432550" }, "departure": { "time": "1771432550" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771432670" }, "departure": { "time": "1771432670" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771432760" }, "departure": { "time": "1771432760" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771432920" }, "departure": { "time": "1771432920" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771433020" }, "departure": { "time": "1771433020" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771433100" }, "departure": { "time": "1771433100" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771433190" }, "departure": { "time": "1771433190" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771433270" }, "departure": { "time": "1771433270" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771433360" }, "departure": { "time": "1771433360" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771433450" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541216" } } }, { "id": "trip:6258711", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431887" }, "departure": { "time": "1771431887" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771431947" }, "departure": { "time": "1771431947" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771432052" }, "departure": { "time": "1771432052" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771432091" }, "departure": { "time": "1771432091" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771432139" }, "departure": { "time": "1771432139" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771432192" }, "departure": { "time": "1771432192" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771432251" }, "departure": { "time": "1771432251" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771432324" }, "departure": { "time": "1771432324" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771432384" }, "departure": { "time": "1771432384" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771432460" }, "departure": { "time": "1771432460" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771432495" }, "departure": { "time": "1771432495" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771432554" }, "departure": { "time": "1771432554" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771432599" }, "departure": { "time": "1771432599" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771432669" }, "departure": { "time": "1771432669" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771432754" }, "departure": { "time": "1771432754" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771432811" }, "departure": { "time": "1771432811" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771432860" }, "departure": { "time": "1771432860" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771432914" }, "departure": { "time": "1771432914" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771433006" }, "departure": { "time": "1771433006" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771433112" }, "departure": { "time": "1771433112" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771433151" }, "departure": { "time": "1771433151" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771433223" }, "departure": { "time": "1771433223" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771433291" }, "departure": { "time": "1771433291" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771433338" }, "departure": { "time": "1771433338" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771433411" }, "departure": { "time": "1771433411" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771433472" }, "departure": { "time": "1771433472" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771433523" }, "departure": { "time": "1771433523" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771433741" }, "departure": { "time": "1771433741" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771433813" }, "departure": { "time": "1771433813" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771433914" }, "departure": { "time": "1771433914" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771434025" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258711" } } }, { "id": "trip:6054015", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433700" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771433838" }, "departure": { "time": "1771433838" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771433918" }, "departure": { "time": "1771433918" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771433968" }, "departure": { "time": "1771433968" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771434360" }, "departure": { "time": "1771434360" }, "stopId": "GDMAIN-E", "stopSequence": 4 }, { "arrival": { "time": "1771434417" }, "departure": { "time": "1771434417" }, "stopId": "MAISEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771434461" }, "departure": { "time": "1771434461" }, "stopId": "LACDMA-E", "stopSequence": 6 }, { "arrival": { "time": "1771434509" }, "departure": { "time": "1771434509" }, "stopId": "CAMLAC-E", "stopSequence": 7 }, { "arrival": { "time": "1771434610" }, "departure": { "time": "1771434610" }, "stopId": "CROISE-E", "stopSequence": 8 }, { "arrival": { "time": "1771434639" }, "departure": { "time": "1771434639" }, "stopId": "PRUNIE-E", "stopSequence": 9 }, { "arrival": { "time": "1771434718" }, "departure": { "time": "1771434718" }, "stopId": "PETVIV-E", "stopSequence": 10 }, { "arrival": { "time": "1771434784" }, "departure": { "time": "1771434784" }, "stopId": "VALMAINE", "stopSequence": 11 }, { "arrival": { "time": "1771434815" }, "departure": { "time": "1771434815" }, "stopId": "CLOSVIGN", "stopSequence": 12 }, { "arrival": { "time": "1771434851" }, "departure": { "time": "1771434851" }, "stopId": "CHATAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771434905" }, "departure": { "time": "1771434905" }, "stopId": "PIVERD-E", "stopSequence": 14 }, { "arrival": { "time": "1771434962" }, "departure": { "time": "1771434962" }, "stopId": "ARTAUD-E", "stopSequence": 15 }, { "arrival": { "time": "1771435025" }, "departure": { "time": "1771435025" }, "stopId": "HAUBOU-E", "stopSequence": 16 }, { "arrival": { "time": "1771435107" }, "departure": { "time": "1771435107" }, "stopId": "PETPOR-E", "stopSequence": 17 }, { "arrival": { "time": "1771435148" }, "departure": { "time": "1771435148" }, "stopId": "CHEVRI-E", "stopSequence": 18 }, { "arrival": { "time": "1771435202" }, "departure": { "time": "1771435202" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 20 }, { "arrival": { "time": "1771435238" }, "departure": { "time": "1771435238" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 21 }, { "arrival": { "time": "1771435285" }, "departure": { "time": "1771435285" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 22 }, { "arrival": { "time": "1771435338" }, "departure": { "time": "1771435338" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 23 }, { "arrival": { "time": "1771435392" }, "departure": { "time": "1771435392" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 24 }, { "arrival": { "time": "1771435419" }, "departure": { "time": "1771435419" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 25 }, { "arrival": { "time": "1771435474" }, "departure": { "time": "1771435474" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 26 }, { "arrival": { "time": "1771435440" }, "stopId": "CHANTOUR", "stopSequence": 27 } ], "trip": { "directionId": 1, "routeId": "22", "tripId": "6054015" } } }, { "id": "trip:3659", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432274" }, "departure": { "time": "1771432274" }, "stopId": "ELYSEE-E", "stopSequence": 3 }, { "arrival": { "time": "1771432389" }, "departure": { "time": "1771432389" }, "stopId": "WPAT-E", "stopSequence": 4 }, { "arrival": { "time": "1771432490" }, "departure": { "time": "1771432490" }, "stopId": "LABARR-E", "stopSequence": 5 }, { "arrival": { "time": "1771432502" }, "departure": { "time": "1771432502" }, "stopId": "CNFPT-E", "stopSequence": 6 }, { "arrival": { "time": "1771432910" }, "departure": { "time": "1771432910" }, "stopId": "MASJLI-E", "stopSequence": 7 }, { "arrival": { "time": "1771432978" }, "departure": { "time": "1771432978" }, "stopId": "LILAS-E", "stopSequence": 8 }, { "arrival": { "time": "1771433049" }, "departure": { "time": "1771433049" }, "stopId": "PTANJO-E", "stopSequence": 9 }, { "arrival": { "time": "1771433150" }, "departure": { "time": "1771433150" }, "stopId": "GALIL-E", "stopSequence": 10 }, { "arrival": { "time": "1771433270" }, "departure": { "time": "1771433270" }, "stopId": "LOMBAR-E", "stopSequence": 11 }, { "arrival": { "time": "1771433400" }, "departure": { "time": "1771433400" }, "stopId": "BOIFOU-E", "stopSequence": 12 }, { "arrival": { "time": "1771433497" }, "departure": { "time": "1771433497" }, "stopId": "STMART-E", "stopSequence": 13 }, { "arrival": { "time": "1771433613" }, "departure": { "time": "1771433613" }, "stopId": "OLIVER-E", "stopSequence": 14 }, { "arrival": { "time": "1771433690" }, "departure": { "time": "1771433690" }, "stopId": "BSOLEI-E", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "36", "tripId": "3659" } } }, { "id": "trip:6053951", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431938" }, "departure": { "time": "1771431958" }, "stopId": "PROVINS", "stopSequence": 13 }, { "arrival": { "time": "1771431998" }, "departure": { "time": "1771431998" }, "stopId": "RTEPARIS", "stopSequence": 14 }, { "arrival": { "time": "1771432095" }, "departure": { "time": "1771432095" }, "stopId": "SEPSONET", "stopSequence": 15 }, { "arrival": { "time": "1771432246" }, "departure": { "time": "1771432246" }, "stopId": "CHATENAY", "stopSequence": 16 }, { "arrival": { "time": "1771432392" }, "departure": { "time": "1771432392" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1771432798" }, "departure": { "time": "1771432798" }, "stopId": "CLEMOINE", "stopSequence": 18 }, { "arrival": { "time": "1771432931" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053951" } } }, { "id": "trip:6258315", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431912" }, "departure": { "time": "1771431930" }, "stopId": "BELPOU-E", "stopSequence": 43 }, { "arrival": { "time": "1771431983" }, "departure": { "time": "1771431989" }, "stopId": "PONTSC-E", "stopSequence": 44 }, { "arrival": { "time": "1771432152" }, "departure": { "time": "1771432152" }, "stopId": "LOIRE-E", "stopSequence": 45 }, { "arrival": { "time": "1771432192" }, "departure": { "time": "1771432192" }, "stopId": "DUBE-E", "stopSequence": 46 }, { "arrival": { "time": "1771432245" }, "departure": { "time": "1771432245" }, "stopId": "LOUET-E", "stopSequence": 47 }, { "arrival": { "time": "1771432292" }, "departure": { "time": "1771432292" }, "stopId": "BOSQUE-E", "stopSequence": 48 }, { "arrival": { "time": "1771432349" }, "departure": { "time": "1771432349" }, "stopId": "CHAERI-E", "stopSequence": 49 }, { "arrival": { "time": "1771432402" }, "departure": { "time": "1771432402" }, "stopId": "FONTE-E", "stopSequence": 50 }, { "arrival": { "time": "1771432464" }, "departure": { "time": "1771432464" }, "stopId": "ERIGNE", "stopSequence": 51 }, { "arrival": { "time": "1771432493" }, "stopId": "SOLAND", "stopSequence": 52 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258315" } } }, { "id": "trip:6544746", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435020" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771435150" }, "departure": { "time": "1771435150" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771435244" }, "departure": { "time": "1771435244" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771435402" }, "departure": { "time": "1771435402" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771435480" }, "departure": { "time": "1771435480" }, "stopId": "1BRIS", "stopSequence": 4 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544746" } } }, { "id": "trip:6258522", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431877" }, "departure": { "time": "1771431908" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1771431937" }, "departure": { "time": "1771431953" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1771431968" }, "departure": { "time": "1771431968" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1771432054" }, "departure": { "time": "1771432054" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1771432106" }, "departure": { "time": "1771432106" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1771432169" }, "departure": { "time": "1771432169" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1771432277" }, "departure": { "time": "1771432277" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1771432332" }, "departure": { "time": "1771432332" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1771432389" }, "departure": { "time": "1771432389" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771432389" }, "departure": { "time": "1771432389" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1771432434" }, "departure": { "time": "1771432434" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1771432475" }, "departure": { "time": "1771432475" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1771432537" }, "departure": { "time": "1771432537" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1771432569" }, "departure": { "time": "1771432569" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1771432635" }, "departure": { "time": "1771432635" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1771432712" }, "departure": { "time": "1771432712" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1771432747" }, "departure": { "time": "1771432747" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1771432809" }, "departure": { "time": "1771432809" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1771432945" }, "departure": { "time": "1771432945" }, "stopId": "AUCHAN-E", "stopSequence": 60 }, { "arrival": { "time": "1771432989" }, "departure": { "time": "1771432989" }, "stopId": "CCADEA-E", "stopSequence": 61 }, { "arrival": { "time": "1771433027" }, "departure": { "time": "1771433027" }, "stopId": "PLOTTI-E", "stopSequence": 62 }, { "arrival": { "time": "1771433050" }, "departure": { "time": "1771433050" }, "stopId": "AUTRIC-E", "stopSequence": 63 }, { "arrival": { "time": "1771433103" }, "departure": { "time": "1771433103" }, "stopId": "IRLAND-E", "stopSequence": 64 }, { "arrival": { "time": "1771433140" }, "departure": { "time": "1771433140" }, "stopId": "ITALIE-E", "stopSequence": 65 }, { "arrival": { "time": "1771433199" }, "departure": { "time": "1771433199" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1771433221" }, "departure": { "time": "1771433221" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1771433254" }, "departure": { "time": "1771433254" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1771433289" }, "departure": { "time": "1771433289" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1771433333" }, "departure": { "time": "1771433333" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1771433441" }, "departure": { "time": "1771433441" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1771433503" }, "departure": { "time": "1771433503" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1771433554" }, "departure": { "time": "1771433554" }, "stopId": "BELAIR-E", "stopSequence": 73 }, { "arrival": { "time": "1771433588" }, "departure": { "time": "1771433588" }, "stopId": "ZOLA-E", "stopSequence": 74 }, { "arrival": { "time": "1771433703" }, "departure": { "time": "1771433703" }, "stopId": "ANAFRA-E", "stopSequence": 75 }, { "arrival": { "time": "1771433772" }, "departure": { "time": "1771433772" }, "stopId": "PISCMU-E", "stopSequence": 76 }, { "arrival": { "time": "1771433982" }, "departure": { "time": "1771433982" }, "stopId": "DOMVATER", "stopSequence": 77 }, { "arrival": { "time": "1771433682" }, "departure": { "time": "1771433682" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 78 }, { "arrival": { "time": "1771433712" }, "departure": { "time": "1771433712" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 79 }, { "arrival": { "time": "1771433744" }, "departure": { "time": "1771433744" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 80 }, { "arrival": { "time": "1771433789" }, "departure": { "time": "1771433789" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 81 }, { "arrival": { "time": "1771433961" }, "departure": { "time": "1771433961" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 82 }, { "arrival": { "time": "1771434000" }, "departure": { "time": "1771434000" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 83 }, { "arrival": { "time": "1771434057" }, "departure": { "time": "1771434057" }, "stopId": "RECLAI-E", "stopSequence": 84 }, { "arrival": { "time": "1771434096" }, "departure": { "time": "1771434096" }, "stopId": "RENOIR-E", "stopSequence": 85 }, { "arrival": { "time": "1771434126" }, "departure": { "time": "1771434126" }, "stopId": "CAMPJU-E", "stopSequence": 86 }, { "arrival": { "time": "1771434161" }, "departure": { "time": "1771434161" }, "stopId": "JUIGN-E", "stopSequence": 87 }, { "arrival": { "time": "1771434250" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258522" } } }, { "id": "trip:6258677", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432860" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771432971" }, "departure": { "time": "1771432971" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771433024" }, "departure": { "time": "1771433024" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771433220" }, "departure": { "time": "1771433220" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771433300" }, "departure": { "time": "1771433300" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771433351" }, "departure": { "time": "1771433351" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771433394" }, "departure": { "time": "1771433394" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771433449" }, "departure": { "time": "1771433449" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771433520" }, "departure": { "time": "1771433520" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771433579" }, "departure": { "time": "1771433579" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771433628" }, "departure": { "time": "1771433628" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771433728" }, "departure": { "time": "1771433728" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771433831" }, "departure": { "time": "1771433831" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771433880" }, "departure": { "time": "1771433880" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771433921" }, "departure": { "time": "1771433921" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771434011" }, "departure": { "time": "1771434011" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771434090" }, "departure": { "time": "1771434090" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771434176" }, "departure": { "time": "1771434176" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771434224" }, "departure": { "time": "1771434224" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771434293" }, "departure": { "time": "1771434293" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771434330" }, "departure": { "time": "1771434330" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771434406" }, "departure": { "time": "1771434406" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771434480" }, "departure": { "time": "1771434480" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771434558" }, "departure": { "time": "1771434558" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771434621" }, "departure": { "time": "1771434621" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771434683" }, "departure": { "time": "1771434683" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771434726" }, "departure": { "time": "1771434726" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771434762" }, "departure": { "time": "1771434762" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771434840" }, "departure": { "time": "1771434840" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771434920" }, "departure": { "time": "1771434920" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771434990" }, "departure": { "time": "1771434990" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771435035" }, "departure": { "time": "1771435035" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771435080" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258677" } } }, { "id": "trip:6541220", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432970" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771433090" }, "departure": { "time": "1771433090" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771433200" }, "departure": { "time": "1771433200" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771433320" }, "departure": { "time": "1771433320" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771433440" }, "departure": { "time": "1771433440" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771433530" }, "departure": { "time": "1771433530" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771433650" }, "departure": { "time": "1771433650" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771433760" }, "departure": { "time": "1771433760" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771433920" }, "departure": { "time": "1771433920" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771434020" }, "departure": { "time": "1771434020" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771434110" }, "departure": { "time": "1771434110" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771434230" }, "departure": { "time": "1771434230" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771434330" }, "departure": { "time": "1771434330" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771434450" }, "departure": { "time": "1771434450" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771434530" }, "departure": { "time": "1771434530" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771434650" }, "departure": { "time": "1771434650" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771434740" }, "departure": { "time": "1771434740" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434900" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771435000" }, "departure": { "time": "1771435000" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771435170" }, "departure": { "time": "1771435170" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771435250" }, "departure": { "time": "1771435250" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771435340" }, "departure": { "time": "1771435340" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771435430" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541220" } } }, { "id": "trip:6544966", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435020" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771435121" }, "departure": { "time": "1771435121" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771435230" }, "departure": { "time": "1771435230" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771435313" }, "departure": { "time": "1771435313" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771435408" }, "departure": { "time": "1771435408" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771435521" }, "departure": { "time": "1771435521" }, "stopId": "1FARC", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544966" } } }, { "id": "trip:6257951", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431876" }, "departure": { "time": "1771431981" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771432048" }, "departure": { "time": "1771432048" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771432176" }, "departure": { "time": "1771432176" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771432178" }, "departure": { "time": "1771432178" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771432302" }, "departure": { "time": "1771432302" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771432342" }, "departure": { "time": "1771432342" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771431913" }, "departure": { "time": "1771431913" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771432444" }, "departure": { "time": "1771432444" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771432513" }, "departure": { "time": "1771432513" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771432622" }, "departure": { "time": "1771432622" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771432704" }, "departure": { "time": "1771432704" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771432759" }, "departure": { "time": "1771432759" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771432825" }, "departure": { "time": "1771432825" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771432888" }, "departure": { "time": "1771432888" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771432944" }, "departure": { "time": "1771432944" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771433015" }, "departure": { "time": "1771433015" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771433070" }, "departure": { "time": "1771433070" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771433184" }, "departure": { "time": "1771433184" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771433226" }, "departure": { "time": "1771433226" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771433253" }, "departure": { "time": "1771433253" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771433286" }, "departure": { "time": "1771433286" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771433329" }, "departure": { "time": "1771433329" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771433365" }, "departure": { "time": "1771433365" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771433463" }, "departure": { "time": "1771433463" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771433488" }, "departure": { "time": "1771433488" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771433519" }, "departure": { "time": "1771433519" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771433559" }, "departure": { "time": "1771433559" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771433604" }, "departure": { "time": "1771433604" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771433671" }, "departure": { "time": "1771433671" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771433733" }, "departure": { "time": "1771433733" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771433804" }, "departure": { "time": "1771433804" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771433854" }, "departure": { "time": "1771433854" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771433895" }, "departure": { "time": "1771433895" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771433922" }, "departure": { "time": "1771433922" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771433966" }, "departure": { "time": "1771433966" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771434024" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257951" } } }, { "id": "trip:6544500", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433640" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433820" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771433982" }, "departure": { "time": "1771433982" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771434060" }, "departure": { "time": "1771434060" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771434112" }, "departure": { "time": "1771434112" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771434173" }, "departure": { "time": "1771434173" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771434219" }, "departure": { "time": "1771434219" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771434360" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544500" } } }, { "id": "trip:6545030", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434540" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771434724" }, "departure": { "time": "1771434724" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771434839" }, "departure": { "time": "1771434839" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771434937" }, "departure": { "time": "1771434937" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771435020" }, "departure": { "time": "1771435020" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771435112" }, "departure": { "time": "1771435112" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771435200" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545030" } } }, { "id": "trip:6260076", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431892" }, "departure": { "time": "1771431892" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771431929" }, "departure": { "time": "1771431929" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771431953" }, "departure": { "time": "1771431987" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771432009" }, "departure": { "time": "1771432009" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771432093" }, "departure": { "time": "1771432093" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771432158" }, "departure": { "time": "1771432158" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771432221" }, "departure": { "time": "1771432221" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771432285" }, "departure": { "time": "1771432285" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771432324" }, "departure": { "time": "1771432324" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771432385" }, "departure": { "time": "1771432385" }, "stopId": "P-ANJO-E", "stopSequence": 16 }, { "arrival": { "time": "1771432458" }, "departure": { "time": "1771432458" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1771432529" }, "departure": { "time": "1771432529" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1771432577" }, "departure": { "time": "1771432577" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1771432648" }, "departure": { "time": "1771432648" }, "stopId": "PETVIVIE", "stopSequence": 20 }, { "arrival": { "time": "1771432724" }, "departure": { "time": "1771432724" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1771432758" }, "departure": { "time": "1771432758" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1771432863" }, "departure": { "time": "1771432863" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1771432909" }, "departure": { "time": "1771432909" }, "stopId": "LACDMAIN", "stopSequence": 24 }, { "arrival": { "time": "1771432955" }, "departure": { "time": "1771432955" }, "stopId": "MAISENVI", "stopSequence": 25 }, { "arrival": { "time": "1771432997" }, "departure": { "time": "1771432997" }, "stopId": "PERUSSAI", "stopSequence": 26 }, { "arrival": { "time": "1771433031" }, "departure": { "time": "1771433031" }, "stopId": "MAISLAC", "stopSequence": 27 }, { "arrival": { "time": "1771433068" }, "departure": { "time": "1771433068" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1771433226" }, "departure": { "time": "1771433226" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1771433297" }, "departure": { "time": "1771433297" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1771433417" }, "departure": { "time": "1771433417" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1771433480" }, "departure": { "time": "1771433480" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1771433556" }, "departure": { "time": "1771433556" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1771433639" }, "departure": { "time": "1771433639" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1771433717" }, "departure": { "time": "1771433717" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1771433790" }, "departure": { "time": "1771433790" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1771433896" }, "departure": { "time": "1771433896" }, "stopId": "FARCYSJA", "stopSequence": 37 }, { "arrival": { "time": "1771434137" }, "departure": { "time": "1771434137" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1771434201" }, "departure": { "time": "1771434201" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771434241" }, "departure": { "time": "1771434241" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1771434312" }, "departure": { "time": "1771434312" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1771434346" }, "departure": { "time": "1771434346" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1771434421" }, "departure": { "time": "1771434421" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771434476" }, "departure": { "time": "1771434476" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1771434565" }, "departure": { "time": "1771434565" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1771434605" }, "departure": { "time": "1771434605" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1771434677" }, "departure": { "time": "1771434677" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771434754" }, "departure": { "time": "1771434754" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1771434790" }, "departure": { "time": "1771434790" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1771434876" }, "departure": { "time": "1771434876" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1771434933" }, "departure": { "time": "1771434933" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1771435080" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260076" } } }, { "id": "trip:6258074", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432136" }, "departure": { "time": "1771432136" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771432202" }, "departure": { "time": "1771432202" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771432285" }, "departure": { "time": "1771432285" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771432331" }, "departure": { "time": "1771432331" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771432379" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258074" } } }, { "id": "trip:3267", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432135" }, "departure": { "time": "1771432135" }, "stopId": "LUTIN-E", "stopSequence": 3 }, { "arrival": { "time": "1771432286" }, "departure": { "time": "1771432286" }, "stopId": "BRISEP-E", "stopSequence": 4 }, { "arrival": { "time": "1771432420" }, "departure": { "time": "1771432420" }, "stopId": "CHATEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771432537" }, "departure": { "time": "1771432537" }, "stopId": "SEPSON-E", "stopSequence": 6 }, { "arrival": { "time": "1771432688" }, "departure": { "time": "1771432688" }, "stopId": "RTEPAR-E", "stopSequence": 7 }, { "arrival": { "time": "1771432792" }, "departure": { "time": "1771432792" }, "stopId": "PROVIN-E", "stopSequence": 8 }, { "arrival": { "time": "1771432960" }, "departure": { "time": "1771432960" }, "stopId": "PARCEX-E", "stopSequence": 9 }, { "arrival": { "time": "1771433440" }, "departure": { "time": "1771433440" }, "stopId": "PELEGL-E", "stopSequence": 10 }, { "arrival": { "time": "1771433500" }, "departure": { "time": "1771433500" }, "stopId": "PELSTA-E", "stopSequence": 11 }, { "arrival": { "time": "1771433566" }, "departure": { "time": "1771433566" }, "stopId": "BLITOU-E", "stopSequence": 12 }, { "arrival": { "time": "1771433687" }, "departure": { "time": "1771433687" }, "stopId": "TOURAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771433829" }, "departure": { "time": "1771433829" }, "stopId": "LOUDIN-E", "stopSequence": 14 }, { "arrival": { "time": "1771433889" }, "departure": { "time": "1771433889" }, "stopId": "BLEUNI-E", "stopSequence": 15 }, { "arrival": { "time": "1771433920" }, "departure": { "time": "1771433920" }, "stopId": "VILVEQ-E", "stopSequence": 16 }, { "arrival": { "time": "1771433939" }, "departure": { "time": "1771433939" }, "stopId": "VILVEC-E", "stopSequence": 17 }, { "arrival": { "time": "1771434066" }, "departure": { "time": "1771434066" }, "stopId": "SOUCEL-E", "stopSequence": 18 }, { "arrival": { "time": "1771434282" }, "departure": { "time": "1771434282" }, "stopId": "NONNA-E", "stopSequence": 19 }, { "arrival": { "time": "1771434340" }, "departure": { "time": "1771434340" }, "stopId": "HERMIT32", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "32", "tripId": "3267" } } }, { "id": "trip:6260007", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435320" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1771435377" }, "departure": { "time": "1771435377" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1771435418" }, "departure": { "time": "1771435418" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1771435465" }, "departure": { "time": "1771435465" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1771435500" }, "departure": { "time": "1771435500" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1771435561" }, "departure": { "time": "1771435561" }, "stopId": "PROMENIE", "stopSequence": 5 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6260007" } } }, { "id": "trip:6544961", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431953" }, "departure": { "time": "1771431985" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771432166" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544961" } } }, { "id": "trip:6258105", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431888" }, "departure": { "time": "1771431888" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771431902" }, "departure": { "time": "1771431933" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771431947" }, "departure": { "time": "1771431963" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771432070" }, "departure": { "time": "1771432070" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771432134" }, "departure": { "time": "1771432134" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771432166" }, "departure": { "time": "1771432166" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771432191" }, "departure": { "time": "1771432191" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771432243" }, "departure": { "time": "1771432243" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771432291" }, "departure": { "time": "1771432291" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771432323" }, "departure": { "time": "1771432323" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771432372" }, "departure": { "time": "1771432372" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771432430" }, "departure": { "time": "1771432430" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771432528" }, "departure": { "time": "1771432528" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771432618" }, "departure": { "time": "1771432618" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771432686" }, "departure": { "time": "1771432686" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771432770" }, "departure": { "time": "1771432770" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771432809" }, "departure": { "time": "1771432809" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771432878" }, "departure": { "time": "1771432878" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771432922" }, "departure": { "time": "1771432922" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771432976" }, "departure": { "time": "1771432976" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771433054" }, "departure": { "time": "1771433054" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771433103" }, "departure": { "time": "1771433103" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771433273" }, "departure": { "time": "1771433273" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771433324" }, "departure": { "time": "1771433324" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771433392" }, "departure": { "time": "1771433392" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771433457" }, "departure": { "time": "1771433457" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771433496" }, "departure": { "time": "1771433496" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771433544" }, "departure": { "time": "1771433544" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771433620" }, "departure": { "time": "1771433620" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771433670" }, "departure": { "time": "1771433670" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771433723" }, "departure": { "time": "1771433723" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771433841" }, "departure": { "time": "1771433841" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771433927" }, "departure": { "time": "1771433927" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771433977" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258105" } } }, { "id": "trip:6258558", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432020" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1771432074" }, "departure": { "time": "1771432074" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1771432106" }, "departure": { "time": "1771432106" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1771432134" }, "departure": { "time": "1771432134" }, "stopId": "RENOIR", "stopSequence": 3 }, { "arrival": { "time": "1771432162" }, "departure": { "time": "1771432162" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1771432195" }, "departure": { "time": "1771432195" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1771432434" }, "departure": { "time": "1771432434" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1771432436" }, "departure": { "time": "1771432436" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1771432507" }, "departure": { "time": "1771432507" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1771432200" }, "departure": { "time": "1771432200" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL", "stopSequence": 9 }, { "arrival": { "time": "1771432224" }, "departure": { "time": "1771432224" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTILL", "stopSequence": 10 }, { "arrival": { "time": "1771432382" }, "departure": { "time": "1771432382" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1771432417" }, "departure": { "time": "1771432417" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1771432438" }, "departure": { "time": "1771432438" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1771432470" }, "departure": { "time": "1771432470" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 }, { "arrival": { "time": "1771432567" }, "departure": { "time": "1771432567" }, "stopId": "ZOLA", "stopSequence": 15 }, { "arrival": { "time": "1771432624" }, "departure": { "time": "1771432624" }, "stopId": "BELAIR", "stopSequence": 16 }, { "arrival": { "time": "1771432684" }, "departure": { "time": "1771432684" }, "stopId": "ESPMONTR", "stopSequence": 17 }, { "arrival": { "time": "1771432753" }, "departure": { "time": "1771432753" }, "stopId": "PLATFLEU", "stopSequence": 18 }, { "arrival": { "time": "1771432816" }, "departure": { "time": "1771432816" }, "stopId": "JEHUEZ", "stopSequence": 19 }, { "arrival": { "time": "1771432867" }, "departure": { "time": "1771432867" }, "stopId": "MASTELLE", "stopSequence": 20 }, { "arrival": { "time": "1771432906" }, "departure": { "time": "1771432906" }, "stopId": "AVENEURO", "stopSequence": 21 }, { "arrival": { "time": "1771432924" }, "departure": { "time": "1771432924" }, "stopId": "DANEMA", "stopSequence": 22 }, { "arrival": { "time": "1771432980" }, "departure": { "time": "1771432980" }, "stopId": "ALLEMAGN", "stopSequence": 23 }, { "arrival": { "time": "1771433012" }, "departure": { "time": "1771433012" }, "stopId": "ITALIE", "stopSequence": 24 }, { "arrival": { "time": "1771433048" }, "departure": { "time": "1771433048" }, "stopId": "IRLANDE", "stopSequence": 25 }, { "arrival": { "time": "1771433097" }, "departure": { "time": "1771433097" }, "stopId": "AUTRICH", "stopSequence": 26 }, { "arrival": { "time": "1771433116" }, "departure": { "time": "1771433116" }, "stopId": "PLOTTIER", "stopSequence": 27 }, { "arrival": { "time": "1771433167" }, "departure": { "time": "1771433167" }, "stopId": "CCADEA", "stopSequence": 28 }, { "arrival": { "time": "1771433193" }, "departure": { "time": "1771433193" }, "stopId": "AUCHAN", "stopSequence": 29 }, { "arrival": { "time": "1771433347" }, "departure": { "time": "1771433347" }, "stopId": "AARDBUS", "stopSequence": 30 }, { "arrival": { "time": "1771433391" }, "departure": { "time": "1771433391" }, "stopId": "POIVRE", "stopSequence": 31 }, { "arrival": { "time": "1771433431" }, "departure": { "time": "1771433431" }, "stopId": "BONPLAND", "stopSequence": 32 }, { "arrival": { "time": "1771433477" }, "departure": { "time": "1771433477" }, "stopId": "LEPRE", "stopSequence": 33 }, { "arrival": { "time": "1771433527" }, "departure": { "time": "1771433527" }, "stopId": "SALET-AR", "stopSequence": 34 }, { "arrival": { "time": "1771433559" }, "departure": { "time": "1771433559" }, "stopId": "RIPOLLE", "stopSequence": 35 }, { "arrival": { "time": "1771433610" }, "departure": { "time": "1771433610" }, "stopId": "PEGARDE", "stopSequence": 36 }, { "arrival": { "time": "1771433657" }, "departure": { "time": "1771433657" }, "stopId": "CIAVRILL", "stopSequence": 37 }, { "arrival": { "time": "1771433707" }, "departure": { "time": "1771433707" }, "stopId": "MAIRAVR", "stopSequence": 38 }, { "arrival": { "time": "1771433750" }, "departure": { "time": "1771433750" }, "stopId": "MAUFINE", "stopSequence": 39 }, { "arrival": { "time": "1771433812" }, "departure": { "time": "1771433812" }, "stopId": "DELAUNE", "stopSequence": 40 }, { "arrival": { "time": "1771433851" }, "departure": { "time": "1771433851" }, "stopId": "BEURRIER", "stopSequence": 41 }, { "arrival": { "time": "1771433919" }, "departure": { "time": "1771433919" }, "stopId": "BRASSENS", "stopSequence": 42 }, { "arrival": { "time": "1771433968" }, "departure": { "time": "1771433968" }, "stopId": "RONDE", "stopSequence": 43 }, { "arrival": { "time": "1771434011" }, "departure": { "time": "1771434011" }, "stopId": "PLAMAY", "stopSequence": 44 }, { "arrival": { "time": "1771434067" }, "departure": { "time": "1771434067" }, "stopId": "KENNEDY", "stopSequence": 45 }, { "arrival": { "time": "1771434118" }, "departure": { "time": "1771434118" }, "stopId": "ECHMAN", "stopSequence": 46 }, { "arrival": { "time": "1771434196" }, "departure": { "time": "1771434196" }, "stopId": "LIZE07", "stopSequence": 47 }, { "arrival": { "time": "1771434234" }, "departure": { "time": "1771434234" }, "stopId": "GASNIER", "stopSequence": 48 }, { "arrival": { "time": "1771434291" }, "departure": { "time": "1771434291" }, "stopId": "GOURONNI", "stopSequence": 49 }, { "arrival": { "time": "1771434363" }, "departure": { "time": "1771434363" }, "stopId": "CLOUET", "stopSequence": 50 }, { "arrival": { "time": "1771434396" }, "departure": { "time": "1771434396" }, "stopId": "BICHLAZA", "stopSequence": 51 }, { "arrival": { "time": "1771434427" }, "departure": { "time": "1771434427" }, "stopId": "DESCAZEA", "stopSequence": 52 }, { "arrival": { "time": "1771434495" }, "departure": { "time": "1771434495" }, "stopId": "MONPROFI", "stopSequence": 53 }, { "arrival": { "time": "1771434514" }, "departure": { "time": "1771434514" }, "stopId": "DUMESNIL", "stopSequence": 54 }, { "arrival": { "time": "1771434553" }, "departure": { "time": "1771434553" }, "stopId": "LEQUAI", "stopSequence": 55 }, { "arrival": { "time": "1771434693" }, "departure": { "time": "1771434693" }, "stopId": "CHDARR", "stopSequence": 56 }, { "arrival": { "time": "1771434471" }, "departure": { "time": "1771434471" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 57 }, { "arrival": { "time": "1771434540" }, "departure": { "time": "1771434540" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 58 }, { "arrival": { "time": "1771434619" }, "departure": { "time": "1771434619" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURPOI", "stopSequence": 59 }, { "arrival": { "time": "1771434705" }, "departure": { "time": "1771434705" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBLIQ", "stopSequence": 60 }, { "arrival": { "time": "1771434780" }, "departure": { "time": "1771434780" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICRO-E", "stopSequence": 61 }, { "arrival": { "time": "1771434873" }, "departure": { "time": "1771434873" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771434736" }, "departure": { "time": "1771434736" }, "stopId": "CCI", "stopSequence": 63 }, { "arrival": { "time": "1771434856" }, "departure": { "time": "1771435140" }, "stopId": "LICES-E", "stopSequence": 64 }, { "arrival": { "time": "1771435380" }, "departure": { "time": "1771435380" }, "stopId": "ANLERO-E", "stopSequence": 65 }, { "arrival": { "time": "1771435463" }, "departure": { "time": "1771435463" }, "stopId": "MICHEL-E", "stopSequence": 66 }, { "arrival": { "time": "1771435517" }, "departure": { "time": "1771435517" }, "stopId": "BOURGO-E", "stopSequence": 67 }, { "arrival": { "time": "1771435562" }, "departure": { "time": "1771435562" }, "stopId": "VOLNEY-E", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258558" } } }, { "id": "trip:6260075", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431888" }, "departure": { "time": "1771431888" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1771432029" }, "departure": { "time": "1771432029" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1771432100" }, "departure": { "time": "1771432100" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1771432220" }, "departure": { "time": "1771432220" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1771432283" }, "departure": { "time": "1771432283" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1771432359" }, "departure": { "time": "1771432359" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1771432442" }, "departure": { "time": "1771432442" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1771432520" }, "departure": { "time": "1771432520" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1771432593" }, "departure": { "time": "1771432593" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1771432651" }, "departure": { "time": "1771432651" }, "stopId": "FARCYSJA", "stopSequence": 37 }, { "arrival": { "time": "1771432892" }, "departure": { "time": "1771432892" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1771432957" }, "departure": { "time": "1771432957" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771433014" }, "departure": { "time": "1771433014" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1771433082" }, "departure": { "time": "1771433082" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1771433116" }, "departure": { "time": "1771433116" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1771433192" }, "departure": { "time": "1771433192" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771433248" }, "departure": { "time": "1771433248" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1771433336" }, "departure": { "time": "1771433336" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1771433376" }, "departure": { "time": "1771433376" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1771433447" }, "departure": { "time": "1771433447" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771433515" }, "departure": { "time": "1771433515" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1771433551" }, "departure": { "time": "1771433551" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1771433637" }, "departure": { "time": "1771433637" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1771433694" }, "departure": { "time": "1771433694" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1771433820" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260075" } } }, { "id": "trip:6544690", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432790" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771432870" }, "departure": { "time": "1771432870" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771432940" }, "departure": { "time": "1771432940" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771433020" }, "departure": { "time": "1771433020" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771433110" }, "departure": { "time": "1771433110" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771433200" }, "departure": { "time": "1771433200" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771433310" }, "departure": { "time": "1771433310" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771433470" }, "departure": { "time": "1771433470" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771433560" }, "departure": { "time": "1771433560" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771433680" }, "departure": { "time": "1771433680" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771433760" }, "departure": { "time": "1771433760" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771433890" }, "departure": { "time": "1771433890" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771433980" }, "departure": { "time": "1771433980" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771434100" }, "departure": { "time": "1771434100" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771434210" }, "departure": { "time": "1771434210" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771434310" }, "departure": { "time": "1771434310" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771434390" }, "departure": { "time": "1771434390" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771434460" }, "departure": { "time": "1771434460" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771434580" }, "departure": { "time": "1771434580" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771434680" }, "departure": { "time": "1771434680" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771434780" }, "departure": { "time": "1771434780" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771434890" }, "departure": { "time": "1771434890" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771435000" }, "departure": { "time": "1771435000" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771435110" }, "departure": { "time": "1771435110" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771435230" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544690" } } }, { "id": "trip:6258738", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433700" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771433729" }, "departure": { "time": "1771433729" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771433780" }, "departure": { "time": "1771433780" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771433846" }, "departure": { "time": "1771433846" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771433940" }, "departure": { "time": "1771433940" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771434028" }, "departure": { "time": "1771434028" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771434067" }, "departure": { "time": "1771434067" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771434115" }, "departure": { "time": "1771434115" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771434168" }, "departure": { "time": "1771434168" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771434227" }, "departure": { "time": "1771434227" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771434300" }, "departure": { "time": "1771434300" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771434360" }, "departure": { "time": "1771434360" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771434436" }, "departure": { "time": "1771434436" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771434471" }, "departure": { "time": "1771434471" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771434530" }, "departure": { "time": "1771434530" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771434575" }, "departure": { "time": "1771434575" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771434645" }, "departure": { "time": "1771434645" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771434730" }, "departure": { "time": "1771434730" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771434791" }, "departure": { "time": "1771434791" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771434840" }, "departure": { "time": "1771434840" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771434894" }, "departure": { "time": "1771434894" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771434986" }, "departure": { "time": "1771434986" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771435092" }, "departure": { "time": "1771435092" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771435130" }, "departure": { "time": "1771435130" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771435200" }, "departure": { "time": "1771435200" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771435254" }, "departure": { "time": "1771435254" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771435290" }, "departure": { "time": "1771435290" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771435353" }, "departure": { "time": "1771435353" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771435400" }, "departure": { "time": "1771435400" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771435440" }, "departure": { "time": "1771435440" }, "stopId": "ANLEROY", "stopSequence": 29 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258738" } } }, { "id": "trip:6258316", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431877" }, "departure": { "time": "1771431898" }, "stopId": "RABELA-E", "stopSequence": 32 }, { "arrival": { "time": "1771431927" }, "departure": { "time": "1771431958" }, "stopId": "ESA-E", "stopSequence": 33 }, { "arrival": { "time": "1771432067" }, "departure": { "time": "1771432067" }, "stopId": "DELATA-E", "stopSequence": 34 }, { "arrival": { "time": "1771432180" }, "departure": { "time": "1771432180" }, "stopId": "ALLARD-E", "stopSequence": 35 }, { "arrival": { "time": "1771432230" }, "departure": { "time": "1771432230" }, "stopId": "TASSIG-E", "stopSequence": 36 }, { "arrival": { "time": "1771432323" }, "departure": { "time": "1771432323" }, "stopId": "TROIPA-E", "stopSequence": 37 }, { "arrival": { "time": "1771432360" }, "departure": { "time": "1771432360" }, "stopId": "SABLON-E", "stopSequence": 38 }, { "arrival": { "time": "1771432428" }, "departure": { "time": "1771432428" }, "stopId": "RUELLE-E", "stopSequence": 39 }, { "arrival": { "time": "1771432534" }, "departure": { "time": "1771432534" }, "stopId": "GENDRO-E", "stopSequence": 40 }, { "arrival": { "time": "1771432654" }, "departure": { "time": "1771432654" }, "stopId": "PATUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771432744" }, "departure": { "time": "1771432744" }, "stopId": "AUTHIO-E", "stopSequence": 42 }, { "arrival": { "time": "1771432820" }, "departure": { "time": "1771432820" }, "stopId": "BELPOU-E", "stopSequence": 43 }, { "arrival": { "time": "1771432900" }, "departure": { "time": "1771432900" }, "stopId": "PONTSC-E", "stopSequence": 44 }, { "arrival": { "time": "1771433039" }, "departure": { "time": "1771433039" }, "stopId": "LOIRE-E", "stopSequence": 45 }, { "arrival": { "time": "1771433079" }, "departure": { "time": "1771433079" }, "stopId": "DUBE-E", "stopSequence": 46 }, { "arrival": { "time": "1771433132" }, "departure": { "time": "1771433132" }, "stopId": "LOUET-E", "stopSequence": 47 }, { "arrival": { "time": "1771433179" }, "departure": { "time": "1771433179" }, "stopId": "BOSQUE-E", "stopSequence": 48 }, { "arrival": { "time": "1771433236" }, "departure": { "time": "1771433236" }, "stopId": "CHAERI-E", "stopSequence": 49 }, { "arrival": { "time": "1771433289" }, "departure": { "time": "1771433289" }, "stopId": "FONTE-E", "stopSequence": 50 }, { "arrival": { "time": "1771433351" }, "departure": { "time": "1771433351" }, "stopId": "ERIGNE", "stopSequence": 51 }, { "arrival": { "time": "1771433380" }, "stopId": "SOLAND", "stopSequence": 52 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258316" } } }, { "id": "trip:6258519", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431886" }, "departure": { "time": "1771431917" }, "stopId": "JEBOUIN", "stopSequence": 17 }, { "arrival": { "time": "1771431971" }, "departure": { "time": "1771431992" }, "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1771432017" }, "departure": { "time": "1771432017" }, "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1771432095" }, "departure": { "time": "1771432095" }, "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1771432154" }, "departure": { "time": "1771432154" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1771432204" }, "departure": { "time": "1771432204" }, "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1771432412" }, "departure": { "time": "1771432412" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771432509" }, "departure": { "time": "1771432509" }, "stopId": "LICES", "stopSequence": 24 }, { "arrival": { "time": "1771432580" }, "departure": { "time": "1771432580" }, "stopId": "CCI-E", "stopSequence": 25 }, { "arrival": { "time": "1771432624" }, "departure": { "time": "1771432624" }, "stopId": "CHDARR-E", "stopSequence": 26 }, { "arrival": { "time": "1771432739" }, "departure": { "time": "1771432739" }, "stopId": "LEQUAI-E", "stopSequence": 27 }, { "arrival": { "time": "1771432779" }, "departure": { "time": "1771432779" }, "stopId": "DUMESN-E", "stopSequence": 28 }, { "arrival": { "time": "1771432794" }, "departure": { "time": "1771432794" }, "stopId": "MONPR-E", "stopSequence": 29 }, { "arrival": { "time": "1771432569" }, "departure": { "time": "1771432569" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1771432620" }, "departure": { "time": "1771432620" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1771432705" }, "departure": { "time": "1771432705" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1771432815" }, "departure": { "time": "1771432815" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 }, { "arrival": { "time": "1771432920" }, "departure": { "time": "1771432920" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 34 }, { "arrival": { "time": "1771432980" }, "departure": { "time": "1771432980" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1771432848" }, "departure": { "time": "1771432848" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1771432922" }, "departure": { "time": "1771432922" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1771432923" }, "departure": { "time": "1771432923" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1771432960" }, "departure": { "time": "1771432960" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1771433036" }, "departure": { "time": "1771433036" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1771433096" }, "departure": { "time": "1771433096" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1771433141" }, "departure": { "time": "1771433141" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1771433228" }, "departure": { "time": "1771433228" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1771433279" }, "departure": { "time": "1771433279" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1771433367" }, "departure": { "time": "1771433367" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1771433419" }, "departure": { "time": "1771433419" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1771433482" }, "departure": { "time": "1771433482" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1771433536" }, "departure": { "time": "1771433536" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1771433591" }, "departure": { "time": "1771433591" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1771433649" }, "departure": { "time": "1771433649" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771433702" }, "departure": { "time": "1771433702" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1771433747" }, "departure": { "time": "1771433747" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1771433788" }, "departure": { "time": "1771433788" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1771433850" }, "departure": { "time": "1771433850" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1771433882" }, "departure": { "time": "1771433882" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1771433948" }, "departure": { "time": "1771433948" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1771434025" }, "departure": { "time": "1771434025" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1771434060" }, "departure": { "time": "1771434060" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1771434122" }, "departure": { "time": "1771434122" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1771434258" }, "departure": { "time": "1771434258" }, "stopId": "AUCHAN-E", "stopSequence": 60 }, { "arrival": { "time": "1771434302" }, "departure": { "time": "1771434302" }, "stopId": "CCADEA-E", "stopSequence": 61 }, { "arrival": { "time": "1771434340" }, "departure": { "time": "1771434340" }, "stopId": "PLOTTI-E", "stopSequence": 62 }, { "arrival": { "time": "1771434363" }, "departure": { "time": "1771434363" }, "stopId": "AUTRIC-E", "stopSequence": 63 }, { "arrival": { "time": "1771434416" }, "departure": { "time": "1771434416" }, "stopId": "IRLAND-E", "stopSequence": 64 }, { "arrival": { "time": "1771434453" }, "departure": { "time": "1771434453" }, "stopId": "ITALIE-E", "stopSequence": 65 }, { "arrival": { "time": "1771434512" }, "departure": { "time": "1771434512" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1771434534" }, "departure": { "time": "1771434534" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1771434567" }, "departure": { "time": "1771434567" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1771434602" }, "departure": { "time": "1771434602" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1771434646" }, "departure": { "time": "1771434646" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1771434690" }, "departure": { "time": "1771434690" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1771434752" }, "departure": { "time": "1771434752" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1771434802" }, "departure": { "time": "1771434802" }, "stopId": "BELAIR-E", "stopSequence": 73 }, { "arrival": { "time": "1771434842" }, "departure": { "time": "1771434842" }, "stopId": "ZOLA-E", "stopSequence": 74 }, { "arrival": { "time": "1771434910" }, "departure": { "time": "1771434910" }, "stopId": "ANAFRA-E", "stopSequence": 75 }, { "arrival": { "time": "1771434979" }, "departure": { "time": "1771434979" }, "stopId": "PISCMU-E", "stopSequence": 76 }, { "arrival": { "time": "1771435254" }, "departure": { "time": "1771435254" }, "stopId": "DOMVATER", "stopSequence": 77 }, { "arrival": { "time": "1771435122" }, "departure": { "time": "1771435122" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 78 }, { "arrival": { "time": "1771435152" }, "departure": { "time": "1771435152" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 79 }, { "arrival": { "time": "1771435184" }, "departure": { "time": "1771435184" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 80 }, { "arrival": { "time": "1771435229" }, "departure": { "time": "1771435229" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 81 }, { "arrival": { "time": "1771435401" }, "departure": { "time": "1771435401" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 82 }, { "arrival": { "time": "1771435440" }, "departure": { "time": "1771435440" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 83 }, { "arrival": { "time": "1771435290" }, "departure": { "time": "1771435290" }, "stopId": "RECLAI-E", "stopSequence": 84 }, { "arrival": { "time": "1771435319" }, "departure": { "time": "1771435319" }, "stopId": "RENOIR-E", "stopSequence": 85 }, { "arrival": { "time": "1771435349" }, "departure": { "time": "1771435349" }, "stopId": "CAMPJU-E", "stopSequence": 86 }, { "arrival": { "time": "1771435382" }, "departure": { "time": "1771435382" }, "stopId": "JUIGN-E", "stopSequence": 87 }, { "arrival": { "time": "1771435465" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258519" } } }, { "id": "trip:6544232", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432085" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771432225" }, "departure": { "time": "1771432225" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771432319" }, "departure": { "time": "1771432319" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771432477" }, "departure": { "time": "1771432477" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771432555" }, "departure": { "time": "1771432555" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771432713" }, "departure": { "time": "1771432713" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771432792" }, "departure": { "time": "1771432792" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771432865" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544232" } } }, { "id": "trip:6257725", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431903" }, "departure": { "time": "1771431934" }, "stopId": "SOLELE-E", "stopSequence": 44 }, { "arrival": { "time": "1771431947" }, "departure": { "time": "1771431963" }, "stopId": "SEPSON-E", "stopSequence": 45 }, { "arrival": { "time": "1771431981" }, "departure": { "time": "1771431981" }, "stopId": "BANCST-E", "stopSequence": 46 }, { "arrival": { "time": "1771432082" }, "departure": { "time": "1771432082" }, "stopId": "RTEPAR-E", "stopSequence": 47 }, { "arrival": { "time": "1771432158" }, "departure": { "time": "1771432158" }, "stopId": "PROVIN-E", "stopSequence": 48 }, { "arrival": { "time": "1771432281" }, "stopId": "PARCEX-E", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257725" } } }, { "id": "trip:6052725", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433880" }, "stopId": "HTDEMURS", "stopSequence": 0 }, { "arrival": { "time": "1771433920" }, "departure": { "time": "1771433920" }, "stopId": "LABUISSA", "stopSequence": 1 }, { "arrival": { "time": "1771433971" }, "departure": { "time": "1771433971" }, "stopId": "LECOTEAU", "stopSequence": 2 }, { "arrival": { "time": "1771434043" }, "departure": { "time": "1771434043" }, "stopId": "CARMET", "stopSequence": 3 }, { "arrival": { "time": "1771434123" }, "departure": { "time": "1771434123" }, "stopId": "MURSHDV", "stopSequence": 4 }, { "arrival": { "time": "1771434154" }, "departure": { "time": "1771434154" }, "stopId": "LEVESQUE", "stopSequence": 5 }, { "arrival": { "time": "1771434232" }, "departure": { "time": "1771434232" }, "stopId": "ERIGNE", "stopSequence": 6 }, { "arrival": { "time": "1771434261" }, "departure": { "time": "1771434261" }, "stopId": "SOLAND", "stopSequence": 7 }, { "arrival": { "time": "1771434300" }, "departure": { "time": "1771434300" }, "stopId": "GDPRESSO", "stopSequence": 8 }, { "arrival": { "time": "1771434360" }, "departure": { "time": "1771434360" }, "stopId": "BARBOTER", "stopSequence": 9 }, { "arrival": { "time": "1771434424" }, "departure": { "time": "1771434424" }, "stopId": "FONTENE", "stopSequence": 10 }, { "arrival": { "time": "1771434480" }, "departure": { "time": "1771434480" }, "stopId": "BRISSAC", "stopSequence": 11 }, { "arrival": { "time": "1771435500" }, "departure": { "time": "1771435500" }, "stopId": "GARDOT", "stopSequence": 12 }, { "arrival": { "time": "1771435553" }, "departure": { "time": "1771435553" }, "stopId": "STEXUPER", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052725" } } }, { "id": "trip:6258732", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431889" }, "departure": { "time": "1771431889" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771431932" }, "departure": { "time": "1771431949" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771432030" }, "departure": { "time": "1771432030" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771432080" }, "departure": { "time": "1771432080" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771432283" }, "departure": { "time": "1771432283" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771432348" }, "departure": { "time": "1771432348" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771432435" }, "departure": { "time": "1771432435" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771432546" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258732" } } }, { "id": "trip:6257987", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434780" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771434866" }, "departure": { "time": "1771434866" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771434910" }, "departure": { "time": "1771434910" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771434947" }, "departure": { "time": "1771434947" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771434974" }, "departure": { "time": "1771434974" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771435080" }, "departure": { "time": "1771435080" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771435125" }, "departure": { "time": "1771435125" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771435186" }, "departure": { "time": "1771435186" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771435229" }, "departure": { "time": "1771435229" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771435276" }, "departure": { "time": "1771435276" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771435320" }, "departure": { "time": "1771435320" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771435375" }, "departure": { "time": "1771435375" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771435429" }, "departure": { "time": "1771435429" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771435495" }, "departure": { "time": "1771435495" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771435570" }, "departure": { "time": "1771435570" }, "stopId": "CCHEMINE", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257987" } } }, { "id": "trip:6258747", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431901" }, "departure": { "time": "1771431932" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771431962" }, "departure": { "time": "1771431962" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771431963" }, "departure": { "time": "1771431963" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771432008" }, "departure": { "time": "1771432008" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771432078" }, "departure": { "time": "1771432078" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771432163" }, "departure": { "time": "1771432163" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771432224" }, "departure": { "time": "1771432224" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771432273" }, "departure": { "time": "1771432273" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771432327" }, "departure": { "time": "1771432327" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771432419" }, "departure": { "time": "1771432419" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771432525" }, "departure": { "time": "1771432525" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771432564" }, "departure": { "time": "1771432564" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771432635" }, "departure": { "time": "1771432635" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771432703" }, "departure": { "time": "1771432703" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771432748" }, "departure": { "time": "1771432748" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771432826" }, "departure": { "time": "1771432826" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771432885" }, "departure": { "time": "1771432885" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771432935" }, "departure": { "time": "1771432935" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771433092" }, "departure": { "time": "1771433092" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771433156" }, "departure": { "time": "1771433156" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771433242" }, "departure": { "time": "1771433242" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771433353" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258747" } } }, { "id": "trip:4055", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431913" }, "departure": { "time": "1771431930" }, "stopId": "AZEMA-E", "stopSequence": 13 }, { "arrival": { "time": "1771431990" }, "departure": { "time": "1771431990" }, "stopId": "BRAICO-E", "stopSequence": 14 }, { "arrival": { "time": "1771432098" }, "departure": { "time": "1771432098" }, "stopId": "ANDAMA-E", "stopSequence": 15 }, { "arrival": { "time": "1771432157" }, "departure": { "time": "1771432157" }, "stopId": "RESTLA-E", "stopSequence": 16 }, { "arrival": { "time": "1771432218" }, "departure": { "time": "1771432218" }, "stopId": "ANDALA-E", "stopSequence": 17 }, { "arrival": { "time": "1771432290" }, "departure": { "time": "1771432290" }, "stopId": "JDELAV-E", "stopSequence": 18 }, { "arrival": { "time": "1771432524" }, "departure": { "time": "1771432524" }, "stopId": "CORNCR-E", "stopSequence": 19 }, { "arrival": { "time": "1771432577" }, "departure": { "time": "1771432577" }, "stopId": "CORNMA-E", "stopSequence": 20 }, { "arrival": { "time": "1771432650" }, "departure": { "time": "1771432650" }, "stopId": "ROYALE-E", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "40", "tripId": "4055" } } }, { "id": "trip:6258320", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432860" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771432899" }, "departure": { "time": "1771432899" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771432939" }, "departure": { "time": "1771432939" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771432993" }, "departure": { "time": "1771432993" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771433040" }, "departure": { "time": "1771433040" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771433063" }, "departure": { "time": "1771433063" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771433100" }, "departure": { "time": "1771433100" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771433143" }, "departure": { "time": "1771433143" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771433205" }, "departure": { "time": "1771433205" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771433244" }, "departure": { "time": "1771433244" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771433311" }, "departure": { "time": "1771433311" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771433364" }, "departure": { "time": "1771433364" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771433401" }, "departure": { "time": "1771433401" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771433426" }, "departure": { "time": "1771433426" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771433466" }, "departure": { "time": "1771433466" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771433520" }, "departure": { "time": "1771433520" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771433570" }, "departure": { "time": "1771433570" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771433607" }, "departure": { "time": "1771433607" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771433686" }, "departure": { "time": "1771433686" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771433750" }, "departure": { "time": "1771433750" }, "stopId": "POMONE", "stopSequence": 19 }, { "arrival": { "time": "1771433855" }, "departure": { "time": "1771433855" }, "stopId": "CIOUEST", "stopSequence": 20 }, { "arrival": { "time": "1771433904" }, "departure": { "time": "1771433904" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771433940" }, "departure": { "time": "1771433940" }, "stopId": "DESCAZ-E", "stopSequence": 22 }, { "arrival": { "time": "1771433997" }, "departure": { "time": "1771433997" }, "stopId": "BICHDAVI", "stopSequence": 23 }, { "arrival": { "time": "1771434079" }, "departure": { "time": "1771434079" }, "stopId": "HOTDIEU", "stopSequence": 24 }, { "arrival": { "time": "1771434120" }, "departure": { "time": "1771434120" }, "stopId": "ROCHEFOU", "stopSequence": 25 }, { "arrival": { "time": "1771434348" }, "departure": { "time": "1771434348" }, "stopId": "STSERGEU", "stopSequence": 26 }, { "arrival": { "time": "1771434727" }, "departure": { "time": "1771434727" }, "stopId": "MENDESFR", "stopSequence": 27 }, { "arrival": { "time": "1771434900" }, "departure": { "time": "1771434960" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771435053" }, "departure": { "time": "1771435053" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771435097" }, "departure": { "time": "1771435097" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771435260" }, "departure": { "time": "1771435260" }, "stopId": "ANLERO-E", "stopSequence": 31 }, { "arrival": { "time": "1771435333" }, "departure": { "time": "1771435333" }, "stopId": "RABELA-E", "stopSequence": 32 }, { "arrival": { "time": "1771435391" }, "departure": { "time": "1771435391" }, "stopId": "ESA-E", "stopSequence": 33 }, { "arrival": { "time": "1771435524" }, "departure": { "time": "1771435524" }, "stopId": "DELATA-E", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258320" } } }, { "id": "trip:3465", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431905" }, "departure": { "time": "1771431905" }, "stopId": "GPOMPI-E", "stopSequence": 3 }, { "arrival": { "time": "1771432160" }, "departure": { "time": "1771432160" }, "stopId": "LAPLES-E", "stopSequence": 4 }, { "arrival": { "time": "1771432288" }, "departure": { "time": "1771432288" }, "stopId": "LAGRAN-E", "stopSequence": 5 }, { "arrival": { "time": "1771432352" }, "departure": { "time": "1771432352" }, "stopId": "LAGLOU-E", "stopSequence": 6 }, { "arrival": { "time": "1771432520" }, "departure": { "time": "1771432520" }, "stopId": "TANCE-E", "stopSequence": 7 }, { "arrival": { "time": "1771432554" }, "departure": { "time": "1771432554" }, "stopId": "AUBRIA-E", "stopSequence": 8 }, { "arrival": { "time": "1771432600" }, "departure": { "time": "1771432600" }, "stopId": "MEIG34-E", "stopSequence": 9 }, { "arrival": { "time": "1771432623" }, "departure": { "time": "1771432623" }, "stopId": "MOLINE-E", "stopSequence": 10 }, { "arrival": { "time": "1771432678" }, "departure": { "time": "1771432678" }, "stopId": "MAUNY-E", "stopSequence": 11 }, { "arrival": { "time": "1771432792" }, "departure": { "time": "1771432792" }, "stopId": "GUILL-E", "stopSequence": 12 }, { "arrival": { "time": "1771432887" }, "departure": { "time": "1771432887" }, "stopId": "ESPLO-E", "stopSequence": 13 }, { "arrival": { "time": "1771432921" }, "departure": { "time": "1771432921" }, "stopId": "LORPLM-E", "stopSequence": 14 }, { "arrival": { "time": "1771432960" }, "departure": { "time": "1771432960" }, "stopId": "NOUE-E", "stopSequence": 15 }, { "arrival": { "time": "1771433197" }, "departure": { "time": "1771433197" }, "stopId": "PAGNOL-E", "stopSequence": 16 }, { "arrival": { "time": "1771433260" }, "departure": { "time": "1771433260" }, "stopId": "JOUVET-E", "stopSequence": 17 }, { "arrival": { "time": "1771433319" }, "departure": { "time": "1771433319" }, "stopId": "MEMBMA-E", "stopSequence": 18 }, { "arrival": { "time": "1771433380" }, "departure": { "time": "1771433380" }, "stopId": "GABORI-E", "stopSequence": 19 }, { "arrival": { "time": "1771433440" }, "departure": { "time": "1771433440" }, "stopId": "BOISDA-E", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "34", "tripId": "3465" } } }, { "id": "trip:6544379", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432200" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771432249" }, "departure": { "time": "1771432249" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771432483" }, "departure": { "time": "1771432483" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771432515" }, "departure": { "time": "1771432515" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771432675" }, "departure": { "time": "1771432675" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771432758" }, "departure": { "time": "1771432758" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771432855" }, "departure": { "time": "1771432855" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771433094" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544379" } } }, { "id": "trip:6258561", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771433340" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1771433394" }, "departure": { "time": "1771433394" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1771433426" }, "departure": { "time": "1771433426" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1771433454" }, "departure": { "time": "1771433454" }, "stopId": "RENOIR", "stopSequence": 3 }, { "arrival": { "time": "1771433482" }, "departure": { "time": "1771433482" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1771433515" }, "departure": { "time": "1771433515" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1771433754" }, "departure": { "time": "1771433754" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1771433756" }, "departure": { "time": "1771433756" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1771433827" }, "departure": { "time": "1771433827" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1771433520" }, "departure": { "time": "1771433520" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL", "stopSequence": 9 }, { "arrival": { "time": "1771433544" }, "departure": { "time": "1771433544" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTILL", "stopSequence": 10 }, { "arrival": { "time": "1771433702" }, "departure": { "time": "1771433702" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1771433737" }, "departure": { "time": "1771433737" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1771433758" }, "departure": { "time": "1771433758" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1771433790" }, "departure": { "time": "1771433790" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 }, { "arrival": { "time": "1771433887" }, "departure": { "time": "1771433887" }, "stopId": "ZOLA", "stopSequence": 15 }, { "arrival": { "time": "1771433944" }, "departure": { "time": "1771433944" }, "stopId": "BELAIR", "stopSequence": 16 }, { "arrival": { "time": "1771434004" }, "departure": { "time": "1771434004" }, "stopId": "ESPMONTR", "stopSequence": 17 }, { "arrival": { "time": "1771434073" }, "departure": { "time": "1771434073" }, "stopId": "PLATFLEU", "stopSequence": 18 }, { "arrival": { "time": "1771434136" }, "departure": { "time": "1771434136" }, "stopId": "JEHUEZ", "stopSequence": 19 }, { "arrival": { "time": "1771434187" }, "departure": { "time": "1771434187" }, "stopId": "MASTELLE", "stopSequence": 20 }, { "arrival": { "time": "1771434226" }, "departure": { "time": "1771434226" }, "stopId": "AVENEURO", "stopSequence": 21 }, { "arrival": { "time": "1771434244" }, "departure": { "time": "1771434244" }, "stopId": "DANEMA", "stopSequence": 22 }, { "arrival": { "time": "1771434300" }, "departure": { "time": "1771434300" }, "stopId": "ALLEMAGN", "stopSequence": 23 }, { "arrival": { "time": "1771434332" }, "departure": { "time": "1771434332" }, "stopId": "ITALIE", "stopSequence": 24 }, { "arrival": { "time": "1771434368" }, "departure": { "time": "1771434368" }, "stopId": "IRLANDE", "stopSequence": 25 }, { "arrival": { "time": "1771434417" }, "departure": { "time": "1771434417" }, "stopId": "AUTRICH", "stopSequence": 26 }, { "arrival": { "time": "1771434436" }, "departure": { "time": "1771434436" }, "stopId": "PLOTTIER", "stopSequence": 27 }, { "arrival": { "time": "1771434487" }, "departure": { "time": "1771434487" }, "stopId": "CCADEA", "stopSequence": 28 }, { "arrival": { "time": "1771434513" }, "departure": { "time": "1771434513" }, "stopId": "AUCHAN", "stopSequence": 29 }, { "arrival": { "time": "1771434667" }, "departure": { "time": "1771434667" }, "stopId": "AARDBUS", "stopSequence": 30 }, { "arrival": { "time": "1771434711" }, "departure": { "time": "1771434711" }, "stopId": "POIVRE", "stopSequence": 31 }, { "arrival": { "time": "1771434751" }, "departure": { "time": "1771434751" }, "stopId": "BONPLAND", "stopSequence": 32 }, { "arrival": { "time": "1771434797" }, "departure": { "time": "1771434797" }, "stopId": "LEPRE", "stopSequence": 33 }, { "arrival": { "time": "1771434847" }, "departure": { "time": "1771434847" }, "stopId": "SALET-AR", "stopSequence": 34 }, { "arrival": { "time": "1771434879" }, "departure": { "time": "1771434879" }, "stopId": "RIPOLLE", "stopSequence": 35 }, { "arrival": { "time": "1771434930" }, "departure": { "time": "1771434930" }, "stopId": "PEGARDE", "stopSequence": 36 }, { "arrival": { "time": "1771434977" }, "departure": { "time": "1771434977" }, "stopId": "CIAVRILL", "stopSequence": 37 }, { "arrival": { "time": "1771435027" }, "departure": { "time": "1771435027" }, "stopId": "MAIRAVR", "stopSequence": 38 }, { "arrival": { "time": "1771435070" }, "departure": { "time": "1771435070" }, "stopId": "MAUFINE", "stopSequence": 39 }, { "arrival": { "time": "1771435132" }, "departure": { "time": "1771435132" }, "stopId": "DELAUNE", "stopSequence": 40 }, { "arrival": { "time": "1771435171" }, "departure": { "time": "1771435171" }, "stopId": "BEURRIER", "stopSequence": 41 }, { "arrival": { "time": "1771435238" }, "departure": { "time": "1771435238" }, "stopId": "BRASSENS", "stopSequence": 42 }, { "arrival": { "time": "1771435287" }, "departure": { "time": "1771435287" }, "stopId": "RONDE", "stopSequence": 43 }, { "arrival": { "time": "1771435330" }, "departure": { "time": "1771435330" }, "stopId": "PLAMAY", "stopSequence": 44 }, { "arrival": { "time": "1771435386" }, "departure": { "time": "1771435386" }, "stopId": "KENNEDY", "stopSequence": 45 }, { "arrival": { "time": "1771435437" }, "departure": { "time": "1771435437" }, "stopId": "ECHMAN", "stopSequence": 46 }, { "arrival": { "time": "1771435515" }, "departure": { "time": "1771435515" }, "stopId": "LIZE07", "stopSequence": 47 }, { "arrival": { "time": "1771435553" }, "departure": { "time": "1771435553" }, "stopId": "GASNIER", "stopSequence": 48 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258561" } } }, { "id": "trip:6257911", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431880" }, "departure": { "time": "1771431880" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771431894" }, "departure": { "time": "1771431925" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771431954" }, "departure": { "time": "1771431985" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771432007" }, "departure": { "time": "1771432007" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771432096" }, "departure": { "time": "1771432096" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771432154" }, "departure": { "time": "1771432154" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771432208" }, "departure": { "time": "1771432208" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771432278" }, "departure": { "time": "1771432278" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771432340" }, "departure": { "time": "1771432340" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771432400" }, "departure": { "time": "1771432400" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771432456" }, "departure": { "time": "1771432456" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771432507" }, "departure": { "time": "1771432507" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771432547" }, "departure": { "time": "1771432547" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771432588" }, "departure": { "time": "1771432588" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771432656" }, "departure": { "time": "1771432656" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771432696" }, "departure": { "time": "1771432696" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1771432785" }, "departure": { "time": "1771432785" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771432812" }, "departure": { "time": "1771432812" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771432835" }, "departure": { "time": "1771432835" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771432871" }, "departure": { "time": "1771432871" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771432936" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257911" } } }, { "id": "trip:6544757", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435270" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771435352" }, "departure": { "time": "1771435352" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771435438" }, "departure": { "time": "1771435438" }, "stopId": "2DUNA", "stopSequence": 2 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544757" } } }, { "id": "trip:3064", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431906" }, "departure": { "time": "1771431906" }, "stopId": "RTEPARIS", "stopSequence": 25 }, { "arrival": { "time": "1771432008" }, "departure": { "time": "1771432008" }, "stopId": "SEPSONET", "stopSequence": 26 }, { "arrival": { "time": "1771432120" }, "departure": { "time": "1771432120" }, "stopId": "CHATENAY", "stopSequence": 27 }, { "arrival": { "time": "1771432230" }, "departure": { "time": "1771432230" }, "stopId": "BRISEPOT", "stopSequence": 28 }, { "arrival": { "time": "1771432359" }, "departure": { "time": "1771432359" }, "stopId": "LUTIN", "stopSequence": 29 }, { "arrival": { "time": "1771432600" }, "departure": { "time": "1771432600" }, "stopId": "HDVSUB", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "30", "tripId": "3064" } } }, { "id": "trip:6541214", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771432035" }, "departure": { "time": "1771432035" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771432135" }, "departure": { "time": "1771432135" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771432215" }, "departure": { "time": "1771432215" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771432305" }, "departure": { "time": "1771432305" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771432385" }, "departure": { "time": "1771432385" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771432475" }, "departure": { "time": "1771432475" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771432565" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541214" } } }, { "id": "trip:6544245", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431978" }, "departure": { "time": "1771431978" }, "stopId": "1MONP", "stopSequence": 0 }, { "arrival": { "time": "1771432052" }, "departure": { "time": "1771432052" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771432138" }, "departure": { "time": "1771432138" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771432310" }, "departure": { "time": "1771432310" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771432391" }, "departure": { "time": "1771432391" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771432552" }, "departure": { "time": "1771432552" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771432650" }, "departure": { "time": "1771432650" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771432800" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544245" } } }, { "id": "trip:6260004", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431884" }, "departure": { "time": "1771431884" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771431943" }, "departure": { "time": "1771431974" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771431952" }, "departure": { "time": "1771431952" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771431996" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6260004" } } }, { "id": "trip:6258517", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432020" }, "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1771432103" }, "departure": { "time": "1771432103" }, "stopId": "PIGNONIE", "stopSequence": 1 }, { "arrival": { "time": "1771432166" }, "departure": { "time": "1771432166" }, "stopId": "CLAVERIE", "stopSequence": 2 }, { "arrival": { "time": "1771432210" }, "departure": { "time": "1771432210" }, "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1771432260" }, "departure": { "time": "1771432260" }, "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1771432317" }, "departure": { "time": "1771432317" }, "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1771432363" }, "departure": { "time": "1771432363" }, "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1771432399" }, "departure": { "time": "1771432399" }, "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1771432447" }, "departure": { "time": "1771432447" }, "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1771432527" }, "departure": { "time": "1771432527" }, "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1771432589" }, "departure": { "time": "1771432589" }, "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1771432620" }, "departure": { "time": "1771432620" }, "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1771432685" }, "departure": { "time": "1771432685" }, "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1771432785" }, "departure": { "time": "1771432785" }, "stopId": "MONTAIG", "stopSequence": 13 }, { "arrival": { "time": "1771432971" }, "departure": { "time": "1771432971" }, "stopId": "LANGLADE", "stopSequence": 14 }, { "arrival": { "time": "1771433040" }, "departure": { "time": "1771433040" }, "stopId": "AROBASE", "stopSequence": 15 }, { "arrival": { "time": "1771433104" }, "departure": { "time": "1771433104" }, "stopId": "PCOUBERT", "stopSequence": 16 }, { "arrival": { "time": "1771433193" }, "departure": { "time": "1771433193" }, "stopId": "JEBOUIN", "stopSequence": 17 }, { "arrival": { "time": "1771433280" }, "departure": { "time": "1771433280" }, "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1771433327" }, "departure": { "time": "1771433327" }, "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1771433408" }, "departure": { "time": "1771433408" }, "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1771433469" }, "departure": { "time": "1771433469" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1771433520" }, "departure": { "time": "1771433520" }, "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1771433723" }, "departure": { "time": "1771433723" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771433820" }, "departure": { "time": "1771433880" }, "stopId": "LICES", "stopSequence": 24 }, { "arrival": { "time": "1771433950" }, "departure": { "time": "1771433950" }, "stopId": "CCI-E", "stopSequence": 25 }, { "arrival": { "time": "1771433994" }, "departure": { "time": "1771433994" }, "stopId": "CHDARR-E", "stopSequence": 26 }, { "arrival": { "time": "1771434109" }, "departure": { "time": "1771434109" }, "stopId": "LEQUAI-E", "stopSequence": 27 }, { "arrival": { "time": "1771434149" }, "departure": { "time": "1771434149" }, "stopId": "DUMESN-E", "stopSequence": 28 }, { "arrival": { "time": "1771434164" }, "departure": { "time": "1771434164" }, "stopId": "MONPR-E", "stopSequence": 29 }, { "arrival": { "time": "1771434009" }, "departure": { "time": "1771434009" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1771434060" }, "departure": { "time": "1771434060" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1771434145" }, "departure": { "time": "1771434145" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1771434255" }, "departure": { "time": "1771434255" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 }, { "arrival": { "time": "1771434360" }, "departure": { "time": "1771434360" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 34 }, { "arrival": { "time": "1771434420" }, "departure": { "time": "1771434420" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1771434218" }, "departure": { "time": "1771434218" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1771434288" }, "departure": { "time": "1771434288" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1771434289" }, "departure": { "time": "1771434289" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1771434326" }, "departure": { "time": "1771434326" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1771434402" }, "departure": { "time": "1771434402" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1771434462" }, "departure": { "time": "1771434462" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1771434507" }, "departure": { "time": "1771434507" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1771434594" }, "departure": { "time": "1771434594" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1771434645" }, "departure": { "time": "1771434645" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1771434733" }, "departure": { "time": "1771434733" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1771434785" }, "departure": { "time": "1771434785" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1771434848" }, "departure": { "time": "1771434848" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1771434902" }, "departure": { "time": "1771434902" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1771434958" }, "departure": { "time": "1771434958" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1771435016" }, "departure": { "time": "1771435016" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771435069" }, "departure": { "time": "1771435069" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1771435114" }, "departure": { "time": "1771435114" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1771435155" }, "departure": { "time": "1771435155" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1771435217" }, "departure": { "time": "1771435217" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1771435249" }, "departure": { "time": "1771435249" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1771435315" }, "departure": { "time": "1771435315" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1771435392" }, "departure": { "time": "1771435392" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1771435427" }, "departure": { "time": "1771435427" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1771435489" }, "departure": { "time": "1771435489" }, "stopId": "AARDBU-E", "stopSequence": 59 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258517" } } }, { "id": "trip:6052660", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771435603" }, "stopId": "DOMVATER", "stopSequence": 0 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052660" } } }, { "id": "trip:6545026", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431963" }, "departure": { "time": "1771431979" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771432119" }, "departure": { "time": "1771432119" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771432202" }, "departure": { "time": "1771432202" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771432304" }, "departure": { "time": "1771432304" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771432402" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545026" } } }, { "id": "trip:6257952", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771431965" }, "departure": { "time": "1771431965" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771432082" }, "departure": { "time": "1771432082" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771432131" }, "departure": { "time": "1771432131" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771432330" }, "departure": { "time": "1771432330" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771432391" }, "departure": { "time": "1771432391" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771432462" }, "departure": { "time": "1771432462" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771432507" }, "departure": { "time": "1771432507" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771432652" }, "departure": { "time": "1771432652" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771432692" }, "departure": { "time": "1771432692" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771432380" }, "departure": { "time": "1771432380" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771432433" }, "departure": { "time": "1771432433" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771432492" }, "departure": { "time": "1771432492" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771432620" }, "departure": { "time": "1771432620" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771432794" }, "departure": { "time": "1771432794" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771432863" }, "departure": { "time": "1771432863" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771432968" }, "departure": { "time": "1771432968" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771433063" }, "departure": { "time": "1771433063" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771433118" }, "departure": { "time": "1771433118" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771433184" }, "departure": { "time": "1771433184" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771433247" }, "departure": { "time": "1771433247" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771433303" }, "departure": { "time": "1771433303" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771433374" }, "departure": { "time": "1771433374" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771433429" }, "departure": { "time": "1771433429" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771433543" }, "departure": { "time": "1771433543" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771433585" }, "departure": { "time": "1771433585" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771433612" }, "departure": { "time": "1771433612" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771433644" }, "departure": { "time": "1771433644" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771433686" }, "departure": { "time": "1771433686" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771433721" }, "departure": { "time": "1771433721" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771433817" }, "departure": { "time": "1771433817" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771433843" }, "departure": { "time": "1771433843" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771433875" }, "departure": { "time": "1771433875" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771433916" }, "departure": { "time": "1771433916" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771433962" }, "departure": { "time": "1771433962" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771434029" }, "departure": { "time": "1771434029" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771434091" }, "departure": { "time": "1771434091" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771434162" }, "departure": { "time": "1771434162" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771434212" }, "departure": { "time": "1771434212" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771434253" }, "departure": { "time": "1771434253" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771434280" }, "departure": { "time": "1771434280" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771434324" }, "departure": { "time": "1771434324" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771434382" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257952" } } }, { "id": "trip:6054000", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771432620" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771432660" }, "departure": { "time": "1771432660" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771432691" }, "departure": { "time": "1771432691" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771432713" }, "departure": { "time": "1771432713" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771432753" }, "departure": { "time": "1771432753" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771432792" }, "departure": { "time": "1771432792" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771432829" }, "departure": { "time": "1771432829" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771432654" }, "departure": { "time": "1771432654" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771432708" }, "departure": { "time": "1771432708" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771432745" }, "departure": { "time": "1771432745" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771432829" }, "departure": { "time": "1771432829" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771432894" }, "departure": { "time": "1771432894" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771432952" }, "departure": { "time": "1771432952" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771433011" }, "departure": { "time": "1771433011" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771433047" }, "departure": { "time": "1771433047" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771433077" }, "departure": { "time": "1771433077" }, "stopId": "VALMAI-E", "stopSequence": 16 }, { "arrival": { "time": "1771433146" }, "departure": { "time": "1771433146" }, "stopId": "PETVIVIE", "stopSequence": 17 }, { "arrival": { "time": "1771433220" }, "departure": { "time": "1771433220" }, "stopId": "PRUNIERS", "stopSequence": 18 }, { "arrival": { "time": "1771433253" }, "departure": { "time": "1771433253" }, "stopId": "CROISETT", "stopSequence": 19 }, { "arrival": { "time": "1771433355" }, "departure": { "time": "1771433355" }, "stopId": "CAMLACMA", "stopSequence": 20 }, { "arrival": { "time": "1771433400" }, "departure": { "time": "1771433400" }, "stopId": "LACDMAIN", "stopSequence": 21 }, { "arrival": { "time": "1771433445" }, "departure": { "time": "1771433445" }, "stopId": "MAISENVI", "stopSequence": 22 }, { "arrival": { "time": "1771433502" }, "departure": { "time": "1771433502" }, "stopId": "GDMAINE", "stopSequence": 23 }, { "arrival": { "time": "1771434061" }, "departure": { "time": "1771434061" }, "stopId": "EBLE", "stopSequence": 24 }, { "arrival": { "time": "1771434123" }, "departure": { "time": "1771434123" }, "stopId": "GENIE", "stopSequence": 25 }, { "arrival": { "time": "1771434200" }, "departure": { "time": "1771434200" }, "stopId": "VAUBAN", "stopSequence": 26 }, { "arrival": { "time": "1771434234" }, "departure": { "time": "1771434234" }, "stopId": "POIREL", "stopSequence": 27 }, { "arrival": { "time": "1771434295" }, "departure": { "time": "1771434295" }, "stopId": "PONTNOIR", "stopSequence": 28 }, { "arrival": { "time": "1771434334" }, "departure": { "time": "1771434334" }, "stopId": "SEMARD", "stopSequence": 29 }, { "arrival": { "time": "1771434158" }, "departure": { "time": "1771434158" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 30 }, { "arrival": { "time": "1771434203" }, "departure": { "time": "1771434203" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 31 }, { "arrival": { "time": "1771434252" }, "departure": { "time": "1771434252" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 32 }, { "arrival": { "time": "1771434362" }, "stopId": "GAREPAPI", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "22", "tripId": "6054000" } } }, { "id": "trip:6257595", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771434180" }, "stopId": "TRELGARE", "stopSequence": 0 }, { "arrival": { "time": "1771434223" }, "departure": { "time": "1771434223" }, "stopId": "MALEMBAR", "stopSequence": 1 }, { "arrival": { "time": "1771434276" }, "departure": { "time": "1771434276" }, "stopId": "DEGAULLE", "stopSequence": 2 }, { "arrival": { "time": "1771434318" }, "departure": { "time": "1771434318" }, "stopId": "BAHONNEA", "stopSequence": 3 }, { "arrival": { "time": "1771434420" }, "departure": { "time": "1771434420" }, "stopId": "SLEZIND", "stopSequence": 4 }, { "arrival": { "time": "1771434482" }, "departure": { "time": "1771434482" }, "stopId": "GENTRIC", "stopSequence": 5 }, { "arrival": { "time": "1771434553" }, "departure": { "time": "1771434553" }, "stopId": "DAUTEL", "stopSequence": 6 }, { "arrival": { "time": "1771434573" }, "departure": { "time": "1771434573" }, "stopId": "BUISSON", "stopSequence": 7 }, { "arrival": { "time": "1771434614" }, "departure": { "time": "1771434614" }, "stopId": "PYRAM02", "stopSequence": 8 }, { "arrival": { "time": "1771434660" }, "departure": { "time": "1771434660" }, "stopId": "MORLONG", "stopSequence": 9 }, { "arrival": { "time": "1771434693" }, "departure": { "time": "1771434693" }, "stopId": "BOURSE", "stopSequence": 10 }, { "arrival": { "time": "1771434740" }, "departure": { "time": "1771434740" }, "stopId": "RIOTTEAU", "stopSequence": 11 }, { "arrival": { "time": "1771434779" }, "departure": { "time": "1771434779" }, "stopId": "ALLUMETT", "stopSequence": 12 }, { "arrival": { "time": "1771434831" }, "departure": { "time": "1771434831" }, "stopId": "DAGUERRE", "stopSequence": 13 }, { "arrival": { "time": "1771434880" }, "departure": { "time": "1771434880" }, "stopId": "LEOLAGRA", "stopSequence": 14 }, { "arrival": { "time": "1771434930" }, "departure": { "time": "1771434930" }, "stopId": "VDLOIRE", "stopSequence": 15 }, { "arrival": { "time": "1771435023" }, "departure": { "time": "1771435023" }, "stopId": "ECLATERI", "stopSequence": 16 }, { "arrival": { "time": "1771434960" }, "departure": { "time": "1771434960" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 17 }, { "arrival": { "time": "1771435011" }, "departure": { "time": "1771435011" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 18 }, { "arrival": { "time": "1771435083" }, "departure": { "time": "1771435083" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 19 }, { "arrival": { "time": "1771435149" }, "departure": { "time": "1771435149" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS", "stopSequence": 20 }, { "arrival": { "time": "1771435127" }, "departure": { "time": "1771435127" }, "stopId": "JUSTICES", "stopSequence": 21 }, { "arrival": { "time": "1771435166" }, "departure": { "time": "1771435166" }, "stopId": "DELACROI", "stopSequence": 22 }, { "arrival": { "time": "1771435237" }, "departure": { "time": "1771435237" }, "stopId": "SAUMUROI", "stopSequence": 23 }, { "arrival": { "time": "1771435318" }, "departure": { "time": "1771435318" }, "stopId": "INTERMIL", "stopSequence": 24 }, { "arrival": { "time": "1771435377" }, "departure": { "time": "1771435377" }, "stopId": "HAUTPRES", "stopSequence": 25 }, { "arrival": { "time": "1771435424" }, "departure": { "time": "1771435424" }, "stopId": "DELATTRE", "stopSequence": 26 }, { "arrival": { "time": "1771435483" }, "departure": { "time": "1771435483" }, "stopId": "MORELLIE", "stopSequence": 27 }, { "arrival": { "time": "1771435524" }, "departure": { "time": "1771435524" }, "stopId": "LORETTE", "stopSequence": 28 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257595" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1771431994" } }