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

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%
19/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 19/02/2026 à 05h23 Europe/Paris.

trip_updates (62) 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 19/02/2026 à 05h23 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "trip:6257522", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477620" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1771477656" }, "departure": { "time": "1771477656" }, "stopId": "COTTAGE", "stopSequence": 1 }, { "arrival": { "time": "1771477713" }, "departure": { "time": "1771477713" }, "stopId": "DUBELL-2", "stopSequence": 2 }, { "arrival": { "time": "1771477740" }, "departure": { "time": "1771477740" }, "stopId": "BOISABBE", "stopSequence": 3 }, { "arrival": { "time": "1771477776" }, "departure": { "time": "1771477776" }, "stopId": "DEBUSSY", "stopSequence": 4 }, { "arrival": { "time": "1771477822" }, "departure": { "time": "1771477822" }, "stopId": "HOTELLER", "stopSequence": 5 }, { "arrival": { "time": "1771477860" }, "departure": { "time": "1771477860" }, "stopId": "INDUSTRI", "stopSequence": 6 }, { "arrival": { "time": "1771477928" }, "departure": { "time": "1771477928" }, "stopId": "SAVOIE", "stopSequence": 7 }, { "arrival": { "time": "1771477986" }, "departure": { "time": "1771477986" }, "stopId": "DOYENNE", "stopSequence": 8 }, { "arrival": { "time": "1771478046" }, "departure": { "time": "1771478046" }, "stopId": "CITESOLI", "stopSequence": 9 }, { "arrival": { "time": "1771478108" }, "departure": { "time": "1771478108" }, "stopId": "RAMON-E", "stopSequence": 10 }, { "arrival": { "time": "1771478364" }, "departure": { "time": "1771478364" }, "stopId": "MIMOSAS", "stopSequence": 14 }, { "arrival": { "time": "1771478430" }, "departure": { "time": "1771478430" }, "stopId": "BRISEPOT", "stopSequence": 15 }, { "arrival": { "time": "1771478481" }, "departure": { "time": "1771478481" }, "stopId": "DESJARDI", "stopSequence": 16 }, { "arrival": { "time": "1771478523" }, "departure": { "time": "1771478523" }, "stopId": "MACE", "stopSequence": 17 }, { "arrival": { "time": "1771478552" }, "departure": { "time": "1771478552" }, "stopId": "LUTIN", "stopSequence": 18 }, { "arrival": { "time": "1771478160" }, "departure": { "time": "1771478160" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCITR", "stopSequence": 21 }, { "arrival": { "time": "1771478215" }, "departure": { "time": "1771478215" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE", "stopSequence": 22 }, { "arrival": { "time": "1771478324" }, "departure": { "time": "1771478324" }, "scheduleRelationship": "SKIPPED", "stopId": "FACUL-SS", "stopSequence": 23 }, { "arrival": { "time": "1771478340" }, "departure": { "time": "1771478340" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAINE", "stopSequence": 24 }, { "arrival": { "time": "1771478447" }, "departure": { "time": "1771478447" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257522" } } }, { "id": "trip:6537737", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771475070" }, "stopId": "1VERN", "stopSequence": 0 }, { "arrival": { "time": "1771475160" }, "departure": { "time": "1771475160" }, "stopId": "1HSAU", "stopSequence": 1 }, { "arrival": { "time": "1771475280" }, "departure": { "time": "1771475280" }, "stopId": "1JMOU", "stopSequence": 2 }, { "arrival": { "time": "1771475360" }, "departure": { "time": "1771475360" }, "stopId": "1CAPU", "stopSequence": 3 }, { "arrival": { "time": "1771475480" }, "departure": { "time": "1771475480" }, "stopId": "1HOPA", "stopSequence": 4 }, { "arrival": { "time": "1771475570" }, "departure": { "time": "1771475570" }, "stopId": "1BMAI", "stopSequence": 5 }, { "arrival": { "time": "1771475690" }, "departure": { "time": "1771475690" }, "stopId": "1STSE", "stopSequence": 6 }, { "arrival": { "time": "1771475800" }, "departure": { "time": "1771475800" }, "stopId": "1CECO", "stopSequence": 7 }, { "arrival": { "time": "1771475900" }, "departure": { "time": "1771475900" }, "stopId": "1HDVA", "stopSequence": 8 }, { "arrival": { "time": "1771475970" }, "departure": { "time": "1771475970" }, "stopId": "1FMBL", "stopSequence": 9 }, { "arrival": { "time": "1771476040" }, "departure": { "time": "1771476040" }, "stopId": "1HARA", "stopSequence": 10 }, { "arrival": { "time": "1771476150" }, "departure": { "time": "1771476150" }, "stopId": "1LGAR", "stopSequence": 11 }, { "arrival": { "time": "1771476240" }, "departure": { "time": "1771476240" }, "stopId": "1LAFA", "stopSequence": 12 }, { "arrival": { "time": "1771476340" }, "departure": { "time": "1771476340" }, "stopId": "1STRA", "stopSequence": 13 }, { "arrival": { "time": "1771476440" }, "departure": { "time": "1771476440" }, "stopId": "1BAMA", "stopSequence": 14 }, { "arrival": { "time": "1771476550" }, "departure": { "time": "1771476550" }, "stopId": "1JE23", "stopSequence": 15 }, { "arrival": { "time": "1771476660" }, "departure": { "time": "1771476660" }, "stopId": "1JVIL", "stopSequence": 16 }, { "arrival": { "time": "1771476780" }, "stopId": "1ANRO", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6537737" } } }, { "id": "trip:6258242", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771478107" }, "departure": { "time": "1771478107" }, "scheduleRelationship": "SKIPPED", "stopId": "GDPRESSO", "stopSequence": 2 }, { "arrival": { "time": "1771478151" }, "departure": { "time": "1771478151" }, "scheduleRelationship": "SKIPPED", "stopId": "BARBOTER", "stopSequence": 3 }, { "arrival": { "time": "1771478198" }, "departure": { "time": "1771478198" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTENE", "stopSequence": 4 }, { "arrival": { "time": "1771478259" }, "departure": { "time": "1771478259" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERIGN", "stopSequence": 5 }, { "arrival": { "time": "1771478318" }, "departure": { "time": "1771478318" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUET", "stopSequence": 6 }, { "arrival": { "time": "1771478357" }, "departure": { "time": "1771478357" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET", "stopSequence": 7 }, { "arrival": { "time": "1771478417" }, "departure": { "time": "1771478417" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE", "stopSequence": 8 }, { "arrival": { "time": "1771478469" }, "departure": { "time": "1771478469" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE", "stopSequence": 9 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258242" } } }, { "id": "trip:6257553", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477980" }, "stopId": "SLEZIND", "stopSequence": 0 }, { "arrival": { "time": "1771478027" }, "departure": { "time": "1771478027" }, "stopId": "GENTRIC", "stopSequence": 1 }, { "arrival": { "time": "1771478080" }, "departure": { "time": "1771478080" }, "stopId": "DAUTEL", "stopSequence": 2 }, { "arrival": { "time": "1771478095" }, "departure": { "time": "1771478095" }, "stopId": "BUISSON", "stopSequence": 3 }, { "arrival": { "time": "1771478126" }, "departure": { "time": "1771478126" }, "stopId": "PYRAM02", "stopSequence": 4 }, { "arrival": { "time": "1771478160" }, "departure": { "time": "1771478160" }, "stopId": "MORLONG", "stopSequence": 5 }, { "arrival": { "time": "1771478187" }, "departure": { "time": "1771478187" }, "stopId": "BOURSE", "stopSequence": 6 }, { "arrival": { "time": "1771478224" }, "departure": { "time": "1771478224" }, "stopId": "RIOTTEAU", "stopSequence": 7 }, { "arrival": { "time": "1771478255" }, "departure": { "time": "1771478255" }, "stopId": "ALLUMETT", "stopSequence": 8 }, { "arrival": { "time": "1771478296" }, "departure": { "time": "1771478296" }, "stopId": "DAGUERRE", "stopSequence": 9 }, { "arrival": { "time": "1771478335" }, "departure": { "time": "1771478335" }, "stopId": "LEOLAGRA", "stopSequence": 10 }, { "arrival": { "time": "1771478382" }, "departure": { "time": "1771478382" }, "stopId": "VDLOIRE", "stopSequence": 11 }, { "arrival": { "time": "1771478475" }, "departure": { "time": "1771478475" }, "stopId": "ECLATERI", "stopSequence": 12 }, { "arrival": { "time": "1771478400" }, "departure": { "time": "1771478400" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 13 }, { "arrival": { "time": "1771478451" }, "departure": { "time": "1771478451" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 14 }, { "arrival": { "time": "1771478523" }, "departure": { "time": "1771478523" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 15 }, { "arrival": { "time": "1771478579" }, "departure": { "time": "1771478579" }, "stopId": "JUSTICES", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257553" } } }, { "id": "trip:6257735", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476360" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771476461" }, "departure": { "time": "1771476461" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771476530" }, "departure": { "time": "1771476530" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771476600" }, "departure": { "time": "1771476600" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771476634" }, "departure": { "time": "1771476634" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771476680" }, "departure": { "time": "1771476680" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771476739" }, "departure": { "time": "1771476739" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771476777" }, "departure": { "time": "1771476777" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771476840" }, "departure": { "time": "1771476840" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771476889" }, "departure": { "time": "1771476889" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771476930" }, "departure": { "time": "1771476930" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771476958" }, "departure": { "time": "1771476958" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771477042" }, "departure": { "time": "1771477042" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771477080" }, "departure": { "time": "1771477080" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771477205" }, "departure": { "time": "1771477205" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771477320" }, "departure": { "time": "1771477500" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771477574" }, "departure": { "time": "1771477574" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771477609" }, "departure": { "time": "1771477609" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771477692" }, "departure": { "time": "1771477692" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771477794" }, "departure": { "time": "1771477794" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771477860" }, "departure": { "time": "1771477860" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771477901" }, "departure": { "time": "1771477901" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771478141" }, "departure": { "time": "1771478141" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771478201" }, "departure": { "time": "1771478201" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771478235" }, "departure": { "time": "1771478235" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771478272" }, "departure": { "time": "1771478272" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771478330" }, "departure": { "time": "1771478330" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771478366" }, "departure": { "time": "1771478366" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771478401" }, "departure": { "time": "1771478401" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771478445" }, "departure": { "time": "1771478445" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771478501" }, "departure": { "time": "1771478501" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771478530" }, "departure": { "time": "1771478530" }, "stopId": "WIGAN-E", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257735" } } }, { "id": "trip:6537731", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771474954" }, "departure": { "time": "1771474962" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771475080" }, "departure": { "time": "1771475080" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771475280" }, "departure": { "time": "1771475280" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771475380" }, "departure": { "time": "1771475380" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771475553" }, "departure": { "time": "1771475553" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771475639" }, "departure": { "time": "1771475639" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771475720" }, "stopId": "1MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6537731" } } }, { "id": "trip:6257780", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476060" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771476070" }, "departure": { "time": "1771476070" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771476180" }, "departure": { "time": "1771476180" }, "stopId": "CCMOLIER", "stopSequence": 2 }, { "arrival": { "time": "1771476229" }, "departure": { "time": "1771476229" }, "stopId": "AAQUITN", "stopSequence": 3 }, { "arrival": { "time": "1771476263" }, "departure": { "time": "1771476263" }, "stopId": "SHEAKSPE", "stopSequence": 4 }, { "arrival": { "time": "1771476329" }, "departure": { "time": "1771476329" }, "stopId": "WIGAN", "stopSequence": 5 }, { "arrival": { "time": "1771476360" }, "departure": { "time": "1771476360" }, "stopId": "GRESILLE", "stopSequence": 6 }, { "arrival": { "time": "1771476399" }, "departure": { "time": "1771476399" }, "stopId": "PROUDHON", "stopSequence": 7 }, { "arrival": { "time": "1771476461" }, "departure": { "time": "1771476461" }, "stopId": "VALLO", "stopSequence": 8 }, { "arrival": { "time": "1771476492" }, "departure": { "time": "1771476492" }, "stopId": "MONTECLA", "stopSequence": 9 }, { "arrival": { "time": "1771476527" }, "departure": { "time": "1771476527" }, "stopId": "DELESCL", "stopSequence": 10 }, { "arrival": { "time": "1771476583" }, "departure": { "time": "1771476583" }, "stopId": "JEMONNET", "stopSequence": 11 }, { "arrival": { "time": "1771476630" }, "departure": { "time": "1771476630" }, "stopId": "MAISLA-E", "stopSequence": 12 }, { "arrival": { "time": "1771476662" }, "departure": { "time": "1771476662" }, "stopId": "PERUSS-E", "stopSequence": 13 }, { "arrival": { "time": "1771476720" }, "departure": { "time": "1771476720" }, "stopId": "GDMAINE", "stopSequence": 14 }, { "arrival": { "time": "1771477161" }, "departure": { "time": "1771477161" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771477223" }, "departure": { "time": "1771477223" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771477300" }, "departure": { "time": "1771477300" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771477334" }, "departure": { "time": "1771477334" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771477395" }, "departure": { "time": "1771477395" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771477434" }, "departure": { "time": "1771477434" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771476960" }, "departure": { "time": "1771476960" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771477000" }, "departure": { "time": "1771477000" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771477044" }, "departure": { "time": "1771477044" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771477473" }, "departure": { "time": "1771477473" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1771477503" }, "departure": { "time": "1771477503" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1771477594" }, "departure": { "time": "1771477594" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771477658" }, "departure": { "time": "1771477658" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771477696" }, "departure": { "time": "1771477696" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1771477825" }, "departure": { "time": "1771477825" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1771477936" }, "departure": { "time": "1771477936" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1771477973" }, "departure": { "time": "1771477973" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1771478052" }, "departure": { "time": "1771478052" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1771478096" }, "departure": { "time": "1771478096" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1771478125" }, "departure": { "time": "1771478125" }, "stopId": "DESJAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771478176" }, "departure": { "time": "1771478176" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1771478244" }, "departure": { "time": "1771478244" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1771478278" }, "departure": { "time": "1771478278" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771478353" }, "departure": { "time": "1771478353" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771478380" }, "departure": { "time": "1771478380" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771478416" }, "departure": { "time": "1771478416" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771478517" }, "departure": { "time": "1771478517" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771478588" }, "departure": { "time": "1771478588" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771478701" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257780" } } }, { "id": "trip:6258425", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476900" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1771476982" }, "departure": { "time": "1771476982" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1771477005" }, "departure": { "time": "1771477005" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1771477045" }, "departure": { "time": "1771477045" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1771477102" }, "departure": { "time": "1771477102" }, "stopId": "CLOSNEUF", "stopSequence": 4 }, { "arrival": { "time": "1771477159" }, "departure": { "time": "1771477159" }, "stopId": "HOSGEMME", "stopSequence": 5 }, { "arrival": { "time": "1771477204" }, "departure": { "time": "1771477204" }, "stopId": "MASGEMME", "stopSequence": 6 }, { "arrival": { "time": "1771477262" }, "departure": { "time": "1771477262" }, "stopId": "LOUPINO", "stopSequence": 7 }, { "arrival": { "time": "1771477329" }, "departure": { "time": "1771477329" }, "stopId": "LESROSES", "stopSequence": 8 }, { "arrival": { "time": "1771477380" }, "departure": { "time": "1771477380" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1771477402" }, "departure": { "time": "1771477402" }, "stopId": "BELOEIL", "stopSequence": 10 }, { "arrival": { "time": "1771477462" }, "departure": { "time": "1771477462" }, "stopId": "JOLIVETT", "stopSequence": 11 }, { "arrival": { "time": "1771477483" }, "departure": { "time": "1771477483" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1771477552" }, "departure": { "time": "1771477552" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1771477589" }, "departure": { "time": "1771477589" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1771477639" }, "departure": { "time": "1771477639" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1771477669" }, "departure": { "time": "1771477669" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1771477706" }, "departure": { "time": "1771477706" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1771477740" }, "departure": { "time": "1771477740" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1771477833" }, "departure": { "time": "1771477833" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1771477889" }, "departure": { "time": "1771477889" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1771477936" }, "departure": { "time": "1771477936" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1771477969" }, "departure": { "time": "1771477969" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1771478028" }, "departure": { "time": "1771478028" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1771478066" }, "departure": { "time": "1771478066" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1771478100" }, "departure": { "time": "1771478100" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1771478311" }, "departure": { "time": "1771478311" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771478371" }, "departure": { "time": "1771478371" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771478460" }, "departure": { "time": "1771478520" }, "stopId": "LOHUIT", "stopSequence": 28 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258425" } } }, { "id": "trip:6543997", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476720" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771476757" }, "departure": { "time": "1771476757" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771476932" }, "departure": { "time": "1771476932" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771476960" }, "departure": { "time": "1771476960" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771477080" }, "departure": { "time": "1771477080" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771477163" }, "departure": { "time": "1771477163" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771477260" }, "departure": { "time": "1771477260" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771477380" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6543997" } } }, { "id": "trip:6537738", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771475490" }, "stopId": "1VERN", "stopSequence": 0 }, { "arrival": { "time": "1771475580" }, "departure": { "time": "1771475580" }, "stopId": "1HSAU", "stopSequence": 1 }, { "arrival": { "time": "1771475700" }, "departure": { "time": "1771475700" }, "stopId": "1JMOU", "stopSequence": 2 }, { "arrival": { "time": "1771475780" }, "departure": { "time": "1771475780" }, "stopId": "1CAPU", "stopSequence": 3 }, { "arrival": { "time": "1771475900" }, "departure": { "time": "1771475900" }, "stopId": "1HOPA", "stopSequence": 4 }, { "arrival": { "time": "1771475990" }, "departure": { "time": "1771475990" }, "stopId": "1BMAI", "stopSequence": 5 }, { "arrival": { "time": "1771476110" }, "departure": { "time": "1771476110" }, "stopId": "1STSE", "stopSequence": 6 }, { "arrival": { "time": "1771476220" }, "departure": { "time": "1771476220" }, "stopId": "1CECO", "stopSequence": 7 }, { "arrival": { "time": "1771476320" }, "departure": { "time": "1771476320" }, "stopId": "1HDVA", "stopSequence": 8 }, { "arrival": { "time": "1771476390" }, "departure": { "time": "1771476390" }, "stopId": "1FMBL", "stopSequence": 9 }, { "arrival": { "time": "1771476460" }, "departure": { "time": "1771476460" }, "stopId": "1HARA", "stopSequence": 10 }, { "arrival": { "time": "1771476570" }, "departure": { "time": "1771476570" }, "stopId": "1LGAR", "stopSequence": 11 }, { "arrival": { "time": "1771476660" }, "departure": { "time": "1771476660" }, "stopId": "1LAFA", "stopSequence": 12 }, { "arrival": { "time": "1771476760" }, "departure": { "time": "1771476760" }, "stopId": "1STRA", "stopSequence": 13 }, { "arrival": { "time": "1771476860" }, "departure": { "time": "1771476860" }, "stopId": "1BAMA", "stopSequence": 14 }, { "arrival": { "time": "1771476970" }, "departure": { "time": "1771476970" }, "stopId": "1JE23", "stopSequence": 15 }, { "arrival": { "time": "1771477080" }, "departure": { "time": "1771477080" }, "stopId": "1JVIL", "stopSequence": 16 }, { "arrival": { "time": "1771477200" }, "stopId": "1ANRO", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6537738" } } }, { "id": "trip:6544416", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477140" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771477260" }, "departure": { "time": "1771477260" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771477382" }, "departure": { "time": "1771477382" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771477440" }, "departure": { "time": "1771477440" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771477492" }, "departure": { "time": "1771477492" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771477553" }, "departure": { "time": "1771477553" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771477599" }, "departure": { "time": "1771477599" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771477740" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544416" } } }, { "id": "trip:6260050", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476300" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771476340" }, "departure": { "time": "1771476340" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771476371" }, "departure": { "time": "1771476371" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771476393" }, "departure": { "time": "1771476393" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771476433" }, "departure": { "time": "1771476433" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771476472" }, "departure": { "time": "1771476472" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771476509" }, "departure": { "time": "1771476509" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771476751" }, "departure": { "time": "1771476751" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771476853" }, "departure": { "time": "1771476853" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771476819" }, "departure": { "time": "1771476819" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771476882" }, "departure": { "time": "1771476882" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771476931" }, "departure": { "time": "1771476931" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771476983" }, "departure": { "time": "1771476983" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771477035" }, "departure": { "time": "1771477035" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771477128" }, "departure": { "time": "1771477128" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771477117" }, "departure": { "time": "1771477117" }, "stopId": "P-ANJO-E", "stopSequence": 16 }, { "arrival": { "time": "1771477176" }, "departure": { "time": "1771477176" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1771477248" }, "departure": { "time": "1771477248" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1771477296" }, "departure": { "time": "1771477296" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1771477367" }, "departure": { "time": "1771477367" }, "stopId": "PETVIVIE", "stopSequence": 20 }, { "arrival": { "time": "1771477443" }, "departure": { "time": "1771477443" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1771477477" }, "departure": { "time": "1771477477" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1771477582" }, "departure": { "time": "1771477582" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1771477628" }, "departure": { "time": "1771477628" }, "stopId": "LACDMAIN", "stopSequence": 24 }, { "arrival": { "time": "1771477674" }, "departure": { "time": "1771477674" }, "stopId": "MAISENVI", "stopSequence": 25 }, { "arrival": { "time": "1771477716" }, "departure": { "time": "1771477716" }, "stopId": "PERUSSAI", "stopSequence": 26 }, { "arrival": { "time": "1771477745" }, "departure": { "time": "1771477745" }, "stopId": "MAISLAC", "stopSequence": 27 }, { "arrival": { "time": "1771477777" }, "departure": { "time": "1771477777" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1771477903" }, "departure": { "time": "1771477903" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1771477961" }, "departure": { "time": "1771477961" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1771478021" }, "departure": { "time": "1771478021" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1771478071" }, "departure": { "time": "1771478071" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1771478132" }, "departure": { "time": "1771478132" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1771478198" }, "departure": { "time": "1771478198" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1771478261" }, "departure": { "time": "1771478261" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1771478320" }, "departure": { "time": "1771478320" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1771478406" }, "departure": { "time": "1771478406" }, "stopId": "FARCYSJA", "stopSequence": 37 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260050" } } }, { "id": "trip:6258130", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477500" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1771477539" }, "departure": { "time": "1771477539" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771477577" }, "departure": { "time": "1771477577" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1771477632" }, "departure": { "time": "1771477632" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771477685" }, "departure": { "time": "1771477685" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771477800" }, "departure": { "time": "1771477800" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1771477863" }, "departure": { "time": "1771477863" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771477927" }, "departure": { "time": "1771477927" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771477980" }, "departure": { "time": "1771477980" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771478072" }, "departure": { "time": "1771478072" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771478172" }, "departure": { "time": "1771478172" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771478212" }, "departure": { "time": "1771478212" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771478244" }, "departure": { "time": "1771478244" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771478310" }, "departure": { "time": "1771478310" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771478387" }, "departure": { "time": "1771478387" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771478460" }, "departure": { "time": "1771478460" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771478542" }, "departure": { "time": "1771478542" }, "stopId": "ESPACE5A", "stopSequence": 16 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258130" } } }, { "id": "trip:6258240", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771475767" }, "departure": { "time": "1771475767" }, "scheduleRelationship": "SKIPPED", "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1771475811" }, "departure": { "time": "1771475811" }, "scheduleRelationship": "SKIPPED", "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1771475858" }, "departure": { "time": "1771475858" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1771475919" }, "departure": { "time": "1771475919" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1771475978" }, "departure": { "time": "1771475978" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1771476017" }, "departure": { "time": "1771476017" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET", "stopSequence": 6 }, { "arrival": { "time": "1771476077" }, "departure": { "time": "1771476077" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE", "stopSequence": 7 }, { "arrival": { "time": "1771476129" }, "departure": { "time": "1771476129" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE", "stopSequence": 8 }, { "arrival": { "time": "1771476189" }, "departure": { "time": "1771476189" }, "stopId": "PONTSCEM", "stopSequence": 9 }, { "arrival": { "time": "1771476237" }, "departure": { "time": "1771476237" }, "stopId": "BELPOULE", "stopSequence": 10 }, { "arrival": { "time": "1771476299" }, "departure": { "time": "1771476299" }, "stopId": "AUTHION", "stopSequence": 11 }, { "arrival": { "time": "1771476349" }, "departure": { "time": "1771476349" }, "stopId": "PATUREAU", "stopSequence": 13 }, { "arrival": { "time": "1771476436" }, "departure": { "time": "1771476436" }, "stopId": "GENDRON", "stopSequence": 14 }, { "arrival": { "time": "1771476506" }, "departure": { "time": "1771476506" }, "stopId": "RUELLES", "stopSequence": 15 }, { "arrival": { "time": "1771476549" }, "departure": { "time": "1771476549" }, "stopId": "SABLONS", "stopSequence": 16 }, { "arrival": { "time": "1771476586" }, "departure": { "time": "1771476586" }, "stopId": "TROPAROI", "stopSequence": 17 }, { "arrival": { "time": "1771476729" }, "departure": { "time": "1771476729" }, "stopId": "ALLARD", "stopSequence": 18 }, { "arrival": { "time": "1771476805" }, "departure": { "time": "1771476805" }, "stopId": "DELATTAS", "stopSequence": 19 }, { "arrival": { "time": "1771476914" }, "departure": { "time": "1771476914" }, "stopId": "ESA", "stopSequence": 20 }, { "arrival": { "time": "1771476975" }, "departure": { "time": "1771476975" }, "stopId": "RABELAI", "stopSequence": 21 }, { "arrival": { "time": "1771477029" }, "departure": { "time": "1771477029" }, "stopId": "ALEROY", "stopSequence": 22 }, { "arrival": { "time": "1771477120" }, "departure": { "time": "1771477120" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771477148" }, "departure": { "time": "1771477148" }, "stopId": "HARAS", "stopSequence": 24 }, { "arrival": { "time": "1771477204" }, "departure": { "time": "1771477204" }, "stopId": "STAUBIN", "stopSequence": 25 }, { "arrival": { "time": "1771477331" }, "departure": { "time": "1771477500" }, "stopId": "LORRAIN1", "stopSequence": 26 }, { "arrival": { "time": "1771477592" }, "departure": { "time": "1771477592" }, "stopId": "MENDES-E", "stopSequence": 27 }, { "arrival": { "time": "1771477715" }, "departure": { "time": "1771477715" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771477765" }, "departure": { "time": "1771477765" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771477789" }, "departure": { "time": "1771477789" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771477831" }, "departure": { "time": "1771477831" }, "stopId": "LICES", "stopSequence": 31 }, { "arrival": { "time": "1771477880" }, "departure": { "time": "1771477880" }, "stopId": "CCI-E", "stopSequence": 32 }, { "arrival": { "time": "1771477918" }, "departure": { "time": "1771477918" }, "stopId": "CHDARR-E", "stopSequence": 33 }, { "arrival": { "time": "1771478033" }, "departure": { "time": "1771478033" }, "stopId": "LEQUAI-E", "stopSequence": 34 }, { "arrival": { "time": "1771478073" }, "departure": { "time": "1771478073" }, "stopId": "DUMESN-E", "stopSequence": 35 }, { "arrival": { "time": "1771478088" }, "departure": { "time": "1771478088" }, "stopId": "MONPR-E", "stopSequence": 36 }, { "arrival": { "time": "1771477761" }, "departure": { "time": "1771477761" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERG-E", "stopSequence": 37 }, { "arrival": { "time": "1771477920" }, "departure": { "time": "1771477920" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCHEF-E", "stopSequence": 38 }, { "arrival": { "time": "1771477994" }, "departure": { "time": "1771477994" }, "scheduleRelationship": "SKIPPED", "stopId": "HOTDIE-E", "stopSequence": 39 }, { "arrival": { "time": "1771478036" }, "departure": { "time": "1771478036" }, "scheduleRelationship": "SKIPPED", "stopId": "BICHDA-E", "stopSequence": 40 }, { "arrival": { "time": "1771478100" }, "departure": { "time": "1771478100" }, "scheduleRelationship": "SKIPPED", "stopId": "DESCAZEA", "stopSequence": 41 }, { "arrival": { "time": "1771478196" }, "departure": { "time": "1771478196" }, "stopId": "CIOUES-E", "stopSequence": 42 }, { "arrival": { "time": "1771478248" }, "departure": { "time": "1771478248" }, "stopId": "POMONE-E", "stopSequence": 43 }, { "arrival": { "time": "1771478287" }, "departure": { "time": "1771478287" }, "stopId": "REVERI-E", "stopSequence": 44 }, { "arrival": { "time": "1771478353" }, "departure": { "time": "1771478353" }, "stopId": "MEIGNA-E", "stopSequence": 45 }, { "arrival": { "time": "1771478386" }, "departure": { "time": "1771478386" }, "stopId": "VALOR-E", "stopSequence": 46 }, { "arrival": { "time": "1771478409" }, "departure": { "time": "1771478409" }, "stopId": "CLINIQ-E", "stopSequence": 47 }, { "arrival": { "time": "1771478443" }, "departure": { "time": "1771478443" }, "stopId": "GRANDM-E", "stopSequence": 48 }, { "arrival": { "time": "1771478480" }, "departure": { "time": "1771478480" }, "stopId": "MAISDA-E", "stopSequence": 49 }, { "arrival": { "time": "1771478514" }, "departure": { "time": "1771478514" }, "stopId": "CHMART-E", "stopSequence": 50 }, { "arrival": { "time": "1771478546" }, "departure": { "time": "1771478546" }, "stopId": "MLYAUT-E", "stopSequence": 51 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258240" } } }, { "id": "trip:6258090", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477620" }, "stopId": "DELATTRE", "stopSequence": 0 }, { "arrival": { "time": "1771477676" }, "departure": { "time": "1771477676" }, "stopId": "MORELLER", "stopSequence": 1 }, { "arrival": { "time": "1771477701" }, "departure": { "time": "1771477701" }, "stopId": "ARBORE-E", "stopSequence": 2 }, { "arrival": { "time": "1771477754" }, "departure": { "time": "1771477754" }, "stopId": "ORGEMO-E", "stopSequence": 3 }, { "arrival": { "time": "1771477800" }, "departure": { "time": "1771477800" }, "stopId": "NERUDA", "stopSequence": 4 }, { "arrival": { "time": "1771477832" }, "departure": { "time": "1771477832" }, "stopId": "ORGEMONT", "stopSequence": 5 }, { "arrival": { "time": "1771477866" }, "departure": { "time": "1771477866" }, "stopId": "FRCEVERT", "stopSequence": 6 }, { "arrival": { "time": "1771477895" }, "departure": { "time": "1771477895" }, "stopId": "APPENTIS", "stopSequence": 7 }, { "arrival": { "time": "1771477936" }, "departure": { "time": "1771477936" }, "stopId": "BOUTHOMA", "stopSequence": 8 }, { "arrival": { "time": "1771477980" }, "departure": { "time": "1771477980" }, "stopId": "ANRO-5A", "stopSequence": 9 }, { "arrival": { "time": "1771478044" }, "departure": { "time": "1771478044" }, "stopId": "DURVILLE", "stopSequence": 10 }, { "arrival": { "time": "1771478076" }, "departure": { "time": "1771478076" }, "stopId": "PALLACH", "stopSequence": 11 }, { "arrival": { "time": "1771478101" }, "departure": { "time": "1771478101" }, "stopId": "JULESV-E", "stopSequence": 12 }, { "arrival": { "time": "1771478153" }, "departure": { "time": "1771478153" }, "stopId": "JE23-E", "stopSequence": 13 }, { "arrival": { "time": "1771478201" }, "departure": { "time": "1771478201" }, "stopId": "CLAUDE-E", "stopSequence": 14 }, { "arrival": { "time": "1771478233" }, "departure": { "time": "1771478233" }, "stopId": "MAJUIN5A", "stopSequence": 15 }, { "arrival": { "time": "1771478282" }, "departure": { "time": "1771478282" }, "stopId": "MONTCA-E", "stopSequence": 16 }, { "arrival": { "time": "1771478340" }, "departure": { "time": "1771478340" }, "stopId": "GAUBOU5A", "stopSequence": 17 }, { "arrival": { "time": "1771478427" }, "departure": { "time": "1771478427" }, "stopId": "CTRETRI", "stopSequence": 18 }, { "arrival": { "time": "1771478507" }, "departure": { "time": "1771478507" }, "stopId": "EBLE", "stopSequence": 19 }, { "arrival": { "time": "1771478567" }, "departure": { "time": "1771478567" }, "stopId": "GENIE", "stopSequence": 20 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258090" } } }, { "id": "trip:6544905", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477920" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771478092" }, "departure": { "time": "1771478092" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771478200" }, "departure": { "time": "1771478200" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771478292" }, "departure": { "time": "1771478292" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771478370" }, "departure": { "time": "1771478370" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771478467" }, "departure": { "time": "1771478467" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771478560" }, "stopId": "3BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544905" } } }, { "id": "trip:6537739", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771478310" }, "stopId": "1VERN", "stopSequence": 0 }, { "arrival": { "time": "1771478400" }, "departure": { "time": "1771478400" }, "stopId": "1HSAU", "stopSequence": 1 }, { "arrival": { "time": "1771478520" }, "departure": { "time": "1771478520" }, "stopId": "1JMOU", "stopSequence": 2 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6537739" } } }, { "id": "trip:6257781", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477260" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771477270" }, "departure": { "time": "1771477270" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771477380" }, "departure": { "time": "1771477380" }, "stopId": "CCMOLIER", "stopSequence": 2 }, { "arrival": { "time": "1771477429" }, "departure": { "time": "1771477429" }, "stopId": "AAQUITN", "stopSequence": 3 }, { "arrival": { "time": "1771477463" }, "departure": { "time": "1771477463" }, "stopId": "SHEAKSPE", "stopSequence": 4 }, { "arrival": { "time": "1771477529" }, "departure": { "time": "1771477529" }, "stopId": "WIGAN", "stopSequence": 5 }, { "arrival": { "time": "1771477560" }, "departure": { "time": "1771477560" }, "stopId": "GRESILLE", "stopSequence": 6 }, { "arrival": { "time": "1771477599" }, "departure": { "time": "1771477599" }, "stopId": "PROUDHON", "stopSequence": 7 }, { "arrival": { "time": "1771477661" }, "departure": { "time": "1771477661" }, "stopId": "VALLO", "stopSequence": 8 }, { "arrival": { "time": "1771477692" }, "departure": { "time": "1771477692" }, "stopId": "MONTECLA", "stopSequence": 9 }, { "arrival": { "time": "1771477727" }, "departure": { "time": "1771477727" }, "stopId": "DELESCL", "stopSequence": 10 }, { "arrival": { "time": "1771477783" }, "departure": { "time": "1771477783" }, "stopId": "JEMONNET", "stopSequence": 11 }, { "arrival": { "time": "1771477830" }, "departure": { "time": "1771477830" }, "stopId": "MAISLA-E", "stopSequence": 12 }, { "arrival": { "time": "1771477862" }, "departure": { "time": "1771477862" }, "stopId": "PERUSS-E", "stopSequence": 13 }, { "arrival": { "time": "1771477920" }, "departure": { "time": "1771477920" }, "stopId": "GDMAINE", "stopSequence": 14 }, { "arrival": { "time": "1771478361" }, "departure": { "time": "1771478361" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771478423" }, "departure": { "time": "1771478423" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771478500" }, "departure": { "time": "1771478500" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771478534" }, "departure": { "time": "1771478534" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771478160" }, "departure": { "time": "1771478160" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771478200" }, "departure": { "time": "1771478200" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771478244" }, "departure": { "time": "1771478244" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257781" } } }, { "id": "trip:6257888", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476540" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771476576" }, "departure": { "time": "1771476576" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771476609" }, "departure": { "time": "1771476609" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771476668" }, "departure": { "time": "1771476668" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771476699" }, "departure": { "time": "1771476699" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771476759" }, "departure": { "time": "1771476759" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771476802" }, "departure": { "time": "1771476802" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771476840" }, "departure": { "time": "1771476840" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771476883" }, "departure": { "time": "1771476883" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771476912" }, "departure": { "time": "1771476912" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771476941" }, "departure": { "time": "1771476941" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771476968" }, "departure": { "time": "1771476968" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771477046" }, "departure": { "time": "1771477046" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771477077" }, "departure": { "time": "1771477077" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771477115" }, "departure": { "time": "1771477115" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771477140" }, "departure": { "time": "1771477140" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771477169" }, "departure": { "time": "1771477169" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771477200" }, "departure": { "time": "1771477200" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771477286" }, "departure": { "time": "1771477286" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771477324" }, "departure": { "time": "1771477324" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771477380" }, "departure": { "time": "1771477380" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771477430" }, "departure": { "time": "1771477430" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771477491" }, "departure": { "time": "1771477491" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771477557" }, "departure": { "time": "1771477557" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771477620" }, "departure": { "time": "1771477620" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771477670" }, "departure": { "time": "1771477670" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771477742" }, "departure": { "time": "1771477742" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771477806" }, "departure": { "time": "1771477806" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771477855" }, "departure": { "time": "1771477855" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771477893" }, "departure": { "time": "1771477893" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771477860" }, "departure": { "time": "1771477860" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771477936" }, "departure": { "time": "1771477936" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771477989" }, "departure": { "time": "1771477989" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771478040" }, "departure": { "time": "1771478040" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771478039" }, "departure": { "time": "1771478039" }, "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771478078" }, "departure": { "time": "1771478078" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771478121" }, "departure": { "time": "1771478121" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771478185" }, "departure": { "time": "1771478185" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771478216" }, "departure": { "time": "1771478216" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771478307" }, "departure": { "time": "1771478307" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771478367" }, "departure": { "time": "1771478367" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771478405" }, "departure": { "time": "1771478700" }, "stopId": "LOR-FO-A", "stopSequence": 42 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257888" } } }, { "id": "trip:6258698", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476480" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771476509" }, "departure": { "time": "1771476509" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771476560" }, "departure": { "time": "1771476560" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771476626" }, "departure": { "time": "1771476626" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771476720" }, "departure": { "time": "1771476720" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771476808" }, "departure": { "time": "1771476808" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771476847" }, "departure": { "time": "1771476847" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771476895" }, "departure": { "time": "1771476895" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771476948" }, "departure": { "time": "1771476948" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771477007" }, "departure": { "time": "1771477007" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771477080" }, "departure": { "time": "1771477080" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771477133" }, "departure": { "time": "1771477133" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771477201" }, "departure": { "time": "1771477201" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771477232" }, "departure": { "time": "1771477232" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771477284" }, "departure": { "time": "1771477284" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771477324" }, "departure": { "time": "1771477324" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771477386" }, "departure": { "time": "1771477386" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771477461" }, "departure": { "time": "1771477461" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771477515" }, "departure": { "time": "1771477515" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771477560" }, "departure": { "time": "1771477560" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771477605" }, "departure": { "time": "1771477605" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771477682" }, "departure": { "time": "1771477682" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771477770" }, "departure": { "time": "1771477770" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771477802" }, "departure": { "time": "1771477802" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771477860" }, "departure": { "time": "1771477860" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771477914" }, "departure": { "time": "1771477914" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771477950" }, "departure": { "time": "1771477950" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771478013" }, "departure": { "time": "1771478013" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771478060" }, "departure": { "time": "1771478060" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771478100" }, "departure": { "time": "1771478100" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771478212" }, "departure": { "time": "1771478212" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771478258" }, "departure": { "time": "1771478258" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771478321" }, "departure": { "time": "1771478321" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771478400" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258698" } } }, { "id": "trip:6258699", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477680" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771477709" }, "departure": { "time": "1771477709" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771477760" }, "departure": { "time": "1771477760" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771477826" }, "departure": { "time": "1771477826" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771477920" }, "departure": { "time": "1771477920" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771478008" }, "departure": { "time": "1771478008" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771478047" }, "departure": { "time": "1771478047" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771478095" }, "departure": { "time": "1771478095" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771478148" }, "departure": { "time": "1771478148" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771478207" }, "departure": { "time": "1771478207" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771478280" }, "departure": { "time": "1771478280" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771478333" }, "departure": { "time": "1771478333" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771478401" }, "departure": { "time": "1771478401" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771478432" }, "departure": { "time": "1771478432" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771478484" }, "departure": { "time": "1771478484" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771478524" }, "departure": { "time": "1771478524" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771478586" }, "departure": { "time": "1771478586" }, "stopId": "FRESNAIE", "stopSequence": 16 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258699" } } }, { "id": "trip:6537763", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476520" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771476640" }, "departure": { "time": "1771476640" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771476760" }, "departure": { "time": "1771476760" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771476890" }, "departure": { "time": "1771476890" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771477010" }, "departure": { "time": "1771477010" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771477110" }, "departure": { "time": "1771477110" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771477220" }, "departure": { "time": "1771477220" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771477320" }, "departure": { "time": "1771477320" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771477410" }, "departure": { "time": "1771477530" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771477630" }, "departure": { "time": "1771477630" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771477730" }, "departure": { "time": "1771477730" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771477820" }, "departure": { "time": "1771477820" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771477940" }, "departure": { "time": "1771477940" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771478040" }, "departure": { "time": "1771478040" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771478170" }, "departure": { "time": "1771478170" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771478260" }, "departure": { "time": "1771478260" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771478390" }, "departure": { "time": "1771478390" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771478490" }, "departure": { "time": "1771478490" }, "stopId": "2VERN", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6537763" } } }, { "id": "trip:6544901", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477920" }, "stopId": "2BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771478026" }, "departure": { "time": "1771478026" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771478140" }, "departure": { "time": "1771478140" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771478221" }, "departure": { "time": "1771478221" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771478314" }, "departure": { "time": "1771478314" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771478424" }, "departure": { "time": "1771478424" }, "stopId": "1FARC", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544901" } } }, { "id": "trip:6258697", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771475280" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771475309" }, "departure": { "time": "1771475309" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771475360" }, "departure": { "time": "1771475360" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771475426" }, "departure": { "time": "1771475426" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771475520" }, "departure": { "time": "1771475520" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771475608" }, "departure": { "time": "1771475608" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771475647" }, "departure": { "time": "1771475647" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771475695" }, "departure": { "time": "1771475695" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771475748" }, "departure": { "time": "1771475748" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771475807" }, "departure": { "time": "1771475807" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771475880" }, "departure": { "time": "1771475880" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771475933" }, "departure": { "time": "1771475933" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771476001" }, "departure": { "time": "1771476001" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771476032" }, "departure": { "time": "1771476032" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771476084" }, "departure": { "time": "1771476084" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771476124" }, "departure": { "time": "1771476124" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771476186" }, "departure": { "time": "1771476186" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771476261" }, "departure": { "time": "1771476261" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771476315" }, "departure": { "time": "1771476315" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771476360" }, "departure": { "time": "1771476360" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771476405" }, "departure": { "time": "1771476405" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771476482" }, "departure": { "time": "1771476482" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771476570" }, "departure": { "time": "1771476570" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771476602" }, "departure": { "time": "1771476602" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771476660" }, "departure": { "time": "1771476660" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771476714" }, "departure": { "time": "1771476714" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771476750" }, "departure": { "time": "1771476750" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771476813" }, "departure": { "time": "1771476813" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771476860" }, "departure": { "time": "1771476860" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771476900" }, "departure": { "time": "1771476900" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771477012" }, "departure": { "time": "1771477012" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771477058" }, "departure": { "time": "1771477058" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771477182" }, "departure": { "time": "1771477182" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771477261" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258697" } } }, { "id": "trip:6537759", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477880" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771477962" }, "departure": { "time": "1771477962" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771478048" }, "departure": { "time": "1771478048" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771478220" }, "departure": { "time": "1771478220" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771478297" }, "departure": { "time": "1771478297" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771478449" }, "departure": { "time": "1771478449" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771478540" }, "departure": { "time": "1771478540" }, "stopId": "2CONS", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6537759" } } }, { "id": "trip:6257736", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477560" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771477661" }, "departure": { "time": "1771477661" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771477730" }, "departure": { "time": "1771477730" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771477800" }, "departure": { "time": "1771477800" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771477834" }, "departure": { "time": "1771477834" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771477880" }, "departure": { "time": "1771477880" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771477939" }, "departure": { "time": "1771477939" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771477977" }, "departure": { "time": "1771477977" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771478040" }, "departure": { "time": "1771478040" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771478089" }, "departure": { "time": "1771478089" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771478130" }, "departure": { "time": "1771478130" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771478158" }, "departure": { "time": "1771478158" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771478242" }, "departure": { "time": "1771478242" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771478280" }, "departure": { "time": "1771478280" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771478405" }, "departure": { "time": "1771478405" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771478520" }, "departure": { "time": "1771478700" }, "stopId": "FO-LOR-R", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257736" } } }, { "id": "trip:6257889", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477740" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771477776" }, "departure": { "time": "1771477776" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771477809" }, "departure": { "time": "1771477809" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771477868" }, "departure": { "time": "1771477868" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771477899" }, "departure": { "time": "1771477899" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771477959" }, "departure": { "time": "1771477959" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771478002" }, "departure": { "time": "1771478002" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771478040" }, "departure": { "time": "1771478040" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771478083" }, "departure": { "time": "1771478083" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771478112" }, "departure": { "time": "1771478112" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771478141" }, "departure": { "time": "1771478141" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771478168" }, "departure": { "time": "1771478168" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771478246" }, "departure": { "time": "1771478246" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771478277" }, "departure": { "time": "1771478277" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771478315" }, "departure": { "time": "1771478315" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771478340" }, "departure": { "time": "1771478340" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771478369" }, "departure": { "time": "1771478369" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771478400" }, "departure": { "time": "1771478400" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771478486" }, "departure": { "time": "1771478486" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771478524" }, "departure": { "time": "1771478524" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771478580" }, "departure": { "time": "1771478580" }, "stopId": "CITEUNIV", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257889" } } }, { "id": "trip:6537736", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771474872" }, "departure": { "time": "1771474914" }, "stopId": "1STSE", "stopSequence": 6 }, { "arrival": { "time": "1771474958" }, "departure": { "time": "1771474958" }, "stopId": "1CECO", "stopSequence": 7 }, { "arrival": { "time": "1771475082" }, "departure": { "time": "1771475082" }, "stopId": "1HDVA", "stopSequence": 8 }, { "arrival": { "time": "1771475161" }, "departure": { "time": "1771475161" }, "stopId": "1FMBL", "stopSequence": 9 }, { "arrival": { "time": "1771475240" }, "departure": { "time": "1771475240" }, "stopId": "1HARA", "stopSequence": 10 }, { "arrival": { "time": "1771475359" }, "departure": { "time": "1771475359" }, "stopId": "1LGAR", "stopSequence": 11 }, { "arrival": { "time": "1771475458" }, "departure": { "time": "1771475458" }, "stopId": "1LAFA", "stopSequence": 12 }, { "arrival": { "time": "1771475567" }, "departure": { "time": "1771475567" }, "stopId": "1STRA", "stopSequence": 13 }, { "arrival": { "time": "1771475676" }, "departure": { "time": "1771475676" }, "stopId": "1BAMA", "stopSequence": 14 }, { "arrival": { "time": "1771475795" }, "departure": { "time": "1771475795" }, "stopId": "1JE23", "stopSequence": 15 }, { "arrival": { "time": "1771475914" }, "departure": { "time": "1771475914" }, "stopId": "1JVIL", "stopSequence": 16 }, { "arrival": { "time": "1771476043" }, "stopId": "1ANRO", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6537736" } } }, { "id": "trip:6544271", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477370" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771477480" }, "departure": { "time": "1771477480" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771477590" }, "departure": { "time": "1771477590" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771477710" }, "departure": { "time": "1771477710" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771477820" }, "departure": { "time": "1771477820" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771477910" }, "departure": { "time": "1771477910" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771478010" }, "departure": { "time": "1771478010" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771478100" }, "departure": { "time": "1771478100" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771478160" }, "departure": { "time": "1771478160" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771478260" }, "departure": { "time": "1771478260" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771478360" }, "departure": { "time": "1771478360" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771478450" }, "departure": { "time": "1771478450" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771478570" }, "departure": { "time": "1771478570" }, "stopId": "2BMAI", "stopSequence": 12 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544271" } } }, { "id": "trip:6543998", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477740" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771477777" }, "departure": { "time": "1771477777" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771477952" }, "departure": { "time": "1771477952" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771477980" }, "departure": { "time": "1771477980" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771478100" }, "departure": { "time": "1771478100" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771478183" }, "departure": { "time": "1771478183" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771478280" }, "departure": { "time": "1771478280" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771478400" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6543998" } } }, { "id": "trip:6258246", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771478160" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771478199" }, "departure": { "time": "1771478199" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771478239" }, "departure": { "time": "1771478239" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771478293" }, "departure": { "time": "1771478293" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771478340" }, "departure": { "time": "1771478340" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771478363" }, "departure": { "time": "1771478363" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771478400" }, "departure": { "time": "1771478400" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771478437" }, "departure": { "time": "1771478437" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771478490" }, "departure": { "time": "1771478490" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771478523" }, "departure": { "time": "1771478523" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771478581" }, "departure": { "time": "1771478581" }, "stopId": "BRASSENS", "stopSequence": 10 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258246" } } }, { "id": "trip:6257887", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771475340" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771475376" }, "departure": { "time": "1771475376" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771475409" }, "departure": { "time": "1771475409" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771475468" }, "departure": { "time": "1771475468" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771475499" }, "departure": { "time": "1771475499" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771475559" }, "departure": { "time": "1771475559" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771475602" }, "departure": { "time": "1771475602" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771475640" }, "departure": { "time": "1771475640" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771475683" }, "departure": { "time": "1771475683" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771475712" }, "departure": { "time": "1771475712" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771475741" }, "departure": { "time": "1771475741" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771475768" }, "departure": { "time": "1771475768" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771475846" }, "departure": { "time": "1771475846" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771475877" }, "departure": { "time": "1771475877" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771475915" }, "departure": { "time": "1771475915" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771475940" }, "departure": { "time": "1771475940" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771475969" }, "departure": { "time": "1771475969" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771476000" }, "departure": { "time": "1771476000" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771476086" }, "departure": { "time": "1771476086" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771476124" }, "departure": { "time": "1771476124" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771476180" }, "departure": { "time": "1771476180" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771476230" }, "departure": { "time": "1771476230" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771476291" }, "departure": { "time": "1771476291" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771476357" }, "departure": { "time": "1771476357" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771476420" }, "departure": { "time": "1771476420" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771476470" }, "departure": { "time": "1771476470" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771476542" }, "departure": { "time": "1771476542" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771476606" }, "departure": { "time": "1771476606" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771476655" }, "departure": { "time": "1771476655" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771476693" }, "departure": { "time": "1771476693" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771476660" }, "departure": { "time": "1771476660" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771476736" }, "departure": { "time": "1771476736" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771476789" }, "departure": { "time": "1771476789" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771476840" }, "departure": { "time": "1771476840" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771476848" }, "departure": { "time": "1771476848" }, "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771476888" }, "departure": { "time": "1771476888" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771476932" }, "departure": { "time": "1771476932" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771476988" }, "departure": { "time": "1771476988" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771477019" }, "departure": { "time": "1771477019" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771477110" }, "departure": { "time": "1771477110" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771477186" }, "departure": { "time": "1771477186" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771477224" }, "departure": { "time": "1771477500" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771477553" }, "departure": { "time": "1771477553" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771477640" }, "departure": { "time": "1771477640" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771477680" }, "departure": { "time": "1771477680" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771477743" }, "departure": { "time": "1771477743" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771477763" }, "departure": { "time": "1771477763" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771477831" }, "departure": { "time": "1771477831" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771477889" }, "departure": { "time": "1771477889" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771477926" }, "departure": { "time": "1771477926" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771477966" }, "departure": { "time": "1771477966" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771478040" }, "departure": { "time": "1771478040" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771478088" }, "departure": { "time": "1771478088" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771478133" }, "departure": { "time": "1771478133" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771478191" }, "departure": { "time": "1771478191" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771478243" }, "departure": { "time": "1771478243" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771478293" }, "departure": { "time": "1771478293" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771478340" }, "departure": { "time": "1771478340" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771478391" }, "departure": { "time": "1771478391" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771478431" }, "departure": { "time": "1771478431" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771478472" }, "departure": { "time": "1771478472" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771478540" }, "departure": { "time": "1771478540" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771478580" }, "departure": { "time": "1771478580" }, "stopId": "JAUDET-E", "stopSequence": 63 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257887" } } }, { "id": "trip:6258244", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771475940" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771475979" }, "departure": { "time": "1771475979" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771476019" }, "departure": { "time": "1771476019" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771476073" }, "departure": { "time": "1771476073" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771476120" }, "departure": { "time": "1771476120" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771476143" }, "departure": { "time": "1771476143" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771476180" }, "departure": { "time": "1771476180" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771476217" }, "departure": { "time": "1771476217" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771476270" }, "departure": { "time": "1771476270" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771476303" }, "departure": { "time": "1771476303" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771476361" }, "departure": { "time": "1771476361" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771476406" }, "departure": { "time": "1771476406" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771476437" }, "departure": { "time": "1771476437" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771476459" }, "departure": { "time": "1771476459" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771476494" }, "departure": { "time": "1771476494" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771476540" }, "departure": { "time": "1771476540" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771476575" }, "departure": { "time": "1771476575" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771476602" }, "departure": { "time": "1771476602" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771476658" }, "departure": { "time": "1771476658" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771476704" }, "departure": { "time": "1771476704" }, "stopId": "POMONE", "stopSequence": 19 }, { "arrival": { "time": "1771476779" }, "departure": { "time": "1771476779" }, "stopId": "CIOUEST", "stopSequence": 20 }, { "arrival": { "time": "1771476814" }, "departure": { "time": "1771476814" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771476868" }, "departure": { "time": "1771476868" }, "stopId": "MONPROFI", "stopSequence": 22 }, { "arrival": { "time": "1771476887" }, "departure": { "time": "1771476887" }, "stopId": "DUMESNIL", "stopSequence": 23 }, { "arrival": { "time": "1771476925" }, "departure": { "time": "1771476925" }, "stopId": "LEQUAI", "stopSequence": 24 }, { "arrival": { "time": "1771477065" }, "departure": { "time": "1771477065" }, "stopId": "CHDARR", "stopSequence": 25 }, { "arrival": { "time": "1771477073" }, "departure": { "time": "1771477073" }, "stopId": "ACAD-PLA", "stopSequence": 26 }, { "arrival": { "time": "1771477087" }, "departure": { "time": "1771477087" }, "stopId": "CCI", "stopSequence": 27 }, { "arrival": { "time": "1771477136" }, "departure": { "time": "1771477136" }, "stopId": "LICES-E", "stopSequence": 29 }, { "arrival": { "time": "1771477164" }, "departure": { "time": "1771477164" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771477183" }, "departure": { "time": "1771477183" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771477221" }, "departure": { "time": "1771477221" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771477250" }, "departure": { "time": "1771477250" }, "stopId": "LOR-FO-A", "stopSequence": 33 }, { "arrival": { "time": "1771477263" }, "departure": { "time": "1771477263" }, "stopId": "LORRAIN2", "stopSequence": 36 }, { "arrival": { "time": "1771477266" }, "departure": { "time": "1771477266" }, "stopId": "LORRAIN1", "stopSequence": 37 }, { "arrival": { "time": "1771477267" }, "departure": { "time": "1771477267" }, "stopId": "LORRTERM", "stopSequence": 38 }, { "arrival": { "time": "1771477271" }, "departure": { "time": "1771477271" }, "stopId": "LOHUIT", "stopSequence": 39 }, { "arrival": { "time": "1771477271" }, "departure": { "time": "1771477271" }, "stopId": "HMAI", "stopSequence": 40 }, { "arrival": { "time": "1771477292" }, "departure": { "time": "1771477292" }, "stopId": "MAIL-NAE", "stopSequence": 41 }, { "arrival": { "time": "1771477306" }, "departure": { "time": "1771477306" }, "stopId": "HDVSUB", "stopSequence": 42 }, { "arrival": { "time": "1771477329" }, "departure": { "time": "1771477329" }, "stopId": "MENDES-E", "stopSequence": 43 }, { "arrival": { "time": "1771476840" }, "departure": { "time": "1771476840" }, "scheduleRelationship": "SKIPPED", "stopId": "DESCAZ-E", "stopSequence": 45 }, { "arrival": { "time": "1771476878" }, "departure": { "time": "1771476878" }, "scheduleRelationship": "SKIPPED", "stopId": "BICHDAVI", "stopSequence": 46 }, { "arrival": { "time": "1771476933" }, "departure": { "time": "1771476933" }, "scheduleRelationship": "SKIPPED", "stopId": "HOTDIEU", "stopSequence": 47 }, { "arrival": { "time": "1771476960" }, "departure": { "time": "1771476960" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCHEFOU", "stopSequence": 48 }, { "arrival": { "time": "1771477065" }, "departure": { "time": "1771477065" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERGEU", "stopSequence": 49 }, { "arrival": { "time": "1771477388" }, "departure": { "time": "1771477388" }, "stopId": "MENDESFR", "stopSequence": 50 }, { "arrival": { "time": "1771477475" }, "departure": { "time": "1771477500" }, "stopId": "FO-LOR-R", "stopSequence": 51 }, { "arrival": { "time": "1771477574" }, "departure": { "time": "1771477574" }, "stopId": "STAUBI-E", "stopSequence": 52 }, { "arrival": { "time": "1771477609" }, "departure": { "time": "1771477609" }, "stopId": "HARAS-E", "stopSequence": 53 }, { "arrival": { "time": "1771477740" }, "departure": { "time": "1771477740" }, "stopId": "ANLERO-E", "stopSequence": 54 }, { "arrival": { "time": "1771477801" }, "departure": { "time": "1771477801" }, "stopId": "RABELA-E", "stopSequence": 55 }, { "arrival": { "time": "1771477849" }, "departure": { "time": "1771477849" }, "stopId": "ESA-E", "stopSequence": 56 }, { "arrival": { "time": "1771477959" }, "departure": { "time": "1771477959" }, "stopId": "DELATA-E", "stopSequence": 57 }, { "arrival": { "time": "1771478040" }, "departure": { "time": "1771478040" }, "stopId": "ALLARD-E", "stopSequence": 58 }, { "arrival": { "time": "1771478090" }, "departure": { "time": "1771478090" }, "stopId": "TASSIG-E", "stopSequence": 59 }, { "arrival": { "time": "1771478183" }, "departure": { "time": "1771478183" }, "stopId": "TROIPA-E", "stopSequence": 60 }, { "arrival": { "time": "1771478220" }, "departure": { "time": "1771478220" }, "stopId": "SABLON-E", "stopSequence": 61 }, { "arrival": { "time": "1771478273" }, "departure": { "time": "1771478273" }, "stopId": "RUELLE-E", "stopSequence": 62 }, { "arrival": { "time": "1771478356" }, "departure": { "time": "1771478356" }, "stopId": "GENDRO-E", "stopSequence": 63 }, { "arrival": { "time": "1771478450" }, "departure": { "time": "1771478450" }, "stopId": "PATUR-E", "stopSequence": 64 }, { "arrival": { "time": "1771478520" }, "departure": { "time": "1771478520" }, "stopId": "AUTHIO-E", "stopSequence": 65 }, { "arrival": { "time": "1771478579" }, "departure": { "time": "1771478579" }, "stopId": "BELPOU-E", "stopSequence": 66 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258244" } } }, { "id": "trip:6258245", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477140" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771477179" }, "departure": { "time": "1771477179" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771477219" }, "departure": { "time": "1771477219" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771477273" }, "departure": { "time": "1771477273" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771477320" }, "departure": { "time": "1771477320" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771477343" }, "departure": { "time": "1771477343" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771477380" }, "departure": { "time": "1771477380" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771477417" }, "departure": { "time": "1771477417" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771477470" }, "departure": { "time": "1771477470" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771477503" }, "departure": { "time": "1771477503" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771477561" }, "departure": { "time": "1771477561" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771477606" }, "departure": { "time": "1771477606" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771477637" }, "departure": { "time": "1771477637" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771477659" }, "departure": { "time": "1771477659" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771477694" }, "departure": { "time": "1771477694" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771477740" }, "departure": { "time": "1771477740" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771477775" }, "departure": { "time": "1771477775" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771477802" }, "departure": { "time": "1771477802" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771477858" }, "departure": { "time": "1771477858" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771477904" }, "departure": { "time": "1771477904" }, "stopId": "POMONE", "stopSequence": 19 }, { "arrival": { "time": "1771477979" }, "departure": { "time": "1771477979" }, "stopId": "CIOUEST", "stopSequence": 20 }, { "arrival": { "time": "1771478014" }, "departure": { "time": "1771478014" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771478068" }, "departure": { "time": "1771478068" }, "stopId": "MONPROFI", "stopSequence": 22 }, { "arrival": { "time": "1771478087" }, "departure": { "time": "1771478087" }, "stopId": "DUMESNIL", "stopSequence": 23 }, { "arrival": { "time": "1771478125" }, "departure": { "time": "1771478125" }, "stopId": "LEQUAI", "stopSequence": 24 }, { "arrival": { "time": "1771478265" }, "departure": { "time": "1771478265" }, "stopId": "CHDARR", "stopSequence": 25 }, { "arrival": { "time": "1771478273" }, "departure": { "time": "1771478273" }, "stopId": "ACAD-PLA", "stopSequence": 26 }, { "arrival": { "time": "1771478287" }, "departure": { "time": "1771478287" }, "stopId": "CCI", "stopSequence": 27 }, { "arrival": { "time": "1771478336" }, "departure": { "time": "1771478336" }, "stopId": "LICES-E", "stopSequence": 29 }, { "arrival": { "time": "1771478364" }, "departure": { "time": "1771478364" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771478383" }, "departure": { "time": "1771478383" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771478421" }, "departure": { "time": "1771478421" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771478450" }, "departure": { "time": "1771478450" }, "stopId": "LOR-FO-A", "stopSequence": 33 }, { "arrival": { "time": "1771478463" }, "departure": { "time": "1771478463" }, "stopId": "LORRAIN2", "stopSequence": 36 }, { "arrival": { "time": "1771478466" }, "departure": { "time": "1771478466" }, "stopId": "LORRAIN1", "stopSequence": 37 }, { "arrival": { "time": "1771478467" }, "departure": { "time": "1771478467" }, "stopId": "LORRTERM", "stopSequence": 38 }, { "arrival": { "time": "1771478471" }, "departure": { "time": "1771478471" }, "stopId": "LOHUIT", "stopSequence": 39 }, { "arrival": { "time": "1771478471" }, "departure": { "time": "1771478471" }, "stopId": "HMAI", "stopSequence": 40 }, { "arrival": { "time": "1771478492" }, "departure": { "time": "1771478492" }, "stopId": "MAIL-NAE", "stopSequence": 41 }, { "arrival": { "time": "1771478506" }, "departure": { "time": "1771478506" }, "stopId": "HDVSUB", "stopSequence": 42 }, { "arrival": { "time": "1771478529" }, "departure": { "time": "1771478529" }, "stopId": "MENDES-E", "stopSequence": 43 }, { "arrival": { "time": "1771478040" }, "departure": { "time": "1771478040" }, "scheduleRelationship": "SKIPPED", "stopId": "DESCAZ-E", "stopSequence": 45 }, { "arrival": { "time": "1771478078" }, "departure": { "time": "1771478078" }, "scheduleRelationship": "SKIPPED", "stopId": "BICHDAVI", "stopSequence": 46 }, { "arrival": { "time": "1771478133" }, "departure": { "time": "1771478133" }, "scheduleRelationship": "SKIPPED", "stopId": "HOTDIEU", "stopSequence": 47 }, { "arrival": { "time": "1771478160" }, "departure": { "time": "1771478160" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCHEFOU", "stopSequence": 48 }, { "arrival": { "time": "1771478265" }, "departure": { "time": "1771478265" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERGEU", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258245" } } }, { "id": "trip:6544417", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771478100" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771478220" }, "departure": { "time": "1771478220" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771478342" }, "departure": { "time": "1771478342" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771478400" }, "departure": { "time": "1771478400" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771478452" }, "departure": { "time": "1771478452" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771478513" }, "departure": { "time": "1771478513" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771478559" }, "departure": { "time": "1771478559" }, "stopId": "CHDARR-E", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544417" } } }, { "id": "trip:6543539", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771478380" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771478500" }, "departure": { "time": "1771478500" }, "stopId": "1CONS", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6543539" } } }, { "id": "trip:6257487", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477320" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1771477432" }, "departure": { "time": "1771477432" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1771477500" }, "departure": { "time": "1771477500" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1771477529" }, "departure": { "time": "1771477529" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1771477562" }, "departure": { "time": "1771477562" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1771477591" }, "departure": { "time": "1771477591" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1771477620" }, "departure": { "time": "1771477620" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1771477675" }, "departure": { "time": "1771477675" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1771477778" }, "departure": { "time": "1771477778" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1771477822" }, "departure": { "time": "1771477822" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1771477860" }, "departure": { "time": "1771477860" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1771477904" }, "departure": { "time": "1771477904" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1771477950" }, "departure": { "time": "1771477950" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1771478006" }, "departure": { "time": "1771478006" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1771478055" }, "departure": { "time": "1771478055" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1771478100" }, "departure": { "time": "1771478100" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1771478156" }, "departure": { "time": "1771478156" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1771478202" }, "departure": { "time": "1771478202" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1771478270" }, "departure": { "time": "1771478270" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1771478314" }, "departure": { "time": "1771478314" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1771478352" }, "departure": { "time": "1771478352" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1771478413" }, "departure": { "time": "1771478413" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1771478460" }, "departure": { "time": "1771478460" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1771478493" }, "departure": { "time": "1771478493" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1771478538" }, "departure": { "time": "1771478538" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1771478564" }, "departure": { "time": "1771478564" }, "stopId": "POIREL", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257487" } } }, { "id": "trip:6258562", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477620" }, "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1771477682" }, "departure": { "time": "1771477682" }, "stopId": "PIGNONIE", "stopSequence": 1 }, { "arrival": { "time": "1771477729" }, "departure": { "time": "1771477729" }, "stopId": "CLAVERIE", "stopSequence": 2 }, { "arrival": { "time": "1771477762" }, "departure": { "time": "1771477762" }, "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1771477800" }, "departure": { "time": "1771477800" }, "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1771477847" }, "departure": { "time": "1771477847" }, "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1771477885" }, "departure": { "time": "1771477885" }, "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1771477915" }, "departure": { "time": "1771477915" }, "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1771477955" }, "departure": { "time": "1771477955" }, "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1771478022" }, "departure": { "time": "1771478022" }, "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1771478074" }, "departure": { "time": "1771478074" }, "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1771478100" }, "departure": { "time": "1771478100" }, "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1771478146" }, "departure": { "time": "1771478146" }, "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1771478218" }, "departure": { "time": "1771478218" }, "stopId": "MONTAIG", "stopSequence": 13 }, { "arrival": { "time": "1771478351" }, "departure": { "time": "1771478351" }, "stopId": "LANGLADE", "stopSequence": 14 }, { "arrival": { "time": "1771478400" }, "departure": { "time": "1771478400" }, "stopId": "AROBASE", "stopSequence": 15 }, { "arrival": { "time": "1771478448" }, "departure": { "time": "1771478448" }, "stopId": "PCOUBERT", "stopSequence": 16 }, { "arrival": { "time": "1771478515" }, "departure": { "time": "1771478515" }, "stopId": "JEBOUIN", "stopSequence": 17 }, { "arrival": { "time": "1771478580" }, "departure": { "time": "1771478580" }, "stopId": "MADELEIN", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258562" } } }, { "id": "trip:6540910", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771478030" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771478140" }, "departure": { "time": "1771478140" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771478250" }, "departure": { "time": "1771478250" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771478370" }, "departure": { "time": "1771478370" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771478480" }, "departure": { "time": "1771478480" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771478570" }, "departure": { "time": "1771478570" }, "stopId": "2LAFA", "stopSequence": 5 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6540910" } } }, { "id": "trip:6544900", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476960" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771477061" }, "departure": { "time": "1771477061" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771477170" }, "departure": { "time": "1771477170" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771477251" }, "departure": { "time": "1771477251" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771477344" }, "departure": { "time": "1771477344" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771477454" }, "departure": { "time": "1771477454" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771477630" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544900" } } }, { "id": "trip:6537730", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476270" }, "stopId": "1MONP", "stopSequence": 0 }, { "arrival": { "time": "1771476359" }, "departure": { "time": "1771476359" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771476453" }, "departure": { "time": "1771476453" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771476640" }, "departure": { "time": "1771476640" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771476736" }, "departure": { "time": "1771476736" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771476926" }, "departure": { "time": "1771476926" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771477040" }, "departure": { "time": "1771477040" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771477180" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6537730" } } }, { "id": "trip:6537717", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476490" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771476570" }, "departure": { "time": "1771476570" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771476640" }, "departure": { "time": "1771476640" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771476720" }, "departure": { "time": "1771476720" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771476810" }, "departure": { "time": "1771476810" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771476900" }, "departure": { "time": "1771476900" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771477010" }, "departure": { "time": "1771477010" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771477170" }, "departure": { "time": "1771477170" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771477260" }, "departure": { "time": "1771477260" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771477380" }, "departure": { "time": "1771477380" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771477460" }, "departure": { "time": "1771477460" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771477580" }, "departure": { "time": "1771477580" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771477670" }, "departure": { "time": "1771477670" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771477790" }, "departure": { "time": "1771477790" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771477900" }, "departure": { "time": "1771477900" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771478000" }, "departure": { "time": "1771478000" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771478070" }, "departure": { "time": "1771478070" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771478140" }, "departure": { "time": "1771478140" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771478250" }, "departure": { "time": "1771478250" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771478340" }, "departure": { "time": "1771478340" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771478440" }, "departure": { "time": "1771478440" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771478540" }, "departure": { "time": "1771478540" }, "stopId": "1BAMA", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6537717" } } }, { "id": "trip:6258452", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771478520" }, "stopId": "ROMORNA", "stopSequence": 0 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258452" } } }, { "id": "trip:6258488", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477380" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1771477475" }, "departure": { "time": "1771477475" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1771477500" }, "departure": { "time": "1771477500" }, "stopId": "JEBOUTON", "stopSequence": 2 }, { "arrival": { "time": "1771477596" }, "departure": { "time": "1771477596" }, "stopId": "LAVOIR", "stopSequence": 3 }, { "arrival": { "time": "1771477657" }, "departure": { "time": "1771477657" }, "stopId": "RIOTTEAU", "stopSequence": 4 }, { "arrival": { "time": "1771477693" }, "departure": { "time": "1771477693" }, "stopId": "ALLUMETT", "stopSequence": 5 }, { "arrival": { "time": "1771477741" }, "departure": { "time": "1771477741" }, "stopId": "DAGUERRE", "stopSequence": 6 }, { "arrival": { "time": "1771477790" }, "departure": { "time": "1771477790" }, "stopId": "BELVTR-E", "stopSequence": 7 }, { "arrival": { "time": "1771477850" }, "departure": { "time": "1771477850" }, "stopId": "MARAIS-E", "stopSequence": 8 }, { "arrival": { "time": "1771477935" }, "departure": { "time": "1771477935" }, "stopId": "GASPALON", "stopSequence": 9 }, { "arrival": { "time": "1771478040" }, "departure": { "time": "1771478040" }, "stopId": "VILSANTE", "stopSequence": 10 }, { "arrival": { "time": "1771478077" }, "departure": { "time": "1771478077" }, "stopId": "CORMIER", "stopSequence": 11 }, { "arrival": { "time": "1771478146" }, "departure": { "time": "1771478146" }, "stopId": "STLEONAR", "stopSequence": 12 }, { "arrival": { "time": "1771478175" }, "departure": { "time": "1771478175" }, "stopId": "GERICAUL", "stopSequence": 13 }, { "arrival": { "time": "1771478220" }, "departure": { "time": "1771478220" }, "stopId": "MONGAZON", "stopSequence": 14 }, { "arrival": { "time": "1771478248" }, "departure": { "time": "1771478248" }, "stopId": "KOPA", "stopSequence": 15 }, { "arrival": { "time": "1771478295" }, "departure": { "time": "1771478295" }, "stopId": "DESMAZ", "stopSequence": 16 }, { "arrival": { "time": "1771478337" }, "departure": { "time": "1771478337" }, "stopId": "ANFRANCK", "stopSequence": 17 }, { "arrival": { "time": "1771478385" }, "departure": { "time": "1771478385" }, "stopId": "STJOSEP", "stopSequence": 18 }, { "arrival": { "time": "1771478439" }, "departure": { "time": "1771478439" }, "stopId": "PLDULYCE", "stopSequence": 19 }, { "arrival": { "time": "1771478520" }, "departure": { "time": "1771478700" }, "stopId": "HMAI", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258488" } } }, { "id": "trip:6260112", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771478220" }, "scheduleRelationship": "SKIPPED", "stopId": "HOPITAL", "stopSequence": 1 }, { "arrival": { "time": "1771478225" }, "departure": { "time": "1771478225" }, "stopId": "HRECULEE", "stopSequence": 2 }, { "arrival": { "time": "1771478268" }, "departure": { "time": "1771478268" }, "stopId": "FMEDECIN", "stopSequence": 3 }, { "arrival": { "time": "1771478341" }, "departure": { "time": "1771478341" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1771478383" }, "departure": { "time": "1771478383" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1771478433" }, "departure": { "time": "1771478433" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1771478495" }, "departure": { "time": "1771478495" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1771478543" }, "departure": { "time": "1771478543" }, "stopId": "LECUIT", "stopSequence": 8 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260112" } } }, { "id": "trip:6257782", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771478460" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771478470" }, "departure": { "time": "1771478470" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771478580" }, "departure": { "time": "1771478580" }, "stopId": "CCMOLIER", "stopSequence": 2 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257782" } } }, { "id": "trip:6537732", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476760" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771476880" }, "departure": { "time": "1771476880" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771476971" }, "departure": { "time": "1771476971" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771477124" }, "departure": { "time": "1771477124" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771477200" }, "departure": { "time": "1771477200" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771477358" }, "departure": { "time": "1771477358" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771477437" }, "departure": { "time": "1771477437" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771477510" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6537732" } } }, { "id": "trip:6257925", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477020" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771477106" }, "departure": { "time": "1771477106" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771477150" }, "departure": { "time": "1771477150" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771477187" }, "departure": { "time": "1771477187" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771477214" }, "departure": { "time": "1771477214" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771477320" }, "departure": { "time": "1771477320" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771477365" }, "departure": { "time": "1771477365" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771477426" }, "departure": { "time": "1771477426" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771477469" }, "departure": { "time": "1771477469" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771477516" }, "departure": { "time": "1771477516" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771477560" }, "departure": { "time": "1771477560" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771477606" }, "departure": { "time": "1771477606" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771477651" }, "departure": { "time": "1771477651" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771477706" }, "departure": { "time": "1771477706" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771477768" }, "departure": { "time": "1771477768" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771477817" }, "departure": { "time": "1771477817" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771477860" }, "departure": { "time": "1771477860" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771477923" }, "departure": { "time": "1771477923" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771477996" }, "departure": { "time": "1771477996" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771478048" }, "departure": { "time": "1771478048" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771478110" }, "departure": { "time": "1771478110" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771478194" }, "departure": { "time": "1771478194" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771478230" }, "departure": { "time": "1771478230" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771478280" }, "departure": { "time": "1771478280" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771478347" }, "departure": { "time": "1771478347" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771478467" }, "departure": { "time": "1771478467" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771478520" }, "departure": { "time": "1771478700" }, "stopId": "FO-LOR-R", "stopSequence": 26 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257925" } } }, { "id": "trip:6543438", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477120" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771477200" }, "departure": { "time": "1771477200" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771477270" }, "departure": { "time": "1771477270" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771477350" }, "departure": { "time": "1771477350" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771477440" }, "departure": { "time": "1771477440" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771477530" }, "departure": { "time": "1771477530" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771477640" }, "departure": { "time": "1771477640" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771477800" }, "departure": { "time": "1771477800" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771477890" }, "departure": { "time": "1771477890" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771478010" }, "departure": { "time": "1771478010" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771478090" }, "departure": { "time": "1771478090" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771478210" }, "departure": { "time": "1771478210" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771478300" }, "departure": { "time": "1771478300" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771478420" }, "departure": { "time": "1771478420" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771478530" }, "departure": { "time": "1771478530" }, "stopId": "1CECO", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6543438" } } }, { "id": "trip:6257926", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771478220" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771478306" }, "departure": { "time": "1771478306" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771478350" }, "departure": { "time": "1771478350" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771478387" }, "departure": { "time": "1771478387" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771478414" }, "departure": { "time": "1771478414" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771478520" }, "departure": { "time": "1771478520" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771478565" }, "departure": { "time": "1771478565" }, "stopId": "WALCOURT", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257926" } } }, { "id": "trip:6537742", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771475640" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771474986" }, "departure": { "time": "1771474986" }, "stopId": "2AARD", "stopSequence": 0 }, { "arrival": { "time": "1771475730" }, "departure": { "time": "1771475730" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771475810" }, "departure": { "time": "1771475810" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771475910" }, "departure": { "time": "1771475910" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771476010" }, "departure": { "time": "1771476010" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771476120" }, "departure": { "time": "1771476120" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771476250" }, "departure": { "time": "1771476250" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771476410" }, "departure": { "time": "1771476410" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771476500" }, "departure": { "time": "1771476500" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771476620" }, "departure": { "time": "1771476620" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771476700" }, "departure": { "time": "1771476700" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771476820" }, "departure": { "time": "1771476820" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771476910" }, "departure": { "time": "1771476910" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771477030" }, "departure": { "time": "1771477030" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771477140" }, "departure": { "time": "1771477140" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771477240" }, "departure": { "time": "1771477240" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771477310" }, "departure": { "time": "1771477310" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771477380" }, "departure": { "time": "1771477380" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771477490" }, "departure": { "time": "1771477490" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771477580" }, "departure": { "time": "1771477580" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771477680" }, "departure": { "time": "1771477680" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771477780" }, "departure": { "time": "1771477780" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771477890" }, "departure": { "time": "1771477890" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771478000" }, "departure": { "time": "1771478000" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771478120" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6537742" } } }, { "id": "trip:6544903", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771476900" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771477072" }, "departure": { "time": "1771477072" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771477180" }, "departure": { "time": "1771477180" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771477272" }, "departure": { "time": "1771477272" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771477350" }, "departure": { "time": "1771477350" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771477457" }, "departure": { "time": "1771477457" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771477560" }, "stopId": "2BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544903" } } }, { "id": "trip:6258044", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771477064" }, "departure": { "time": "1771477064" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771477115" }, "departure": { "time": "1771477115" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771477190" }, "departure": { "time": "1771477190" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771477224" }, "departure": { "time": "1771477224" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771477260" }, "departure": { "time": "1771477260" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771477316" }, "departure": { "time": "1771477316" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771477357" }, "departure": { "time": "1771477357" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771477411" }, "departure": { "time": "1771477411" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771477473" }, "departure": { "time": "1771477473" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771477521" }, "departure": { "time": "1771477521" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771477560" }, "departure": { "time": "1771477560" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1771477722" }, "departure": { "time": "1771477722" }, "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771477759" }, "departure": { "time": "1771477759" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771477800" }, "departure": { "time": "1771477800" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771477826" }, "departure": { "time": "1771477826" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771477855" }, "departure": { "time": "1771477855" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771477911" }, "departure": { "time": "1771477911" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771477942" }, "departure": { "time": "1771477942" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771478002" }, "departure": { "time": "1771478002" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771478058" }, "departure": { "time": "1771478058" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771478130" }, "departure": { "time": "1771478130" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771478220" }, "departure": { "time": "1771478220" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771478288" }, "departure": { "time": "1771478288" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771478343" }, "departure": { "time": "1771478343" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771478389" }, "departure": { "time": "1771478389" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771478435" }, "departure": { "time": "1771478435" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771478467" }, "departure": { "time": "1771478467" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771478528" }, "departure": { "time": "1771478528" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771478558" }, "departure": { "time": "1771478558" }, "stopId": "DURVIL-E", "stopSequence": 29 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258044" } } }, { "id": "trip:6258544", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771478460" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1771478514" }, "departure": { "time": "1771478514" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1771478546" }, "departure": { "time": "1771478546" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1771478574" }, "departure": { "time": "1771478574" }, "stopId": "RENOIR", "stopSequence": 3 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258544" } } }, { "id": "trip:6541225", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771478080" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771478160" }, "departure": { "time": "1771478160" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771478230" }, "departure": { "time": "1771478230" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771478310" }, "departure": { "time": "1771478310" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771478400" }, "departure": { "time": "1771478400" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771478490" }, "departure": { "time": "1771478490" }, "stopId": "1PMAY", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541225" } } }, { "id": "trip:6543540", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477560" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771477680" }, "departure": { "time": "1771477680" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771477771" }, "departure": { "time": "1771477771" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771477924" }, "departure": { "time": "1771477924" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771478000" }, "departure": { "time": "1771478000" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771478158" }, "departure": { "time": "1771478158" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771478237" }, "departure": { "time": "1771478237" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771478310" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6543540" } } }, { "id": "trip:6544899", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771475940" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771476041" }, "departure": { "time": "1771476041" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771476150" }, "departure": { "time": "1771476150" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771476231" }, "departure": { "time": "1771476231" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771476324" }, "departure": { "time": "1771476324" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771476434" }, "departure": { "time": "1771476434" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771476610" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544899" } } }, { "id": "trip:6258633", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477560" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771477634" }, "departure": { "time": "1771477634" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771477669" }, "departure": { "time": "1771477669" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771477800" }, "departure": { "time": "1771477800" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771477864" }, "departure": { "time": "1771477864" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771477905" }, "departure": { "time": "1771477905" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771477940" }, "departure": { "time": "1771477940" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771477984" }, "departure": { "time": "1771477984" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771478040" }, "departure": { "time": "1771478040" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771478079" }, "departure": { "time": "1771478079" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771478111" }, "departure": { "time": "1771478111" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771478178" }, "departure": { "time": "1771478178" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771478247" }, "departure": { "time": "1771478247" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771478280" }, "departure": { "time": "1771478280" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771478309" }, "departure": { "time": "1771478309" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771478372" }, "departure": { "time": "1771478372" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771478428" }, "departure": { "time": "1771478428" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771478488" }, "departure": { "time": "1771478488" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771478522" }, "departure": { "time": "1771478522" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771478570" }, "departure": { "time": "1771478570" }, "stopId": "MALAQU-E", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258633" } } }, { "id": "trip:6257924", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771475880" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771475949" }, "departure": { "time": "1771475949" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771475984" }, "departure": { "time": "1771475984" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771476014" }, "departure": { "time": "1771476014" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771476036" }, "departure": { "time": "1771476036" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771476120" }, "departure": { "time": "1771476120" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771476165" }, "departure": { "time": "1771476165" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771476226" }, "departure": { "time": "1771476226" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771476269" }, "departure": { "time": "1771476269" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771476316" }, "departure": { "time": "1771476316" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771476360" }, "departure": { "time": "1771476360" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771476406" }, "departure": { "time": "1771476406" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771476451" }, "departure": { "time": "1771476451" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771476506" }, "departure": { "time": "1771476506" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771476568" }, "departure": { "time": "1771476568" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771476617" }, "departure": { "time": "1771476617" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771476660" }, "departure": { "time": "1771476660" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771476723" }, "departure": { "time": "1771476723" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771476796" }, "departure": { "time": "1771476796" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771476848" }, "departure": { "time": "1771476848" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771476910" }, "departure": { "time": "1771476910" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771476994" }, "departure": { "time": "1771476994" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771477030" }, "departure": { "time": "1771477030" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771477080" }, "departure": { "time": "1771477080" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771477147" }, "departure": { "time": "1771477147" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771477267" }, "departure": { "time": "1771477267" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771477320" }, "departure": { "time": "1771477500" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771477574" }, "departure": { "time": "1771477574" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771477609" }, "departure": { "time": "1771477609" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771477692" }, "departure": { "time": "1771477692" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771477794" }, "departure": { "time": "1771477794" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771477860" }, "departure": { "time": "1771477860" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771477901" }, "departure": { "time": "1771477901" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771478022" }, "departure": { "time": "1771478022" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771478062" }, "departure": { "time": "1771478062" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771478050" }, "departure": { "time": "1771478050" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771478103" }, "departure": { "time": "1771478103" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771478162" }, "departure": { "time": "1771478162" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771478290" }, "departure": { "time": "1771478290" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771478149" }, "departure": { "time": "1771478149" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771478207" }, "departure": { "time": "1771478207" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771478298" }, "departure": { "time": "1771478298" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771478365" }, "departure": { "time": "1771478365" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771478406" }, "departure": { "time": "1771478406" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771478455" }, "departure": { "time": "1771478455" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771478502" }, "departure": { "time": "1771478502" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771478545" }, "departure": { "time": "1771478545" }, "stopId": "CITEUN-E", "stopSequence": 46 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257924" } } }, { "id": "trip:6258241", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771476967" }, "departure": { "time": "1771476967" }, "scheduleRelationship": "SKIPPED", "stopId": "GDPRESSO", "stopSequence": 2 }, { "arrival": { "time": "1771477011" }, "departure": { "time": "1771477011" }, "scheduleRelationship": "SKIPPED", "stopId": "BARBOTER", "stopSequence": 3 }, { "arrival": { "time": "1771477058" }, "departure": { "time": "1771477058" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTENE", "stopSequence": 4 }, { "arrival": { "time": "1771477119" }, "departure": { "time": "1771477119" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERIGN", "stopSequence": 5 }, { "arrival": { "time": "1771477178" }, "departure": { "time": "1771477178" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUET", "stopSequence": 6 }, { "arrival": { "time": "1771477217" }, "departure": { "time": "1771477217" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET", "stopSequence": 7 }, { "arrival": { "time": "1771477277" }, "departure": { "time": "1771477277" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE", "stopSequence": 8 }, { "arrival": { "time": "1771477329" }, "departure": { "time": "1771477329" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE", "stopSequence": 9 }, { "arrival": { "time": "1771477523" }, "departure": { "time": "1771477523" }, "stopId": "PONTSCEM", "stopSequence": 10 }, { "arrival": { "time": "1771477572" }, "departure": { "time": "1771477572" }, "stopId": "BELPOULE", "stopSequence": 11 }, { "arrival": { "time": "1771477635" }, "departure": { "time": "1771477635" }, "stopId": "AUTHION", "stopSequence": 12 }, { "arrival": { "time": "1771477686" }, "departure": { "time": "1771477686" }, "stopId": "PATUREAU", "stopSequence": 13 }, { "arrival": { "time": "1771477774" }, "departure": { "time": "1771477774" }, "stopId": "GENDRON", "stopSequence": 14 }, { "arrival": { "time": "1771477845" }, "departure": { "time": "1771477845" }, "stopId": "RUELLES", "stopSequence": 15 }, { "arrival": { "time": "1771477889" }, "departure": { "time": "1771477889" }, "stopId": "SABLONS", "stopSequence": 16 }, { "arrival": { "time": "1771477926" }, "departure": { "time": "1771477926" }, "stopId": "TROPAROI", "stopSequence": 17 }, { "arrival": { "time": "1771478069" }, "departure": { "time": "1771478069" }, "stopId": "ALLARD", "stopSequence": 18 }, { "arrival": { "time": "1771478145" }, "departure": { "time": "1771478145" }, "stopId": "DELATTAS", "stopSequence": 19 }, { "arrival": { "time": "1771478254" }, "departure": { "time": "1771478254" }, "stopId": "ESA", "stopSequence": 20 }, { "arrival": { "time": "1771478315" }, "departure": { "time": "1771478315" }, "stopId": "RABELAI", "stopSequence": 21 }, { "arrival": { "time": "1771478369" }, "departure": { "time": "1771478369" }, "stopId": "ALEROY", "stopSequence": 22 }, { "arrival": { "time": "1771478460" }, "departure": { "time": "1771478460" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771478498" }, "departure": { "time": "1771478498" }, "stopId": "HARAS", "stopSequence": 24 }, { "arrival": { "time": "1771478551" }, "departure": { "time": "1771478551" }, "stopId": "STAUBIN", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258241" } } }, { "id": "trip:6258512", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771477320" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1771477374" }, "departure": { "time": "1771477374" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1771477406" }, "departure": { "time": "1771477406" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1771477434" }, "departure": { "time": "1771477434" }, "stopId": "RENOIR", "stopSequence": 3 }, { "arrival": { "time": "1771477462" }, "departure": { "time": "1771477462" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1771477495" }, "departure": { "time": "1771477495" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1771477734" }, "departure": { "time": "1771477734" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1771477736" }, "departure": { "time": "1771477736" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1771477807" }, "departure": { "time": "1771477807" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1771477500" }, "departure": { "time": "1771477500" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL", "stopSequence": 9 }, { "arrival": { "time": "1771477524" }, "departure": { "time": "1771477524" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTILL", "stopSequence": 10 }, { "arrival": { "time": "1771477682" }, "departure": { "time": "1771477682" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1771477717" }, "departure": { "time": "1771477717" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1771477738" }, "departure": { "time": "1771477738" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1771477770" }, "departure": { "time": "1771477770" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 }, { "arrival": { "time": "1771477867" }, "departure": { "time": "1771477867" }, "stopId": "ZOLA", "stopSequence": 15 }, { "arrival": { "time": "1771477913" }, "departure": { "time": "1771477913" }, "stopId": "BELAIR", "stopSequence": 16 }, { "arrival": { "time": "1771477961" }, "departure": { "time": "1771477961" }, "stopId": "ESPMONTR", "stopSequence": 17 }, { "arrival": { "time": "1771478016" }, "departure": { "time": "1771478016" }, "stopId": "PLATFLEU", "stopSequence": 18 }, { "arrival": { "time": "1771478066" }, "departure": { "time": "1771478066" }, "stopId": "JEHUEZ", "stopSequence": 19 }, { "arrival": { "time": "1771478107" }, "departure": { "time": "1771478107" }, "stopId": "MASTELLE", "stopSequence": 20 }, { "arrival": { "time": "1771478146" }, "departure": { "time": "1771478146" }, "stopId": "AVENEURO", "stopSequence": 21 }, { "arrival": { "time": "1771478164" }, "departure": { "time": "1771478164" }, "stopId": "DANEMA", "stopSequence": 22 }, { "arrival": { "time": "1771478220" }, "departure": { "time": "1771478220" }, "stopId": "ALLEMAGN", "stopSequence": 23 }, { "arrival": { "time": "1771478252" }, "departure": { "time": "1771478252" }, "stopId": "ITALIE", "stopSequence": 24 }, { "arrival": { "time": "1771478288" }, "departure": { "time": "1771478288" }, "stopId": "IRLANDE", "stopSequence": 25 }, { "arrival": { "time": "1771478337" }, "departure": { "time": "1771478337" }, "stopId": "AUTRICH", "stopSequence": 26 }, { "arrival": { "time": "1771478356" }, "departure": { "time": "1771478356" }, "stopId": "PLOTTIER", "stopSequence": 27 }, { "arrival": { "time": "1771478407" }, "departure": { "time": "1771478407" }, "stopId": "CCADEA", "stopSequence": 28 }, { "arrival": { "time": "1771478424" }, "departure": { "time": "1771478424" }, "stopId": "AUCHAN", "stopSequence": 29 }, { "arrival": { "time": "1771478527" }, "departure": { "time": "1771478527" }, "stopId": "AARDBUS", "stopSequence": 30 }, { "arrival": { "time": "1771478571" }, "departure": { "time": "1771478571" }, "stopId": "POIVRE", "stopSequence": 31 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258512" } } }, { "id": "trip:6258046", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771478204" }, "departure": { "time": "1771478204" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771478255" }, "departure": { "time": "1771478255" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771478330" }, "departure": { "time": "1771478330" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771478364" }, "departure": { "time": "1771478364" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771478400" }, "departure": { "time": "1771478400" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771478456" }, "departure": { "time": "1771478456" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771478497" }, "departure": { "time": "1771478497" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771478551" }, "departure": { "time": "1771478551" }, "stopId": "LABRUYER", "stopSequence": 8 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258046" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1771474991" } }