Détails de la ressource

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

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

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

Disponibilité au téléchargement

19/01/2026
100%
20/01/2026
100%
21/01/2026
100%
22/01/2026
100%
23/01/2026
100%
24/01/2026
100%
25/01/2026
100%
26/01/2026
100%
27/01/2026
100%
28/01/2026
100%
29/01/2026
100%
30/01/2026
100%
31/01/2026
100%
01/02/2026
100%
02/02/2026
100%
03/02/2026
100%
04/02/2026
100%
05/02/2026
100%
06/02/2026
100%
07/02/2026
100%
08/02/2026
100%
09/02/2026
100%
10/02/2026
100%
11/02/2026
100%
12/02/2026
100%
13/02/2026
100%
14/02/2026
100%
15/02/2026
100%
16/02/2026
100%
17/02/2026
100%
18/02/2026
100%
En savoir plus
Nous testons la disponibilité de cette ressource au téléchargement toutes les heures, en effectuant une requête HTTP de type HEAD dont le temps de réponse doit être inférieur à 5 secondes. Si nous détectons une indisponibilité, nous effectuons un nouveau test toutes les 10 minutes, jusqu'à ce que la ressource soit à nouveau disponible.

Pour les flux SIRI et SIRI Lite, nous effectuons une requête HTTP de type GET : nous considérons une réponse avec un code 401 ou 405 comme étant disponible. En cas d'erreur 500, nous considèrerons que le flux est indisponible, sauf si il semble contenir du SOAP.

Rapport de validation

2 265 erreurs, 1 039 avertissements

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

Erreurs

Not in POSIX time E001 3 erreurs

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

Exemples d'erreurs
  • trip_id 3156 stop_sequence 1 departure_time 0 is not POSIX time
  • trip_id 3651 stop_sequence 10 departure_time 0 is not POSIX time
  • trip_id 3353 stop_sequence 8 departure_time 0 is not POSIX time

stop_times_updates not strictly sorted E002 2 erreurs

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

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

Sequential stop_time_update times are not increasing E022 314 erreurs

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

Exemples d'erreurs
  • trip_id 6257561 stop_sequence 15 arrival_time 08:07:00 (1771398420) is less than previous stop arrival_time 08:08:37 (1771398517) - times must increase between two sequential stops
  • trip_id 6257561 stop_sequence 15 arrival_time 08:07:00 (1771398420) is less than previous stop departure_time 08:08:37 (1771398517) - times must increase between two sequential stops
  • trip_id 6257561 stop_sequence 15 departure_time 08:07:00 (1771398420) is less than previous stop departure_time 08:08:37 (1771398517) - times must increase between two sequential stops
  • trip_id 6257561 stop_sequence 15 departure_time 08:07:00 (1771398420) is less than previous stop arrival_time 08:08:37 (1771398517) - times must increase between two sequential stops
  • trip_id 6257561 stop_sequence 41 arrival_time 08:40:48 (1771400448) is less than previous stop arrival_time 08:45:01 (1771400701) - times must increase between two sequential stops

stop_time_update departure time is before arrival time E025 4 erreurs

Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.

Exemples d'erreurs
  • trip_id 3156 stop_sequence 1 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:07:02 (1771398422) - departure time must be equal to or greater than arrival time
  • trip_id 3651 stop_sequence 10 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:07:18 (1771398438) - departure time must be equal to or greater than arrival time
  • trip_id 3353 stop_sequence 8 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:07:17 (1771398437) - departure time must be equal to or greater than arrival time
  • trip_id 6257557 stop_sequence 41 departure_time 08:43:00 (1771400580) is less than the same stop arrival_time 08:43:02 (1771400582) - departure time must be equal to or greater than arrival time

Sequential stop_time_updates have the same stop_sequence E036 2 erreurs

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

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

Sequential stop_time_updates have the same stop_id E037 2 erreurs

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

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

GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 1 927 erreurs

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

Exemples d'erreurs
  • GTFS-rt trip_id 6258250 stop_sequence 15 has stop_id SABLONS but GTFS stop_sequence 15 has stop_id TROPAROI - stop_ids should be the same
  • GTFS-rt trip_id 6258250 stop_sequence 16 has stop_id TROPAROI but GTFS stop_sequence 16 has stop_id ALLARD - stop_ids should be the same
  • GTFS-rt trip_id 6258250 stop_sequence 17 has stop_id ALLARD but GTFS stop_sequence 17 has stop_id DELATTAS - stop_ids should be the same
  • GTFS-rt trip_id 6258250 stop_sequence 18 has stop_id DELATTAS but GTFS stop_sequence 18 has stop_id ESA - stop_ids should be the same
  • GTFS-rt trip_id 6258250 stop_sequence 19 has stop_id ESA but GTFS stop_sequence 19 has stop_id RABELAI - stop_ids should be the same

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

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

Exemples d'erreurs
  • GTFS-rt trip_id 3456 contains stop_sequence 23 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 6543452 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 6258572 contains stop_sequence 88 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 6257706 contains stop_sequence 41 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 3751B contains stop_sequence 16 that does not exist in GTFS stop_times.txt for this trip

Avertissements

timestamp not populated W001 262 erreurs

Timestamps should be populated for all elements

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

vehicle_id not populated W002 262 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

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

schedule_relationship not populated W009 515 erreurs

trip.schedule_relationship and stop_time_update.schedule_relationship should be populated

Exemples d'erreurs
  • trip_id 6258250 stop_sequence 15 (and potentially more for this trip) does not have a schedule_relationship
  • trip_id 6258250 does not have a schedule_relationship
  • trip_id 6258726 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
  • trip_id 6258726 does not have a schedule_relationship
  • trip_id 6257561 stop_sequence 12 (and potentially more for this trip) does not have a schedule_relationship
Valider ce GTFS-RT maintenant

Validations précédentes

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

Identifiant d'erreur Description Nombre d'erreurs Nombre d'occurences
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 5 230 29 fois (100 % des validations)
E045 If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt 35 857 29 fois (100 % des validations)
W001 Timestamps should be populated for all elements 7 638 29 fois (100 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 7 638 29 fois (100 % des validations)
W009 trip.schedule_relationship and stop_time_update.schedule_relationship should be populated 15 223 29 fois (100 % des validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 461 26 fois (90 % des validations)
E001 All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) 288 24 fois (83 % des validations)
E025 Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. 312 24 fois (83 % des validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 47 14 fois (48 % des validations)
E036 Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence 52 14 fois (48 % des validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 29 9 fois (31 % des validations)
E011 All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt 1 1 fois (3 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 18/02/2026 à 08h46 Europe/Paris.

trip_updates (236) vehicle_positions (0) service_alerts (0)

Entités présentes dans ce flux lors des 7 derniers jours.

trip_updates

Flux GTFS-RT décodé

Voir le contenu du flux

Voici le flux GTFS-RT décodé au format Protobuf le 18/02/2026 à 08h46 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "trip:6258460", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402860" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1771402942" }, "departure": { "time": "1771402942" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1771402965" }, "departure": { "time": "1771402965" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1771403005" }, "departure": { "time": "1771403005" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1771403062" }, "departure": { "time": "1771403062" }, "stopId": "CLOSNEUF", "stopSequence": 4 }, { "arrival": { "time": "1771403119" }, "departure": { "time": "1771403119" }, "stopId": "HOSGEMME", "stopSequence": 5 }, { "arrival": { "time": "1771403164" }, "departure": { "time": "1771403164" }, "stopId": "MASGEMME", "stopSequence": 6 }, { "arrival": { "time": "1771403222" }, "departure": { "time": "1771403222" }, "stopId": "LOUPINO", "stopSequence": 7 }, { "arrival": { "time": "1771403289" }, "departure": { "time": "1771403289" }, "stopId": "LESROSES", "stopSequence": 8 }, { "arrival": { "time": "1771403340" }, "departure": { "time": "1771403340" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1771403362" }, "departure": { "time": "1771403362" }, "stopId": "BELOEIL", "stopSequence": 10 }, { "arrival": { "time": "1771403422" }, "departure": { "time": "1771403422" }, "stopId": "JOLIVETT", "stopSequence": 11 }, { "arrival": { "time": "1771403443" }, "departure": { "time": "1771403443" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1771403512" }, "departure": { "time": "1771403512" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1771403549" }, "departure": { "time": "1771403549" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1771403599" }, "departure": { "time": "1771403599" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1771403629" }, "departure": { "time": "1771403629" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1771403666" }, "departure": { "time": "1771403666" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1771403700" }, "departure": { "time": "1771403700" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1771403793" }, "departure": { "time": "1771403793" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1771403849" }, "departure": { "time": "1771403849" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1771403896" }, "departure": { "time": "1771403896" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1771403929" }, "departure": { "time": "1771403929" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1771403988" }, "departure": { "time": "1771403988" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1771404026" }, "departure": { "time": "1771404026" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1771404060" }, "departure": { "time": "1771404060" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1771404306" }, "departure": { "time": "1771404306" }, "stopId": "HARAS", "stopSequence": 26 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258460" } } }, { "id": "trip:6543506", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403730" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771403850" }, "departure": { "time": "1771403850" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771403941" }, "departure": { "time": "1771403941" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771404094" }, "departure": { "time": "1771404094" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771404170" }, "departure": { "time": "1771404170" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771404328" }, "departure": { "time": "1771404328" }, "stopId": "1DUNA", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6543506" } } }, { "id": "trip:6258426", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400642" }, "departure": { "time": "1771400642" }, "stopId": "LOUPIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771400687" }, "departure": { "time": "1771400687" }, "stopId": "MASGEM-E", "stopSequence": 51 }, { "arrival": { "time": "1771400731" }, "departure": { "time": "1771400731" }, "stopId": "HOSGEM-E", "stopSequence": 52 }, { "arrival": { "time": "1771400801" }, "departure": { "time": "1771400801" }, "stopId": "CLOS9-E", "stopSequence": 53 }, { "arrival": { "time": "1771400848" }, "departure": { "time": "1771400848" }, "stopId": "VANRIE-E", "stopSequence": 54 }, { "arrival": { "time": "1771400902" }, "departure": { "time": "1771400902" }, "stopId": "PORTSG-E", "stopSequence": 55 }, { "arrival": { "time": "1771400931" }, "departure": { "time": "1771400931" }, "stopId": "LECHEN-E", "stopSequence": 56 }, { "arrival": { "time": "1771400986" }, "stopId": "ROMORNA", "stopSequence": 57 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258426" } } }, { "id": "trip:6257552", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401000" }, "stopId": "SLEZIND", "stopSequence": 0 }, { "arrival": { "time": "1771401062" }, "departure": { "time": "1771401062" }, "stopId": "GENTRIC", "stopSequence": 1 }, { "arrival": { "time": "1771401133" }, "departure": { "time": "1771401133" }, "stopId": "DAUTEL", "stopSequence": 2 }, { "arrival": { "time": "1771401153" }, "departure": { "time": "1771401153" }, "stopId": "BUISSON", "stopSequence": 3 }, { "arrival": { "time": "1771401194" }, "departure": { "time": "1771401194" }, "stopId": "PYRAM02", "stopSequence": 4 }, { "arrival": { "time": "1771401240" }, "departure": { "time": "1771401240" }, "stopId": "MORLONG", "stopSequence": 5 }, { "arrival": { "time": "1771401267" }, "departure": { "time": "1771401267" }, "stopId": "BOURSE", "stopSequence": 6 }, { "arrival": { "time": "1771401304" }, "departure": { "time": "1771401304" }, "stopId": "RIOTTEAU", "stopSequence": 7 }, { "arrival": { "time": "1771401335" }, "departure": { "time": "1771401335" }, "stopId": "ALLUMETT", "stopSequence": 8 }, { "arrival": { "time": "1771401376" }, "departure": { "time": "1771401376" }, "stopId": "DAGUERRE", "stopSequence": 9 }, { "arrival": { "time": "1771401415" }, "departure": { "time": "1771401415" }, "stopId": "LEOLAGRA", "stopSequence": 10 }, { "arrival": { "time": "1771401462" }, "departure": { "time": "1771401462" }, "stopId": "VDLOIRE", "stopSequence": 11 }, { "arrival": { "time": "1771401555" }, "departure": { "time": "1771401555" }, "stopId": "ECLATERI", "stopSequence": 12 }, { "arrival": { "time": "1771401480" }, "departure": { "time": "1771401480" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 13 }, { "arrival": { "time": "1771401544" }, "departure": { "time": "1771401544" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 14 }, { "arrival": { "time": "1771401634" }, "departure": { "time": "1771401634" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 15 }, { "arrival": { "time": "1771401717" }, "departure": { "time": "1771401717" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS", "stopSequence": 16 }, { "arrival": { "time": "1771401667" }, "departure": { "time": "1771401667" }, "stopId": "JUSTICES", "stopSequence": 17 }, { "arrival": { "time": "1771401712" }, "departure": { "time": "1771401712" }, "stopId": "DELACROI", "stopSequence": 18 }, { "arrival": { "time": "1771401795" }, "departure": { "time": "1771401795" }, "stopId": "SAUMUROI", "stopSequence": 19 }, { "arrival": { "time": "1771401892" }, "departure": { "time": "1771401892" }, "stopId": "INTERMIL", "stopSequence": 20 }, { "arrival": { "time": "1771401963" }, "departure": { "time": "1771401963" }, "stopId": "HAUTPRES", "stopSequence": 21 }, { "arrival": { "time": "1771402019" }, "departure": { "time": "1771402019" }, "stopId": "DELATTRE", "stopSequence": 22 }, { "arrival": { "time": "1771402078" }, "departure": { "time": "1771402078" }, "stopId": "MORELLIE", "stopSequence": 23 }, { "arrival": { "time": "1771402119" }, "departure": { "time": "1771402119" }, "stopId": "LORETTE", "stopSequence": 24 }, { "arrival": { "time": "1771402283" }, "departure": { "time": "1771402283" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUVAL", "stopSequence": 26 }, { "arrival": { "time": "1771402336" }, "departure": { "time": "1771402336" }, "scheduleRelationship": "SKIPPED", "stopId": "LETANDUE", "stopSequence": 27 }, { "arrival": { "time": "1771402437" }, "departure": { "time": "1771402437" }, "stopId": "STRASBOU", "stopSequence": 28 }, { "arrival": { "time": "1771402503" }, "departure": { "time": "1771402503" }, "stopId": "FREMUR", "stopSequence": 29 }, { "arrival": { "time": "1771402558" }, "departure": { "time": "1771402558" }, "stopId": "VAUBAN", "stopSequence": 30 }, { "arrival": { "time": "1771402597" }, "departure": { "time": "1771402597" }, "stopId": "POIREL", "stopSequence": 31 }, { "arrival": { "time": "1771402666" }, "departure": { "time": "1771402666" }, "stopId": "PONTNOIR", "stopSequence": 32 }, { "arrival": { "time": "1771402710" }, "departure": { "time": "1771402710" }, "stopId": "SEMARD", "stopSequence": 33 }, { "arrival": { "time": "1771402737" }, "departure": { "time": "1771402737" }, "stopId": "GAREPAPI", "stopSequence": 34 }, { "arrival": { "time": "1771403004" }, "departure": { "time": "1771403004" }, "stopId": "HARAS", "stopSequence": 35 }, { "arrival": { "time": "1771403075" }, "departure": { "time": "1771403075" }, "stopId": "STAUBIN", "stopSequence": 36 }, { "arrival": { "time": "1771403157" }, "departure": { "time": "1771403220" }, "stopId": "LORRAIN1", "stopSequence": 37 }, { "arrival": { "time": "1771403352" }, "departure": { "time": "1771403352" }, "stopId": "MENDES-E", "stopSequence": 38 }, { "arrival": { "time": "1771403496" }, "departure": { "time": "1771403496" }, "stopId": "TALET-E", "stopSequence": 39 }, { "arrival": { "time": "1771403763" }, "departure": { "time": "1771403763" }, "stopId": "RAMON-E", "stopSequence": 42 }, { "arrival": { "time": "1771403487" }, "departure": { "time": "1771403487" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 43 }, { "arrival": { "time": "1771403640" }, "departure": { "time": "1771403640" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 44 }, { "arrival": { "time": "1771403784" }, "departure": { "time": "1771403784" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 45 }, { "arrival": { "time": "1771403876" }, "departure": { "time": "1771403876" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 46 }, { "arrival": { "time": "1771403846" }, "departure": { "time": "1771403846" }, "stopId": "RBRIOL-E", "stopSequence": 47 }, { "arrival": { "time": "1771403883" }, "departure": { "time": "1771403883" }, "stopId": "NOZAY-E", "stopSequence": 48 }, { "arrival": { "time": "1771403950" }, "departure": { "time": "1771403950" }, "stopId": "AUVERG-E", "stopSequence": 49 }, { "arrival": { "time": "1771404007" }, "departure": { "time": "1771404007" }, "stopId": "SAVOIE-E", "stopSequence": 50 }, { "arrival": { "time": "1771404075" }, "departure": { "time": "1771404075" }, "stopId": "INDUST-E", "stopSequence": 51 }, { "arrival": { "time": "1771404125" }, "departure": { "time": "1771404125" }, "stopId": "HOTELL-E", "stopSequence": 52 }, { "arrival": { "time": "1771404190" }, "departure": { "time": "1771404190" }, "stopId": "DEBUMO-E", "stopSequence": 53 }, { "arrival": { "time": "1771404299" }, "departure": { "time": "1771404299" }, "stopId": "RTEPAR-E", "stopSequence": 54 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257552" } } }, { "id": "trip:6541239", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400712" }, "departure": { "time": "1771400758" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771400772" }, "departure": { "time": "1771400772" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771400891" }, "departure": { "time": "1771400891" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771400990" }, "departure": { "time": "1771400990" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771401090" }, "departure": { "time": "1771401090" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771401190" }, "departure": { "time": "1771401190" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401300" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771401410" }, "departure": { "time": "1771401410" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771401530" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541239" } } }, { "id": "trip:6260057", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402440" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771402480" }, "departure": { "time": "1771402480" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771402511" }, "departure": { "time": "1771402511" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771402533" }, "departure": { "time": "1771402533" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771402573" }, "departure": { "time": "1771402573" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771402612" }, "departure": { "time": "1771402612" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771402649" }, "departure": { "time": "1771402649" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771402474" }, "departure": { "time": "1771402474" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771402528" }, "departure": { "time": "1771402528" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771402565" }, "departure": { "time": "1771402565" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771402649" }, "departure": { "time": "1771402649" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771402714" }, "departure": { "time": "1771402714" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771402776" }, "departure": { "time": "1771402776" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771402839" }, "departure": { "time": "1771402839" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771402877" }, "departure": { "time": "1771402877" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771402938" }, "departure": { "time": "1771402938" }, "stopId": "P-ANJO-E", "stopSequence": 16 }, { "arrival": { "time": "1771403014" }, "departure": { "time": "1771403014" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1771403079" }, "departure": { "time": "1771403079" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1771403127" }, "departure": { "time": "1771403127" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1771403198" }, "departure": { "time": "1771403198" }, "stopId": "PETVIVIE", "stopSequence": 20 }, { "arrival": { "time": "1771403274" }, "departure": { "time": "1771403274" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1771403308" }, "departure": { "time": "1771403308" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1771403412" }, "departure": { "time": "1771403412" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1771403458" }, "departure": { "time": "1771403458" }, "stopId": "LACDMAIN", "stopSequence": 24 }, { "arrival": { "time": "1771403504" }, "departure": { "time": "1771403504" }, "stopId": "MAISENVI", "stopSequence": 25 }, { "arrival": { "time": "1771403546" }, "departure": { "time": "1771403546" }, "stopId": "PERUSSAI", "stopSequence": 26 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "MAISLAC", "stopSequence": 27 }, { "arrival": { "time": "1771403611" }, "departure": { "time": "1771403611" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1771403737" }, "departure": { "time": "1771403737" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1771403795" }, "departure": { "time": "1771403795" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1771403855" }, "departure": { "time": "1771403855" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1771403905" }, "departure": { "time": "1771403905" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1771403966" }, "departure": { "time": "1771403966" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1771404032" }, "departure": { "time": "1771404032" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1771404095" }, "departure": { "time": "1771404095" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1771404170" }, "departure": { "time": "1771404170" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1771404278" }, "departure": { "time": "1771404278" }, "stopId": "FARCYSJA", "stopSequence": 37 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260057" } } }, { "id": "trip:6260016", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771401095" }, "departure": { "time": "1771401095" }, "stopId": "CNFPT", "stopSequence": 4 }, { "arrival": { "time": "1771401215" }, "departure": { "time": "1771401215" }, "stopId": "DARWIN-E", "stopSequence": 5 }, { "arrival": { "time": "1771401334" }, "departure": { "time": "1771401334" }, "stopId": "MOREL-E", "stopSequence": 6 }, { "arrival": { "time": "1771401362" }, "departure": { "time": "1771401362" }, "stopId": "INRA-E", "stopSequence": 7 }, { "arrival": { "time": "1771401399" }, "departure": { "time": "1771401399" }, "stopId": "GDPERI-E", "stopSequence": 8 }, { "arrival": { "time": "1771401430" }, "departure": { "time": "1771401430" }, "stopId": "LANDRE-E", "stopSequence": 9 }, { "arrival": { "time": "1771401514" }, "departure": { "time": "1771401514" }, "stopId": "BRGPAI-E", "stopSequence": 10 }, { "arrival": { "time": "1771401546" }, "departure": { "time": "1771401546" }, "stopId": "RODIN-E", "stopSequence": 11 }, { "arrival": { "time": "1771401571" }, "departure": { "time": "1771401571" }, "stopId": "GRANBE-E", "stopSequence": 12 }, { "arrival": { "time": "1771401621" }, "departure": { "time": "1771401621" }, "stopId": "PROME-E", "stopSequence": 13 }, { "arrival": { "time": "1771401676" }, "departure": { "time": "1771401676" }, "stopId": "CERFEU-E", "stopSequence": 14 }, { "arrival": { "time": "1771401709" }, "departure": { "time": "1771401709" }, "stopId": "MONOD-E", "stopSequence": 15 }, { "arrival": { "time": "1771401743" }, "departure": { "time": "1771401743" }, "stopId": "CITRON-E", "stopSequence": 16 }, { "arrival": { "time": "1771401774" }, "departure": { "time": "1771401774" }, "stopId": "ECHATS-E", "stopSequence": 17 }, { "arrival": { "time": "1771401856" }, "stopId": "LATOLL", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260016" } } }, { "id": "trip:6541244", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402060" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771402140" }, "departure": { "time": "1771402140" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771402210" }, "departure": { "time": "1771402210" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771402290" }, "departure": { "time": "1771402290" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771402380" }, "departure": { "time": "1771402380" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771402470" }, "departure": { "time": "1771402470" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771402580" }, "departure": { "time": "1771402580" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771402830" }, "departure": { "time": "1771402830" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771402950" }, "departure": { "time": "1771402950" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771403030" }, "departure": { "time": "1771403030" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771403150" }, "departure": { "time": "1771403150" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771403240" }, "departure": { "time": "1771403240" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771403360" }, "departure": { "time": "1771403360" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771403470" }, "departure": { "time": "1771403470" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771403570" }, "departure": { "time": "1771403570" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771403640" }, "departure": { "time": "1771403640" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771403710" }, "departure": { "time": "1771403710" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771403820" }, "departure": { "time": "1771403820" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771403910" }, "departure": { "time": "1771403910" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771404010" }, "departure": { "time": "1771404010" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771404110" }, "departure": { "time": "1771404110" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771404220" }, "departure": { "time": "1771404220" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771404330" }, "departure": { "time": "1771404330" }, "stopId": "1JVIL", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541244" } } }, { "id": "trip:6258646", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403100" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771403174" }, "departure": { "time": "1771403174" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771403209" }, "departure": { "time": "1771403209" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771403340" }, "departure": { "time": "1771403340" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771403420" }, "departure": { "time": "1771403420" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771403471" }, "departure": { "time": "1771403471" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771403514" }, "departure": { "time": "1771403514" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771403569" }, "departure": { "time": "1771403569" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771403640" }, "departure": { "time": "1771403640" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771403689" }, "departure": { "time": "1771403689" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771403730" }, "departure": { "time": "1771403730" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771403814" }, "departure": { "time": "1771403814" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771403900" }, "departure": { "time": "1771403900" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771403940" }, "departure": { "time": "1771403940" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771403977" }, "departure": { "time": "1771403977" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771404058" }, "departure": { "time": "1771404058" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771404130" }, "departure": { "time": "1771404130" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771404207" }, "departure": { "time": "1771404207" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771404250" }, "departure": { "time": "1771404250" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771404312" }, "departure": { "time": "1771404312" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771404345" }, "departure": { "time": "1771404345" }, "stopId": "LEFEVR-E", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258646" } } }, { "id": "trip:6540928", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401110" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771401230" }, "departure": { "time": "1771401230" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771401340" }, "departure": { "time": "1771401340" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771401460" }, "departure": { "time": "1771401460" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771401580" }, "departure": { "time": "1771401580" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771401670" }, "departure": { "time": "1771401670" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771401770" }, "departure": { "time": "1771401770" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771401880" }, "departure": { "time": "1771401880" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771401940" }, "departure": { "time": "1771401940" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771402040" }, "departure": { "time": "1771402040" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771402140" }, "departure": { "time": "1771402140" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771402230" }, "departure": { "time": "1771402230" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771402350" }, "departure": { "time": "1771402350" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771402560" }, "departure": { "time": "1771402560" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771402640" }, "departure": { "time": "1771402640" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771402760" }, "departure": { "time": "1771402760" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771402850" }, "departure": { "time": "1771402850" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771403000" }, "departure": { "time": "1771403000" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403100" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771403180" }, "departure": { "time": "1771403180" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771403270" }, "departure": { "time": "1771403270" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771403350" }, "departure": { "time": "1771403350" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771403440" }, "departure": { "time": "1771403440" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771403520" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6540928" } } }, { "id": "trip:6258647", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403940" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771404027" }, "departure": { "time": "1771404027" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771404069" }, "departure": { "time": "1771404069" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771404200" }, "departure": { "time": "1771404200" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771404280" }, "departure": { "time": "1771404280" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771404331" }, "departure": { "time": "1771404331" }, "stopId": "BOURGO-E", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258647" } } }, { "id": "trip:4054", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400735" }, "departure": { "time": "1771400746" }, "stopId": "BRAIBOIS", "stopSequence": 13 }, { "arrival": { "time": "1771400790" }, "departure": { "time": "1771400790" }, "stopId": "BRAINNAR", "stopSequence": 14 }, { "arrival": { "time": "1771400966" }, "departure": { "time": "1771400966" }, "stopId": "TRELCHEV", "stopSequence": 15 }, { "arrival": { "time": "1771401030" }, "departure": { "time": "1771401030" }, "stopId": "MAIRTREL", "stopSequence": 16 }, { "arrival": { "time": "1771401241" }, "departure": { "time": "1771401241" }, "stopId": "DAUTEL-E", "stopSequence": 17 }, { "arrival": { "time": "1771401510" }, "departure": { "time": "1771401510" }, "stopId": "FRESNAIE", "stopSequence": 18 }, { "arrival": { "time": "1771401933" }, "departure": { "time": "1771401933" }, "stopId": "JUSTICES", "stopSequence": 19 }, { "arrival": { "time": "1771402050" }, "departure": { "time": "1771402050" }, "stopId": "MILLOT.", "stopSequence": 20 }, { "arrival": { "time": "1771402432" }, "departure": { "time": "1771402432" }, "stopId": "ANLEROY", "stopSequence": 21 }, { "arrival": { "time": "1771402532" }, "departure": { "time": "1771402532" }, "stopId": "PATNOIRE", "stopSequence": 22 }, { "arrival": { "time": "1771402770" }, "departure": { "time": "1771402770" }, "stopId": "GROESPLA", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "40", "tripId": "4054" } } }, { "id": "trip:6258258", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403880" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771403928" }, "departure": { "time": "1771403928" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771403978" }, "departure": { "time": "1771403978" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771404046" }, "departure": { "time": "1771404046" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771404105" }, "departure": { "time": "1771404105" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771404133" }, "departure": { "time": "1771404133" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771404223" }, "departure": { "time": "1771404223" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771404285" }, "departure": { "time": "1771404285" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771404324" }, "departure": { "time": "1771404324" }, "stopId": "BEURRIER", "stopSequence": 9 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258258" } } }, { "id": "trip:6258564", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402140" }, "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1771402223" }, "departure": { "time": "1771402223" }, "stopId": "PIGNONIE", "stopSequence": 1 }, { "arrival": { "time": "1771402286" }, "departure": { "time": "1771402286" }, "stopId": "CLAVERIE", "stopSequence": 2 }, { "arrival": { "time": "1771402330" }, "departure": { "time": "1771402330" }, "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1771402380" }, "departure": { "time": "1771402380" }, "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1771402437" }, "departure": { "time": "1771402437" }, "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1771402483" }, "departure": { "time": "1771402483" }, "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1771402519" }, "departure": { "time": "1771402519" }, "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1771402567" }, "departure": { "time": "1771402567" }, "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1771402647" }, "departure": { "time": "1771402647" }, "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1771402709" }, "departure": { "time": "1771402709" }, "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1771402795" }, "departure": { "time": "1771402795" }, "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1771402881" }, "departure": { "time": "1771402881" }, "stopId": "MONTAIG", "stopSequence": 13 }, { "arrival": { "time": "1771403040" }, "departure": { "time": "1771403040" }, "stopId": "LANGLADE", "stopSequence": 14 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403100" }, "stopId": "AROBASE", "stopSequence": 15 }, { "arrival": { "time": "1771403148" }, "departure": { "time": "1771403148" }, "stopId": "PCOUBERT", "stopSequence": 16 }, { "arrival": { "time": "1771403215" }, "departure": { "time": "1771403215" }, "stopId": "JEBOUIN", "stopSequence": 17 }, { "arrival": { "time": "1771403280" }, "departure": { "time": "1771403280" }, "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1771403327" }, "departure": { "time": "1771403327" }, "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1771403408" }, "departure": { "time": "1771403408" }, "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1771403469" }, "departure": { "time": "1771403469" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1771403520" }, "departure": { "time": "1771403520" }, "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1771403682" }, "departure": { "time": "1771403682" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403820" }, "stopId": "LICES", "stopSequence": 24 }, { "arrival": { "time": "1771403890" }, "departure": { "time": "1771403890" }, "stopId": "CCI-E", "stopSequence": 25 }, { "arrival": { "time": "1771403934" }, "departure": { "time": "1771403934" }, "stopId": "CHDARR-E", "stopSequence": 26 }, { "arrival": { "time": "1771404049" }, "departure": { "time": "1771404049" }, "stopId": "LEQUAI-E", "stopSequence": 27 }, { "arrival": { "time": "1771404089" }, "departure": { "time": "1771404089" }, "stopId": "DUMESN-E", "stopSequence": 28 }, { "arrival": { "time": "1771404104" }, "departure": { "time": "1771404104" }, "stopId": "MONPR-E", "stopSequence": 29 }, { "arrival": { "time": "1771403949" }, "departure": { "time": "1771403949" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1771404068" }, "departure": { "time": "1771404068" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1771404156" }, "departure": { "time": "1771404156" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 }, { "arrival": { "time": "1771404240" }, "departure": { "time": "1771404240" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 34 }, { "arrival": { "time": "1771404300" }, "departure": { "time": "1771404300" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1771404158" }, "departure": { "time": "1771404158" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1771404220" }, "departure": { "time": "1771404220" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1771404221" }, "departure": { "time": "1771404221" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1771404253" }, "departure": { "time": "1771404253" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1771404318" }, "departure": { "time": "1771404318" }, "stopId": "GOURON-E", "stopSequence": 40 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258564" } } }, { "id": "trip:6541240", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400750" }, "departure": { "time": "1771400750" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771400840" }, "departure": { "time": "1771400840" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771400960" }, "departure": { "time": "1771400960" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771401070" }, "departure": { "time": "1771401070" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771401170" }, "departure": { "time": "1771401170" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771401240" }, "departure": { "time": "1771401240" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771401310" }, "departure": { "time": "1771401310" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771401420" }, "departure": { "time": "1771401420" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771401510" }, "departure": { "time": "1771401510" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771401610" }, "departure": { "time": "1771401610" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771401710" }, "departure": { "time": "1771401710" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771401820" }, "departure": { "time": "1771401820" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771401930" }, "departure": { "time": "1771401930" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771402050" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541240" } } }, { "id": "trip:6258629", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402140" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771402169" }, "departure": { "time": "1771402169" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771402220" }, "departure": { "time": "1771402220" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771402286" }, "departure": { "time": "1771402286" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771402380" }, "departure": { "time": "1771402380" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771402468" }, "departure": { "time": "1771402468" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771402507" }, "departure": { "time": "1771402507" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771402555" }, "departure": { "time": "1771402555" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771402608" }, "departure": { "time": "1771402608" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771402667" }, "departure": { "time": "1771402667" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771402807" }, "departure": { "time": "1771402807" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771402892" }, "departure": { "time": "1771402892" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771402931" }, "departure": { "time": "1771402931" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771402997" }, "departure": { "time": "1771402997" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771403047" }, "departure": { "time": "1771403047" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771403125" }, "departure": { "time": "1771403125" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771403219" }, "departure": { "time": "1771403219" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771403287" }, "departure": { "time": "1771403287" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771403340" }, "departure": { "time": "1771403340" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771403394" }, "departure": { "time": "1771403394" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771403486" }, "departure": { "time": "1771403486" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771403592" }, "departure": { "time": "1771403592" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771403630" }, "departure": { "time": "1771403630" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771403700" }, "departure": { "time": "1771403700" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771403768" }, "departure": { "time": "1771403768" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771403813" }, "departure": { "time": "1771403813" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771403891" }, "departure": { "time": "1771403891" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771403950" }, "departure": { "time": "1771403950" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771404112" }, "departure": { "time": "1771404112" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771404158" }, "departure": { "time": "1771404158" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771404221" }, "departure": { "time": "1771404221" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771404300" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258629" } } }, { "id": "trip:6258301", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400883" }, "departure": { "time": "1771400883" }, "stopId": "STSERG-E", "stopSequence": 27 }, { "arrival": { "time": "1771401050" }, "departure": { "time": "1771401050" }, "stopId": "ROCHEF-E", "stopSequence": 28 }, { "arrival": { "time": "1771401149" }, "departure": { "time": "1771401149" }, "stopId": "HOTDIE-E", "stopSequence": 29 }, { "arrival": { "time": "1771401205" }, "departure": { "time": "1771401205" }, "stopId": "BICHDA-E", "stopSequence": 30 }, { "arrival": { "time": "1771401290" }, "departure": { "time": "1771401290" }, "stopId": "DESCAZEA", "stopSequence": 31 }, { "arrival": { "time": "1771401394" }, "departure": { "time": "1771401394" }, "stopId": "CIOUES-E", "stopSequence": 32 }, { "arrival": { "time": "1771401456" }, "departure": { "time": "1771401456" }, "stopId": "POMONE-E", "stopSequence": 33 }, { "arrival": { "time": "1771401502" }, "departure": { "time": "1771401502" }, "stopId": "REVERI-E", "stopSequence": 34 }, { "arrival": { "time": "1771401582" }, "departure": { "time": "1771401582" }, "stopId": "MEIGNA-E", "stopSequence": 35 }, { "arrival": { "time": "1771401622" }, "departure": { "time": "1771401622" }, "stopId": "VALOR-E", "stopSequence": 36 }, { "arrival": { "time": "1771401650" }, "departure": { "time": "1771401650" }, "stopId": "CLINIQ-E", "stopSequence": 37 }, { "arrival": { "time": "1771401689" }, "departure": { "time": "1771401689" }, "stopId": "GRANDM-E", "stopSequence": 38 }, { "arrival": { "time": "1771401732" }, "departure": { "time": "1771401732" }, "stopId": "MAISDA-E", "stopSequence": 39 }, { "arrival": { "time": "1771401772" }, "departure": { "time": "1771401772" }, "stopId": "CHMART-E", "stopSequence": 40 }, { "arrival": { "time": "1771401809" }, "departure": { "time": "1771401809" }, "stopId": "MLYAUT-E", "stopSequence": 41 }, { "arrival": { "time": "1771401874" }, "departure": { "time": "1771401874" }, "stopId": "BRASSE-E", "stopSequence": 42 }, { "arrival": { "time": "1771401958" }, "departure": { "time": "1771401958" }, "stopId": "BEURRI-E", "stopSequence": 43 }, { "arrival": { "time": "1771402009" }, "departure": { "time": "1771402009" }, "stopId": "DELAUN-E", "stopSequence": 44 }, { "arrival": { "time": "1771402062" }, "departure": { "time": "1771402062" }, "stopId": "MAUFIN-E", "stopSequence": 45 }, { "arrival": { "time": "1771402112" }, "departure": { "time": "1771402112" }, "stopId": "MAIRAV-E", "stopSequence": 46 }, { "arrival": { "time": "1771402147" }, "departure": { "time": "1771402147" }, "stopId": "TERNIE-E", "stopSequence": 47 }, { "arrival": { "time": "1771402179" }, "departure": { "time": "1771402179" }, "stopId": "BALAND-E", "stopSequence": 48 }, { "arrival": { "time": "1771402221" }, "departure": { "time": "1771402221" }, "stopId": "PIECE-E", "stopSequence": 49 }, { "arrival": { "time": "1771402276" }, "departure": { "time": "1771402276" }, "stopId": "LA-BOI-E", "stopSequence": 50 }, { "arrival": { "time": "1771402320" }, "departure": { "time": "1771402320" }, "stopId": "SCHWAL-E", "stopSequence": 51 }, { "arrival": { "time": "1771402352" }, "stopId": "ADEZIERE", "stopSequence": 52 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258301" } } }, { "id": "trip:6257596", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401900" }, "stopId": "PROVINS", "stopSequence": 0 }, { "arrival": { "time": "1771401973" }, "departure": { "time": "1771401973" }, "stopId": "RTEPARIS", "stopSequence": 1 }, { "arrival": { "time": "1771402080" }, "departure": { "time": "1771402080" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1771402138" }, "departure": { "time": "1771402138" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1771402187" }, "departure": { "time": "1771402187" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1771402260" }, "departure": { "time": "1771402260" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1771402330" }, "departure": { "time": "1771402330" }, "stopId": "AUVERGNE", "stopSequence": 6 }, { "arrival": { "time": "1771402376" }, "departure": { "time": "1771402376" }, "stopId": "NOZAY", "stopSequence": 7 }, { "arrival": { "time": "1771402411" }, "departure": { "time": "1771402411" }, "stopId": "RBRIOLLA", "stopSequence": 8 }, { "arrival": { "time": "1771402497" }, "departure": { "time": "1771402497" }, "stopId": "RAMON", "stopSequence": 9 }, { "arrival": { "time": "1771402780" }, "departure": { "time": "1771402780" }, "stopId": "TALET", "stopSequence": 12 }, { "arrival": { "time": "1771402439" }, "departure": { "time": "1771402439" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLANT", "stopSequence": 13 }, { "arrival": { "time": "1771402546" }, "departure": { "time": "1771402546" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOUER", "stopSequence": 14 }, { "arrival": { "time": "1771402680" }, "departure": { "time": "1771402680" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACENEY", "stopSequence": 15 }, { "arrival": { "time": "1771402851" }, "departure": { "time": "1771402851" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU", "stopSequence": 16 }, { "arrival": { "time": "1771402954" }, "departure": { "time": "1771402954" }, "stopId": "MENDESFR", "stopSequence": 17 }, { "arrival": { "time": "1771403106" }, "departure": { "time": "1771403220" }, "stopId": "FO-LOR-R", "stopSequence": 18 }, { "arrival": { "time": "1771403307" }, "departure": { "time": "1771403307" }, "stopId": "STAUBI-E", "stopSequence": 19 }, { "arrival": { "time": "1771403349" }, "departure": { "time": "1771403349" }, "stopId": "HARAS-E", "stopSequence": 20 }, { "arrival": { "time": "1771403460" }, "departure": { "time": "1771403460" }, "stopId": "LESGAR-E", "stopSequence": 21 }, { "arrival": { "time": "1771403563" }, "departure": { "time": "1771403563" }, "stopId": "SEMARD-E", "stopSequence": 22 }, { "arrival": { "time": "1771403607" }, "departure": { "time": "1771403607" }, "stopId": "PONTNO-E", "stopSequence": 23 }, { "arrival": { "time": "1771403694" }, "departure": { "time": "1771403694" }, "stopId": "POIREL-E", "stopSequence": 24 }, { "arrival": { "time": "1771403742" }, "departure": { "time": "1771403742" }, "stopId": "VAUBAN-E", "stopSequence": 25 }, { "arrival": { "time": "1771403803" }, "departure": { "time": "1771403803" }, "stopId": "FREMUR-E", "stopSequence": 26 }, { "arrival": { "time": "1771403880" }, "departure": { "time": "1771403880" }, "stopId": "STRASB-E", "stopSequence": 27 }, { "arrival": { "time": "1771403991" }, "departure": { "time": "1771403991" }, "scheduleRelationship": "SKIPPED", "stopId": "LETAND-E", "stopSequence": 29 }, { "arrival": { "time": "1771404030" }, "departure": { "time": "1771404030" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUVA-E", "stopSequence": 30 }, { "arrival": { "time": "1771404227" }, "departure": { "time": "1771404227" }, "stopId": "LORETT-E", "stopSequence": 31 }, { "arrival": { "time": "1771404262" }, "departure": { "time": "1771404262" }, "stopId": "MORELI-E", "stopSequence": 32 }, { "arrival": { "time": "1771404316" }, "departure": { "time": "1771404316" }, "stopId": "DELATR-E", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257596" } } }, { "id": "trip:6257742", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400653" }, "departure": { "time": "1771400687" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771400708" }, "departure": { "time": "1771400732" }, "stopId": "ZIBEAUC", "stopSequence": 35 }, { "arrival": { "time": "1771400771" }, "departure": { "time": "1771400771" }, "stopId": "THOMASS", "stopSequence": 36 }, { "arrival": { "time": "1771400803" }, "departure": { "time": "1771400803" }, "stopId": "CLAIE", "stopSequence": 37 }, { "arrival": { "time": "1771400865" }, "departure": { "time": "1771400865" }, "stopId": "GUINEZE", "stopSequence": 38 }, { "arrival": { "time": "1771400946" }, "departure": { "time": "1771400946" }, "stopId": "AAMIPI", "stopSequence": 39 }, { "arrival": { "time": "1771400984" }, "departure": { "time": "1771400984" }, "stopId": "EBEAUPIN", "stopSequence": 40 }, { "arrival": { "time": "1771401045" }, "departure": { "time": "1771401045" }, "stopId": "PAVILLO", "stopSequence": 41 }, { "arrival": { "time": "1771401126" }, "stopId": "LHOIRI-D", "stopSequence": 42 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257742" } } }, { "id": "trip:6258726", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400642" }, "departure": { "time": "1771400642" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771400671" }, "departure": { "time": "1771400702" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771400779" }, "departure": { "time": "1771400779" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771400814" }, "departure": { "time": "1771400814" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771400873" }, "departure": { "time": "1771400873" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771400918" }, "departure": { "time": "1771400918" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771400988" }, "departure": { "time": "1771400988" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771401073" }, "departure": { "time": "1771401073" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771401131" }, "departure": { "time": "1771401131" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771401180" }, "departure": { "time": "1771401180" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771401234" }, "departure": { "time": "1771401234" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771401326" }, "departure": { "time": "1771401326" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771401432" }, "departure": { "time": "1771401432" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771401471" }, "departure": { "time": "1771401471" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771401544" }, "departure": { "time": "1771401544" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771401612" }, "departure": { "time": "1771401612" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771401657" }, "departure": { "time": "1771401657" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771401736" }, "departure": { "time": "1771401736" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771401795" }, "departure": { "time": "1771401795" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771401845" }, "departure": { "time": "1771401845" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771401954" }, "departure": { "time": "1771401954" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771402000" }, "departure": { "time": "1771402000" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771402065" }, "departure": { "time": "1771402065" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771402144" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258726" } } }, { "id": "trip:6052752", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403280" }, "stopId": "HTDEMURS", "stopSequence": 0 }, { "arrival": { "time": "1771403320" }, "departure": { "time": "1771403320" }, "stopId": "LABUISSA", "stopSequence": 1 }, { "arrival": { "time": "1771403371" }, "departure": { "time": "1771403371" }, "stopId": "LECOTEAU", "stopSequence": 2 }, { "arrival": { "time": "1771403443" }, "departure": { "time": "1771403443" }, "stopId": "CARMET", "stopSequence": 3 }, { "arrival": { "time": "1771403523" }, "departure": { "time": "1771403523" }, "stopId": "MURSHDV", "stopSequence": 4 }, { "arrival": { "time": "1771403554" }, "departure": { "time": "1771403554" }, "stopId": "LEVESQUE", "stopSequence": 5 }, { "arrival": { "time": "1771403632" }, "departure": { "time": "1771403632" }, "stopId": "ERIGNE", "stopSequence": 6 }, { "arrival": { "time": "1771403661" }, "departure": { "time": "1771403661" }, "stopId": "SOLAND", "stopSequence": 7 }, { "arrival": { "time": "1771403700" }, "departure": { "time": "1771403700" }, "stopId": "GDPRESSO", "stopSequence": 8 }, { "arrival": { "time": "1771403740" }, "departure": { "time": "1771403740" }, "stopId": "BARBOTER", "stopSequence": 9 }, { "arrival": { "time": "1771403783" }, "departure": { "time": "1771403783" }, "stopId": "FONTENE", "stopSequence": 10 }, { "arrival": { "time": "1771403820" }, "departure": { "time": "1771403820" }, "stopId": "BRISSAC", "stopSequence": 11 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052752" } } }, { "id": "trip:6541245", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402660" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771402810" }, "departure": { "time": "1771402810" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771402890" }, "departure": { "time": "1771402890" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771402980" }, "departure": { "time": "1771402980" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771403070" }, "departure": { "time": "1771403070" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771403180" }, "departure": { "time": "1771403180" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771403340" }, "departure": { "time": "1771403340" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771403430" }, "departure": { "time": "1771403430" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771403550" }, "departure": { "time": "1771403550" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771403630" }, "departure": { "time": "1771403630" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771403750" }, "departure": { "time": "1771403750" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771403840" }, "departure": { "time": "1771403840" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771403960" }, "departure": { "time": "1771403960" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771404070" }, "departure": { "time": "1771404070" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771404170" }, "departure": { "time": "1771404170" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771404240" }, "departure": { "time": "1771404240" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771404310" }, "departure": { "time": "1771404310" }, "stopId": "1HARA", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541245" } } }, { "id": "trip:6257795", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402260" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771402270" }, "departure": { "time": "1771402270" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771402380" }, "departure": { "time": "1771402380" }, "stopId": "CCMOLIER", "stopSequence": 2 }, { "arrival": { "time": "1771402429" }, "departure": { "time": "1771402429" }, "stopId": "AAQUITN", "stopSequence": 3 }, { "arrival": { "time": "1771402463" }, "departure": { "time": "1771402463" }, "stopId": "SHEAKSPE", "stopSequence": 4 }, { "arrival": { "time": "1771402529" }, "departure": { "time": "1771402529" }, "stopId": "WIGAN", "stopSequence": 5 }, { "arrival": { "time": "1771402560" }, "departure": { "time": "1771402560" }, "stopId": "GRESILLE", "stopSequence": 6 }, { "arrival": { "time": "1771402605" }, "departure": { "time": "1771402605" }, "stopId": "PROUDHON", "stopSequence": 7 }, { "arrival": { "time": "1771402677" }, "departure": { "time": "1771402677" }, "stopId": "VALLO", "stopSequence": 8 }, { "arrival": { "time": "1771402713" }, "departure": { "time": "1771402713" }, "stopId": "MONTECLA", "stopSequence": 9 }, { "arrival": { "time": "1771402754" }, "departure": { "time": "1771402754" }, "stopId": "DELESCL", "stopSequence": 10 }, { "arrival": { "time": "1771402819" }, "departure": { "time": "1771402819" }, "stopId": "JEMONNET", "stopSequence": 11 }, { "arrival": { "time": "1771402874" }, "departure": { "time": "1771402874" }, "stopId": "MAISLA-E", "stopSequence": 12 }, { "arrival": { "time": "1771402912" }, "departure": { "time": "1771402912" }, "stopId": "PERUSS-E", "stopSequence": 13 }, { "arrival": { "time": "1771402980" }, "departure": { "time": "1771402980" }, "stopId": "GDMAINE", "stopSequence": 14 }, { "arrival": { "time": "1771403454" }, "departure": { "time": "1771403454" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771403516" }, "departure": { "time": "1771403516" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771403593" }, "departure": { "time": "1771403593" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771403627" }, "departure": { "time": "1771403627" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771403688" }, "departure": { "time": "1771403688" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771403727" }, "departure": { "time": "1771403727" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771403280" }, "departure": { "time": "1771403280" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771403333" }, "departure": { "time": "1771403333" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771403391" }, "departure": { "time": "1771403391" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771403783" }, "departure": { "time": "1771403783" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1771403828" }, "departure": { "time": "1771403828" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1771403950" }, "departure": { "time": "1771403950" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771404027" }, "departure": { "time": "1771404027" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771404077" }, "departure": { "time": "1771404077" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1771404238" }, "departure": { "time": "1771404238" }, "stopId": "MENDES-E", "stopSequence": 29 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257795" } } }, { "id": "trip:6258054", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771401775" }, "departure": { "time": "1771401775" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771401839" }, "departure": { "time": "1771401839" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771401932" }, "departure": { "time": "1771401932" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771401975" }, "departure": { "time": "1771401975" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771402020" }, "departure": { "time": "1771402020" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771402087" }, "departure": { "time": "1771402087" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771402136" }, "departure": { "time": "1771402136" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771402201" }, "departure": { "time": "1771402201" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771402276" }, "departure": { "time": "1771402276" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771402333" }, "departure": { "time": "1771402333" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771402380" }, "departure": { "time": "1771402380" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1771402582" }, "departure": { "time": "1771402582" }, "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771402629" }, "departure": { "time": "1771402629" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771402680" }, "departure": { "time": "1771402680" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771402709" }, "departure": { "time": "1771402709" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771402742" }, "departure": { "time": "1771402742" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771402806" }, "departure": { "time": "1771402806" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771402841" }, "departure": { "time": "1771402841" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771402910" }, "departure": { "time": "1771402910" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771402974" }, "departure": { "time": "1771402974" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771403056" }, "departure": { "time": "1771403056" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771403160" }, "departure": { "time": "1771403160" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771403228" }, "departure": { "time": "1771403228" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771403283" }, "departure": { "time": "1771403283" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771403329" }, "departure": { "time": "1771403329" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771403375" }, "departure": { "time": "1771403375" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771403407" }, "departure": { "time": "1771403407" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771403468" }, "departure": { "time": "1771403468" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771403498" }, "departure": { "time": "1771403498" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771403630" }, "departure": { "time": "1771403630" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771403680" }, "departure": { "time": "1771403680" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771403733" }, "departure": { "time": "1771403733" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771403767" }, "departure": { "time": "1771403767" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771403820" }, "departure": { "time": "1771403820" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771403886" }, "departure": { "time": "1771403886" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771403971" }, "departure": { "time": "1771403971" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771404033" }, "departure": { "time": "1771404033" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771404120" }, "departure": { "time": "1771404120" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771404185" }, "departure": { "time": "1771404185" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771404287" }, "departure": { "time": "1771404287" }, "stopId": "INTMIL-E", "stopSequence": 41 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258054" } } }, { "id": "trip:6257518", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771404240" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1771404276" }, "departure": { "time": "1771404276" }, "stopId": "COTTAGE", "stopSequence": 1 }, { "arrival": { "time": "1771404333" }, "departure": { "time": "1771404333" }, "stopId": "DUBELL-2", "stopSequence": 2 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257518" } } }, { "id": "trip:6257492", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400642" }, "departure": { "time": "1771400642" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1771400657" }, "departure": { "time": "1771400667" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1771400716" }, "departure": { "time": "1771400747" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1771400816" }, "departure": { "time": "1771400816" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1771400887" }, "departure": { "time": "1771400887" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1771401142" }, "departure": { "time": "1771401142" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1771401215" }, "departure": { "time": "1771401215" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401360" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1771401478" }, "departure": { "time": "1771401478" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1771401653" }, "departure": { "time": "1771401653" }, "stopId": "TALET-E", "stopSequence": 33 }, { "arrival": { "time": "1771401780" }, "departure": { "time": "1771401780" }, "stopId": "BDEMAI-E", "stopSequence": 34 }, { "arrival": { "time": "1771401807" }, "departure": { "time": "1771401807" }, "stopId": "FACULT-E", "stopSequence": 35 }, { "arrival": { "time": "1771401948" }, "departure": { "time": "1771401948" }, "stopId": "FFAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771402020" }, "departure": { "time": "1771402020" }, "stopId": "CARCIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771402153" }, "departure": { "time": "1771402153" }, "stopId": "CITESO-E", "stopSequence": 38 }, { "arrival": { "time": "1771402226" }, "departure": { "time": "1771402226" }, "stopId": "DOYENN-E", "stopSequence": 39 }, { "arrival": { "time": "1771402304" }, "departure": { "time": "1771402304" }, "stopId": "SAVOIE-E", "stopSequence": 40 }, { "arrival": { "time": "1771402380" }, "departure": { "time": "1771402380" }, "stopId": "INDUST-E", "stopSequence": 41 }, { "arrival": { "time": "1771402418" }, "departure": { "time": "1771402418" }, "stopId": "HOTELL-E", "stopSequence": 42 }, { "arrival": { "time": "1771402464" }, "departure": { "time": "1771402464" }, "stopId": "DEBUSS-E", "stopSequence": 43 }, { "arrival": { "time": "1771402500" }, "departure": { "time": "1771402500" }, "stopId": "BOISAB-E", "stopSequence": 44 }, { "arrival": { "time": "1771402534" }, "departure": { "time": "1771402534" }, "stopId": "DUBELL-E", "stopSequence": 45 }, { "arrival": { "time": "1771402633" }, "departure": { "time": "1771402633" }, "stopId": "REDUM-E", "stopSequence": 46 }, { "arrival": { "time": "1771402680" }, "departure": { "time": "1771402680" }, "stopId": "HIPPODRO", "stopSequence": 47 }, { "arrival": { "time": "1771402818" }, "departure": { "time": "1771402818" }, "stopId": "COTTAG-E", "stopSequence": 48 }, { "arrival": { "time": "1771402860" }, "stopId": "EVENTARD", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257492" } } }, { "id": "trip:6544019", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403400" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771403443" }, "departure": { "time": "1771403443" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771403648" }, "departure": { "time": "1771403648" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771403680" }, "departure": { "time": "1771403680" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771403820" }, "departure": { "time": "1771403820" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771403903" }, "departure": { "time": "1771403903" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771404180" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544019" } } }, { "id": "trip:6258050", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400689" }, "departure": { "time": "1771400719" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771400781" }, "departure": { "time": "1771400781" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771400872" }, "departure": { "time": "1771400872" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771400952" }, "departure": { "time": "1771400952" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771401077" }, "departure": { "time": "1771401077" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771401126" }, "departure": { "time": "1771401126" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771401188" }, "departure": { "time": "1771401188" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771401221" }, "departure": { "time": "1771401221" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771401251" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258050" } } }, { "id": "trip:6257561", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400689" }, "departure": { "time": "1771400705" }, "stopId": "DAGUER-E", "stopSequence": 46 }, { "arrival": { "time": "1771400735" }, "departure": { "time": "1771400735" }, "stopId": "ALLUME-E", "stopSequence": 47 }, { "arrival": { "time": "1771400796" }, "departure": { "time": "1771400796" }, "stopId": "RIOTTE-E", "stopSequence": 48 }, { "arrival": { "time": "1771400838" }, "departure": { "time": "1771400838" }, "stopId": "BOURSE-E", "stopSequence": 49 }, { "arrival": { "time": "1771400866" }, "departure": { "time": "1771400866" }, "stopId": "MORLON-E", "stopSequence": 50 }, { "arrival": { "time": "1771400905" }, "departure": { "time": "1771400905" }, "stopId": "PYRAM2-E", "stopSequence": 51 }, { "arrival": { "time": "1771400951" }, "departure": { "time": "1771400951" }, "stopId": "BUISSO-E", "stopSequence": 52 }, { "arrival": { "time": "1771400977" }, "departure": { "time": "1771400977" }, "stopId": "DAUTEL-E", "stopSequence": 53 }, { "arrival": { "time": "1771401048" }, "departure": { "time": "1771401048" }, "stopId": "GENTR-E", "stopSequence": 54 }, { "arrival": { "time": "1771401168" }, "departure": { "time": "1771401168" }, "stopId": "SLEZIND", "stopSequence": 55 }, { "arrival": { "time": "1771401259" }, "departure": { "time": "1771401259" }, "stopId": "BAHONN-E", "stopSequence": 56 }, { "arrival": { "time": "1771401305" }, "departure": { "time": "1771401305" }, "stopId": "DEGAUL-E", "stopSequence": 57 }, { "arrival": { "time": "1771401356" }, "departure": { "time": "1771401356" }, "stopId": "MALEMB-E", "stopSequence": 58 }, { "arrival": { "time": "1771401468" }, "stopId": "TRELGARE", "stopSequence": 59 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257561" } } }, { "id": "trip:6544018", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402680" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771402723" }, "departure": { "time": "1771402723" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771402928" }, "departure": { "time": "1771402928" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771402960" }, "departure": { "time": "1771402960" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403100" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771403183" }, "departure": { "time": "1771403183" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771403280" }, "departure": { "time": "1771403280" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771403460" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544018" } } }, { "id": "trip:6258139", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403100" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1771403147" }, "departure": { "time": "1771403147" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771403193" }, "departure": { "time": "1771403193" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1771403259" }, "departure": { "time": "1771403259" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771403322" }, "departure": { "time": "1771403322" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771403460" }, "departure": { "time": "1771403460" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1771403544" }, "departure": { "time": "1771403544" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771403629" }, "departure": { "time": "1771403629" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771403700" }, "departure": { "time": "1771403700" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771403803" }, "departure": { "time": "1771403803" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771403915" }, "departure": { "time": "1771403915" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771403960" }, "departure": { "time": "1771403960" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771403996" }, "departure": { "time": "1771403996" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771404071" }, "departure": { "time": "1771404071" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771404158" }, "departure": { "time": "1771404158" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771404240" }, "departure": { "time": "1771404240" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771404336" }, "departure": { "time": "1771404336" }, "stopId": "ESPACE5A", "stopSequence": 16 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258139" } } }, { "id": "trip:6258749", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400659" }, "departure": { "time": "1771400659" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771400729" }, "departure": { "time": "1771400733" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771400811" }, "departure": { "time": "1771400811" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771400888" }, "departure": { "time": "1771400888" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771400956" }, "departure": { "time": "1771400956" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771401001" }, "departure": { "time": "1771401001" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771401079" }, "departure": { "time": "1771401079" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771401138" }, "departure": { "time": "1771401138" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771401188" }, "departure": { "time": "1771401188" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771401293" }, "departure": { "time": "1771401293" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771401340" }, "departure": { "time": "1771401340" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771401408" }, "departure": { "time": "1771401408" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771401487" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258749" } } }, { "id": "trip:3854", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400820" }, "departure": { "time": "1771400820" }, "stopId": "QUAIsubN", "stopSequence": 16 } ], "trip": { "directionId": 0, "routeId": "38", "tripId": "3854" } } }, { "id": "trip:6053991", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400679" }, "departure": { "time": "1771400679" }, "stopId": "GDMAINE", "stopSequence": 23 }, { "arrival": { "time": "1771401179" }, "departure": { "time": "1771401179" }, "stopId": "EBLE", "stopSequence": 24 }, { "arrival": { "time": "1771401241" }, "departure": { "time": "1771401241" }, "stopId": "GENIE", "stopSequence": 25 }, { "arrival": { "time": "1771401318" }, "departure": { "time": "1771401318" }, "stopId": "VAUBAN", "stopSequence": 26 }, { "arrival": { "time": "1771401352" }, "departure": { "time": "1771401352" }, "stopId": "POIREL", "stopSequence": 27 }, { "arrival": { "time": "1771401413" }, "departure": { "time": "1771401413" }, "stopId": "PONTNOIR", "stopSequence": 28 }, { "arrival": { "time": "1771401452" }, "departure": { "time": "1771401452" }, "stopId": "SEMARD", "stopSequence": 29 }, { "arrival": { "time": "1771400869" }, "departure": { "time": "1771400869" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 30 }, { "arrival": { "time": "1771400925" }, "departure": { "time": "1771400925" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 31 }, { "arrival": { "time": "1771400987" }, "departure": { "time": "1771400987" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 32 }, { "arrival": { "time": "1771401508" }, "stopId": "GAREPAPI", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "22", "tripId": "6053991" } } }, { "id": "trip:6052643", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771404630" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771403752" }, "departure": { "time": "1771403752" }, "scheduleRelationship": "SKIPPED", "stopId": "LEQUAI-E", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052643" } } }, { "id": "trip:6543459", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403940" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771404022" }, "departure": { "time": "1771404022" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771404108" }, "departure": { "time": "1771404108" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771404280" }, "departure": { "time": "1771404280" }, "stopId": "2BRIS", "stopSequence": 3 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543459" } } }, { "id": "trip:6543505", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403130" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771403250" }, "departure": { "time": "1771403250" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771403341" }, "departure": { "time": "1771403341" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771403494" }, "departure": { "time": "1771403494" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771403570" }, "departure": { "time": "1771403570" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771403728" }, "departure": { "time": "1771403728" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771403807" }, "departure": { "time": "1771403807" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771403880" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6543505" } } }, { "id": "trip:6258518", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400685" }, "departure": { "time": "1771400685" }, "stopId": "JEBOUI-E", "stopSequence": 70 }, { "arrival": { "time": "1771400729" }, "departure": { "time": "1771400760" }, "stopId": "PCOUBE-E", "stopSequence": 71 }, { "arrival": { "time": "1771400756" }, "departure": { "time": "1771400756" }, "stopId": "AROBA-E", "stopSequence": 72 }, { "arrival": { "time": "1771400856" }, "departure": { "time": "1771400856" }, "stopId": "LANGLA-E", "stopSequence": 73 }, { "arrival": { "time": "1771400975" }, "departure": { "time": "1771400975" }, "stopId": "MONTAI-E", "stopSequence": 74 }, { "arrival": { "time": "1771401074" }, "departure": { "time": "1771401074" }, "stopId": "JERUSA-E", "stopSequence": 75 }, { "arrival": { "time": "1771401116" }, "departure": { "time": "1771401116" }, "stopId": "DAGNET-E", "stopSequence": 76 }, { "arrival": { "time": "1771401148" }, "departure": { "time": "1771401148" }, "stopId": "GILLIE-E", "stopSequence": 77 }, { "arrival": { "time": "1771401213" }, "departure": { "time": "1771401213" }, "stopId": "ISORET-E", "stopSequence": 78 }, { "arrival": { "time": "1771401292" }, "departure": { "time": "1771401292" }, "stopId": "VANDE-E", "stopSequence": 79 }, { "arrival": { "time": "1771401343" }, "departure": { "time": "1771401343" }, "stopId": "ORMEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1771401369" }, "departure": { "time": "1771401369" }, "stopId": "CRBLAN-E", "stopSequence": 81 }, { "arrival": { "time": "1771401425" }, "departure": { "time": "1771401425" }, "stopId": "CHATEL-E", "stopSequence": 82 }, { "arrival": { "time": "1771401476" }, "departure": { "time": "1771401476" }, "stopId": "BANCHA-E", "stopSequence": 83 }, { "arrival": { "time": "1771401539" }, "departure": { "time": "1771401539" }, "stopId": "JARDF-E", "stopSequence": 84 }, { "arrival": { "time": "1771401579" }, "departure": { "time": "1771401579" }, "stopId": "SAILLE-E", "stopSequence": 85 }, { "arrival": { "time": "1771401656" }, "stopId": "SAUBIN", "stopSequence": 86 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258518" } } }, { "id": "trip:6544983", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400733" }, "departure": { "time": "1771400733" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771400880" }, "departure": { "time": "1771400880" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771400993" }, "departure": { "time": "1771400993" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771401089" }, "departure": { "time": "1771401089" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771401170" }, "departure": { "time": "1771401170" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771401277" }, "departure": { "time": "1771401277" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771401380" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544983" } } }, { "id": "trip:6052751", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771400940" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771401130" }, "departure": { "time": "1771401130" }, "stopId": "SECUSO-E", "stopSequence": 1 }, { "arrival": { "time": "1771401191" }, "departure": { "time": "1771401191" }, "stopId": "STEXUP-E", "stopSequence": 2 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401300" }, "stopId": "GARDOT-E", "stopSequence": 3 }, { "arrival": { "time": "1771402020" }, "departure": { "time": "1771402020" }, "stopId": "BRISSA-E", "stopSequence": 4 }, { "arrival": { "time": "1771402095" }, "departure": { "time": "1771402095" }, "stopId": "FONTEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771402132" }, "departure": { "time": "1771402132" }, "stopId": "BARBOT-E", "stopSequence": 6 }, { "arrival": { "time": "1771402200" }, "departure": { "time": "1771402200" }, "stopId": "GDPRES-E", "stopSequence": 7 }, { "arrival": { "time": "1771402229" }, "departure": { "time": "1771402229" }, "stopId": "SOLAND-E", "stopSequence": 8 }, { "arrival": { "time": "1771402263" }, "departure": { "time": "1771402263" }, "stopId": "ERIGNE-E", "stopSequence": 9 }, { "arrival": { "time": "1771402349" }, "departure": { "time": "1771402349" }, "stopId": "LEVESQ-E", "stopSequence": 10 }, { "arrival": { "time": "1771402377" }, "departure": { "time": "1771402377" }, "stopId": "MURSHV-E", "stopSequence": 11 }, { "arrival": { "time": "1771402445" }, "departure": { "time": "1771402445" }, "stopId": "CARMET-E", "stopSequence": 12 }, { "arrival": { "time": "1771402522" }, "departure": { "time": "1771402522" }, "stopId": "LECOTE-E", "stopSequence": 13 }, { "arrival": { "time": "1771402571" }, "departure": { "time": "1771402571" }, "stopId": "LABUIS-E", "stopSequence": 14 }, { "arrival": { "time": "1771402620" }, "stopId": "HTDEMURS", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052751" } } }, { "id": "trip:6543395", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401610" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771401730" }, "departure": { "time": "1771401730" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771401840" }, "departure": { "time": "1771401840" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771401960" }, "departure": { "time": "1771401960" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771402070" }, "departure": { "time": "1771402070" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771402160" }, "departure": { "time": "1771402160" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771402260" }, "departure": { "time": "1771402260" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771402360" }, "departure": { "time": "1771402360" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771402420" }, "departure": { "time": "1771402420" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771402520" }, "departure": { "time": "1771402520" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771402620" }, "departure": { "time": "1771402620" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771402710" }, "departure": { "time": "1771402710" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771402830" }, "departure": { "time": "1771402830" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402920" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771403040" }, "departure": { "time": "1771403040" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771403120" }, "departure": { "time": "1771403120" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771403240" }, "departure": { "time": "1771403240" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771403330" }, "departure": { "time": "1771403330" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771403480" }, "departure": { "time": "1771403480" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771403660" }, "departure": { "time": "1771403660" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771403750" }, "departure": { "time": "1771403750" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771403830" }, "departure": { "time": "1771403830" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771403920" }, "departure": { "time": "1771403920" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771404000" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6543395" } } }, { "id": "trip:6260017", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403940" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771404064" }, "departure": { "time": "1771404064" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771404135" }, "departure": { "time": "1771404135" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "stopId": "CHDARR-E", "stopSequence": 3 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260017" } } }, { "id": "trip:6258432", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403580" }, "stopId": "SORGES", "stopSequence": 0 }, { "arrival": { "time": "1771403634" }, "departure": { "time": "1771403634" }, "stopId": "RTSORG-E", "stopSequence": 1 }, { "arrival": { "time": "1771403706" }, "departure": { "time": "1771403706" }, "stopId": "ECURIE", "stopSequence": 2 }, { "arrival": { "time": "1771403794" }, "departure": { "time": "1771403794" }, "stopId": "BAUDRAI", "stopSequence": 3 }, { "arrival": { "time": "1771403820" }, "departure": { "time": "1771403820" }, "stopId": "JEBOUTON", "stopSequence": 4 }, { "arrival": { "time": "1771403926" }, "departure": { "time": "1771403926" }, "stopId": "LAVOIR", "stopSequence": 5 }, { "arrival": { "time": "1771403994" }, "departure": { "time": "1771403994" }, "stopId": "RIOTTEAU", "stopSequence": 6 }, { "arrival": { "time": "1771404034" }, "departure": { "time": "1771404034" }, "stopId": "ALLUMETT", "stopSequence": 7 }, { "arrival": { "time": "1771404087" }, "departure": { "time": "1771404087" }, "stopId": "DAGUERRE", "stopSequence": 8 }, { "arrival": { "time": "1771404142" }, "departure": { "time": "1771404142" }, "stopId": "BELVTR-E", "stopSequence": 9 }, { "arrival": { "time": "1771404209" }, "departure": { "time": "1771404209" }, "stopId": "MARAIS-E", "stopSequence": 10 }, { "arrival": { "time": "1771404303" }, "departure": { "time": "1771404303" }, "stopId": "GASPALON", "stopSequence": 11 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258432" } } }, { "id": "trip:3053", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400798" }, "departure": { "time": "1771400798" }, "stopId": "LUTIN-E", "stopSequence": 3 }, { "arrival": { "time": "1771400933" }, "departure": { "time": "1771400933" }, "stopId": "BRISEP-E", "stopSequence": 4 }, { "arrival": { "time": "1771401052" }, "departure": { "time": "1771401052" }, "stopId": "CHATEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771401170" }, "departure": { "time": "1771401170" }, "stopId": "SEPSON-E", "stopSequence": 6 }, { "arrival": { "time": "1771401301" }, "departure": { "time": "1771401301" }, "stopId": "RTEPAR-E", "stopSequence": 7 }, { "arrival": { "time": "1771401350" }, "departure": { "time": "1771401350" }, "stopId": "SAUBIN", "stopSequence": 8 }, { "arrival": { "time": "1771401441" }, "departure": { "time": "1771401441" }, "stopId": "GRAZ-E", "stopSequence": 9 }, { "arrival": { "time": "1771401530" }, "departure": { "time": "1771401530" }, "stopId": "POLE49", "stopSequence": 10 } ], "trip": { "directionId": 1, "routeId": "30", "tripId": "3053" } } }, { "id": "trip:6544020", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771404120" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771404163" }, "departure": { "time": "1771404163" }, "stopId": "LEQUAI", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544020" } } }, { "id": "trip:6541247", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403860" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771403940" }, "departure": { "time": "1771403940" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771404010" }, "departure": { "time": "1771404010" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771404090" }, "departure": { "time": "1771404090" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771404270" }, "departure": { "time": "1771404270" }, "stopId": "1PMAY", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541247" } } }, { "id": "trip:6260056", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400653" }, "departure": { "time": "1771400653" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1771400680" }, "departure": { "time": "1771400698" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1771400783" }, "departure": { "time": "1771400783" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1771400829" }, "departure": { "time": "1771400829" }, "stopId": "LACDMAIN", "stopSequence": 24 }, { "arrival": { "time": "1771400875" }, "departure": { "time": "1771400875" }, "stopId": "MAISENVI", "stopSequence": 25 }, { "arrival": { "time": "1771400917" }, "departure": { "time": "1771400917" }, "stopId": "PERUSSAI", "stopSequence": 26 }, { "arrival": { "time": "1771400951" }, "departure": { "time": "1771400951" }, "stopId": "MAISLAC", "stopSequence": 27 }, { "arrival": { "time": "1771400988" }, "departure": { "time": "1771400988" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1771401144" }, "departure": { "time": "1771401144" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1771401214" }, "departure": { "time": "1771401214" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1771401274" }, "departure": { "time": "1771401274" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1771401324" }, "departure": { "time": "1771401324" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1771401385" }, "departure": { "time": "1771401385" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1771401451" }, "departure": { "time": "1771401451" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1771401514" }, "departure": { "time": "1771401514" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1771401587" }, "departure": { "time": "1771401587" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1771401693" }, "departure": { "time": "1771401693" }, "stopId": "FARCYSJA", "stopSequence": 37 }, { "arrival": { "time": "1771401932" }, "departure": { "time": "1771401932" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1771401996" }, "departure": { "time": "1771401996" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771402052" }, "departure": { "time": "1771402052" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1771402113" }, "departure": { "time": "1771402113" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1771402147" }, "departure": { "time": "1771402147" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1771402222" }, "departure": { "time": "1771402222" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771402277" }, "departure": { "time": "1771402277" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1771402366" }, "departure": { "time": "1771402366" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1771402406" }, "departure": { "time": "1771402406" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1771402476" }, "departure": { "time": "1771402476" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771402543" }, "departure": { "time": "1771402543" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1771402579" }, "departure": { "time": "1771402579" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1771402665" }, "departure": { "time": "1771402665" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1771402722" }, "departure": { "time": "1771402722" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1771402740" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260056" } } }, { "id": "trip:6544436", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402680" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771402860" }, "departure": { "time": "1771402860" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771402982" }, "departure": { "time": "1771402982" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771403040" }, "departure": { "time": "1771403040" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771403102" }, "departure": { "time": "1771403102" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771403175" }, "departure": { "time": "1771403175" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771403230" }, "departure": { "time": "1771403230" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771403400" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544436" } } }, { "id": "trip:6257709", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400648" }, "departure": { "time": "1771400679" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1771400723" }, "departure": { "time": "1771400739" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1771400764" }, "departure": { "time": "1771400764" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771400857" }, "departure": { "time": "1771400857" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771400891" }, "departure": { "time": "1771400891" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771400938" }, "departure": { "time": "1771400938" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771401039" }, "departure": { "time": "1771401039" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771401108" }, "departure": { "time": "1771401108" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771401204" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257709" } } }, { "id": "trip:6260060", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400704" }, "departure": { "time": "1771400704" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1771400712" }, "departure": { "time": "1771400712" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1771400739" }, "departure": { "time": "1771400739" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1771400792" }, "departure": { "time": "1771400792" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1771400844" }, "departure": { "time": "1771400844" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1771400907" }, "departure": { "time": "1771400907" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1771400989" }, "departure": { "time": "1771400989" }, "stopId": "PETPOR-E", "stopSequence": 43 }, { "arrival": { "time": "1771401030" }, "departure": { "time": "1771401030" }, "stopId": "CHEVRI-E", "stopSequence": 44 }, { "arrival": { "time": "1771401012" }, "departure": { "time": "1771401012" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 46 }, { "arrival": { "time": "1771401049" }, "departure": { "time": "1771401049" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 47 }, { "arrival": { "time": "1771401097" }, "departure": { "time": "1771401097" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 48 }, { "arrival": { "time": "1771401151" }, "departure": { "time": "1771401151" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771401206" }, "departure": { "time": "1771401206" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771401234" }, "departure": { "time": "1771401234" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 51 }, { "arrival": { "time": "1771401290" }, "departure": { "time": "1771401290" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1771401420" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260060" } } }, { "id": "trip:6258094", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400686" }, "departure": { "time": "1771400717" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771400774" }, "departure": { "time": "1771400774" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771400871" }, "departure": { "time": "1771400871" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771400942" }, "departure": { "time": "1771400942" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771400998" }, "departure": { "time": "1771400998" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771401092" }, "departure": { "time": "1771401092" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771401134" }, "departure": { "time": "1771401134" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771401223" }, "departure": { "time": "1771401223" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771401298" }, "departure": { "time": "1771401298" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771401364" }, "departure": { "time": "1771401364" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771401421" }, "departure": { "time": "1771401421" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771401470" }, "departure": { "time": "1771401470" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771401538" }, "departure": { "time": "1771401538" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771401610" }, "departure": { "time": "1771401610" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771401674" }, "departure": { "time": "1771401674" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771401706" }, "departure": { "time": "1771401706" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771401731" }, "departure": { "time": "1771401731" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771401783" }, "departure": { "time": "1771401783" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771401831" }, "departure": { "time": "1771401831" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771401863" }, "departure": { "time": "1771401863" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771401912" }, "departure": { "time": "1771401912" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771401970" }, "departure": { "time": "1771401970" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771402068" }, "departure": { "time": "1771402068" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771402158" }, "departure": { "time": "1771402158" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771402226" }, "departure": { "time": "1771402226" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771402310" }, "departure": { "time": "1771402310" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771402347" }, "departure": { "time": "1771402347" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771402417" }, "departure": { "time": "1771402417" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771402456" }, "departure": { "time": "1771402456" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771402510" }, "departure": { "time": "1771402560" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771402631" }, "departure": { "time": "1771402631" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771402669" }, "departure": { "time": "1771402669" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771402800" }, "departure": { "time": "1771402800" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771402840" }, "departure": { "time": "1771402840" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771402945" }, "departure": { "time": "1771402945" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771402979" }, "departure": { "time": "1771402979" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771403043" }, "departure": { "time": "1771403043" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771403071" }, "departure": { "time": "1771403071" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771403142" }, "departure": { "time": "1771403142" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771403159" }, "departure": { "time": "1771403159" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771403196" }, "departure": { "time": "1771403196" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771403294" }, "departure": { "time": "1771403294" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771403355" }, "departure": { "time": "1771403355" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771403400" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258094" } } }, { "id": "trip:6258571", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400696" }, "departure": { "time": "1771400696" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1771400711" }, "departure": { "time": "1771400711" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1771400726" }, "departure": { "time": "1771400726" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1771400740" }, "departure": { "time": "1771400756" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1771400754" }, "departure": { "time": "1771400754" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1771400798" }, "departure": { "time": "1771400798" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1771400860" }, "departure": { "time": "1771400860" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1771400910" }, "departure": { "time": "1771400910" }, "stopId": "BELAIR-E", "stopSequence": 73 }, { "arrival": { "time": "1771400950" }, "departure": { "time": "1771400950" }, "stopId": "ZOLA-E", "stopSequence": 74 }, { "arrival": { "time": "1771401050" }, "departure": { "time": "1771401050" }, "stopId": "ANAFRA-E", "stopSequence": 75 }, { "arrival": { "time": "1771401085" }, "departure": { "time": "1771401085" }, "stopId": "PISCMU-E", "stopSequence": 76 }, { "arrival": { "time": "1771401338" }, "departure": { "time": "1771401338" }, "stopId": "DOMVATER", "stopSequence": 77 }, { "arrival": { "time": "1771400915" }, "departure": { "time": "1771400915" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 78 }, { "arrival": { "time": "1771400940" }, "departure": { "time": "1771400940" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 79 }, { "arrival": { "time": "1771400967" }, "departure": { "time": "1771400967" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 80 }, { "arrival": { "time": "1771401004" }, "departure": { "time": "1771401004" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 81 }, { "arrival": { "time": "1771401147" }, "departure": { "time": "1771401147" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 82 }, { "arrival": { "time": "1771401180" }, "departure": { "time": "1771401180" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 83 }, { "arrival": { "time": "1771401370" }, "departure": { "time": "1771401370" }, "stopId": "RECLAI-E", "stopSequence": 84 }, { "arrival": { "time": "1771401409" }, "departure": { "time": "1771401409" }, "stopId": "RENOIR-E", "stopSequence": 85 }, { "arrival": { "time": "1771401439" }, "departure": { "time": "1771401439" }, "stopId": "CAMPJU-E", "stopSequence": 86 }, { "arrival": { "time": "1771401474" }, "departure": { "time": "1771401474" }, "stopId": "JUIGN-E", "stopSequence": 87 }, { "arrival": { "time": "1771401563" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258571" } } }, { "id": "trip:6257895", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401720" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771401756" }, "departure": { "time": "1771401756" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771401789" }, "departure": { "time": "1771401789" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771401848" }, "departure": { "time": "1771401848" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771401879" }, "departure": { "time": "1771401879" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771401939" }, "departure": { "time": "1771401939" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771401982" }, "departure": { "time": "1771401982" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771402020" }, "departure": { "time": "1771402020" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771402071" }, "departure": { "time": "1771402071" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771402105" }, "departure": { "time": "1771402105" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771402138" }, "departure": { "time": "1771402138" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771402170" }, "departure": { "time": "1771402170" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771402261" }, "departure": { "time": "1771402261" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771402297" }, "departure": { "time": "1771402297" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771402341" }, "departure": { "time": "1771402341" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771402370" }, "departure": { "time": "1771402370" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771402404" }, "departure": { "time": "1771402404" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771402555" }, "departure": { "time": "1771402555" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771402605" }, "departure": { "time": "1771402605" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771402680" }, "departure": { "time": "1771402680" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771402730" }, "departure": { "time": "1771402730" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771402791" }, "departure": { "time": "1771402791" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771402857" }, "departure": { "time": "1771402857" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402920" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771402995" }, "departure": { "time": "1771402995" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771403103" }, "departure": { "time": "1771403103" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771403199" }, "departure": { "time": "1771403199" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771403268" }, "departure": { "time": "1771403268" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771403306" }, "departure": { "time": "1771403306" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771403280" }, "departure": { "time": "1771403280" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771403382" }, "departure": { "time": "1771403382" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771403452" }, "departure": { "time": "1771403452" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771403520" }, "departure": { "time": "1771403520" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771403486" }, "departure": { "time": "1771403486" }, "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771403554" }, "departure": { "time": "1771403554" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771403628" }, "departure": { "time": "1771403628" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771403718" }, "departure": { "time": "1771403718" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771403763" }, "departure": { "time": "1771403763" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771403885" }, "departure": { "time": "1771403885" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771403965" }, "departure": { "time": "1771403965" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771404015" }, "departure": { "time": "1771404300" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771404353" }, "departure": { "time": "1771404353" }, "stopId": "MAIL-HDV", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257895" } } }, { "id": "trip:6257935", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400700" }, "departure": { "time": "1771400731" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771400761" }, "departure": { "time": "1771400761" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771400820" }, "departure": { "time": "1771400820" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771400871" }, "departure": { "time": "1771400871" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771400943" }, "departure": { "time": "1771400943" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771401026" }, "departure": { "time": "1771401026" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771401085" }, "departure": { "time": "1771401085" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771401156" }, "departure": { "time": "1771401156" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771401252" }, "departure": { "time": "1771401252" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771401293" }, "departure": { "time": "1771401293" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771401353" }, "departure": { "time": "1771401353" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771401422" }, "departure": { "time": "1771401422" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771401542" }, "departure": { "time": "1771401542" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771401595" }, "departure": { "time": "1771401720" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771401807" }, "departure": { "time": "1771401807" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771401849" }, "departure": { "time": "1771401849" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771401960" }, "departure": { "time": "1771401960" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771402062" }, "departure": { "time": "1771402062" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771402129" }, "departure": { "time": "1771402129" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771402171" }, "departure": { "time": "1771402171" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771402292" }, "departure": { "time": "1771402292" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771402332" }, "departure": { "time": "1771402332" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771402320" }, "departure": { "time": "1771402320" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771402386" }, "departure": { "time": "1771402386" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771402460" }, "departure": { "time": "1771402460" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771402620" }, "departure": { "time": "1771402620" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771402434" }, "departure": { "time": "1771402434" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771402503" }, "departure": { "time": "1771402503" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771402612" }, "departure": { "time": "1771402612" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771402694" }, "departure": { "time": "1771402694" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771402749" }, "departure": { "time": "1771402749" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771402815" }, "departure": { "time": "1771402815" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771402878" }, "departure": { "time": "1771402878" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771402934" }, "departure": { "time": "1771402934" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771403005" }, "departure": { "time": "1771403005" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771403060" }, "departure": { "time": "1771403060" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771403174" }, "departure": { "time": "1771403174" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771403210" }, "departure": { "time": "1771403210" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771403234" }, "departure": { "time": "1771403234" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771403262" }, "departure": { "time": "1771403262" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771403299" }, "departure": { "time": "1771403299" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771403330" }, "departure": { "time": "1771403330" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771403414" }, "departure": { "time": "1771403414" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771403443" }, "departure": { "time": "1771403443" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771403477" }, "departure": { "time": "1771403477" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771403521" }, "departure": { "time": "1771403521" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771403570" }, "departure": { "time": "1771403570" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771403627" }, "departure": { "time": "1771403627" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771403680" }, "departure": { "time": "1771403680" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771403741" }, "departure": { "time": "1771403741" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771403784" }, "departure": { "time": "1771403784" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771403820" }, "departure": { "time": "1771403820" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771403844" }, "departure": { "time": "1771403844" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771403882" }, "departure": { "time": "1771403882" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771403930" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257935" } } }, { "id": "trip:6258051", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400701" }, "departure": { "time": "1771400717" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771400801" }, "departure": { "time": "1771400801" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771400879" }, "departure": { "time": "1771400879" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771400944" }, "departure": { "time": "1771400944" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771401054" }, "departure": { "time": "1771401054" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771401106" }, "departure": { "time": "1771401106" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1771401181" }, "departure": { "time": "1771401181" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771401275" }, "departure": { "time": "1771401275" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771401364" }, "departure": { "time": "1771401364" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1771401473" }, "departure": { "time": "1771401473" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1771401563" }, "departure": { "time": "1771401563" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1771401595" }, "departure": { "time": "1771401595" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771401635" }, "departure": { "time": "1771401635" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1771401688" }, "departure": { "time": "1771401688" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771401807" }, "departure": { "time": "1771401807" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1771401926" }, "departure": { "time": "1771401926" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771402029" }, "departure": { "time": "1771402029" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771402100" }, "departure": { "time": "1771402100" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771402200" }, "departure": { "time": "1771402200" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771402351" }, "departure": { "time": "1771402351" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771402413" }, "departure": { "time": "1771402413" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771402462" }, "departure": { "time": "1771402462" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771402487" }, "departure": { "time": "1771402487" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771402526" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258051" } } }, { "id": "trip:6053022", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400644" }, "departure": { "time": "1771400644" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053022" } } }, { "id": "trip:6257572", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400688" }, "departure": { "time": "1771400704" }, "stopId": "INTERMIL", "stopSequence": 24 }, { "arrival": { "time": "1771400731" }, "departure": { "time": "1771400733" }, "stopId": "HAUTPRES", "stopSequence": 25 }, { "arrival": { "time": "1771400834" }, "departure": { "time": "1771400834" }, "stopId": "DELATTRE", "stopSequence": 26 }, { "arrival": { "time": "1771400893" }, "departure": { "time": "1771400893" }, "stopId": "MORELLIE", "stopSequence": 27 }, { "arrival": { "time": "1771400934" }, "departure": { "time": "1771400934" }, "stopId": "LORETTE", "stopSequence": 28 }, { "arrival": { "time": "1771401023" }, "departure": { "time": "1771401023" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUVAL", "stopSequence": 30 }, { "arrival": { "time": "1771401076" }, "departure": { "time": "1771401076" }, "scheduleRelationship": "SKIPPED", "stopId": "LETANDUE", "stopSequence": 31 }, { "arrival": { "time": "1771401251" }, "departure": { "time": "1771401251" }, "stopId": "STRASBOU", "stopSequence": 32 }, { "arrival": { "time": "1771401314" }, "departure": { "time": "1771401314" }, "stopId": "FREMUR", "stopSequence": 33 }, { "arrival": { "time": "1771401367" }, "departure": { "time": "1771401367" }, "stopId": "VAUBAN", "stopSequence": 34 }, { "arrival": { "time": "1771401404" }, "departure": { "time": "1771401404" }, "stopId": "POIREL", "stopSequence": 35 }, { "arrival": { "time": "1771401469" }, "departure": { "time": "1771401469" }, "stopId": "PONTNOIR", "stopSequence": 36 }, { "arrival": { "time": "1771401511" }, "departure": { "time": "1771401511" }, "stopId": "SEMARD", "stopSequence": 37 }, { "arrival": { "time": "1771401553" }, "departure": { "time": "1771401553" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771401811" }, "departure": { "time": "1771401811" }, "stopId": "HARAS", "stopSequence": 39 }, { "arrival": { "time": "1771401881" }, "departure": { "time": "1771401881" }, "stopId": "STAUBIN", "stopSequence": 40 }, { "arrival": { "time": "1771401968" }, "departure": { "time": "1771401968" }, "stopId": "LORRAIN1", "stopSequence": 41 }, { "arrival": { "time": "1771402111" }, "departure": { "time": "1771402111" }, "stopId": "MENDES-E", "stopSequence": 42 }, { "arrival": { "time": "1771402268" }, "departure": { "time": "1771402268" }, "stopId": "TALET-E", "stopSequence": 43 }, { "arrival": { "time": "1771402535" }, "departure": { "time": "1771402535" }, "stopId": "RAMON-E", "stopSequence": 46 }, { "arrival": { "time": "1771402265" }, "departure": { "time": "1771402265" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 47 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 48 }, { "arrival": { "time": "1771402584" }, "departure": { "time": "1771402584" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 49 }, { "arrival": { "time": "1771402676" }, "departure": { "time": "1771402676" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 50 }, { "arrival": { "time": "1771402618" }, "departure": { "time": "1771402618" }, "stopId": "RBRIOL-E", "stopSequence": 51 }, { "arrival": { "time": "1771402655" }, "departure": { "time": "1771402655" }, "stopId": "NOZAY-E", "stopSequence": 52 }, { "arrival": { "time": "1771402722" }, "departure": { "time": "1771402722" }, "stopId": "AUVERG-E", "stopSequence": 53 }, { "arrival": { "time": "1771402779" }, "departure": { "time": "1771402779" }, "stopId": "SAVOIE-E", "stopSequence": 54 }, { "arrival": { "time": "1771402847" }, "departure": { "time": "1771402847" }, "stopId": "INDUST-E", "stopSequence": 55 }, { "arrival": { "time": "1771402894" }, "departure": { "time": "1771402894" }, "stopId": "HOTELL-E", "stopSequence": 56 }, { "arrival": { "time": "1771402960" }, "departure": { "time": "1771402960" }, "stopId": "DEBUMO-E", "stopSequence": 57 }, { "arrival": { "time": "1771403069" }, "departure": { "time": "1771403069" }, "stopId": "RTEPAR-E", "stopSequence": 58 }, { "arrival": { "time": "1771403141" }, "stopId": "PROVIN-E", "stopSequence": 59 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257572" } } }, { "id": "trip:6541241", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400714" }, "departure": { "time": "1771400743" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771400844" }, "departure": { "time": "1771400844" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771401004" }, "departure": { "time": "1771401004" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771401094" }, "departure": { "time": "1771401094" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771401214" }, "departure": { "time": "1771401214" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771401294" }, "departure": { "time": "1771401294" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771401414" }, "departure": { "time": "1771401414" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771401504" }, "departure": { "time": "1771401504" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771401624" }, "departure": { "time": "1771401624" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771401734" }, "departure": { "time": "1771401734" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771401834" }, "departure": { "time": "1771401834" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771401904" }, "departure": { "time": "1771401904" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771401974" }, "departure": { "time": "1771401974" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771402084" }, "departure": { "time": "1771402084" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771402174" }, "departure": { "time": "1771402174" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771402274" }, "departure": { "time": "1771402274" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771402374" }, "departure": { "time": "1771402374" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771402484" }, "departure": { "time": "1771402484" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771402594" }, "departure": { "time": "1771402594" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771402714" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541241" } } }, { "id": "trip:6258430", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400642" }, "departure": { "time": "1771400718" }, "stopId": "HMAI", "stopSequence": 22 }, { "arrival": { "time": "1771400732" }, "departure": { "time": "1771400732" }, "stopId": "FO-LOR-R", "stopSequence": 23 }, { "arrival": { "time": "1771400848" }, "departure": { "time": "1771400848" }, "stopId": "STAUBI-E", "stopSequence": 24 }, { "arrival": { "time": "1771400877" }, "departure": { "time": "1771400877" }, "stopId": "HARAS-E", "stopSequence": 25 }, { "arrival": { "time": "1771400989" }, "departure": { "time": "1771400989" }, "stopId": "LESGAR-E", "stopSequence": 26 }, { "arrival": { "time": "1771401120" }, "departure": { "time": "1771401120" }, "stopId": "SEMARD-E", "stopSequence": 27 }, { "arrival": { "time": "1771401236" }, "departure": { "time": "1771401236" }, "stopId": "PONTNO-E", "stopSequence": 28 }, { "arrival": { "time": "1771401333" }, "departure": { "time": "1771401333" }, "stopId": "POIREL-E", "stopSequence": 29 }, { "arrival": { "time": "1771401328" }, "departure": { "time": "1771401328" }, "stopId": "VAUBAN-E", "stopSequence": 30 }, { "arrival": { "time": "1771401378" }, "departure": { "time": "1771401378" }, "stopId": "FREMUR-E", "stopSequence": 31 }, { "arrival": { "time": "1771401440" }, "departure": { "time": "1771401440" }, "stopId": "STRASB-E", "stopSequence": 32 }, { "arrival": { "time": "1771401552" }, "departure": { "time": "1771401552" }, "stopId": "LETAND-E", "stopSequence": 33 }, { "arrival": { "time": "1771401583" }, "departure": { "time": "1771401583" }, "stopId": "BEDIER-E", "stopSequence": 34 }, { "arrival": { "time": "1771401616" }, "departure": { "time": "1771401616" }, "stopId": "INTREP-E", "stopSequence": 35 }, { "arrival": { "time": "1771401647" }, "departure": { "time": "1771401647" }, "stopId": "MTARDA-E", "stopSequence": 36 }, { "arrival": { "time": "1771401686" }, "departure": { "time": "1771401686" }, "stopId": "AUBRY-E", "stopSequence": 37 }, { "arrival": { "time": "1771401737" }, "departure": { "time": "1771401737" }, "stopId": "COSSE-E", "stopSequence": 38 }, { "arrival": { "time": "1771401800" }, "departure": { "time": "1771401800" }, "stopId": "HUTREA-E", "stopSequence": 39 }, { "arrival": { "time": "1771401821" }, "departure": { "time": "1771401821" }, "stopId": "JOLIVE-E", "stopSequence": 40 }, { "arrival": { "time": "1771401876" }, "departure": { "time": "1771401876" }, "stopId": "BELOEI-E", "stopSequence": 41 }, { "arrival": { "time": "1771401912" }, "departure": { "time": "1771401912" }, "stopId": "RTEDAN-E", "stopSequence": 42 }, { "arrival": { "time": "1771401958" }, "departure": { "time": "1771401958" }, "stopId": "LESROS-E", "stopSequence": 43 }, { "arrival": { "time": "1771402031" }, "departure": { "time": "1771402031" }, "stopId": "LOUPIN-E", "stopSequence": 44 }, { "arrival": { "time": "1771402097" }, "departure": { "time": "1771402097" }, "stopId": "MASGEM-E", "stopSequence": 45 }, { "arrival": { "time": "1771402143" }, "departure": { "time": "1771402143" }, "stopId": "HOSGEM-E", "stopSequence": 46 }, { "arrival": { "time": "1771402207" }, "departure": { "time": "1771402207" }, "stopId": "CLOS9-E", "stopSequence": 47 }, { "arrival": { "time": "1771402254" }, "departure": { "time": "1771402254" }, "stopId": "VANRIE-E", "stopSequence": 48 }, { "arrival": { "time": "1771402308" }, "departure": { "time": "1771402308" }, "stopId": "PORTSG-E", "stopSequence": 49 }, { "arrival": { "time": "1771402337" }, "departure": { "time": "1771402337" }, "stopId": "LECHEN-E", "stopSequence": 50 }, { "arrival": { "time": "1771402392" }, "stopId": "ROMORNA", "stopSequence": 51 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258430" } } }, { "id": "trip:6052721", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401180" }, "stopId": "HTDEMURS", "stopSequence": 0 }, { "arrival": { "time": "1771401226" }, "departure": { "time": "1771401226" }, "stopId": "LABUISSA", "stopSequence": 1 }, { "arrival": { "time": "1771401284" }, "departure": { "time": "1771401284" }, "stopId": "LECOTEAU", "stopSequence": 2 }, { "arrival": { "time": "1771401367" }, "departure": { "time": "1771401367" }, "stopId": "CARMET", "stopSequence": 3 }, { "arrival": { "time": "1771401458" }, "departure": { "time": "1771401458" }, "stopId": "MURSHDV", "stopSequence": 4 }, { "arrival": { "time": "1771401494" }, "departure": { "time": "1771401494" }, "stopId": "LEVESQUE", "stopSequence": 5 }, { "arrival": { "time": "1771401583" }, "departure": { "time": "1771401583" }, "stopId": "ERIGNE", "stopSequence": 6 }, { "arrival": { "time": "1771401616" }, "departure": { "time": "1771401616" }, "stopId": "SOLAND", "stopSequence": 7 }, { "arrival": { "time": "1771401660" }, "departure": { "time": "1771401660" }, "stopId": "GDPRESSO", "stopSequence": 8 }, { "arrival": { "time": "1771401700" }, "departure": { "time": "1771401700" }, "stopId": "BARBOTER", "stopSequence": 9 }, { "arrival": { "time": "1771401743" }, "departure": { "time": "1771401743" }, "stopId": "FONTENE", "stopSequence": 10 }, { "arrival": { "time": "1771401780" }, "departure": { "time": "1771401780" }, "stopId": "BRISSAC", "stopSequence": 11 }, { "arrival": { "time": "1771402620" }, "departure": { "time": "1771402620" }, "stopId": "GARDOT", "stopSequence": 12 }, { "arrival": { "time": "1771402673" }, "departure": { "time": "1771402673" }, "stopId": "STEXUPER", "stopSequence": 13 }, { "arrival": { "time": "1771402732" }, "departure": { "time": "1771402732" }, "stopId": "SECUSOCI", "stopSequence": 14 }, { "arrival": { "time": "1771402860" }, "stopId": "HDVSUB", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052721" } } }, { "id": "trip:6258461", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771404120" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1771404202" }, "departure": { "time": "1771404202" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1771404225" }, "departure": { "time": "1771404225" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1771404265" }, "departure": { "time": "1771404265" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1771404322" }, "departure": { "time": "1771404322" }, "stopId": "CLOSNEUF", "stopSequence": 4 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258461" } } }, { "id": "trip:6258520", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400645" }, "departure": { "time": "1771400675" }, "stopId": "KENNEDY", "stopSequence": 45 }, { "arrival": { "time": "1771400697" }, "departure": { "time": "1771400721" }, "stopId": "ECHMAN", "stopSequence": 46 }, { "arrival": { "time": "1771400794" }, "departure": { "time": "1771400794" }, "stopId": "LIZE07", "stopSequence": 47 }, { "arrival": { "time": "1771400838" }, "departure": { "time": "1771400838" }, "stopId": "GASNIER", "stopSequence": 48 }, { "arrival": { "time": "1771400898" }, "departure": { "time": "1771400898" }, "stopId": "GOURONNI", "stopSequence": 49 }, { "arrival": { "time": "1771401000" }, "departure": { "time": "1771401000" }, "stopId": "CLOUET", "stopSequence": 50 }, { "arrival": { "time": "1771401038" }, "departure": { "time": "1771401038" }, "stopId": "BICHLAZA", "stopSequence": 51 }, { "arrival": { "time": "1771401076" }, "departure": { "time": "1771401076" }, "stopId": "DESCAZEA", "stopSequence": 52 }, { "arrival": { "time": "1771401144" }, "departure": { "time": "1771401144" }, "stopId": "MONPROFI", "stopSequence": 53 }, { "arrival": { "time": "1771401163" }, "departure": { "time": "1771401163" }, "stopId": "DUMESNIL", "stopSequence": 54 }, { "arrival": { "time": "1771401202" }, "departure": { "time": "1771401202" }, "stopId": "LEQUAI", "stopSequence": 55 }, { "arrival": { "time": "1771401342" }, "departure": { "time": "1771401342" }, "stopId": "CHDARR", "stopSequence": 56 }, { "arrival": { "time": "1771401111" }, "departure": { "time": "1771401111" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 57 }, { "arrival": { "time": "1771401180" }, "departure": { "time": "1771401180" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 58 }, { "arrival": { "time": "1771401240" }, "departure": { "time": "1771401240" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURPOI", "stopSequence": 59 }, { "arrival": { "time": "1771401305" }, "departure": { "time": "1771401305" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBLIQ", "stopSequence": 60 }, { "arrival": { "time": "1771401360" }, "departure": { "time": "1771401360" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICRO-E", "stopSequence": 61 }, { "arrival": { "time": "1771401416" }, "departure": { "time": "1771401416" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771401341" }, "departure": { "time": "1771401341" }, "stopId": "CCI", "stopSequence": 63 }, { "arrival": { "time": "1771401413" }, "departure": { "time": "1771401600" }, "stopId": "LICES-E", "stopSequence": 64 }, { "arrival": { "time": "1771401780" }, "departure": { "time": "1771401780" }, "stopId": "ANLERO-E", "stopSequence": 65 }, { "arrival": { "time": "1771401863" }, "departure": { "time": "1771401863" }, "stopId": "MICHEL-E", "stopSequence": 66 }, { "arrival": { "time": "1771401917" }, "departure": { "time": "1771401917" }, "stopId": "BOURGO-E", "stopSequence": 67 }, { "arrival": { "time": "1771401962" }, "departure": { "time": "1771401962" }, "stopId": "VOLNEY-E", "stopSequence": 68 }, { "arrival": { "time": "1771402020" }, "departure": { "time": "1771402020" }, "stopId": "MADELE-E", "stopSequence": 69 }, { "arrival": { "time": "1771402093" }, "departure": { "time": "1771402093" }, "stopId": "JEBOUI-E", "stopSequence": 70 }, { "arrival": { "time": "1771402165" }, "departure": { "time": "1771402165" }, "stopId": "PCOUBE-E", "stopSequence": 71 }, { "arrival": { "time": "1771402200" }, "departure": { "time": "1771402200" }, "stopId": "AROBA-E", "stopSequence": 72 }, { "arrival": { "time": "1771402300" }, "departure": { "time": "1771402300" }, "stopId": "LANGLA-E", "stopSequence": 73 }, { "arrival": { "time": "1771402419" }, "departure": { "time": "1771402419" }, "stopId": "MONTAI-E", "stopSequence": 74 }, { "arrival": { "time": "1771402518" }, "departure": { "time": "1771402518" }, "stopId": "JERUSA-E", "stopSequence": 75 }, { "arrival": { "time": "1771402560" }, "departure": { "time": "1771402560" }, "stopId": "DAGNET-E", "stopSequence": 76 }, { "arrival": { "time": "1771402592" }, "departure": { "time": "1771402592" }, "stopId": "GILLIE-E", "stopSequence": 77 }, { "arrival": { "time": "1771402657" }, "departure": { "time": "1771402657" }, "stopId": "ISORET-E", "stopSequence": 78 }, { "arrival": { "time": "1771402736" }, "departure": { "time": "1771402736" }, "stopId": "VANDE-E", "stopSequence": 79 }, { "arrival": { "time": "1771402787" }, "departure": { "time": "1771402787" }, "stopId": "ORMEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1771402813" }, "departure": { "time": "1771402813" }, "stopId": "CRBLAN-E", "stopSequence": 81 }, { "arrival": { "time": "1771402869" }, "departure": { "time": "1771402869" }, "stopId": "CHATEL-E", "stopSequence": 82 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402920" }, "stopId": "BANCHA-E", "stopSequence": 83 }, { "arrival": { "time": "1771402983" }, "departure": { "time": "1771402983" }, "stopId": "JARDF-E", "stopSequence": 84 }, { "arrival": { "time": "1771403023" }, "departure": { "time": "1771403023" }, "stopId": "SAILLE-E", "stopSequence": 85 }, { "arrival": { "time": "1771403100" }, "stopId": "SAUBIN", "stopSequence": 86 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258520" } } }, { "id": "trip:6258424", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401780" }, "stopId": "VERNUSSO", "stopSequence": 0 }, { "arrival": { "time": "1771401889" }, "departure": { "time": "1771401889" }, "stopId": "POUILLE", "stopSequence": 1 }, { "arrival": { "time": "1771401925" }, "departure": { "time": "1771401925" }, "stopId": "PATUREAU", "stopSequence": 2 }, { "arrival": { "time": "1771401983" }, "departure": { "time": "1771401983" }, "stopId": "FRANVILL", "stopSequence": 4 }, { "arrival": { "time": "1771402020" }, "departure": { "time": "1771402020" }, "stopId": "GGESSAND", "stopSequence": 5 }, { "arrival": { "time": "1771402061" }, "departure": { "time": "1771402061" }, "stopId": "MACURIE", "stopSequence": 6 }, { "arrival": { "time": "1771402099" }, "departure": { "time": "1771402099" }, "stopId": "JEROSTAN", "stopSequence": 7 }, { "arrival": { "time": "1771402138" }, "departure": { "time": "1771402138" }, "stopId": "RONCIERE", "stopSequence": 8 }, { "arrival": { "time": "1771402175" }, "departure": { "time": "1771402175" }, "stopId": "GUILLE-E", "stopSequence": 9 }, { "arrival": { "time": "1771402260" }, "departure": { "time": "1771402260" }, "stopId": "JEBOUTON", "stopSequence": 10 }, { "arrival": { "time": "1771402366" }, "departure": { "time": "1771402366" }, "stopId": "LAVOIR", "stopSequence": 11 }, { "arrival": { "time": "1771402434" }, "departure": { "time": "1771402434" }, "stopId": "RIOTTEAU", "stopSequence": 12 }, { "arrival": { "time": "1771402474" }, "departure": { "time": "1771402474" }, "stopId": "ALLUMETT", "stopSequence": 13 }, { "arrival": { "time": "1771402527" }, "departure": { "time": "1771402527" }, "stopId": "DAGUERRE", "stopSequence": 14 }, { "arrival": { "time": "1771402582" }, "departure": { "time": "1771402582" }, "stopId": "BELVTR-E", "stopSequence": 15 }, { "arrival": { "time": "1771402649" }, "departure": { "time": "1771402649" }, "stopId": "MARAIS-E", "stopSequence": 16 }, { "arrival": { "time": "1771402743" }, "departure": { "time": "1771402743" }, "stopId": "GASPALON", "stopSequence": 17 }, { "arrival": { "time": "1771402860" }, "departure": { "time": "1771402860" }, "stopId": "VILSANTE", "stopSequence": 18 }, { "arrival": { "time": "1771402897" }, "departure": { "time": "1771402897" }, "stopId": "CORMIER", "stopSequence": 19 }, { "arrival": { "time": "1771402966" }, "departure": { "time": "1771402966" }, "stopId": "STLEONAR", "stopSequence": 20 }, { "arrival": { "time": "1771402995" }, "departure": { "time": "1771402995" }, "stopId": "GERICAUL", "stopSequence": 21 }, { "arrival": { "time": "1771403040" }, "departure": { "time": "1771403040" }, "stopId": "MONGAZON", "stopSequence": 22 }, { "arrival": { "time": "1771403074" }, "departure": { "time": "1771403074" }, "stopId": "KOPA", "stopSequence": 23 }, { "arrival": { "time": "1771403131" }, "departure": { "time": "1771403131" }, "stopId": "DESMAZ", "stopSequence": 24 }, { "arrival": { "time": "1771403181" }, "departure": { "time": "1771403181" }, "stopId": "ANFRANCK", "stopSequence": 25 }, { "arrival": { "time": "1771403238" }, "departure": { "time": "1771403238" }, "stopId": "STJOSEP", "stopSequence": 26 }, { "arrival": { "time": "1771403303" }, "departure": { "time": "1771403303" }, "stopId": "PLDULYCE", "stopSequence": 27 }, { "arrival": { "time": "1771403400" }, "departure": { "time": "1771403460" }, "stopId": "HMAI", "stopSequence": 28 }, { "arrival": { "time": "1771403505" }, "departure": { "time": "1771403505" }, "stopId": "FO-LOR-R", "stopSequence": 29 }, { "arrival": { "time": "1771403598" }, "departure": { "time": "1771403598" }, "stopId": "STAUBI-E", "stopSequence": 30 }, { "arrival": { "time": "1771403642" }, "departure": { "time": "1771403642" }, "stopId": "HARAS-E", "stopSequence": 31 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "LESGAR-E", "stopSequence": 32 }, { "arrival": { "time": "1771403838" }, "departure": { "time": "1771403838" }, "stopId": "SEMARD-E", "stopSequence": 33 }, { "arrival": { "time": "1771403872" }, "departure": { "time": "1771403872" }, "stopId": "PONTNO-E", "stopSequence": 34 }, { "arrival": { "time": "1771403938" }, "departure": { "time": "1771403938" }, "stopId": "POIREL-E", "stopSequence": 35 }, { "arrival": { "time": "1771403974" }, "departure": { "time": "1771403974" }, "stopId": "VAUBAN-E", "stopSequence": 36 }, { "arrival": { "time": "1771404021" }, "departure": { "time": "1771404021" }, "stopId": "FREMUR-E", "stopSequence": 37 }, { "arrival": { "time": "1771404080" }, "departure": { "time": "1771404080" }, "stopId": "STRASB-E", "stopSequence": 38 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "stopId": "LETAND-E", "stopSequence": 39 }, { "arrival": { "time": "1771404211" }, "departure": { "time": "1771404211" }, "stopId": "BEDIER-E", "stopSequence": 40 }, { "arrival": { "time": "1771404244" }, "departure": { "time": "1771404244" }, "stopId": "INTREP-E", "stopSequence": 41 }, { "arrival": { "time": "1771404275" }, "departure": { "time": "1771404275" }, "stopId": "MTARDA-E", "stopSequence": 42 }, { "arrival": { "time": "1771404314" }, "departure": { "time": "1771404314" }, "stopId": "AUBRY-E", "stopSequence": 43 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258424" } } }, { "id": "trip:6258456", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400688" }, "departure": { "time": "1771400688" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1771400748" }, "departure": { "time": "1771400748" }, "stopId": "GUILLEB.", "stopSequence": 47 }, { "arrival": { "time": "1771400765" }, "departure": { "time": "1771400765" }, "stopId": "RONCIE-E", "stopSequence": 48 }, { "arrival": { "time": "1771400807" }, "departure": { "time": "1771400807" }, "stopId": "JEROST-E", "stopSequence": 49 }, { "arrival": { "time": "1771400842" }, "departure": { "time": "1771400842" }, "stopId": "MACURI-E", "stopSequence": 50 }, { "arrival": { "time": "1771400876" }, "departure": { "time": "1771400876" }, "stopId": "GGSAND-E", "stopSequence": 51 }, { "arrival": { "time": "1771400920" }, "departure": { "time": "1771400920" }, "stopId": "FRANVI-E", "stopSequence": 52 }, { "arrival": { "time": "1771400977" }, "departure": { "time": "1771400977" }, "stopId": "PATUR-E", "stopSequence": 54 }, { "arrival": { "time": "1771401018" }, "departure": { "time": "1771401018" }, "stopId": "POUILL-E", "stopSequence": 55 }, { "arrival": { "time": "1771401123" }, "stopId": "VERNUSSO", "stopSequence": 56 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258456" } } }, { "id": "trip:6257557", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400725" }, "departure": { "time": "1771400725" }, "stopId": "MENDES-E", "stopSequence": 42 }, { "arrival": { "time": "1771400888" }, "departure": { "time": "1771400888" }, "stopId": "TALET-E", "stopSequence": 43 }, { "arrival": { "time": "1771401155" }, "departure": { "time": "1771401155" }, "stopId": "RAMON-E", "stopSequence": 46 }, { "arrival": { "time": "1771400885" }, "departure": { "time": "1771400885" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 47 }, { "arrival": { "time": "1771401060" }, "departure": { "time": "1771401060" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 48 }, { "arrival": { "time": "1771401204" }, "departure": { "time": "1771401204" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 49 }, { "arrival": { "time": "1771401296" }, "departure": { "time": "1771401296" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 50 }, { "arrival": { "time": "1771401238" }, "departure": { "time": "1771401238" }, "stopId": "RBRIOL-E", "stopSequence": 51 }, { "arrival": { "time": "1771401275" }, "departure": { "time": "1771401275" }, "stopId": "NOZAY-E", "stopSequence": 52 }, { "arrival": { "time": "1771401342" }, "departure": { "time": "1771401342" }, "stopId": "AUVERG-E", "stopSequence": 53 }, { "arrival": { "time": "1771401399" }, "departure": { "time": "1771401399" }, "stopId": "SAVOIE-E", "stopSequence": 54 }, { "arrival": { "time": "1771401486" }, "departure": { "time": "1771401486" }, "stopId": "INDUST-E", "stopSequence": 55 }, { "arrival": { "time": "1771401550" }, "departure": { "time": "1771401550" }, "stopId": "HOTELL-E", "stopSequence": 56 }, { "arrival": { "time": "1771401637" }, "departure": { "time": "1771401637" }, "stopId": "DEBUMO-E", "stopSequence": 57 }, { "arrival": { "time": "1771401746" }, "departure": { "time": "1771401746" }, "stopId": "RTEPAR-E", "stopSequence": 58 }, { "arrival": { "time": "1771401818" }, "stopId": "PROVIN-E", "stopSequence": 59 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257557" } } }, { "id": "trip:6258521", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400688" }, "departure": { "time": "1771400714" }, "stopId": "ZOLA", "stopSequence": 15 }, { "arrival": { "time": "1771400801" }, "departure": { "time": "1771400801" }, "stopId": "BELAIR", "stopSequence": 16 }, { "arrival": { "time": "1771400861" }, "departure": { "time": "1771400861" }, "stopId": "ESPMONTR", "stopSequence": 17 }, { "arrival": { "time": "1771400930" }, "departure": { "time": "1771400930" }, "stopId": "PLATFLEU", "stopSequence": 18 }, { "arrival": { "time": "1771400993" }, "departure": { "time": "1771400993" }, "stopId": "JEHUEZ", "stopSequence": 19 }, { "arrival": { "time": "1771401044" }, "departure": { "time": "1771401044" }, "stopId": "MASTELLE", "stopSequence": 20 }, { "arrival": { "time": "1771401083" }, "departure": { "time": "1771401083" }, "stopId": "AVENEURO", "stopSequence": 21 }, { "arrival": { "time": "1771401101" }, "departure": { "time": "1771401101" }, "stopId": "DANEMA", "stopSequence": 22 }, { "arrival": { "time": "1771401157" }, "departure": { "time": "1771401157" }, "stopId": "ALLEMAGN", "stopSequence": 23 }, { "arrival": { "time": "1771401189" }, "departure": { "time": "1771401189" }, "stopId": "ITALIE", "stopSequence": 24 }, { "arrival": { "time": "1771401225" }, "departure": { "time": "1771401225" }, "stopId": "IRLANDE", "stopSequence": 25 }, { "arrival": { "time": "1771401274" }, "departure": { "time": "1771401274" }, "stopId": "AUTRICH", "stopSequence": 26 }, { "arrival": { "time": "1771401293" }, "departure": { "time": "1771401293" }, "stopId": "PLOTTIER", "stopSequence": 27 }, { "arrival": { "time": "1771401344" }, "departure": { "time": "1771401344" }, "stopId": "CCADEA", "stopSequence": 28 }, { "arrival": { "time": "1771401370" }, "departure": { "time": "1771401370" }, "stopId": "AUCHAN", "stopSequence": 29 }, { "arrival": { "time": "1771401524" }, "departure": { "time": "1771401524" }, "stopId": "AARDBUS", "stopSequence": 30 }, { "arrival": { "time": "1771401568" }, "departure": { "time": "1771401568" }, "stopId": "POIVRE", "stopSequence": 31 }, { "arrival": { "time": "1771401608" }, "departure": { "time": "1771401608" }, "stopId": "BONPLAND", "stopSequence": 32 }, { "arrival": { "time": "1771401654" }, "departure": { "time": "1771401654" }, "stopId": "LEPRE", "stopSequence": 33 }, { "arrival": { "time": "1771401704" }, "departure": { "time": "1771401704" }, "stopId": "SALET-AR", "stopSequence": 34 }, { "arrival": { "time": "1771401736" }, "departure": { "time": "1771401736" }, "stopId": "RIPOLLE", "stopSequence": 35 }, { "arrival": { "time": "1771401787" }, "departure": { "time": "1771401787" }, "stopId": "PEGARDE", "stopSequence": 36 }, { "arrival": { "time": "1771401834" }, "departure": { "time": "1771401834" }, "stopId": "CIAVRILL", "stopSequence": 37 }, { "arrival": { "time": "1771401884" }, "departure": { "time": "1771401884" }, "stopId": "MAIRAVR", "stopSequence": 38 }, { "arrival": { "time": "1771401927" }, "departure": { "time": "1771401927" }, "stopId": "MAUFINE", "stopSequence": 39 }, { "arrival": { "time": "1771401989" }, "departure": { "time": "1771401989" }, "stopId": "DELAUNE", "stopSequence": 40 }, { "arrival": { "time": "1771402028" }, "departure": { "time": "1771402028" }, "stopId": "BEURRIER", "stopSequence": 41 }, { "arrival": { "time": "1771402096" }, "departure": { "time": "1771402096" }, "stopId": "BRASSENS", "stopSequence": 42 }, { "arrival": { "time": "1771402145" }, "departure": { "time": "1771402145" }, "stopId": "RONDE", "stopSequence": 43 }, { "arrival": { "time": "1771402188" }, "departure": { "time": "1771402188" }, "stopId": "PLAMAY", "stopSequence": 44 }, { "arrival": { "time": "1771402244" }, "departure": { "time": "1771402244" }, "stopId": "KENNEDY", "stopSequence": 45 }, { "arrival": { "time": "1771402295" }, "departure": { "time": "1771402295" }, "stopId": "ECHMAN", "stopSequence": 46 }, { "arrival": { "time": "1771402373" }, "departure": { "time": "1771402373" }, "stopId": "LIZE07", "stopSequence": 47 }, { "arrival": { "time": "1771402411" }, "departure": { "time": "1771402411" }, "stopId": "GASNIER", "stopSequence": 48 }, { "arrival": { "time": "1771402468" }, "departure": { "time": "1771402468" }, "stopId": "GOURONNI", "stopSequence": 49 }, { "arrival": { "time": "1771402540" }, "departure": { "time": "1771402540" }, "stopId": "CLOUET", "stopSequence": 50 }, { "arrival": { "time": "1771402573" }, "departure": { "time": "1771402573" }, "stopId": "BICHLAZA", "stopSequence": 51 }, { "arrival": { "time": "1771402604" }, "departure": { "time": "1771402604" }, "stopId": "DESCAZEA", "stopSequence": 52 }, { "arrival": { "time": "1771402672" }, "departure": { "time": "1771402672" }, "stopId": "MONPROFI", "stopSequence": 53 }, { "arrival": { "time": "1771402691" }, "departure": { "time": "1771402691" }, "stopId": "DUMESNIL", "stopSequence": 54 }, { "arrival": { "time": "1771402730" }, "departure": { "time": "1771402730" }, "stopId": "LEQUAI", "stopSequence": 55 }, { "arrival": { "time": "1771402870" }, "departure": { "time": "1771402870" }, "stopId": "CHDARR", "stopSequence": 56 }, { "arrival": { "time": "1771402611" }, "departure": { "time": "1771402611" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 57 }, { "arrival": { "time": "1771402680" }, "departure": { "time": "1771402680" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 58 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURPOI", "stopSequence": 59 }, { "arrival": { "time": "1771402805" }, "departure": { "time": "1771402805" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBLIQ", "stopSequence": 60 }, { "arrival": { "time": "1771402860" }, "departure": { "time": "1771402860" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICRO-E", "stopSequence": 61 }, { "arrival": { "time": "1771402916" }, "departure": { "time": "1771402916" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771402853" }, "departure": { "time": "1771402853" }, "stopId": "CCI", "stopSequence": 63 }, { "arrival": { "time": "1771402925" }, "departure": { "time": "1771403100" }, "stopId": "LICES-E", "stopSequence": 64 }, { "arrival": { "time": "1771403280" }, "departure": { "time": "1771403280" }, "stopId": "ANLERO-E", "stopSequence": 65 }, { "arrival": { "time": "1771403363" }, "departure": { "time": "1771403363" }, "stopId": "MICHEL-E", "stopSequence": 66 }, { "arrival": { "time": "1771403417" }, "departure": { "time": "1771403417" }, "stopId": "BOURGO-E", "stopSequence": 67 }, { "arrival": { "time": "1771403462" }, "departure": { "time": "1771403462" }, "stopId": "VOLNEY-E", "stopSequence": 68 }, { "arrival": { "time": "1771403520" }, "departure": { "time": "1771403520" }, "stopId": "MADELE-E", "stopSequence": 69 }, { "arrival": { "time": "1771403593" }, "departure": { "time": "1771403593" }, "stopId": "JEBOUI-E", "stopSequence": 70 }, { "arrival": { "time": "1771403665" }, "departure": { "time": "1771403665" }, "stopId": "PCOUBE-E", "stopSequence": 71 }, { "arrival": { "time": "1771403700" }, "departure": { "time": "1771403700" }, "stopId": "AROBA-E", "stopSequence": 72 }, { "arrival": { "time": "1771403800" }, "departure": { "time": "1771403800" }, "stopId": "LANGLA-E", "stopSequence": 73 }, { "arrival": { "time": "1771403919" }, "departure": { "time": "1771403919" }, "stopId": "MONTAI-E", "stopSequence": 74 }, { "arrival": { "time": "1771404018" }, "departure": { "time": "1771404018" }, "stopId": "JERUSA-E", "stopSequence": 75 }, { "arrival": { "time": "1771404060" }, "departure": { "time": "1771404060" }, "stopId": "DAGNET-E", "stopSequence": 76 }, { "arrival": { "time": "1771404092" }, "departure": { "time": "1771404092" }, "stopId": "GILLIE-E", "stopSequence": 77 }, { "arrival": { "time": "1771404157" }, "departure": { "time": "1771404157" }, "stopId": "ISORET-E", "stopSequence": 78 }, { "arrival": { "time": "1771404236" }, "departure": { "time": "1771404236" }, "stopId": "VANDE-E", "stopSequence": 79 }, { "arrival": { "time": "1771404287" }, "departure": { "time": "1771404287" }, "stopId": "ORMEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1771404313" }, "departure": { "time": "1771404313" }, "stopId": "CRBLAN-E", "stopSequence": 81 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258521" } } }, { "id": "trip:6257934", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400759" }, "departure": { "time": "1771400760" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771400869" }, "departure": { "time": "1771400869" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771400921" }, "departure": { "time": "1771400921" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771401060" }, "departure": { "time": "1771401060" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771401162" }, "departure": { "time": "1771401162" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771401229" }, "departure": { "time": "1771401229" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771401271" }, "departure": { "time": "1771401271" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771401392" }, "departure": { "time": "1771401392" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771401432" }, "departure": { "time": "1771401432" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771401420" }, "departure": { "time": "1771401420" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771401486" }, "departure": { "time": "1771401486" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771401560" }, "departure": { "time": "1771401560" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771401720" }, "departure": { "time": "1771401720" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771401538" }, "departure": { "time": "1771401538" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771401611" }, "departure": { "time": "1771401611" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771401711" }, "departure": { "time": "1771401711" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771401786" }, "departure": { "time": "1771401786" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771401841" }, "departure": { "time": "1771401841" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771401907" }, "departure": { "time": "1771401907" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771401970" }, "departure": { "time": "1771401970" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771402026" }, "departure": { "time": "1771402026" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771402097" }, "departure": { "time": "1771402097" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771402152" }, "departure": { "time": "1771402152" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771402266" }, "departure": { "time": "1771402266" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771402302" }, "departure": { "time": "1771402302" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771402326" }, "departure": { "time": "1771402326" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771402354" }, "departure": { "time": "1771402354" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771402391" }, "departure": { "time": "1771402391" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771402422" }, "departure": { "time": "1771402422" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771402506" }, "departure": { "time": "1771402506" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771402528" }, "departure": { "time": "1771402528" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771402554" }, "departure": { "time": "1771402554" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771402588" }, "departure": { "time": "1771402588" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771402626" }, "departure": { "time": "1771402626" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771402683" }, "departure": { "time": "1771402683" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771402736" }, "departure": { "time": "1771402736" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771402852" }, "departure": { "time": "1771402852" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771402895" }, "departure": { "time": "1771402895" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771402876" }, "departure": { "time": "1771402876" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771402900" }, "departure": { "time": "1771402900" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771402964" }, "departure": { "time": "1771402964" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771403005" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257934" } } }, { "id": "trip:6259988", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400672" }, "departure": { "time": "1771400672" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1771400712" }, "departure": { "time": "1771400732" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1771400738" }, "departure": { "time": "1771400738" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1771400785" }, "departure": { "time": "1771400785" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1771400820" }, "departure": { "time": "1771400820" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1771400881" }, "departure": { "time": "1771400881" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1771400922" }, "departure": { "time": "1771400922" }, "stopId": "GRANBELL", "stopSequence": 6 }, { "arrival": { "time": "1771400962" }, "departure": { "time": "1771400962" }, "stopId": "RODIN", "stopSequence": 7 }, { "arrival": { "time": "1771401000" }, "departure": { "time": "1771401000" }, "stopId": "BRGPAILL", "stopSequence": 8 }, { "arrival": { "time": "1771401082" }, "departure": { "time": "1771401082" }, "stopId": "LANDREAU", "stopSequence": 9 }, { "arrival": { "time": "1771401114" }, "departure": { "time": "1771401114" }, "stopId": "GDPERIGN", "stopSequence": 10 }, { "arrival": { "time": "1771401154" }, "departure": { "time": "1771401154" }, "stopId": "INRA", "stopSequence": 11 }, { "arrival": { "time": "1771401180" }, "departure": { "time": "1771401180" }, "stopId": "MOREL", "stopSequence": 12 }, { "arrival": { "time": "1771401240" }, "departure": { "time": "1771401240" }, "stopId": "DARWIN", "stopSequence": 13 }, { "arrival": { "time": "1771401420" }, "departure": { "time": "1771401420" }, "stopId": "CNFPT-E", "stopSequence": 14 }, { "arrival": { "time": "1771401930" }, "departure": { "time": "1771401930" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771401992" }, "departure": { "time": "1771401992" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771402069" }, "departure": { "time": "1771402069" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771402103" }, "departure": { "time": "1771402103" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771402164" }, "departure": { "time": "1771402164" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771402203" }, "departure": { "time": "1771402203" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771401720" }, "departure": { "time": "1771401720" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771401791" }, "departure": { "time": "1771401791" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771401869" }, "departure": { "time": "1771401869" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771402256" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6259988" } } }, { "id": "trip:6544922", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403340" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771403441" }, "departure": { "time": "1771403441" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771403550" }, "departure": { "time": "1771403550" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771403631" }, "departure": { "time": "1771403631" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771403724" }, "departure": { "time": "1771403724" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771403834" }, "departure": { "time": "1771403834" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771404010" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544922" } } }, { "id": "trip:6257894", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400753" }, "departure": { "time": "1771400753" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771400840" }, "departure": { "time": "1771400840" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771400880" }, "departure": { "time": "1771400880" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771401018" }, "departure": { "time": "1771401018" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771401041" }, "departure": { "time": "1771401041" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771401120" }, "departure": { "time": "1771401120" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771401187" }, "departure": { "time": "1771401187" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771401230" }, "departure": { "time": "1771401230" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771401276" }, "departure": { "time": "1771401276" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771401365" }, "departure": { "time": "1771401365" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771401423" }, "departure": { "time": "1771401423" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771401477" }, "departure": { "time": "1771401477" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771401547" }, "departure": { "time": "1771401547" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771401609" }, "departure": { "time": "1771401609" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771401669" }, "departure": { "time": "1771401669" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771401725" }, "departure": { "time": "1771401725" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771401776" }, "departure": { "time": "1771401776" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771401816" }, "departure": { "time": "1771401816" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771401857" }, "departure": { "time": "1771401857" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771401925" }, "departure": { "time": "1771401925" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771401965" }, "departure": { "time": "1771401965" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1771402054" }, "departure": { "time": "1771402054" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771402081" }, "departure": { "time": "1771402081" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771402104" }, "departure": { "time": "1771402104" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771402140" }, "departure": { "time": "1771402140" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771402205" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257894" } } }, { "id": "trip:6257472", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400671" }, "departure": { "time": "1771400671" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1771400686" }, "departure": { "time": "1771400686" }, "stopId": "COTTAGE", "stopSequence": 1 }, { "arrival": { "time": "1771400820" }, "departure": { "time": "1771400820" }, "stopId": "HIPPODRO", "stopSequence": 2 }, { "arrival": { "time": "1771400858" }, "departure": { "time": "1771400858" }, "stopId": "REDUMONT", "stopSequence": 3 }, { "arrival": { "time": "1771400970" }, "departure": { "time": "1771400970" }, "stopId": "DUBELL-2", "stopSequence": 4 }, { "arrival": { "time": "1771401000" }, "departure": { "time": "1771401000" }, "stopId": "BOISABBE", "stopSequence": 5 }, { "arrival": { "time": "1771401054" }, "departure": { "time": "1771401054" }, "stopId": "DEBUSSY", "stopSequence": 6 }, { "arrival": { "time": "1771401123" }, "departure": { "time": "1771401123" }, "stopId": "HOTELLER", "stopSequence": 7 }, { "arrival": { "time": "1771401180" }, "departure": { "time": "1771401180" }, "stopId": "INDUSTRI", "stopSequence": 8 }, { "arrival": { "time": "1771401262" }, "departure": { "time": "1771401262" }, "stopId": "SAVOIE", "stopSequence": 9 }, { "arrival": { "time": "1771401332" }, "departure": { "time": "1771401332" }, "stopId": "DOYENNE", "stopSequence": 10 }, { "arrival": { "time": "1771401404" }, "departure": { "time": "1771401404" }, "stopId": "CITESOLI", "stopSequence": 11 }, { "arrival": { "time": "1771401540" }, "departure": { "time": "1771401540" }, "stopId": "CARCITR", "stopSequence": 12 }, { "arrival": { "time": "1771401613" }, "departure": { "time": "1771401613" }, "stopId": "FFAURE", "stopSequence": 13 }, { "arrival": { "time": "1771401759" }, "departure": { "time": "1771401759" }, "stopId": "FACUL-SS", "stopSequence": 14 }, { "arrival": { "time": "1771401780" }, "departure": { "time": "1771401780" }, "stopId": "BDEMAINE", "stopSequence": 15 }, { "arrival": { "time": "1771401923" }, "departure": { "time": "1771401923" }, "stopId": "TALET", "stopSequence": 16 }, { "arrival": { "time": "1771402142" }, "departure": { "time": "1771402142" }, "stopId": "MENDESFR", "stopSequence": 17 }, { "arrival": { "time": "1771402260" }, "departure": { "time": "1771402320" }, "stopId": "FO-LOR-R", "stopSequence": 18 }, { "arrival": { "time": "1771402392" }, "departure": { "time": "1771402392" }, "stopId": "STAUBI-E", "stopSequence": 19 }, { "arrival": { "time": "1771402426" }, "departure": { "time": "1771402426" }, "stopId": "HARAS-E", "stopSequence": 20 }, { "arrival": { "time": "1771402517" }, "departure": { "time": "1771402517" }, "stopId": "LESGAR-E", "stopSequence": 21 }, { "arrival": { "time": "1771402630" }, "departure": { "time": "1771402630" }, "stopId": "SEMARD-E", "stopSequence": 22 }, { "arrival": { "time": "1771402680" }, "departure": { "time": "1771402680" }, "stopId": "PONTNO-E", "stopSequence": 23 }, { "arrival": { "time": "1771402784" }, "departure": { "time": "1771402784" }, "stopId": "POIREL-E", "stopSequence": 24 }, { "arrival": { "time": "1771402841" }, "departure": { "time": "1771402841" }, "stopId": "VAUBAN-E", "stopSequence": 25 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402920" }, "stopId": "CHANZY-E", "stopSequence": 26 }, { "arrival": { "time": "1771402980" }, "departure": { "time": "1771402980" }, "stopId": "LAFAYE-E", "stopSequence": 27 }, { "arrival": { "time": "1771403066" }, "departure": { "time": "1771403066" }, "stopId": "MIRABE-E", "stopSequence": 28 }, { "arrival": { "time": "1771403121" }, "departure": { "time": "1771403121" }, "stopId": "CESARG-E", "stopSequence": 29 }, { "arrival": { "time": "1771403160" }, "departure": { "time": "1771403160" }, "stopId": "BLANDE-E", "stopSequence": 30 }, { "arrival": { "time": "1771403216" }, "departure": { "time": "1771403216" }, "stopId": "MUTUAL-E", "stopSequence": 31 }, { "arrival": { "time": "1771403288" }, "departure": { "time": "1771403288" }, "stopId": "VILLES-E", "stopSequence": 32 }, { "arrival": { "time": "1771403337" }, "departure": { "time": "1771403337" }, "stopId": "VIVIER-E", "stopSequence": 33 }, { "arrival": { "time": "1771403400" }, "departure": { "time": "1771403400" }, "stopId": "MARIAN-E", "stopSequence": 34 }, { "arrival": { "time": "1771403451" }, "departure": { "time": "1771403451" }, "stopId": "LINOVE-E", "stopSequence": 35 }, { "arrival": { "time": "1771403490" }, "departure": { "time": "1771403490" }, "stopId": "DANGEL-E", "stopSequence": 36 }, { "arrival": { "time": "1771403550" }, "departure": { "time": "1771403550" }, "stopId": "ATHLET-E", "stopSequence": 37 }, { "arrival": { "time": "1771403594" }, "departure": { "time": "1771403594" }, "stopId": "DIONNE-E", "stopSequence": 38 }, { "arrival": { "time": "1771403640" }, "departure": { "time": "1771403640" }, "stopId": "GENDRO-E", "stopSequence": 39 }, { "arrival": { "time": "1771403684" }, "departure": { "time": "1771403684" }, "stopId": "CHESNA-E", "stopSequence": 40 }, { "arrival": { "time": "1771403732" }, "departure": { "time": "1771403732" }, "stopId": "GIRAD-E", "stopSequence": 41 }, { "arrival": { "time": "1771403827" }, "departure": { "time": "1771403827" }, "stopId": "FRANVILL", "stopSequence": 42 }, { "arrival": { "time": "1771403880" }, "departure": { "time": "1771403880" }, "stopId": "GGESSAND", "stopSequence": 43 }, { "arrival": { "time": "1771403928" }, "departure": { "time": "1771403928" }, "stopId": "MACURIE", "stopSequence": 44 }, { "arrival": { "time": "1771403972" }, "departure": { "time": "1771403972" }, "stopId": "JEROSTAN", "stopSequence": 45 }, { "arrival": { "time": "1771404017" }, "departure": { "time": "1771404017" }, "stopId": "RONCIERE", "stopSequence": 46 }, { "arrival": { "time": "1771404060" }, "departure": { "time": "1771404060" }, "stopId": "GUILLE-E", "stopSequence": 47 }, { "arrival": { "time": "1771404125" }, "departure": { "time": "1771404125" }, "stopId": "BAUDRA-E", "stopSequence": 48 }, { "arrival": { "time": "1771404240" }, "stopId": "MOULINMA", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257472" } } }, { "id": "trip:6258257", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400749" }, "departure": { "time": "1771400749" }, "stopId": "TASSIG-E", "stopSequence": 36 }, { "arrival": { "time": "1771400842" }, "departure": { "time": "1771400842" }, "stopId": "TROIPA-E", "stopSequence": 37 }, { "arrival": { "time": "1771400879" }, "departure": { "time": "1771400879" }, "stopId": "SABLON-E", "stopSequence": 38 }, { "arrival": { "time": "1771400932" }, "departure": { "time": "1771400932" }, "stopId": "RUELLE-E", "stopSequence": 39 }, { "arrival": { "time": "1771401015" }, "departure": { "time": "1771401015" }, "stopId": "GENDRO-E", "stopSequence": 40 }, { "arrival": { "time": "1771401109" }, "departure": { "time": "1771401109" }, "stopId": "PATUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771401179" }, "departure": { "time": "1771401179" }, "stopId": "AUTHIO-E", "stopSequence": 42 }, { "arrival": { "time": "1771401238" }, "departure": { "time": "1771401238" }, "stopId": "BELPOU-E", "stopSequence": 43 }, { "arrival": { "time": "1771401299" }, "departure": { "time": "1771401299" }, "stopId": "PONTSC-E", "stopSequence": 44 }, { "arrival": { "time": "1771401421" }, "departure": { "time": "1771401421" }, "stopId": "LOIRE-E", "stopSequence": 45 }, { "arrival": { "time": "1771401456" }, "departure": { "time": "1771401456" }, "stopId": "DUBE-E", "stopSequence": 46 }, { "arrival": { "time": "1771401502" }, "departure": { "time": "1771401502" }, "stopId": "LOUET-E", "stopSequence": 47 }, { "arrival": { "time": "1771401543" }, "departure": { "time": "1771401543" }, "stopId": "BOSQUE-E", "stopSequence": 48 }, { "arrival": { "time": "1771401593" }, "departure": { "time": "1771401593" }, "stopId": "CHAERI-E", "stopSequence": 49 }, { "arrival": { "time": "1771401639" }, "departure": { "time": "1771401639" }, "stopId": "FONTE-E", "stopSequence": 50 }, { "arrival": { "time": "1771401693" }, "departure": { "time": "1771401693" }, "stopId": "ERIGNE", "stopSequence": 51 }, { "arrival": { "time": "1771401719" }, "stopId": "SOLAND", "stopSequence": 52 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258257" } } }, { "id": "trip:6260061", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400649" }, "departure": { "time": "1771400695" }, "stopId": "NDAMLA-E", "stopSequence": 20 }, { "arrival": { "time": "1771400740" }, "departure": { "time": "1771400740" }, "stopId": "POLYTE-E", "stopSequence": 21 }, { "arrival": { "time": "1771400754" }, "departure": { "time": "1771400754" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1771400884" }, "departure": { "time": "1771400884" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1771400969" }, "departure": { "time": "1771400969" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1771401154" }, "departure": { "time": "1771401154" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1771401207" }, "departure": { "time": "1771401207" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1771401244" }, "departure": { "time": "1771401244" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1771401271" }, "departure": { "time": "1771401271" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1771401315" }, "departure": { "time": "1771401315" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1771401346" }, "departure": { "time": "1771401346" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1771401446" }, "departure": { "time": "1771401446" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1771401513" }, "departure": { "time": "1771401513" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1771401591" }, "departure": { "time": "1771401591" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1771401656" }, "departure": { "time": "1771401656" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1771401696" }, "departure": { "time": "1771401696" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1771401769" }, "departure": { "time": "1771401769" }, "stopId": "HARENC", "stopSequence": 36 }, { "arrival": { "time": "1771401840" }, "departure": { "time": "1771401840" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1771401892" }, "departure": { "time": "1771401892" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1771401876" }, "departure": { "time": "1771401876" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1771401929" }, "departure": { "time": "1771401929" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1771401981" }, "departure": { "time": "1771401981" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1771402044" }, "departure": { "time": "1771402044" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1771402126" }, "departure": { "time": "1771402126" }, "stopId": "PETPOR-E", "stopSequence": 43 }, { "arrival": { "time": "1771402167" }, "departure": { "time": "1771402167" }, "stopId": "CHEVRI-E", "stopSequence": 44 }, { "arrival": { "time": "1771402076" }, "departure": { "time": "1771402076" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 46 }, { "arrival": { "time": "1771402113" }, "departure": { "time": "1771402113" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 47 }, { "arrival": { "time": "1771402161" }, "departure": { "time": "1771402161" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 48 }, { "arrival": { "time": "1771402215" }, "departure": { "time": "1771402215" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771402270" }, "departure": { "time": "1771402270" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771402298" }, "departure": { "time": "1771402298" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 51 }, { "arrival": { "time": "1771402354" }, "departure": { "time": "1771402354" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1771402440" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260061" } } }, { "id": "trip:6258570", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400682" }, "departure": { "time": "1771400682" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1771400757" }, "departure": { "time": "1771400757" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1771400788" }, "departure": { "time": "1771400788" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1771400838" }, "departure": { "time": "1771400838" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1771400903" }, "departure": { "time": "1771400903" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1771400977" }, "departure": { "time": "1771400977" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771401028" }, "departure": { "time": "1771401028" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1771401073" }, "departure": { "time": "1771401073" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1771401114" }, "departure": { "time": "1771401114" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1771401176" }, "departure": { "time": "1771401176" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1771401208" }, "departure": { "time": "1771401208" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1771401274" }, "departure": { "time": "1771401274" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1771401351" }, "departure": { "time": "1771401351" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1771401386" }, "departure": { "time": "1771401386" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1771401448" }, "departure": { "time": "1771401448" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1771401584" }, "departure": { "time": "1771401584" }, "stopId": "AUCHAN-E", "stopSequence": 60 }, { "arrival": { "time": "1771401628" }, "departure": { "time": "1771401628" }, "stopId": "CCADEA-E", "stopSequence": 61 }, { "arrival": { "time": "1771401658" }, "departure": { "time": "1771401658" }, "stopId": "PLOTTI-E", "stopSequence": 62 }, { "arrival": { "time": "1771401677" }, "departure": { "time": "1771401677" }, "stopId": "AUTRIC-E", "stopSequence": 63 }, { "arrival": { "time": "1771401719" }, "departure": { "time": "1771401719" }, "stopId": "IRLAND-E", "stopSequence": 64 }, { "arrival": { "time": "1771401748" }, "departure": { "time": "1771401748" }, "stopId": "ITALIE-E", "stopSequence": 65 }, { "arrival": { "time": "1771401795" }, "departure": { "time": "1771401795" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1771401813" }, "departure": { "time": "1771401813" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1771401839" }, "departure": { "time": "1771401839" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1771401868" }, "departure": { "time": "1771401868" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1771401912" }, "departure": { "time": "1771401912" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1771401956" }, "departure": { "time": "1771401956" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1771402018" }, "departure": { "time": "1771402018" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1771402068" }, "departure": { "time": "1771402068" }, "stopId": "BELAIR-E", "stopSequence": 73 }, { "arrival": { "time": "1771402108" }, "departure": { "time": "1771402108" }, "stopId": "ZOLA-E", "stopSequence": 74 }, { "arrival": { "time": "1771402189" }, "departure": { "time": "1771402189" }, "stopId": "ANAFRA-E", "stopSequence": 75 }, { "arrival": { "time": "1771402258" }, "departure": { "time": "1771402258" }, "stopId": "PISCMU-E", "stopSequence": 76 }, { "arrival": { "time": "1771402449" }, "departure": { "time": "1771402449" }, "stopId": "DOMVATER", "stopSequence": 77 }, { "arrival": { "time": "1771402175" }, "departure": { "time": "1771402175" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 78 }, { "arrival": { "time": "1771402200" }, "departure": { "time": "1771402200" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 79 }, { "arrival": { "time": "1771402227" }, "departure": { "time": "1771402227" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 80 }, { "arrival": { "time": "1771402264" }, "departure": { "time": "1771402264" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 81 }, { "arrival": { "time": "1771402407" }, "departure": { "time": "1771402407" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 82 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 83 }, { "arrival": { "time": "1771402528" }, "departure": { "time": "1771402528" }, "stopId": "RECLAI-E", "stopSequence": 84 }, { "arrival": { "time": "1771402567" }, "departure": { "time": "1771402567" }, "stopId": "RENOIR-E", "stopSequence": 85 }, { "arrival": { "time": "1771402597" }, "departure": { "time": "1771402597" }, "stopId": "CAMPJU-E", "stopSequence": 86 }, { "arrival": { "time": "1771402632" }, "departure": { "time": "1771402632" }, "stopId": "JUIGN-E", "stopSequence": 87 }, { "arrival": { "time": "1771402721" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258570" } } }, { "id": "trip:6052658", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771401801" }, "departure": { "time": "1771401801" }, "stopId": "PLOTTI-E", "stopSequence": 16 }, { "arrival": { "time": "1771401832" }, "departure": { "time": "1771401832" }, "stopId": "AUTRIC-E", "stopSequence": 17 }, { "arrival": { "time": "1771401901" }, "departure": { "time": "1771401901" }, "stopId": "IRLAND-E", "stopSequence": 18 }, { "arrival": { "time": "1771401949" }, "departure": { "time": "1771401949" }, "stopId": "ITALIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771401997" }, "departure": { "time": "1771401997" }, "stopId": "ALLEMAGN", "stopSequence": 20 }, { "arrival": { "time": "1771402025" }, "departure": { "time": "1771402025" }, "stopId": "ALLEMA-E", "stopSequence": 21 }, { "arrival": { "time": "1771402055" }, "departure": { "time": "1771402055" }, "stopId": "DANEMA-E", "stopSequence": 22 }, { "arrival": { "time": "1771402098" }, "departure": { "time": "1771402098" }, "stopId": "AVENEU-E", "stopSequence": 23 }, { "arrival": { "time": "1771402145" }, "departure": { "time": "1771402145" }, "stopId": "MASTEL-E", "stopSequence": 24 }, { "arrival": { "time": "1771400850" }, "departure": { "time": "1771400850" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOI-E", "stopSequence": 25 }, { "arrival": { "time": "1771400645" }, "departure": { "time": "1771400661" }, "stopId": "ESPMON-E", "stopSequence": 28 }, { "arrival": { "time": "1771400690" }, "departure": { "time": "1771400706" }, "stopId": "BELAIR-E", "stopSequence": 29 }, { "arrival": { "time": "1771400736" }, "departure": { "time": "1771400736" }, "stopId": "ZOLA-E", "stopSequence": 30 }, { "arrival": { "time": "1771400826" }, "departure": { "time": "1771400826" }, "stopId": "ANAFRA-E", "stopSequence": 31 }, { "arrival": { "time": "1771400880" }, "departure": { "time": "1771400880" }, "stopId": "PISCMU-E", "stopSequence": 32 }, { "arrival": { "time": "1771400930" }, "departure": { "time": "1771400930" }, "stopId": "CAMPJU-E", "stopSequence": 33 }, { "arrival": { "time": "1771400983" }, "departure": { "time": "1771400983" }, "stopId": "LAEN-E", "stopSequence": 34 }, { "arrival": { "time": "1771401025" }, "departure": { "time": "1771401025" }, "stopId": "BECK-E", "stopSequence": 35 }, { "arrival": { "time": "1771401070" }, "stopId": "DOMVATER", "stopSequence": 36 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052658" } } }, { "id": "trip:6544923", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771404060" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771404161" }, "departure": { "time": "1771404161" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771404270" }, "departure": { "time": "1771404270" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771404351" }, "departure": { "time": "1771404351" }, "stopId": "1PATT", "stopSequence": 3 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544923" } } }, { "id": "trip:3752B", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400712" }, "departure": { "time": "1771400719" }, "stopId": "BLERIOT", "stopSequence": 14 }, { "arrival": { "time": "1771400848" }, "departure": { "time": "1771400848" }, "stopId": "BICHON.", "stopSequence": 15 }, { "arrival": { "time": "1771400962" }, "departure": { "time": "1771400962" }, "stopId": "MONPROFI", "stopSequence": 16 }, { "arrival": { "time": "1771401020" }, "departure": { "time": "1771401020" }, "stopId": "QUAIsubW", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "37", "tripId": "3752B" } } }, { "id": "trip:6257984", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400649" }, "departure": { "time": "1771400680" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771400725" }, "departure": { "time": "1771400756" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771400796" }, "departure": { "time": "1771400796" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771400871" }, "departure": { "time": "1771400871" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771400921" }, "departure": { "time": "1771400921" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771400982" }, "departure": { "time": "1771400982" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771401048" }, "departure": { "time": "1771401048" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771401111" }, "departure": { "time": "1771401111" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771401186" }, "departure": { "time": "1771401186" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771401294" }, "departure": { "time": "1771401294" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771401390" }, "departure": { "time": "1771401390" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771401459" }, "departure": { "time": "1771401459" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771401497" }, "departure": { "time": "1771401497" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771401480" }, "departure": { "time": "1771401480" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771401582" }, "departure": { "time": "1771401582" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771401652" }, "departure": { "time": "1771401652" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771401720" }, "departure": { "time": "1771401720" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771401677" }, "departure": { "time": "1771401677" }, "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771401745" }, "departure": { "time": "1771401745" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771401820" }, "departure": { "time": "1771401820" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771401913" }, "departure": { "time": "1771401913" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771401959" }, "departure": { "time": "1771401959" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771402081" }, "departure": { "time": "1771402081" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771402148" }, "departure": { "time": "1771402148" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771402198" }, "departure": { "time": "1771402500" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771402553" }, "departure": { "time": "1771402553" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771402640" }, "departure": { "time": "1771402640" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771402680" }, "departure": { "time": "1771402680" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771402753" }, "departure": { "time": "1771402753" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771402776" }, "departure": { "time": "1771402776" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771402855" }, "departure": { "time": "1771402855" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771402922" }, "departure": { "time": "1771402922" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771402965" }, "departure": { "time": "1771402965" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771403011" }, "departure": { "time": "1771403011" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403100" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771403158" }, "departure": { "time": "1771403158" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771403212" }, "departure": { "time": "1771403212" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771403282" }, "departure": { "time": "1771403282" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771403344" }, "departure": { "time": "1771403344" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771403404" }, "departure": { "time": "1771403404" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771403460" }, "departure": { "time": "1771403460" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771403511" }, "departure": { "time": "1771403511" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771403551" }, "departure": { "time": "1771403551" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771403592" }, "departure": { "time": "1771403592" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771403660" }, "departure": { "time": "1771403660" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771403700" }, "departure": { "time": "1771403700" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1771403789" }, "departure": { "time": "1771403789" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771403816" }, "departure": { "time": "1771403816" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771403839" }, "departure": { "time": "1771403839" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771403875" }, "departure": { "time": "1771403875" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771403940" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257984" } } }, { "id": "trip:6544982", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400658" }, "departure": { "time": "1771400658" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771400793" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544982" } } }, { "id": "trip:6543545", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401170" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771401252" }, "departure": { "time": "1771401252" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771401338" }, "departure": { "time": "1771401338" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771401510" }, "departure": { "time": "1771401510" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771401591" }, "departure": { "time": "1771401591" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771401752" }, "departure": { "time": "1771401752" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771401850" }, "departure": { "time": "1771401850" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771402000" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543545" } } }, { "id": "trip:6544988", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771404300" }, "stopId": "1QUAI", "stopSequence": 0 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544988" } } }, { "id": "trip:6053034", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400767" }, "departure": { "time": "1771400767" }, "stopId": "CHATEN-E", "stopSequence": 3 }, { "arrival": { "time": "1771400906" }, "departure": { "time": "1771400906" }, "stopId": "SEPSON-E", "stopSequence": 4 }, { "arrival": { "time": "1771400991" }, "departure": { "time": "1771400991" }, "stopId": "RTEPAR-E", "stopSequence": 5 }, { "arrival": { "time": "1771401044" }, "departure": { "time": "1771401044" }, "stopId": "PROVIN-E", "stopSequence": 6 }, { "arrival": { "time": "1771401149" }, "departure": { "time": "1771401149" }, "stopId": "PARCEX-E", "stopSequence": 7 }, { "arrival": { "time": "1771401416" }, "departure": { "time": "1771401416" }, "stopId": "CARREA-E", "stopSequence": 8 }, { "arrival": { "time": "1771401449" }, "departure": { "time": "1771401449" }, "stopId": "MILLAR-E", "stopSequence": 9 }, { "arrival": { "time": "1771401483" }, "departure": { "time": "1771401483" }, "stopId": "BASMOR-E", "stopSequence": 10 }, { "arrival": { "time": "1771401529" }, "departure": { "time": "1771401529" }, "stopId": "CHABLA-E", "stopSequence": 11 }, { "arrival": { "time": "1771401568" }, "departure": { "time": "1771401568" }, "stopId": "UNION-E", "stopSequence": 12 }, { "arrival": { "time": "1771401629" }, "departure": { "time": "1771401629" }, "stopId": "SSYMAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771401710" }, "departure": { "time": "1771401710" }, "stopId": "LECLSYLV", "stopSequence": 14 }, { "arrival": { "time": "1771401757" }, "departure": { "time": "1771401757" }, "stopId": "FRANCAIS", "stopSequence": 15 }, { "arrival": { "time": "1771401817" }, "departure": { "time": "1771401817" }, "stopId": "V.HUGO-E", "stopSequence": 16 }, { "arrival": { "time": "1771401878" }, "departure": { "time": "1771401878" }, "stopId": "ANBRUE-E", "stopSequence": 17 }, { "arrival": { "time": "1771401932" }, "departure": { "time": "1771401932" }, "stopId": "GAUGUI-E", "stopSequence": 18 }, { "arrival": { "time": "1771401989" }, "stopId": "STSYCHVE", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053034" } } }, { "id": "trip:6544921", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402620" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771402721" }, "departure": { "time": "1771402721" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771402830" }, "departure": { "time": "1771402830" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771402911" }, "departure": { "time": "1771402911" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771403004" }, "departure": { "time": "1771403004" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771403114" }, "departure": { "time": "1771403114" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771403290" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544921" } } }, { "id": "trip:6543456", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402080" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771402162" }, "departure": { "time": "1771402162" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771402248" }, "departure": { "time": "1771402248" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771402420" }, "departure": { "time": "1771402420" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771402501" }, "departure": { "time": "1771402501" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771402662" }, "departure": { "time": "1771402662" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771402760" }, "departure": { "time": "1771402760" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771402910" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543456" } } }, { "id": "trip:6544985", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402140" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771402312" }, "departure": { "time": "1771402312" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771402420" }, "departure": { "time": "1771402420" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771402512" }, "departure": { "time": "1771402512" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771402590" }, "departure": { "time": "1771402590" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771402697" }, "departure": { "time": "1771402697" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771402800" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544985" } } }, { "id": "trip:6257412", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400746" }, "departure": { "time": "1771400746" }, "stopId": "COUPER-E", "stopSequence": 6 }, { "arrival": { "time": "1771400818" }, "departure": { "time": "1771400818" }, "stopId": "MONTRJ-E", "stopSequence": 7 }, { "arrival": { "time": "1771400887" }, "departure": { "time": "1771400887" }, "stopId": "CAMELIAS", "stopSequence": 8 }, { "arrival": { "time": "1771400955" }, "departure": { "time": "1771400955" }, "stopId": "GATS-E", "stopSequence": 9 }, { "arrival": { "time": "1771401011" }, "departure": { "time": "1771401011" }, "stopId": "MAISON-E", "stopSequence": 10 }, { "arrival": { "time": "1771401064" }, "departure": { "time": "1771401064" }, "stopId": "COINTR-E", "stopSequence": 11 }, { "arrival": { "time": "1771401166" }, "departure": { "time": "1771401166" }, "stopId": "BOISRI-E", "stopSequence": 12 }, { "arrival": { "time": "1771401237" }, "departure": { "time": "1771401237" }, "stopId": "CHANTR-E", "stopSequence": 13 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401300" }, "stopId": "COLOM-E", "stopSequence": 14 }, { "arrival": { "time": "1771401362" }, "departure": { "time": "1771401362" }, "stopId": "HELBO-E", "stopSequence": 15 }, { "arrival": { "time": "1771401406" }, "departure": { "time": "1771401480" }, "stopId": "POLE49", "stopSequence": 16 }, { "arrival": { "time": "1771401660" }, "stopId": "EXPO-ZI", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "11", "tripId": "6257412" } } }, { "id": "trip:6258459", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401420" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1771401502" }, "departure": { "time": "1771401502" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1771401525" }, "departure": { "time": "1771401525" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1771401565" }, "departure": { "time": "1771401565" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1771401622" }, "departure": { "time": "1771401622" }, "stopId": "CLOSNEUF", "stopSequence": 4 }, { "arrival": { "time": "1771401679" }, "departure": { "time": "1771401679" }, "stopId": "HOSGEMME", "stopSequence": 5 }, { "arrival": { "time": "1771401724" }, "departure": { "time": "1771401724" }, "stopId": "MASGEMME", "stopSequence": 6 }, { "arrival": { "time": "1771401782" }, "departure": { "time": "1771401782" }, "stopId": "LOUPINO", "stopSequence": 7 }, { "arrival": { "time": "1771401849" }, "departure": { "time": "1771401849" }, "stopId": "LESROSES", "stopSequence": 8 }, { "arrival": { "time": "1771401900" }, "departure": { "time": "1771401900" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1771401922" }, "departure": { "time": "1771401922" }, "stopId": "BELOEIL", "stopSequence": 10 }, { "arrival": { "time": "1771401982" }, "departure": { "time": "1771401982" }, "stopId": "JOLIVETT", "stopSequence": 11 }, { "arrival": { "time": "1771402003" }, "departure": { "time": "1771402003" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1771402072" }, "departure": { "time": "1771402072" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1771402109" }, "departure": { "time": "1771402109" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1771402159" }, "departure": { "time": "1771402159" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1771402189" }, "departure": { "time": "1771402189" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1771402226" }, "departure": { "time": "1771402226" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1771402260" }, "departure": { "time": "1771402260" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1771402353" }, "departure": { "time": "1771402353" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1771402409" }, "departure": { "time": "1771402409" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1771402456" }, "departure": { "time": "1771402456" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1771402489" }, "departure": { "time": "1771402489" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1771402548" }, "departure": { "time": "1771402548" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1771402586" }, "departure": { "time": "1771402586" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1771402620" }, "departure": { "time": "1771402620" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1771402866" }, "departure": { "time": "1771402866" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771402936" }, "departure": { "time": "1771402936" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771403040" }, "departure": { "time": "1771403100" }, "stopId": "LOHUIT", "stopSequence": 28 }, { "arrival": { "time": "1771403252" }, "departure": { "time": "1771403252" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1771403332" }, "departure": { "time": "1771403332" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1771403402" }, "departure": { "time": "1771403402" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771403452" }, "departure": { "time": "1771403452" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1771403649" }, "departure": { "time": "1771403649" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1771403674" }, "departure": { "time": "1771403674" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1771403771" }, "departure": { "time": "1771403771" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1771403820" }, "departure": { "time": "1771403820" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771403943" }, "departure": { "time": "1771403943" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1771404030" }, "departure": { "time": "1771404030" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1771404080" }, "departure": { "time": "1771404080" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1771404151" }, "departure": { "time": "1771404151" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1771404204" }, "departure": { "time": "1771404204" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1771404250" }, "departure": { "time": "1771404250" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1771404316" }, "departure": { "time": "1771404316" }, "stopId": "LAVOIR-E", "stopSequence": 45 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258459" } } }, { "id": "trip:6258523", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401660" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1771401714" }, "departure": { "time": "1771401714" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1771401746" }, "departure": { "time": "1771401746" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1771401774" }, "departure": { "time": "1771401774" }, "stopId": "RENOIR", "stopSequence": 3 }, { "arrival": { "time": "1771401802" }, "departure": { "time": "1771401802" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1771401835" }, "departure": { "time": "1771401835" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1771402074" }, "departure": { "time": "1771402074" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1771402076" }, "departure": { "time": "1771402076" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1771402147" }, "departure": { "time": "1771402147" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1771401840" }, "departure": { "time": "1771401840" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL", "stopSequence": 9 }, { "arrival": { "time": "1771401864" }, "departure": { "time": "1771401864" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTILL", "stopSequence": 10 }, { "arrival": { "time": "1771402022" }, "departure": { "time": "1771402022" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1771402057" }, "departure": { "time": "1771402057" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1771402078" }, "departure": { "time": "1771402078" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1771402110" }, "departure": { "time": "1771402110" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 }, { "arrival": { "time": "1771402207" }, "departure": { "time": "1771402207" }, "stopId": "ZOLA", "stopSequence": 15 }, { "arrival": { "time": "1771402264" }, "departure": { "time": "1771402264" }, "stopId": "BELAIR", "stopSequence": 16 }, { "arrival": { "time": "1771402324" }, "departure": { "time": "1771402324" }, "stopId": "ESPMONTR", "stopSequence": 17 }, { "arrival": { "time": "1771402393" }, "departure": { "time": "1771402393" }, "stopId": "PLATFLEU", "stopSequence": 18 }, { "arrival": { "time": "1771402456" }, "departure": { "time": "1771402456" }, "stopId": "JEHUEZ", "stopSequence": 19 }, { "arrival": { "time": "1771402507" }, "departure": { "time": "1771402507" }, "stopId": "MASTELLE", "stopSequence": 20 }, { "arrival": { "time": "1771402546" }, "departure": { "time": "1771402546" }, "stopId": "AVENEURO", "stopSequence": 21 }, { "arrival": { "time": "1771402564" }, "departure": { "time": "1771402564" }, "stopId": "DANEMA", "stopSequence": 22 }, { "arrival": { "time": "1771402620" }, "departure": { "time": "1771402620" }, "stopId": "ALLEMAGN", "stopSequence": 23 }, { "arrival": { "time": "1771402652" }, "departure": { "time": "1771402652" }, "stopId": "ITALIE", "stopSequence": 24 }, { "arrival": { "time": "1771402688" }, "departure": { "time": "1771402688" }, "stopId": "IRLANDE", "stopSequence": 25 }, { "arrival": { "time": "1771402737" }, "departure": { "time": "1771402737" }, "stopId": "AUTRICH", "stopSequence": 26 }, { "arrival": { "time": "1771402756" }, "departure": { "time": "1771402756" }, "stopId": "PLOTTIER", "stopSequence": 27 }, { "arrival": { "time": "1771402807" }, "departure": { "time": "1771402807" }, "stopId": "CCADEA", "stopSequence": 28 }, { "arrival": { "time": "1771402833" }, "departure": { "time": "1771402833" }, "stopId": "AUCHAN", "stopSequence": 29 }, { "arrival": { "time": "1771402987" }, "departure": { "time": "1771402987" }, "stopId": "AARDBUS", "stopSequence": 30 }, { "arrival": { "time": "1771403031" }, "departure": { "time": "1771403031" }, "stopId": "POIVRE", "stopSequence": 31 }, { "arrival": { "time": "1771403071" }, "departure": { "time": "1771403071" }, "stopId": "BONPLAND", "stopSequence": 32 }, { "arrival": { "time": "1771403117" }, "departure": { "time": "1771403117" }, "stopId": "LEPRE", "stopSequence": 33 }, { "arrival": { "time": "1771403167" }, "departure": { "time": "1771403167" }, "stopId": "SALET-AR", "stopSequence": 34 }, { "arrival": { "time": "1771403199" }, "departure": { "time": "1771403199" }, "stopId": "RIPOLLE", "stopSequence": 35 }, { "arrival": { "time": "1771403250" }, "departure": { "time": "1771403250" }, "stopId": "PEGARDE", "stopSequence": 36 }, { "arrival": { "time": "1771403297" }, "departure": { "time": "1771403297" }, "stopId": "CIAVRILL", "stopSequence": 37 }, { "arrival": { "time": "1771403347" }, "departure": { "time": "1771403347" }, "stopId": "MAIRAVR", "stopSequence": 38 }, { "arrival": { "time": "1771403390" }, "departure": { "time": "1771403390" }, "stopId": "MAUFINE", "stopSequence": 39 }, { "arrival": { "time": "1771403452" }, "departure": { "time": "1771403452" }, "stopId": "DELAUNE", "stopSequence": 40 }, { "arrival": { "time": "1771403491" }, "departure": { "time": "1771403491" }, "stopId": "BEURRIER", "stopSequence": 41 }, { "arrival": { "time": "1771403559" }, "departure": { "time": "1771403559" }, "stopId": "BRASSENS", "stopSequence": 42 }, { "arrival": { "time": "1771403608" }, "departure": { "time": "1771403608" }, "stopId": "RONDE", "stopSequence": 43 }, { "arrival": { "time": "1771403651" }, "departure": { "time": "1771403651" }, "stopId": "PLAMAY", "stopSequence": 44 }, { "arrival": { "time": "1771403707" }, "departure": { "time": "1771403707" }, "stopId": "KENNEDY", "stopSequence": 45 }, { "arrival": { "time": "1771403758" }, "departure": { "time": "1771403758" }, "stopId": "ECHMAN", "stopSequence": 46 }, { "arrival": { "time": "1771403836" }, "departure": { "time": "1771403836" }, "stopId": "LIZE07", "stopSequence": 47 }, { "arrival": { "time": "1771403874" }, "departure": { "time": "1771403874" }, "stopId": "GASNIER", "stopSequence": 48 }, { "arrival": { "time": "1771403931" }, "departure": { "time": "1771403931" }, "stopId": "GOURONNI", "stopSequence": 49 }, { "arrival": { "time": "1771404003" }, "departure": { "time": "1771404003" }, "stopId": "CLOUET", "stopSequence": 50 }, { "arrival": { "time": "1771404036" }, "departure": { "time": "1771404036" }, "stopId": "BICHLAZA", "stopSequence": 51 }, { "arrival": { "time": "1771404067" }, "departure": { "time": "1771404067" }, "stopId": "DESCAZEA", "stopSequence": 52 }, { "arrival": { "time": "1771404135" }, "departure": { "time": "1771404135" }, "stopId": "MONPROFI", "stopSequence": 53 }, { "arrival": { "time": "1771404154" }, "departure": { "time": "1771404154" }, "stopId": "DUMESNIL", "stopSequence": 54 }, { "arrival": { "time": "1771404193" }, "departure": { "time": "1771404193" }, "stopId": "LEQUAI", "stopSequence": 55 }, { "arrival": { "time": "1771404333" }, "departure": { "time": "1771404333" }, "stopId": "CHDARR", "stopSequence": 56 }, { "arrival": { "time": "1771404111" }, "departure": { "time": "1771404111" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 57 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 58 }, { "arrival": { "time": "1771404240" }, "departure": { "time": "1771404240" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURPOI", "stopSequence": 59 }, { "arrival": { "time": "1771404305" }, "departure": { "time": "1771404305" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBLIQ", "stopSequence": 60 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258523" } } }, { "id": "trip:6543457", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402680" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771402762" }, "departure": { "time": "1771402762" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771402848" }, "departure": { "time": "1771402848" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771403020" }, "departure": { "time": "1771403020" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771403101" }, "departure": { "time": "1771403101" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771403262" }, "departure": { "time": "1771403262" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771403360" }, "departure": { "time": "1771403360" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771403510" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543457" } } }, { "id": "trip:6258111", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400671" }, "departure": { "time": "1771400702" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771400731" }, "departure": { "time": "1771400731" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771400880" }, "departure": { "time": "1771400880" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1771400964" }, "departure": { "time": "1771400964" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771401049" }, "departure": { "time": "1771401049" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771401120" }, "departure": { "time": "1771401120" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771401243" }, "departure": { "time": "1771401243" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771401367" }, "departure": { "time": "1771401367" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771401417" }, "departure": { "time": "1771401417" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771401457" }, "departure": { "time": "1771401457" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771401540" }, "departure": { "time": "1771401540" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771401634" }, "departure": { "time": "1771401634" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771401725" }, "departure": { "time": "1771401725" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771401821" }, "departure": { "time": "1771401821" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1771401923" }, "departure": { "time": "1771401923" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1771401986" }, "departure": { "time": "1771401986" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1771402045" }, "departure": { "time": "1771402045" }, "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1771402145" }, "departure": { "time": "1771402145" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1771402192" }, "departure": { "time": "1771402192" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771402278" }, "departure": { "time": "1771402278" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771402375" }, "departure": { "time": "1771402375" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771402446" }, "departure": { "time": "1771402446" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771402502" }, "departure": { "time": "1771402502" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771402595" }, "departure": { "time": "1771402595" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771402637" }, "departure": { "time": "1771402637" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771402725" }, "departure": { "time": "1771402725" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771402854" }, "departure": { "time": "1771402854" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771402911" }, "departure": { "time": "1771402911" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771402960" }, "departure": { "time": "1771402960" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771403028" }, "departure": { "time": "1771403028" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403100" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771403164" }, "departure": { "time": "1771403164" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771403196" }, "departure": { "time": "1771403196" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771403221" }, "departure": { "time": "1771403221" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771403273" }, "departure": { "time": "1771403273" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771403321" }, "departure": { "time": "1771403321" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771403353" }, "departure": { "time": "1771403353" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771403402" }, "departure": { "time": "1771403402" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771403460" }, "departure": { "time": "1771403460" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771403547" }, "departure": { "time": "1771403547" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771403627" }, "departure": { "time": "1771403627" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771403687" }, "departure": { "time": "1771403687" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771403762" }, "departure": { "time": "1771403762" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771403799" }, "departure": { "time": "1771403799" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771403857" }, "departure": { "time": "1771403857" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771403892" }, "departure": { "time": "1771403892" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771403940" }, "departure": { "time": "1771403940" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771404022" }, "departure": { "time": "1771404022" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771404069" }, "departure": { "time": "1771404069" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771404249" }, "departure": { "time": "1771404249" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771404276" }, "departure": { "time": "1771404276" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771404327" }, "departure": { "time": "1771404327" }, "stopId": "RASPAI-E", "stopSequence": 55 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258111" } } }, { "id": "trip:3952C", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400705" }, "departure": { "time": "1771400711" }, "stopId": "EMPIRE", "stopSequence": 14 }, { "arrival": { "time": "1771400848" }, "departure": { "time": "1771400848" }, "stopId": "CHAUVE", "stopSequence": 15 }, { "arrival": { "time": "1771400910" }, "departure": { "time": "1771400910" }, "stopId": "FRESN37", "stopSequence": 16 }, { "arrival": { "time": "1771401005" }, "departure": { "time": "1771401005" }, "stopId": "CROIXVER", "stopSequence": 17 }, { "arrival": { "time": "1771401080" }, "departure": { "time": "1771401080" }, "stopId": "GAUBLOCB", "stopSequence": 18 }, { "arrival": { "time": "1771401150" }, "departure": { "time": "1771401150" }, "stopId": "CTRETRI", "stopSequence": 19 }, { "arrival": { "time": "1771401398" }, "departure": { "time": "1771401398" }, "stopId": "VAUBAN", "stopSequence": 20 }, { "arrival": { "time": "1771401570" }, "departure": { "time": "1771401570" }, "stopId": "GROSEMAR", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "39", "tripId": "3952C" } } }, { "id": "trip:6260062", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400656" }, "departure": { "time": "1771400687" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1771400731" }, "departure": { "time": "1771400731" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1771400773" }, "departure": { "time": "1771400773" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1771400868" }, "departure": { "time": "1771400868" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1771400929" }, "departure": { "time": "1771400929" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1771401006" }, "departure": { "time": "1771401006" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1771401051" }, "departure": { "time": "1771401051" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1771401107" }, "departure": { "time": "1771401107" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1771401186" }, "departure": { "time": "1771401186" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1771401263" }, "departure": { "time": "1771401263" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1771401458" }, "departure": { "time": "1771401458" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1771401554" }, "departure": { "time": "1771401554" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1771401639" }, "departure": { "time": "1771401639" }, "stopId": "CHBBEI-E", "stopSequence": 18 }, { "arrival": { "time": "1771401694" }, "departure": { "time": "1771401694" }, "stopId": "BOISRA-E", "stopSequence": 19 }, { "arrival": { "time": "1771401760" }, "departure": { "time": "1771401760" }, "stopId": "NDAMLA-E", "stopSequence": 20 }, { "arrival": { "time": "1771401823" }, "departure": { "time": "1771401823" }, "stopId": "POLYTE-E", "stopSequence": 21 }, { "arrival": { "time": "1771401879" }, "departure": { "time": "1771401879" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1771401940" }, "departure": { "time": "1771401940" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1771402025" }, "departure": { "time": "1771402025" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1771402210" }, "departure": { "time": "1771402210" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1771402263" }, "departure": { "time": "1771402263" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1771402300" }, "departure": { "time": "1771402300" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1771402327" }, "departure": { "time": "1771402327" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1771402373" }, "departure": { "time": "1771402373" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1771402412" }, "departure": { "time": "1771402412" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1771402504" }, "departure": { "time": "1771402504" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1771402531" }, "departure": { "time": "1771402531" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1771402603" }, "departure": { "time": "1771402603" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1771402660" }, "departure": { "time": "1771402660" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1771402700" }, "departure": { "time": "1771402700" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1771402782" }, "departure": { "time": "1771402782" }, "stopId": "HARENC", "stopSequence": 36 }, { "arrival": { "time": "1771402836" }, "departure": { "time": "1771402836" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1771402888" }, "departure": { "time": "1771402888" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1771402915" }, "departure": { "time": "1771402915" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1771402968" }, "departure": { "time": "1771402968" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1771403020" }, "departure": { "time": "1771403020" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1771403083" }, "departure": { "time": "1771403083" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1771403165" }, "departure": { "time": "1771403165" }, "stopId": "PETPOR-E", "stopSequence": 43 }, { "arrival": { "time": "1771403206" }, "departure": { "time": "1771403206" }, "stopId": "CHEVRI-E", "stopSequence": 44 }, { "arrival": { "time": "1771403137" }, "departure": { "time": "1771403137" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 46 }, { "arrival": { "time": "1771403168" }, "departure": { "time": "1771403168" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 47 }, { "arrival": { "time": "1771403208" }, "departure": { "time": "1771403208" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 48 }, { "arrival": { "time": "1771403253" }, "departure": { "time": "1771403253" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771403299" }, "departure": { "time": "1771403299" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771403322" }, "departure": { "time": "1771403322" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 51 }, { "arrival": { "time": "1771403369" }, "departure": { "time": "1771403369" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1771403520" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260062" } } }, { "id": "trip:6258568", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400651" }, "departure": { "time": "1771400673" }, "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1771400702" }, "departure": { "time": "1771400718" }, "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1771400747" }, "departure": { "time": "1771400747" }, "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1771400848" }, "departure": { "time": "1771400848" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1771400899" }, "departure": { "time": "1771400899" }, "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1771401024" }, "departure": { "time": "1771401024" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771401130" }, "departure": { "time": "1771401130" }, "stopId": "LICES", "stopSequence": 24 }, { "arrival": { "time": "1771401200" }, "departure": { "time": "1771401200" }, "stopId": "CCI-E", "stopSequence": 25 }, { "arrival": { "time": "1771401244" }, "departure": { "time": "1771401244" }, "stopId": "CHDARR-E", "stopSequence": 26 }, { "arrival": { "time": "1771401359" }, "departure": { "time": "1771401359" }, "stopId": "LEQUAI-E", "stopSequence": 27 }, { "arrival": { "time": "1771401399" }, "departure": { "time": "1771401399" }, "stopId": "DUMESN-E", "stopSequence": 28 }, { "arrival": { "time": "1771401414" }, "departure": { "time": "1771401414" }, "stopId": "MONPR-E", "stopSequence": 29 }, { "arrival": { "time": "1771401189" }, "departure": { "time": "1771401189" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1771401240" }, "departure": { "time": "1771401240" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1771401308" }, "departure": { "time": "1771401308" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1771401396" }, "departure": { "time": "1771401396" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 }, { "arrival": { "time": "1771401480" }, "departure": { "time": "1771401480" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 34 }, { "arrival": { "time": "1771401540" }, "departure": { "time": "1771401540" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1771401468" }, "departure": { "time": "1771401468" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1771401526" }, "departure": { "time": "1771401526" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1771401527" }, "departure": { "time": "1771401527" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1771401559" }, "departure": { "time": "1771401559" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1771401624" }, "departure": { "time": "1771401624" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1771401676" }, "departure": { "time": "1771401676" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1771401714" }, "departure": { "time": "1771401714" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1771401788" }, "departure": { "time": "1771401788" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1771401832" }, "departure": { "time": "1771401832" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1771401920" }, "departure": { "time": "1771401920" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1771401972" }, "departure": { "time": "1771401972" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1771402035" }, "departure": { "time": "1771402035" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1771402086" }, "departure": { "time": "1771402086" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1771402139" }, "departure": { "time": "1771402139" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1771402183" }, "departure": { "time": "1771402183" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771402233" }, "departure": { "time": "1771402233" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1771402278" }, "departure": { "time": "1771402278" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1771402319" }, "departure": { "time": "1771402319" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1771402381" }, "departure": { "time": "1771402381" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1771402413" }, "departure": { "time": "1771402413" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1771402479" }, "departure": { "time": "1771402479" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1771402556" }, "departure": { "time": "1771402556" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1771402591" }, "departure": { "time": "1771402591" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1771402653" }, "departure": { "time": "1771402653" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1771402789" }, "departure": { "time": "1771402789" }, "stopId": "AUCHAN-E", "stopSequence": 60 }, { "arrival": { "time": "1771402833" }, "departure": { "time": "1771402833" }, "stopId": "CCADEA-E", "stopSequence": 61 }, { "arrival": { "time": "1771402863" }, "departure": { "time": "1771402863" }, "stopId": "PLOTTI-E", "stopSequence": 62 }, { "arrival": { "time": "1771402882" }, "departure": { "time": "1771402882" }, "stopId": "AUTRIC-E", "stopSequence": 63 }, { "arrival": { "time": "1771402924" }, "departure": { "time": "1771402924" }, "stopId": "IRLAND-E", "stopSequence": 64 }, { "arrival": { "time": "1771402953" }, "departure": { "time": "1771402953" }, "stopId": "ITALIE-E", "stopSequence": 65 }, { "arrival": { "time": "1771403000" }, "departure": { "time": "1771403000" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1771403018" }, "departure": { "time": "1771403018" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1771403044" }, "departure": { "time": "1771403044" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1771403073" }, "departure": { "time": "1771403073" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1771403117" }, "departure": { "time": "1771403117" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1771403161" }, "departure": { "time": "1771403161" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1771403223" }, "departure": { "time": "1771403223" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1771403273" }, "departure": { "time": "1771403273" }, "stopId": "BELAIR-E", "stopSequence": 73 }, { "arrival": { "time": "1771403313" }, "departure": { "time": "1771403313" }, "stopId": "ZOLA-E", "stopSequence": 74 }, { "arrival": { "time": "1771403379" }, "departure": { "time": "1771403379" }, "stopId": "ANAFRA-E", "stopSequence": 75 }, { "arrival": { "time": "1771403460" }, "departure": { "time": "1771403460" }, "stopId": "PISCMU-E", "stopSequence": 76 }, { "arrival": { "time": "1771403741" }, "departure": { "time": "1771403741" }, "stopId": "DOMVATER", "stopSequence": 77 }, { "arrival": { "time": "1771403555" }, "departure": { "time": "1771403555" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 78 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 79 }, { "arrival": { "time": "1771403607" }, "departure": { "time": "1771403607" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 80 }, { "arrival": { "time": "1771403644" }, "departure": { "time": "1771403644" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 81 }, { "arrival": { "time": "1771403787" }, "departure": { "time": "1771403787" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 82 }, { "arrival": { "time": "1771403820" }, "departure": { "time": "1771403820" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 83 }, { "arrival": { "time": "1771403741" }, "departure": { "time": "1771403741" }, "stopId": "RECLAI-E", "stopSequence": 84 }, { "arrival": { "time": "1771403780" }, "departure": { "time": "1771403780" }, "stopId": "RENOIR-E", "stopSequence": 85 }, { "arrival": { "time": "1771403810" }, "departure": { "time": "1771403810" }, "stopId": "CAMPJU-E", "stopSequence": 86 }, { "arrival": { "time": "1771403845" }, "departure": { "time": "1771403845" }, "stopId": "JUIGN-E", "stopSequence": 87 }, { "arrival": { "time": "1771403934" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258568" } } }, { "id": "trip:6257745", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401780" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771401906" }, "departure": { "time": "1771401906" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771401992" }, "departure": { "time": "1771401992" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771402080" }, "departure": { "time": "1771402080" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771402114" }, "departure": { "time": "1771402114" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771402160" }, "departure": { "time": "1771402160" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771402219" }, "departure": { "time": "1771402219" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771402257" }, "departure": { "time": "1771402257" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771402320" }, "departure": { "time": "1771402320" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771402369" }, "departure": { "time": "1771402369" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771402410" }, "departure": { "time": "1771402410" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771402438" }, "departure": { "time": "1771402438" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771402522" }, "departure": { "time": "1771402522" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771402560" }, "departure": { "time": "1771402560" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771402748" }, "departure": { "time": "1771402748" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402980" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771403067" }, "departure": { "time": "1771403067" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771403109" }, "departure": { "time": "1771403109" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771403220" }, "departure": { "time": "1771403220" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771403307" }, "departure": { "time": "1771403307" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771403364" }, "departure": { "time": "1771403364" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771403400" }, "departure": { "time": "1771403400" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771403700" }, "departure": { "time": "1771403700" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771403794" }, "departure": { "time": "1771403794" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771403831" }, "departure": { "time": "1771403831" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771403889" }, "departure": { "time": "1771403889" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771403925" }, "departure": { "time": "1771403925" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771403960" }, "departure": { "time": "1771403960" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771404004" }, "departure": { "time": "1771404004" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771404060" }, "departure": { "time": "1771404060" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771404089" }, "departure": { "time": "1771404089" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771404155" }, "departure": { "time": "1771404155" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771404188" }, "departure": { "time": "1771404188" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771404240" }, "departure": { "time": "1771404240" }, "stopId": "CCMOLI-E", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257745" } } }, { "id": "trip:6257425", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400677" }, "departure": { "time": "1771400677" }, "stopId": "CAMELI-E", "stopSequence": 10 }, { "arrival": { "time": "1771400752" }, "departure": { "time": "1771400752" }, "stopId": "MONTREJO", "stopSequence": 11 }, { "arrival": { "time": "1771400766" }, "departure": { "time": "1771400766" }, "stopId": "COUPERIN", "stopSequence": 12 }, { "arrival": { "time": "1771400947" }, "departure": { "time": "1771400947" }, "stopId": "MONTAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771401006" }, "departure": { "time": "1771401006" }, "stopId": "LAREVELL", "stopSequence": 14 }, { "arrival": { "time": "1771401100" }, "departure": { "time": "1771401100" }, "stopId": "MAISARTS", "stopSequence": 15 }, { "arrival": { "time": "1771401170" }, "departure": { "time": "1771401170" }, "stopId": "CLEMOINE", "stopSequence": 16 }, { "arrival": { "time": "1771401259" }, "departure": { "time": "1771401259" }, "stopId": "MAIL-NAE", "stopSequence": 17 }, { "arrival": { "time": "1771401306" }, "stopId": "LORRAIN2", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "11", "tripId": "6257425" } } }, { "id": "trip:6053956", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403160" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771403245" }, "departure": { "time": "1771403245" }, "stopId": "CLEMOI-E", "stopSequence": 1 }, { "arrival": { "time": "1771403522" }, "departure": { "time": "1771403522" }, "stopId": "BRISEP-E", "stopSequence": 2 }, { "arrival": { "time": "1771403640" }, "departure": { "time": "1771403640" }, "stopId": "CHATEN-E", "stopSequence": 3 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "SEPSON-E", "stopSequence": 4 }, { "arrival": { "time": "1771403845" }, "departure": { "time": "1771403845" }, "stopId": "RTEPAR-E", "stopSequence": 5 }, { "arrival": { "time": "1771403906" }, "departure": { "time": "1771403906" }, "stopId": "PROVIN-E", "stopSequence": 6 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "stopId": "PARCEX-E", "stopSequence": 7 }, { "arrival": { "time": "1771404267" }, "departure": { "time": "1771404267" }, "stopId": "CARREA-E", "stopSequence": 8 }, { "arrival": { "time": "1771404300" }, "departure": { "time": "1771404300" }, "stopId": "MILLAR-E", "stopSequence": 9 }, { "arrival": { "time": "1771404334" }, "departure": { "time": "1771404334" }, "stopId": "BASMOR-E", "stopSequence": 10 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053956" } } }, { "id": "trip:6544011", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400745" }, "departure": { "time": "1771400745" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544011" } } }, { "id": "trip:6257990", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771400820" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771400856" }, "departure": { "time": "1771400856" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771400889" }, "departure": { "time": "1771400889" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771400948" }, "departure": { "time": "1771400948" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771400979" }, "departure": { "time": "1771400979" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771401039" }, "departure": { "time": "1771401039" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771401082" }, "departure": { "time": "1771401082" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771401120" }, "departure": { "time": "1771401120" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771401171" }, "departure": { "time": "1771401171" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771401205" }, "departure": { "time": "1771401205" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771401238" }, "departure": { "time": "1771401238" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771401270" }, "departure": { "time": "1771401270" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771401361" }, "departure": { "time": "1771401361" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771401397" }, "departure": { "time": "1771401397" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771401441" }, "departure": { "time": "1771401441" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771401470" }, "departure": { "time": "1771401470" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771401504" }, "departure": { "time": "1771401504" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771401540" }, "departure": { "time": "1771401540" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771401655" }, "departure": { "time": "1771401655" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771401705" }, "departure": { "time": "1771401705" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771401780" }, "departure": { "time": "1771401780" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771401830" }, "departure": { "time": "1771401830" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771401891" }, "departure": { "time": "1771401891" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771401957" }, "departure": { "time": "1771401957" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771402020" }, "departure": { "time": "1771402020" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771402095" }, "departure": { "time": "1771402095" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771402203" }, "departure": { "time": "1771402203" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771402299" }, "departure": { "time": "1771402299" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771402368" }, "departure": { "time": "1771402368" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771402406" }, "departure": { "time": "1771402406" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771402380" }, "departure": { "time": "1771402380" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771402482" }, "departure": { "time": "1771402482" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771402552" }, "departure": { "time": "1771402552" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771402620" }, "departure": { "time": "1771402620" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771402586" }, "departure": { "time": "1771402586" }, "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771402632" }, "departure": { "time": "1771402632" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771402682" }, "departure": { "time": "1771402682" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771402773" }, "departure": { "time": "1771402773" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771402818" }, "departure": { "time": "1771402818" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771402940" }, "departure": { "time": "1771402940" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771403011" }, "departure": { "time": "1771403011" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771403061" }, "departure": { "time": "1771403400" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771403453" }, "departure": { "time": "1771403453" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771403540" }, "departure": { "time": "1771403540" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771403653" }, "departure": { "time": "1771403653" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771403676" }, "departure": { "time": "1771403676" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771403755" }, "departure": { "time": "1771403755" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771403822" }, "departure": { "time": "1771403822" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771403865" }, "departure": { "time": "1771403865" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771403911" }, "departure": { "time": "1771403911" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771404058" }, "departure": { "time": "1771404058" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771404112" }, "departure": { "time": "1771404112" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771404182" }, "departure": { "time": "1771404182" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771404244" }, "departure": { "time": "1771404244" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771404304" }, "departure": { "time": "1771404304" }, "stopId": "AUBEPI-E", "stopSequence": 57 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257990" } } }, { "id": "trip:6541238", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400682" }, "departure": { "time": "1771400712" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771400820" }, "departure": { "time": "1771400820" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771400940" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541238" } } }, { "id": "trip:6052659", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400683" }, "departure": { "time": "1771400736" }, "stopId": "LEQUAI-E", "stopSequence": 4 }, { "arrival": { "time": "1771400745" }, "departure": { "time": "1771400745" }, "stopId": "DUMESN-E", "stopSequence": 5 }, { "arrival": { "time": "1771400692" }, "departure": { "time": "1771400692" }, "scheduleRelationship": "SKIPPED", "stopId": "LEQUAI-E", "stopSequence": 6 }, { "arrival": { "time": "1771400760" }, "departure": { "time": "1771400760" }, "stopId": "MONPR-E", "stopSequence": 7 }, { "arrival": { "time": "1771400818" }, "departure": { "time": "1771400818" }, "stopId": "DESCAZ-E", "stopSequence": 8 }, { "arrival": { "time": "1771400889" }, "departure": { "time": "1771400889" }, "stopId": "BICHBI-E", "stopSequence": 9 }, { "arrival": { "time": "1771400924" }, "departure": { "time": "1771400924" }, "stopId": "STTHER-E", "stopSequence": 10 }, { "arrival": { "time": "1771401003" }, "departure": { "time": "1771401003" }, "stopId": "BARRA-E", "stopSequence": 11 }, { "arrival": { "time": "1771401060" }, "departure": { "time": "1771401060" }, "stopId": "BLERIO-E", "stopSequence": 12 }, { "arrival": { "time": "1771401162" }, "departure": { "time": "1771401162" }, "stopId": "LECUIT-E", "stopSequence": 13 }, { "arrival": { "time": "1771401241" }, "departure": { "time": "1771401241" }, "stopId": "AURIOL-E", "stopSequence": 14 }, { "arrival": { "time": "1771401260" }, "departure": { "time": "1771401260" }, "stopId": "AQUAVITA", "stopSequence": 15 }, { "arrival": { "time": "1771402737" }, "departure": { "time": "1771402737" }, "stopId": "PLOTTI-E", "stopSequence": 16 }, { "arrival": { "time": "1771402768" }, "departure": { "time": "1771402768" }, "stopId": "AUTRIC-E", "stopSequence": 17 }, { "arrival": { "time": "1771402837" }, "departure": { "time": "1771402837" }, "stopId": "IRLAND-E", "stopSequence": 18 }, { "arrival": { "time": "1771402885" }, "departure": { "time": "1771402885" }, "stopId": "ITALIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771402933" }, "departure": { "time": "1771402933" }, "stopId": "ALLEMAGN", "stopSequence": 20 }, { "arrival": { "time": "1771402962" }, "departure": { "time": "1771402962" }, "stopId": "ALLEMA-E", "stopSequence": 21 }, { "arrival": { "time": "1771402991" }, "departure": { "time": "1771402991" }, "stopId": "DANEMA-E", "stopSequence": 22 }, { "arrival": { "time": "1771403034" }, "departure": { "time": "1771403034" }, "stopId": "AVENEU-E", "stopSequence": 23 }, { "arrival": { "time": "1771403081" }, "departure": { "time": "1771403081" }, "stopId": "MASTEL-E", "stopSequence": 24 }, { "arrival": { "time": "1771401620" }, "departure": { "time": "1771401620" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOI-E", "stopSequence": 25 }, { "arrival": { "time": "1771403129" }, "departure": { "time": "1771403129" }, "stopId": "JEHUEZ-E", "stopSequence": 26 }, { "arrival": { "time": "1771403173" }, "departure": { "time": "1771403173" }, "stopId": "PLATEF-E", "stopSequence": 27 }, { "arrival": { "time": "1771403235" }, "departure": { "time": "1771403235" }, "stopId": "ESPMON-E", "stopSequence": 28 }, { "arrival": { "time": "1771403285" }, "departure": { "time": "1771403285" }, "stopId": "BELAIR-E", "stopSequence": 29 }, { "arrival": { "time": "1771403325" }, "departure": { "time": "1771403325" }, "stopId": "ZOLA-E", "stopSequence": 30 }, { "arrival": { "time": "1771403381" }, "departure": { "time": "1771403381" }, "stopId": "ANAFRA-E", "stopSequence": 31 }, { "arrival": { "time": "1771403435" }, "departure": { "time": "1771403435" }, "stopId": "PISCMU-E", "stopSequence": 32 }, { "arrival": { "time": "1771403485" }, "departure": { "time": "1771403485" }, "stopId": "CAMPJU-E", "stopSequence": 33 }, { "arrival": { "time": "1771403538" }, "departure": { "time": "1771403538" }, "stopId": "LAEN-E", "stopSequence": 34 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "BECK-E", "stopSequence": 35 }, { "arrival": { "time": "1771403617" }, "stopId": "DOMVATER", "stopSequence": 36 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052659" } } }, { "id": "trip:6257534", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400819" }, "departure": { "time": "1771400819" }, "stopId": "MENDESFR", "stopSequence": 15 }, { "arrival": { "time": "1771401007" }, "departure": { "time": "1771401007" }, "stopId": "FO-LOR-R", "stopSequence": 16 }, { "arrival": { "time": "1771401072" }, "departure": { "time": "1771401072" }, "stopId": "STAUBI-E", "stopSequence": 17 }, { "arrival": { "time": "1771401114" }, "departure": { "time": "1771401114" }, "stopId": "HARAS-E", "stopSequence": 18 }, { "arrival": { "time": "1771401253" }, "departure": { "time": "1771401253" }, "stopId": "LESGAR-E", "stopSequence": 19 }, { "arrival": { "time": "1771401378" }, "departure": { "time": "1771401378" }, "stopId": "SEMARD-E", "stopSequence": 20 }, { "arrival": { "time": "1771401443" }, "departure": { "time": "1771401443" }, "stopId": "PONTNO-E", "stopSequence": 21 }, { "arrival": { "time": "1771401473" }, "departure": { "time": "1771401473" }, "stopId": "POIREL-E", "stopSequence": 22 }, { "arrival": { "time": "1771401514" }, "departure": { "time": "1771401514" }, "stopId": "VAUBAN-E", "stopSequence": 23 }, { "arrival": { "time": "1771401593" }, "departure": { "time": "1771401593" }, "stopId": "CHANZY-E", "stopSequence": 24 }, { "arrival": { "time": "1771401653" }, "departure": { "time": "1771401653" }, "stopId": "LAFAYE-E", "stopSequence": 25 }, { "arrival": { "time": "1771401739" }, "departure": { "time": "1771401739" }, "stopId": "MIRABE-E", "stopSequence": 26 }, { "arrival": { "time": "1771401794" }, "departure": { "time": "1771401794" }, "stopId": "CESARG-E", "stopSequence": 27 }, { "arrival": { "time": "1771401833" }, "departure": { "time": "1771401833" }, "stopId": "BLANDE-E", "stopSequence": 28 }, { "arrival": { "time": "1771401889" }, "departure": { "time": "1771401889" }, "stopId": "MUTUAL-E", "stopSequence": 29 }, { "arrival": { "time": "1771401961" }, "departure": { "time": "1771401961" }, "stopId": "VILLES-E", "stopSequence": 30 }, { "arrival": { "time": "1771402010" }, "departure": { "time": "1771402010" }, "stopId": "VIVIER-E", "stopSequence": 31 }, { "arrival": { "time": "1771402073" }, "departure": { "time": "1771402073" }, "stopId": "MARIAN-E", "stopSequence": 32 }, { "arrival": { "time": "1771402124" }, "departure": { "time": "1771402124" }, "stopId": "LINOVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771402163" }, "departure": { "time": "1771402163" }, "stopId": "DANGEL-E", "stopSequence": 34 }, { "arrival": { "time": "1771402223" }, "departure": { "time": "1771402223" }, "stopId": "ATHLET-E", "stopSequence": 35 }, { "arrival": { "time": "1771402267" }, "departure": { "time": "1771402267" }, "stopId": "DIONNE-E", "stopSequence": 36 }, { "arrival": { "time": "1771402313" }, "departure": { "time": "1771402313" }, "stopId": "GENDRO-E", "stopSequence": 37 }, { "arrival": { "time": "1771402357" }, "departure": { "time": "1771402357" }, "stopId": "CHESNA-E", "stopSequence": 38 }, { "arrival": { "time": "1771402405" }, "departure": { "time": "1771402405" }, "stopId": "GIRAD-E", "stopSequence": 39 }, { "arrival": { "time": "1771402500" }, "departure": { "time": "1771402500" }, "stopId": "FRANVILL", "stopSequence": 40 }, { "arrival": { "time": "1771402553" }, "departure": { "time": "1771402553" }, "stopId": "GGESSAND", "stopSequence": 41 }, { "arrival": { "time": "1771402601" }, "departure": { "time": "1771402601" }, "stopId": "MACURIE", "stopSequence": 42 }, { "arrival": { "time": "1771402645" }, "departure": { "time": "1771402645" }, "stopId": "JEROSTAN", "stopSequence": 43 }, { "arrival": { "time": "1771402690" }, "departure": { "time": "1771402690" }, "stopId": "RONCIERE", "stopSequence": 44 }, { "arrival": { "time": "1771402733" }, "departure": { "time": "1771402733" }, "stopId": "GUILLE-E", "stopSequence": 45 }, { "arrival": { "time": "1771402798" }, "departure": { "time": "1771402798" }, "stopId": "BAUDRA-E", "stopSequence": 46 }, { "arrival": { "time": "1771402913" }, "stopId": "MOULINMA", "stopSequence": 47 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257534" } } }, { "id": "trip:4252", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400940" }, "departure": { "time": "1771400940" }, "stopId": "GROESPLA", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "42", "tripId": "4252" } } }, { "id": "trip:6258645", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402260" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771402334" }, "departure": { "time": "1771402334" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771402369" }, "departure": { "time": "1771402369" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771402500" }, "departure": { "time": "1771402500" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771402580" }, "departure": { "time": "1771402580" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771402631" }, "departure": { "time": "1771402631" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771402674" }, "departure": { "time": "1771402674" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771402729" }, "departure": { "time": "1771402729" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771402800" }, "departure": { "time": "1771402800" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771402849" }, "departure": { "time": "1771402849" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771402890" }, "departure": { "time": "1771402890" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771402974" }, "departure": { "time": "1771402974" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771403060" }, "departure": { "time": "1771403060" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403100" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771403137" }, "departure": { "time": "1771403137" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771403218" }, "departure": { "time": "1771403218" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771403290" }, "departure": { "time": "1771403290" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771403367" }, "departure": { "time": "1771403367" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771403410" }, "departure": { "time": "1771403410" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771403472" }, "departure": { "time": "1771403472" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771403505" }, "departure": { "time": "1771403505" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771403573" }, "departure": { "time": "1771403573" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771403640" }, "departure": { "time": "1771403640" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771403718" }, "departure": { "time": "1771403718" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771403781" }, "departure": { "time": "1771403781" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771403843" }, "departure": { "time": "1771403843" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771403886" }, "departure": { "time": "1771403886" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771403922" }, "departure": { "time": "1771403922" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771404080" }, "departure": { "time": "1771404080" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771404150" }, "departure": { "time": "1771404150" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771404195" }, "departure": { "time": "1771404195" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771404240" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258645" } } }, { "id": "trip:6543502", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401510" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771401630" }, "departure": { "time": "1771401630" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771401721" }, "departure": { "time": "1771401721" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771401874" }, "departure": { "time": "1771401874" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771401950" }, "departure": { "time": "1771401950" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771402108" }, "departure": { "time": "1771402108" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771402187" }, "departure": { "time": "1771402187" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771402260" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6543502" } } }, { "id": "trip:6257674", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401960" }, "stopId": "TRELGARE", "stopSequence": 0 }, { "arrival": { "time": "1771402003" }, "departure": { "time": "1771402003" }, "stopId": "MALEMBAR", "stopSequence": 1 }, { "arrival": { "time": "1771402056" }, "departure": { "time": "1771402056" }, "stopId": "DEGAULLE", "stopSequence": 2 }, { "arrival": { "time": "1771402098" }, "departure": { "time": "1771402098" }, "stopId": "BAHONNEA", "stopSequence": 3 }, { "arrival": { "time": "1771402200" }, "departure": { "time": "1771402200" }, "stopId": "SLEZIND", "stopSequence": 4 }, { "arrival": { "time": "1771402262" }, "departure": { "time": "1771402262" }, "stopId": "GENTRIC", "stopSequence": 5 }, { "arrival": { "time": "1771402333" }, "departure": { "time": "1771402333" }, "stopId": "DAUTEL", "stopSequence": 6 }, { "arrival": { "time": "1771402353" }, "departure": { "time": "1771402353" }, "stopId": "BUISSON", "stopSequence": 7 }, { "arrival": { "time": "1771402394" }, "departure": { "time": "1771402394" }, "stopId": "PYRAM02", "stopSequence": 8 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "MORLONG", "stopSequence": 9 }, { "arrival": { "time": "1771402467" }, "departure": { "time": "1771402467" }, "stopId": "BOURSE", "stopSequence": 10 }, { "arrival": { "time": "1771402504" }, "departure": { "time": "1771402504" }, "stopId": "RIOTTEAU", "stopSequence": 11 }, { "arrival": { "time": "1771402535" }, "departure": { "time": "1771402535" }, "stopId": "ALLUMETT", "stopSequence": 12 }, { "arrival": { "time": "1771402576" }, "departure": { "time": "1771402576" }, "stopId": "DAGUERRE", "stopSequence": 13 }, { "arrival": { "time": "1771402615" }, "departure": { "time": "1771402615" }, "stopId": "LEOLAGRA", "stopSequence": 14 }, { "arrival": { "time": "1771402662" }, "departure": { "time": "1771402662" }, "stopId": "VDLOIRE", "stopSequence": 15 }, { "arrival": { "time": "1771402755" }, "departure": { "time": "1771402755" }, "stopId": "ECLATERI", "stopSequence": 16 }, { "arrival": { "time": "1771402680" }, "departure": { "time": "1771402680" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 17 }, { "arrival": { "time": "1771402744" }, "departure": { "time": "1771402744" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 18 }, { "arrival": { "time": "1771402834" }, "departure": { "time": "1771402834" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 19 }, { "arrival": { "time": "1771402917" }, "departure": { "time": "1771402917" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS", "stopSequence": 20 }, { "arrival": { "time": "1771402867" }, "departure": { "time": "1771402867" }, "stopId": "JUSTICES", "stopSequence": 21 }, { "arrival": { "time": "1771402910" }, "departure": { "time": "1771402910" }, "stopId": "DELACROI", "stopSequence": 22 }, { "arrival": { "time": "1771402989" }, "departure": { "time": "1771402989" }, "stopId": "SAUMUROI", "stopSequence": 23 }, { "arrival": { "time": "1771403086" }, "departure": { "time": "1771403086" }, "stopId": "INTERMIL", "stopSequence": 24 }, { "arrival": { "time": "1771403157" }, "departure": { "time": "1771403157" }, "stopId": "HAUTPRES", "stopSequence": 25 }, { "arrival": { "time": "1771403213" }, "departure": { "time": "1771403213" }, "stopId": "DELATTRE", "stopSequence": 26 }, { "arrival": { "time": "1771403272" }, "departure": { "time": "1771403272" }, "stopId": "MORELLIE", "stopSequence": 27 }, { "arrival": { "time": "1771403313" }, "departure": { "time": "1771403313" }, "stopId": "LORETTE", "stopSequence": 28 }, { "arrival": { "time": "1771403483" }, "departure": { "time": "1771403483" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUVAL", "stopSequence": 30 }, { "arrival": { "time": "1771403536" }, "departure": { "time": "1771403536" }, "scheduleRelationship": "SKIPPED", "stopId": "LETANDUE", "stopSequence": 31 }, { "arrival": { "time": "1771403630" }, "departure": { "time": "1771403630" }, "stopId": "STRASBOU", "stopSequence": 32 }, { "arrival": { "time": "1771403693" }, "departure": { "time": "1771403693" }, "stopId": "FREMUR", "stopSequence": 33 }, { "arrival": { "time": "1771403746" }, "departure": { "time": "1771403746" }, "stopId": "VAUBAN", "stopSequence": 34 }, { "arrival": { "time": "1771403782" }, "departure": { "time": "1771403782" }, "stopId": "POIREL", "stopSequence": 35 }, { "arrival": { "time": "1771403847" }, "departure": { "time": "1771403847" }, "stopId": "PONTNOIR", "stopSequence": 36 }, { "arrival": { "time": "1771403889" }, "departure": { "time": "1771403889" }, "stopId": "SEMARD", "stopSequence": 37 }, { "arrival": { "time": "1771403928" }, "departure": { "time": "1771403928" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771404187" }, "departure": { "time": "1771404187" }, "stopId": "HARAS", "stopSequence": 39 }, { "arrival": { "time": "1771404262" }, "departure": { "time": "1771404262" }, "stopId": "STAUBIN", "stopSequence": 40 }, { "arrival": { "time": "1771404352" }, "departure": { "time": "1771404420" }, "stopId": "LORRAIN1", "stopSequence": 41 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257674" } } }, { "id": "trip:6543458", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403340" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771403422" }, "departure": { "time": "1771403422" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771403508" }, "departure": { "time": "1771403508" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771403680" }, "departure": { "time": "1771403680" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771403757" }, "departure": { "time": "1771403757" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771403909" }, "departure": { "time": "1771403909" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771404150" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543458" } } }, { "id": "trip:6053023", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400684" }, "departure": { "time": "1771400730" }, "stopId": "SSYMAIRI", "stopSequence": 6 }, { "arrival": { "time": "1771400792" }, "departure": { "time": "1771400792" }, "stopId": "UNION", "stopSequence": 7 }, { "arrival": { "time": "1771400843" }, "departure": { "time": "1771400843" }, "stopId": "CHABLANC", "stopSequence": 8 }, { "arrival": { "time": "1771400894" }, "departure": { "time": "1771400894" }, "stopId": "BASMORTI", "stopSequence": 9 }, { "arrival": { "time": "1771400950" }, "departure": { "time": "1771400950" }, "stopId": "MILLARDI", "stopSequence": 10 }, { "arrival": { "time": "1771400965" }, "departure": { "time": "1771400965" }, "stopId": "CARREAUX", "stopSequence": 11 }, { "arrival": { "time": "1771401190" }, "departure": { "time": "1771401190" }, "stopId": "PARCEXPO", "stopSequence": 12 }, { "arrival": { "time": "1771401278" }, "departure": { "time": "1771401278" }, "stopId": "PROVINS", "stopSequence": 13 }, { "arrival": { "time": "1771401345" }, "departure": { "time": "1771401345" }, "stopId": "RTEPARIS", "stopSequence": 14 }, { "arrival": { "time": "1771401422" }, "departure": { "time": "1771401422" }, "stopId": "SEPSONET", "stopSequence": 15 }, { "arrival": { "time": "1771401538" }, "departure": { "time": "1771401538" }, "stopId": "CHATENAY", "stopSequence": 16 }, { "arrival": { "time": "1771401651" }, "departure": { "time": "1771401651" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1771401919" }, "departure": { "time": "1771401919" }, "stopId": "CLEMOINE", "stopSequence": 18 }, { "arrival": { "time": "1771402022" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053023" } } }, { "id": "trip:3460", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400770" }, "departure": { "time": "1771400770" }, "stopId": "QUAIsubW", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "34", "tripId": "3460" } } }, { "id": "trip:6258250", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400687" }, "departure": { "time": "1771400687" }, "stopId": "MLYAUT-E", "stopSequence": 41 }, { "arrival": { "time": "1771400723" }, "departure": { "time": "1771400731" }, "stopId": "BRASSE-E", "stopSequence": 42 }, { "arrival": { "time": "1771400765" }, "departure": { "time": "1771400765" }, "stopId": "BEURRI-E", "stopSequence": 43 }, { "arrival": { "time": "1771400814" }, "departure": { "time": "1771400814" }, "stopId": "DELAUN-E", "stopSequence": 44 }, { "arrival": { "time": "1771400865" }, "departure": { "time": "1771400865" }, "stopId": "MAUFIN-E", "stopSequence": 45 }, { "arrival": { "time": "1771400913" }, "departure": { "time": "1771400913" }, "stopId": "MAIRAV-E", "stopSequence": 46 }, { "arrival": { "time": "1771400948" }, "departure": { "time": "1771400948" }, "stopId": "TERNIE-E", "stopSequence": 47 }, { "arrival": { "time": "1771400980" }, "departure": { "time": "1771400980" }, "stopId": "BALAND-E", "stopSequence": 48 }, { "arrival": { "time": "1771401022" }, "departure": { "time": "1771401022" }, "stopId": "PIECE-E", "stopSequence": 49 }, { "arrival": { "time": "1771401077" }, "departure": { "time": "1771401077" }, "stopId": "LA-BOI-E", "stopSequence": 50 }, { "arrival": { "time": "1771401121" }, "departure": { "time": "1771401121" }, "stopId": "SCHWAL-E", "stopSequence": 51 }, { "arrival": { "time": "1771401153" }, "stopId": "ADEZIERE", "stopSequence": 52 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258250" } } }, { "id": "trip:6260121", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401720" }, "scheduleRelationship": "SKIPPED", "stopId": "HOPITAL", "stopSequence": 1 }, { "arrival": { "time": "1771401725" }, "departure": { "time": "1771401725" }, "stopId": "HRECULEE", "stopSequence": 2 }, { "arrival": { "time": "1771401776" }, "departure": { "time": "1771401776" }, "stopId": "FMEDECIN", "stopSequence": 3 }, { "arrival": { "time": "1771401861" }, "departure": { "time": "1771401861" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1771401910" }, "departure": { "time": "1771401910" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1771401967" }, "departure": { "time": "1771401967" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1771402038" }, "departure": { "time": "1771402038" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1771402093" }, "departure": { "time": "1771402093" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1771402176" }, "departure": { "time": "1771402176" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1771402234" }, "departure": { "time": "1771402234" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1771402307" }, "departure": { "time": "1771402307" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1771402350" }, "departure": { "time": "1771402350" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1771402403" }, "departure": { "time": "1771402403" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1771402479" }, "departure": { "time": "1771402479" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1771402559" }, "departure": { "time": "1771402559" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1771402754" }, "departure": { "time": "1771402754" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1771402863" }, "departure": { "time": "1771402863" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1771402945" }, "departure": { "time": "1771402945" }, "stopId": "CHBBEI-E", "stopSequence": 18 }, { "arrival": { "time": "1771403000" }, "departure": { "time": "1771403000" }, "stopId": "BOISRA-E", "stopSequence": 19 }, { "arrival": { "time": "1771403066" }, "departure": { "time": "1771403066" }, "stopId": "NDAMLA-E", "stopSequence": 20 }, { "arrival": { "time": "1771403129" }, "departure": { "time": "1771403129" }, "stopId": "POLYTE-E", "stopSequence": 21 }, { "arrival": { "time": "1771403185" }, "departure": { "time": "1771403185" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1771403245" }, "departure": { "time": "1771403245" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1771403330" }, "departure": { "time": "1771403330" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1771403515" }, "departure": { "time": "1771403515" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1771403568" }, "departure": { "time": "1771403568" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1771403605" }, "departure": { "time": "1771403605" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1771403632" }, "departure": { "time": "1771403632" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1771403678" }, "departure": { "time": "1771403678" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1771403717" }, "departure": { "time": "1771403717" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1771403809" }, "departure": { "time": "1771403809" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1771403836" }, "departure": { "time": "1771403836" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1771403908" }, "departure": { "time": "1771403908" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1771403965" }, "departure": { "time": "1771403965" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1771404005" }, "departure": { "time": "1771404005" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1771404084" }, "departure": { "time": "1771404084" }, "stopId": "HARENC", "stopSequence": 36 }, { "arrival": { "time": "1771404142" }, "departure": { "time": "1771404142" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1771404194" }, "departure": { "time": "1771404194" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1771404221" }, "departure": { "time": "1771404221" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1771404274" }, "departure": { "time": "1771404274" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1771404326" }, "departure": { "time": "1771404326" }, "stopId": "ARTAUD-E", "stopSequence": 41 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260121" } } }, { "id": "trip:6544431", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400691" }, "departure": { "time": "1771400736" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771400802" }, "departure": { "time": "1771400802" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771400880" }, "departure": { "time": "1771400880" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771400942" }, "departure": { "time": "1771400942" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771401015" }, "departure": { "time": "1771401015" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771401070" }, "departure": { "time": "1771401070" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771401240" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544431" } } }, { "id": "trip:6260117", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771400940" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771400980" }, "departure": { "time": "1771400980" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771401011" }, "departure": { "time": "1771401011" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771401033" }, "departure": { "time": "1771401033" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771401073" }, "departure": { "time": "1771401073" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771401112" }, "departure": { "time": "1771401112" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771401149" }, "departure": { "time": "1771401149" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771401133" }, "departure": { "time": "1771401133" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771401187" }, "departure": { "time": "1771401187" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771401224" }, "departure": { "time": "1771401224" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771401308" }, "departure": { "time": "1771401308" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771401373" }, "departure": { "time": "1771401373" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771401436" }, "departure": { "time": "1771401436" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771401500" }, "departure": { "time": "1771401500" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771401539" }, "departure": { "time": "1771401539" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771401600" }, "departure": { "time": "1771401600" }, "stopId": "P-ANJO-E", "stopSequence": 16 }, { "arrival": { "time": "1771401678" }, "departure": { "time": "1771401678" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1771401739" }, "departure": { "time": "1771401739" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1771401787" }, "departure": { "time": "1771401787" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1771401858" }, "departure": { "time": "1771401858" }, "stopId": "PETVIVIE", "stopSequence": 20 }, { "arrival": { "time": "1771401934" }, "departure": { "time": "1771401934" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1771401968" }, "departure": { "time": "1771401968" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1771402073" }, "departure": { "time": "1771402073" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1771402119" }, "departure": { "time": "1771402119" }, "stopId": "LACDMAIN", "stopSequence": 24 }, { "arrival": { "time": "1771402165" }, "departure": { "time": "1771402165" }, "stopId": "MAISENVI", "stopSequence": 25 }, { "arrival": { "time": "1771402207" }, "departure": { "time": "1771402207" }, "stopId": "PERUSSAI", "stopSequence": 26 }, { "arrival": { "time": "1771402235" }, "departure": { "time": "1771402235" }, "stopId": "MAISLAC", "stopSequence": 27 }, { "arrival": { "time": "1771402206" }, "departure": { "time": "1771402206" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1771402334" }, "departure": { "time": "1771402334" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1771402393" }, "departure": { "time": "1771402393" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1771402453" }, "departure": { "time": "1771402453" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1771402503" }, "departure": { "time": "1771402503" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1771402564" }, "departure": { "time": "1771402564" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1771402630" }, "departure": { "time": "1771402630" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1771402693" }, "departure": { "time": "1771402693" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1771402814" }, "departure": { "time": "1771402814" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1771402906" }, "departure": { "time": "1771402906" }, "stopId": "FARCYSJA", "stopSequence": 37 }, { "arrival": { "time": "1771403113" }, "departure": { "time": "1771403113" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1771403177" }, "departure": { "time": "1771403177" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771403233" }, "departure": { "time": "1771403233" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1771403298" }, "departure": { "time": "1771403298" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1771403332" }, "departure": { "time": "1771403332" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1771403407" }, "departure": { "time": "1771403407" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771403462" }, "departure": { "time": "1771403462" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1771403551" }, "departure": { "time": "1771403551" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1771403591" }, "departure": { "time": "1771403591" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1771403661" }, "departure": { "time": "1771403661" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771403728" }, "departure": { "time": "1771403728" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1771403764" }, "departure": { "time": "1771403764" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1771403850" }, "departure": { "time": "1771403850" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1771403907" }, "departure": { "time": "1771403907" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1771404060" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260117" } } }, { "id": "trip:2452", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400663" }, "departure": { "time": "1771400674" }, "stopId": "SECUSOCI", "stopSequence": 14 }, { "arrival": { "time": "1771400820" }, "departure": { "time": "1771400820" }, "stopId": "HDVSUB", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "24", "tripId": "2452" } } }, { "id": "trip:6258249", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771404008" }, "departure": { "time": "1771404008" }, "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1771404058" }, "departure": { "time": "1771404058" }, "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1771404111" }, "departure": { "time": "1771404111" }, "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1771404179" }, "departure": { "time": "1771404179" }, "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1771404245" }, "departure": { "time": "1771404245" }, "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1771404289" }, "departure": { "time": "1771404289" }, "stopId": "LOUET", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258249" } } }, { "id": "trip:6257746", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403040" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771403166" }, "departure": { "time": "1771403166" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771403252" }, "departure": { "time": "1771403252" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771403340" }, "departure": { "time": "1771403340" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771403374" }, "departure": { "time": "1771403374" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771403420" }, "departure": { "time": "1771403420" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771403479" }, "departure": { "time": "1771403479" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771403517" }, "departure": { "time": "1771403517" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771403629" }, "departure": { "time": "1771403629" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771403670" }, "departure": { "time": "1771403670" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771403698" }, "departure": { "time": "1771403698" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771403782" }, "departure": { "time": "1771403782" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771403820" }, "departure": { "time": "1771403820" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771403977" }, "departure": { "time": "1771403977" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771404120" }, "departure": { "time": "1771404180" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771404267" }, "departure": { "time": "1771404267" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771404309" }, "departure": { "time": "1771404309" }, "stopId": "HARAS-E", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257746" } } }, { "id": "trip:6544433", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401180" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771401360" }, "departure": { "time": "1771401360" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771401522" }, "departure": { "time": "1771401522" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771401600" }, "departure": { "time": "1771401600" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771401662" }, "departure": { "time": "1771401662" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771401735" }, "departure": { "time": "1771401735" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771401790" }, "departure": { "time": "1771401790" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771401960" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544433" } } }, { "id": "trip:6257564", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400642" }, "departure": { "time": "1771400673" }, "stopId": "RTEPARIS", "stopSequence": 1 }, { "arrival": { "time": "1771400732" }, "departure": { "time": "1771400732" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1771400843" }, "departure": { "time": "1771400843" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1771400922" }, "departure": { "time": "1771400922" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1771401013" }, "departure": { "time": "1771401013" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1771401083" }, "departure": { "time": "1771401083" }, "stopId": "AUVERGNE", "stopSequence": 6 }, { "arrival": { "time": "1771401129" }, "departure": { "time": "1771401129" }, "stopId": "NOZAY", "stopSequence": 7 }, { "arrival": { "time": "1771401164" }, "departure": { "time": "1771401164" }, "stopId": "RBRIOLLA", "stopSequence": 8 }, { "arrival": { "time": "1771401250" }, "departure": { "time": "1771401250" }, "stopId": "RAMON", "stopSequence": 9 }, { "arrival": { "time": "1771401533" }, "departure": { "time": "1771401533" }, "stopId": "TALET", "stopSequence": 12 }, { "arrival": { "time": "1771400999" }, "departure": { "time": "1771400999" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLANT", "stopSequence": 13 }, { "arrival": { "time": "1771401106" }, "departure": { "time": "1771401106" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOUER", "stopSequence": 14 }, { "arrival": { "time": "1771401240" }, "departure": { "time": "1771401240" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACENEY", "stopSequence": 15 }, { "arrival": { "time": "1771401411" }, "departure": { "time": "1771401411" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU", "stopSequence": 16 }, { "arrival": { "time": "1771401707" }, "departure": { "time": "1771401707" }, "stopId": "MENDESFR", "stopSequence": 17 }, { "arrival": { "time": "1771401867" }, "departure": { "time": "1771401867" }, "stopId": "FO-LOR-R", "stopSequence": 18 }, { "arrival": { "time": "1771401931" }, "departure": { "time": "1771401931" }, "stopId": "STAUBI-E", "stopSequence": 19 }, { "arrival": { "time": "1771401969" }, "departure": { "time": "1771401969" }, "stopId": "HARAS-E", "stopSequence": 20 }, { "arrival": { "time": "1771402080" }, "departure": { "time": "1771402080" }, "stopId": "LESGAR-E", "stopSequence": 21 }, { "arrival": { "time": "1771402190" }, "departure": { "time": "1771402190" }, "stopId": "SEMARD-E", "stopSequence": 22 }, { "arrival": { "time": "1771402232" }, "departure": { "time": "1771402232" }, "stopId": "PONTNO-E", "stopSequence": 23 }, { "arrival": { "time": "1771402314" }, "departure": { "time": "1771402314" }, "stopId": "POIREL-E", "stopSequence": 24 }, { "arrival": { "time": "1771402371" }, "departure": { "time": "1771402371" }, "stopId": "VAUBAN-E", "stopSequence": 25 }, { "arrival": { "time": "1771402428" }, "departure": { "time": "1771402428" }, "stopId": "FREMUR-E", "stopSequence": 26 }, { "arrival": { "time": "1771402500" }, "departure": { "time": "1771402500" }, "stopId": "STRASB-E", "stopSequence": 27 }, { "arrival": { "time": "1771402551" }, "departure": { "time": "1771402551" }, "scheduleRelationship": "SKIPPED", "stopId": "LETAND-E", "stopSequence": 29 }, { "arrival": { "time": "1771402590" }, "departure": { "time": "1771402590" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUVA-E", "stopSequence": 30 }, { "arrival": { "time": "1771402787" }, "departure": { "time": "1771402787" }, "stopId": "LORETT-E", "stopSequence": 31 }, { "arrival": { "time": "1771402822" }, "departure": { "time": "1771402822" }, "stopId": "MORELI-E", "stopSequence": 32 }, { "arrival": { "time": "1771402876" }, "departure": { "time": "1771402876" }, "stopId": "DELATR-E", "stopSequence": 33 }, { "arrival": { "time": "1771402941" }, "departure": { "time": "1771402941" }, "stopId": "HAUTPR-E", "stopSequence": 34 }, { "arrival": { "time": "1771403043" }, "departure": { "time": "1771403043" }, "stopId": "INTMIL-E", "stopSequence": 35 }, { "arrival": { "time": "1771403114" }, "departure": { "time": "1771403114" }, "stopId": "SAUMUR-E", "stopSequence": 36 }, { "arrival": { "time": "1771403180" }, "departure": { "time": "1771403180" }, "stopId": "DELACR-E", "stopSequence": 37 }, { "arrival": { "time": "1771403235" }, "departure": { "time": "1771403235" }, "stopId": "JUSTIC-E", "stopSequence": 38 }, { "arrival": { "time": "1771403323" }, "departure": { "time": "1771403323" }, "stopId": "ECLATE-E", "stopSequence": 39 }, { "arrival": { "time": "1771403422" }, "departure": { "time": "1771403422" }, "stopId": "VDLOIR-E", "stopSequence": 40 }, { "arrival": { "time": "1771403148" }, "departure": { "time": "1771403148" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 41 }, { "arrival": { "time": "1771403190" }, "departure": { "time": "1771403190" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 42 }, { "arrival": { "time": "1771403255" }, "departure": { "time": "1771403255" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 43 }, { "arrival": { "time": "1771403280" }, "departure": { "time": "1771403280" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 44 }, { "arrival": { "time": "1771403462" }, "departure": { "time": "1771403462" }, "stopId": "LEOLAG-E", "stopSequence": 45 }, { "arrival": { "time": "1771403499" }, "departure": { "time": "1771403499" }, "stopId": "DAGUER-E", "stopSequence": 46 }, { "arrival": { "time": "1771403543" }, "departure": { "time": "1771403543" }, "stopId": "ALLUME-E", "stopSequence": 47 }, { "arrival": { "time": "1771403581" }, "departure": { "time": "1771403581" }, "stopId": "RIOTTE-E", "stopSequence": 48 }, { "arrival": { "time": "1771403623" }, "departure": { "time": "1771403623" }, "stopId": "BOURSE-E", "stopSequence": 49 }, { "arrival": { "time": "1771403651" }, "departure": { "time": "1771403651" }, "stopId": "MORLON-E", "stopSequence": 50 }, { "arrival": { "time": "1771403690" }, "departure": { "time": "1771403690" }, "stopId": "PYRAM2-E", "stopSequence": 51 }, { "arrival": { "time": "1771403757" }, "departure": { "time": "1771403757" }, "stopId": "BUISSO-E", "stopSequence": 52 }, { "arrival": { "time": "1771403783" }, "departure": { "time": "1771403783" }, "stopId": "DAUTEL-E", "stopSequence": 53 }, { "arrival": { "time": "1771403854" }, "departure": { "time": "1771403854" }, "stopId": "GENTR-E", "stopSequence": 54 }, { "arrival": { "time": "1771403974" }, "stopId": "SLEZIND", "stopSequence": 55 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257564" } } }, { "id": "trip:6260111", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403160" }, "scheduleRelationship": "SKIPPED", "stopId": "HOPITAL", "stopSequence": 1 }, { "arrival": { "time": "1771403165" }, "departure": { "time": "1771403165" }, "stopId": "HRECULEE", "stopSequence": 2 }, { "arrival": { "time": "1771403216" }, "departure": { "time": "1771403216" }, "stopId": "FMEDECIN", "stopSequence": 3 }, { "arrival": { "time": "1771403301" }, "departure": { "time": "1771403301" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1771403350" }, "departure": { "time": "1771403350" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1771403408" }, "departure": { "time": "1771403408" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1771403480" }, "departure": { "time": "1771403480" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1771403535" }, "departure": { "time": "1771403535" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1771403624" }, "departure": { "time": "1771403624" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1771403671" }, "departure": { "time": "1771403671" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1771403730" }, "departure": { "time": "1771403730" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1771403765" }, "departure": { "time": "1771403765" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1771403808" }, "departure": { "time": "1771403808" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1771403869" }, "departure": { "time": "1771403869" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1771403958" }, "departure": { "time": "1771403958" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1771404153" }, "departure": { "time": "1771404153" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1771404252" }, "departure": { "time": "1771404252" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1771404325" }, "departure": { "time": "1771404325" }, "stopId": "CHBBEI-E", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260111" } } }, { "id": "trip:6258644", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400651" }, "departure": { "time": "1771400682" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771400738" }, "departure": { "time": "1771400741" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771400751" }, "departure": { "time": "1771400751" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771400835" }, "departure": { "time": "1771400835" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771400921" }, "departure": { "time": "1771400921" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771400961" }, "departure": { "time": "1771400961" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771400998" }, "departure": { "time": "1771400998" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771401074" }, "departure": { "time": "1771401074" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771401146" }, "departure": { "time": "1771401146" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771401223" }, "departure": { "time": "1771401223" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771401266" }, "departure": { "time": "1771401266" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771401328" }, "departure": { "time": "1771401328" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771401361" }, "departure": { "time": "1771401361" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771401429" }, "departure": { "time": "1771401429" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771401496" }, "departure": { "time": "1771401496" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771401574" }, "departure": { "time": "1771401574" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771401637" }, "departure": { "time": "1771401637" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771401699" }, "departure": { "time": "1771401699" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771401742" }, "departure": { "time": "1771401742" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771401778" }, "departure": { "time": "1771401778" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771401856" }, "departure": { "time": "1771401856" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771401936" }, "departure": { "time": "1771401936" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771402006" }, "departure": { "time": "1771402006" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771402051" }, "departure": { "time": "1771402051" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771402096" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258644" } } }, { "id": "trip:6543548", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400738" }, "departure": { "time": "1771400738" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771400819" }, "departure": { "time": "1771400819" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771400980" }, "departure": { "time": "1771400980" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771401078" }, "departure": { "time": "1771401078" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771401228" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543548" } } }, { "id": "trip:6052745", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403640" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771403799" }, "departure": { "time": "1771403799" }, "stopId": "SECUSO-E", "stopSequence": 1 }, { "arrival": { "time": "1771403850" }, "departure": { "time": "1771403850" }, "stopId": "STEXUP-E", "stopSequence": 2 }, { "arrival": { "time": "1771403940" }, "departure": { "time": "1771403940" }, "stopId": "GARDOT-E", "stopSequence": 3 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052745" } } }, { "id": "trip:6258624", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401360" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771401389" }, "departure": { "time": "1771401389" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771401440" }, "departure": { "time": "1771401440" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771401506" }, "departure": { "time": "1771401506" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771401600" }, "departure": { "time": "1771401600" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771401688" }, "departure": { "time": "1771401688" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771401727" }, "departure": { "time": "1771401727" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771401775" }, "departure": { "time": "1771401775" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771401828" }, "departure": { "time": "1771401828" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771401887" }, "departure": { "time": "1771401887" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771401960" }, "departure": { "time": "1771401960" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771402020" }, "departure": { "time": "1771402020" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771402096" }, "departure": { "time": "1771402096" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771402131" }, "departure": { "time": "1771402131" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771402190" }, "departure": { "time": "1771402190" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771402235" }, "departure": { "time": "1771402235" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771402305" }, "departure": { "time": "1771402305" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771402390" }, "departure": { "time": "1771402390" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771402451" }, "departure": { "time": "1771402451" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771402500" }, "departure": { "time": "1771402500" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771402554" }, "departure": { "time": "1771402554" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771402646" }, "departure": { "time": "1771402646" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771402752" }, "departure": { "time": "1771402752" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771402790" }, "departure": { "time": "1771402790" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771402860" }, "departure": { "time": "1771402860" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771402928" }, "departure": { "time": "1771402928" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771402973" }, "departure": { "time": "1771402973" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771403051" }, "departure": { "time": "1771403051" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771403110" }, "departure": { "time": "1771403110" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771403160" }, "departure": { "time": "1771403160" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771403272" }, "departure": { "time": "1771403272" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771403318" }, "departure": { "time": "1771403318" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771403381" }, "departure": { "time": "1771403381" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771403460" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258624" } } }, { "id": "trip:6257936", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401000" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771401086" }, "departure": { "time": "1771401086" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771401130" }, "departure": { "time": "1771401130" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771401167" }, "departure": { "time": "1771401167" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771401194" }, "departure": { "time": "1771401194" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401300" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771401345" }, "departure": { "time": "1771401345" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771401406" }, "departure": { "time": "1771401406" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771401449" }, "departure": { "time": "1771401449" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771401496" }, "departure": { "time": "1771401496" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771401540" }, "departure": { "time": "1771401540" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771401595" }, "departure": { "time": "1771401595" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771401649" }, "departure": { "time": "1771401649" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771401715" }, "departure": { "time": "1771401715" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771401790" }, "departure": { "time": "1771401790" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771401849" }, "departure": { "time": "1771401849" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771401900" }, "departure": { "time": "1771401900" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771401972" }, "departure": { "time": "1771401972" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771402055" }, "departure": { "time": "1771402055" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771402114" }, "departure": { "time": "1771402114" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771402185" }, "departure": { "time": "1771402185" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771402281" }, "departure": { "time": "1771402281" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771402322" }, "departure": { "time": "1771402322" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771402380" }, "departure": { "time": "1771402380" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771402447" }, "departure": { "time": "1771402447" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771402567" }, "departure": { "time": "1771402567" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771402620" }, "departure": { "time": "1771402680" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771402767" }, "departure": { "time": "1771402767" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771402809" }, "departure": { "time": "1771402809" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402920" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771403022" }, "departure": { "time": "1771403022" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771403089" }, "departure": { "time": "1771403089" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771403131" }, "departure": { "time": "1771403131" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771403252" }, "departure": { "time": "1771403252" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771403292" }, "departure": { "time": "1771403292" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771403280" }, "departure": { "time": "1771403280" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771403346" }, "departure": { "time": "1771403346" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771403420" }, "departure": { "time": "1771403420" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771403394" }, "departure": { "time": "1771403394" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771403463" }, "departure": { "time": "1771403463" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771403567" }, "departure": { "time": "1771403567" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771403645" }, "departure": { "time": "1771403645" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771403700" }, "departure": { "time": "1771403700" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771403766" }, "departure": { "time": "1771403766" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771403829" }, "departure": { "time": "1771403829" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771403885" }, "departure": { "time": "1771403885" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771403956" }, "departure": { "time": "1771403956" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771404011" }, "departure": { "time": "1771404011" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771404125" }, "departure": { "time": "1771404125" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771404161" }, "departure": { "time": "1771404161" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771404185" }, "departure": { "time": "1771404185" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771404213" }, "departure": { "time": "1771404213" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771404250" }, "departure": { "time": "1771404250" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771404281" }, "departure": { "time": "1771404281" }, "stopId": "LANDRE-E", "stopSequence": 54 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257936" } } }, { "id": "trip:6052649", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401070" }, "stopId": "DOMVATER", "stopSequence": 0 }, { "arrival": { "time": "1771401125" }, "departure": { "time": "1771401125" }, "stopId": "BECKE", "stopSequence": 1 }, { "arrival": { "time": "1771401178" }, "departure": { "time": "1771401178" }, "stopId": "LAENN", "stopSequence": 2 }, { "arrival": { "time": "1771401228" }, "departure": { "time": "1771401228" }, "stopId": "CAMPJUIG", "stopSequence": 3 }, { "arrival": { "time": "1771401302" }, "departure": { "time": "1771401302" }, "stopId": "PISCMUFF", "stopSequence": 4 }, { "arrival": { "time": "1771401369" }, "departure": { "time": "1771401369" }, "stopId": "ANAFRAN", "stopSequence": 5 }, { "arrival": { "time": "1771401430" }, "departure": { "time": "1771401430" }, "stopId": "ZOLA", "stopSequence": 6 }, { "arrival": { "time": "1771401486" }, "departure": { "time": "1771401486" }, "stopId": "BELAIR", "stopSequence": 7 }, { "arrival": { "time": "1771401545" }, "departure": { "time": "1771401545" }, "stopId": "ESPMONTR", "stopSequence": 8 }, { "arrival": { "time": "1771401613" }, "departure": { "time": "1771401613" }, "stopId": "PLATFLEU", "stopSequence": 9 }, { "arrival": { "time": "1771401675" }, "departure": { "time": "1771401675" }, "stopId": "JEHUEZ", "stopSequence": 10 }, { "arrival": { "time": "1771401725" }, "departure": { "time": "1771401725" }, "stopId": "MASTELLE", "stopSequence": 11 }, { "arrival": { "time": "1771401779" }, "departure": { "time": "1771401779" }, "stopId": "AVENEURO", "stopSequence": 12 }, { "arrival": { "time": "1771401804" }, "departure": { "time": "1771401804" }, "stopId": "DANEMA", "stopSequence": 13 }, { "arrival": { "time": "1771401882" }, "departure": { "time": "1771401882" }, "stopId": "ALLEMAGN", "stopSequence": 14 }, { "arrival": { "time": "1771401926" }, "departure": { "time": "1771401926" }, "stopId": "ITALIE", "stopSequence": 15 }, { "arrival": { "time": "1771401976" }, "departure": { "time": "1771401976" }, "stopId": "IRLANDE", "stopSequence": 17 }, { "arrival": { "time": "1771402044" }, "departure": { "time": "1771402044" }, "stopId": "AUTRICH", "stopSequence": 18 }, { "arrival": { "time": "1771402070" }, "departure": { "time": "1771402070" }, "stopId": "PLOTTIER", "stopSequence": 19 }, { "arrival": { "time": "1771402985" }, "departure": { "time": "1771402985" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOIR", "stopSequence": 20 }, { "arrival": { "time": "1771403744" }, "departure": { "time": "1771403744" }, "stopId": "AQUASUB", "stopSequence": 21 }, { "arrival": { "time": "1771403794" }, "departure": { "time": "1771403794" }, "stopId": "AURIOL", "stopSequence": 22 }, { "arrival": { "time": "1771403862" }, "departure": { "time": "1771403862" }, "stopId": "LECUIT", "stopSequence": 23 }, { "arrival": { "time": "1771403928" }, "departure": { "time": "1771403928" }, "stopId": "BLERIOT", "stopSequence": 24 }, { "arrival": { "time": "1771403989" }, "departure": { "time": "1771403989" }, "stopId": "BARRA", "stopSequence": 25 }, { "arrival": { "time": "1771404066" }, "departure": { "time": "1771404066" }, "stopId": "STTERESE", "stopSequence": 26 }, { "arrival": { "time": "1771404111" }, "departure": { "time": "1771404111" }, "stopId": "BICHBICH", "stopSequence": 27 }, { "arrival": { "time": "1771404167" }, "departure": { "time": "1771404167" }, "stopId": "DESCAZEA", "stopSequence": 28 }, { "arrival": { "time": "1771404217" }, "departure": { "time": "1771404217" }, "stopId": "MONPROFI", "stopSequence": 29 }, { "arrival": { "time": "1771404236" }, "departure": { "time": "1771404236" }, "stopId": "DUMESNIL", "stopSequence": 30 }, { "arrival": { "time": "1771404274" }, "departure": { "time": "1771404274" }, "stopId": "LEQUAI", "stopSequence": 31 }, { "arrival": { "time": "1771402110" }, "departure": { "time": "1771402110" }, "scheduleRelationship": "SKIPPED", "stopId": "LEQUAI", "stopSequence": 32 }, { "arrival": { "time": "1771404630" }, "stopId": "GAREPAPI", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052649" } } }, { "id": "trip:6257493", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400678" }, "departure": { "time": "1771400703" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1771400733" }, "departure": { "time": "1771400733" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1771400702" }, "departure": { "time": "1771400702" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1771400731" }, "departure": { "time": "1771400731" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1771400760" }, "departure": { "time": "1771400760" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1771400815" }, "departure": { "time": "1771400815" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1771400918" }, "departure": { "time": "1771400918" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1771400962" }, "departure": { "time": "1771400962" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1771401000" }, "departure": { "time": "1771401000" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1771401054" }, "departure": { "time": "1771401054" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1771401112" }, "departure": { "time": "1771401112" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1771401182" }, "departure": { "time": "1771401182" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1771401243" }, "departure": { "time": "1771401243" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401300" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1771401365" }, "departure": { "time": "1771401365" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1771401419" }, "departure": { "time": "1771401419" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1771401498" }, "departure": { "time": "1771401498" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1771401549" }, "departure": { "time": "1771401549" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1771401594" }, "departure": { "time": "1771401594" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1771401665" }, "departure": { "time": "1771401665" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1771401720" }, "departure": { "time": "1771401720" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1771401764" }, "departure": { "time": "1771401764" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1771401824" }, "departure": { "time": "1771401824" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1771401859" }, "departure": { "time": "1771401859" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1771401921" }, "departure": { "time": "1771401921" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1771401960" }, "departure": { "time": "1771401960" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1771402027" }, "departure": { "time": "1771402027" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1771402282" }, "departure": { "time": "1771402282" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1771402355" }, "departure": { "time": "1771402355" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402500" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1771402618" }, "departure": { "time": "1771402618" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1771402793" }, "departure": { "time": "1771402793" }, "stopId": "TALET-E", "stopSequence": 33 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402920" }, "stopId": "BDEMAI-E", "stopSequence": 34 }, { "arrival": { "time": "1771402947" }, "departure": { "time": "1771402947" }, "stopId": "FACULT-E", "stopSequence": 35 }, { "arrival": { "time": "1771403088" }, "departure": { "time": "1771403088" }, "stopId": "FFAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771403160" }, "departure": { "time": "1771403160" }, "stopId": "CARCIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771403293" }, "departure": { "time": "1771403293" }, "stopId": "CITESO-E", "stopSequence": 38 }, { "arrival": { "time": "1771403366" }, "departure": { "time": "1771403366" }, "stopId": "DOYENN-E", "stopSequence": 39 }, { "arrival": { "time": "1771403444" }, "departure": { "time": "1771403444" }, "stopId": "SAVOIE-E", "stopSequence": 40 }, { "arrival": { "time": "1771403520" }, "departure": { "time": "1771403520" }, "stopId": "INDUST-E", "stopSequence": 41 }, { "arrival": { "time": "1771403558" }, "departure": { "time": "1771403558" }, "stopId": "HOTELL-E", "stopSequence": 42 }, { "arrival": { "time": "1771403604" }, "departure": { "time": "1771403604" }, "stopId": "DEBUSS-E", "stopSequence": 43 }, { "arrival": { "time": "1771403640" }, "departure": { "time": "1771403640" }, "stopId": "BOISAB-E", "stopSequence": 44 }, { "arrival": { "time": "1771403670" }, "departure": { "time": "1771403670" }, "stopId": "DUBELL-E", "stopSequence": 45 }, { "arrival": { "time": "1771403715" }, "departure": { "time": "1771403715" }, "stopId": "COTTAG-E", "stopSequence": 46 }, { "arrival": { "time": "1771403760" }, "stopId": "EVENTARD", "stopSequence": 47 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257493" } } }, { "id": "trip:6257747", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771404300" }, "stopId": "PARCEXPO", "stopSequence": 0 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257747" } } }, { "id": "trip:6258052", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400702" }, "departure": { "time": "1771400702" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771400829" }, "departure": { "time": "1771400829" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771400897" }, "departure": { "time": "1771400897" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771400952" }, "departure": { "time": "1771400952" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771400998" }, "departure": { "time": "1771400998" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771401044" }, "departure": { "time": "1771401044" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771401076" }, "departure": { "time": "1771401076" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771401137" }, "departure": { "time": "1771401137" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771401167" }, "departure": { "time": "1771401167" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771401249" }, "departure": { "time": "1771401249" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771401299" }, "departure": { "time": "1771401299" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771401349" }, "departure": { "time": "1771401349" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771401402" }, "departure": { "time": "1771401402" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771401436" }, "departure": { "time": "1771401436" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771401489" }, "departure": { "time": "1771401489" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771401555" }, "departure": { "time": "1771401555" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771401640" }, "departure": { "time": "1771401640" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771401702" }, "departure": { "time": "1771401702" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771401789" }, "departure": { "time": "1771401789" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771401864" }, "departure": { "time": "1771401864" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771401981" }, "departure": { "time": "1771401981" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771402062" }, "departure": { "time": "1771402062" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771402145" }, "departure": { "time": "1771402145" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771402206" }, "departure": { "time": "1771402206" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771402316" }, "departure": { "time": "1771402316" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771402368" }, "departure": { "time": "1771402368" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1771402443" }, "departure": { "time": "1771402443" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771402537" }, "departure": { "time": "1771402537" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771402626" }, "departure": { "time": "1771402626" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1771402735" }, "departure": { "time": "1771402735" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1771402760" }, "departure": { "time": "1771402760" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1771402830" }, "departure": { "time": "1771402830" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771402878" }, "departure": { "time": "1771402878" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1771402923" }, "departure": { "time": "1771402923" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771403028" }, "departure": { "time": "1771403028" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1771403161" }, "departure": { "time": "1771403161" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771403230" }, "departure": { "time": "1771403230" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771403321" }, "departure": { "time": "1771403321" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771403401" }, "departure": { "time": "1771403401" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771403565" }, "departure": { "time": "1771403565" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771403618" }, "departure": { "time": "1771403618" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771403714" }, "departure": { "time": "1771403714" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771403731" }, "departure": { "time": "1771403731" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771403771" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258052" } } }, { "id": "trip:6543454", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771400940" }, "stopId": "1MONP", "stopSequence": 0 }, { "arrival": { "time": "1771401022" }, "departure": { "time": "1771401022" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771401108" }, "departure": { "time": "1771401108" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771401280" }, "departure": { "time": "1771401280" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771401361" }, "departure": { "time": "1771401361" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771401522" }, "departure": { "time": "1771401522" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771401620" }, "departure": { "time": "1771401620" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771401770" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543454" } } }, { "id": "trip:6053992", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403340" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771403380" }, "departure": { "time": "1771403380" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771403411" }, "departure": { "time": "1771403411" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771403433" }, "departure": { "time": "1771403433" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771403473" }, "departure": { "time": "1771403473" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771403512" }, "departure": { "time": "1771403512" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771403549" }, "departure": { "time": "1771403549" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771403374" }, "departure": { "time": "1771403374" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771403428" }, "departure": { "time": "1771403428" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771403465" }, "departure": { "time": "1771403465" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771403549" }, "departure": { "time": "1771403549" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771403614" }, "departure": { "time": "1771403614" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771403672" }, "departure": { "time": "1771403672" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771403731" }, "departure": { "time": "1771403731" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771403767" }, "departure": { "time": "1771403767" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771403797" }, "departure": { "time": "1771403797" }, "stopId": "VALMAI-E", "stopSequence": 16 }, { "arrival": { "time": "1771403866" }, "departure": { "time": "1771403866" }, "stopId": "PETVIVIE", "stopSequence": 17 }, { "arrival": { "time": "1771403940" }, "departure": { "time": "1771403940" }, "stopId": "PRUNIERS", "stopSequence": 18 }, { "arrival": { "time": "1771403973" }, "departure": { "time": "1771403973" }, "stopId": "CROISETT", "stopSequence": 19 }, { "arrival": { "time": "1771404075" }, "departure": { "time": "1771404075" }, "stopId": "CAMLACMA", "stopSequence": 20 }, { "arrival": { "time": "1771404120" }, "departure": { "time": "1771404120" }, "stopId": "LACDMAIN", "stopSequence": 21 }, { "arrival": { "time": "1771404165" }, "departure": { "time": "1771404165" }, "stopId": "MAISENVI", "stopSequence": 22 }, { "arrival": { "time": "1771404222" }, "departure": { "time": "1771404222" }, "stopId": "GDMAINE", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "22", "tripId": "6053992" } } }, { "id": "trip:6540931", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403370" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771403490" }, "departure": { "time": "1771403490" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771403600" }, "departure": { "time": "1771403600" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771403720" }, "departure": { "time": "1771403720" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771403830" }, "departure": { "time": "1771403830" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771403920" }, "departure": { "time": "1771403920" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771404020" }, "departure": { "time": "1771404020" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771404120" }, "departure": { "time": "1771404120" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771404280" }, "departure": { "time": "1771404280" }, "stopId": "2HDVA", "stopSequence": 9 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6540931" } } }, { "id": "trip:6544987", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403580" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771403752" }, "departure": { "time": "1771403752" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771403860" }, "departure": { "time": "1771403860" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771403952" }, "departure": { "time": "1771403952" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771404030" }, "departure": { "time": "1771404030" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771404127" }, "departure": { "time": "1771404127" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771404220" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544987" } } }, { "id": "trip:6543549", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400771" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543549" } } }, { "id": "trip:6052739", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400643" }, "departure": { "time": "1771400643" }, "stopId": "SECUSOCI", "stopSequence": 14 }, { "arrival": { "time": "1771400771" }, "stopId": "HDVSUB", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052739" } } }, { "id": "trip:6257896", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403040" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771403076" }, "departure": { "time": "1771403076" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771403109" }, "departure": { "time": "1771403109" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771403168" }, "departure": { "time": "1771403168" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771403199" }, "departure": { "time": "1771403199" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771403259" }, "departure": { "time": "1771403259" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771403302" }, "departure": { "time": "1771403302" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771403340" }, "departure": { "time": "1771403340" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771403391" }, "departure": { "time": "1771403391" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771403425" }, "departure": { "time": "1771403425" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771403458" }, "departure": { "time": "1771403458" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771403490" }, "departure": { "time": "1771403490" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771403581" }, "departure": { "time": "1771403581" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771403617" }, "departure": { "time": "1771403617" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771403661" }, "departure": { "time": "1771403661" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771403690" }, "departure": { "time": "1771403690" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771403724" }, "departure": { "time": "1771403724" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771403875" }, "departure": { "time": "1771403875" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771403925" }, "departure": { "time": "1771403925" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771404050" }, "departure": { "time": "1771404050" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771404111" }, "departure": { "time": "1771404111" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771404177" }, "departure": { "time": "1771404177" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771404240" }, "departure": { "time": "1771404240" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771404315" }, "departure": { "time": "1771404315" }, "stopId": "MVIGNE", "stopSequence": 26 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257896" } } }, { "id": "trip:6257932", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400693" }, "departure": { "time": "1771400725" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771400736" }, "departure": { "time": "1771400740" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771400739" }, "departure": { "time": "1771400739" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771400777" }, "departure": { "time": "1771400777" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771400809" }, "departure": { "time": "1771400809" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771400880" }, "departure": { "time": "1771400880" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771400902" }, "departure": { "time": "1771400902" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771400929" }, "departure": { "time": "1771400929" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771400964" }, "departure": { "time": "1771400964" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771401003" }, "departure": { "time": "1771401003" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771401060" }, "departure": { "time": "1771401060" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771401113" }, "departure": { "time": "1771401113" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771401174" }, "departure": { "time": "1771401174" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771401217" }, "departure": { "time": "1771401217" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771401253" }, "departure": { "time": "1771401253" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771401277" }, "departure": { "time": "1771401277" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771401315" }, "departure": { "time": "1771401315" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771401363" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257932" } } }, { "id": "trip:6543504", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402530" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771402650" }, "departure": { "time": "1771402650" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771402741" }, "departure": { "time": "1771402741" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771402894" }, "departure": { "time": "1771402894" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771402970" }, "departure": { "time": "1771402970" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771403128" }, "departure": { "time": "1771403128" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771403207" }, "departure": { "time": "1771403207" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771403280" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6543504" } } }, { "id": "trip:6257424", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401900" }, "stopId": "LORRAIN2", "stopSequence": 0 }, { "arrival": { "time": "1771402000" }, "departure": { "time": "1771402000" }, "stopId": "MAIL-HDV", "stopSequence": 1 }, { "arrival": { "time": "1771402106" }, "departure": { "time": "1771402106" }, "stopId": "CLEMOI-E", "stopSequence": 2 }, { "arrival": { "time": "1771402192" }, "departure": { "time": "1771402192" }, "stopId": "MAISAR-E", "stopSequence": 3 }, { "arrival": { "time": "1771402260" }, "departure": { "time": "1771402260" }, "stopId": "LAREVE-E", "stopSequence": 4 }, { "arrival": { "time": "1771402348" }, "departure": { "time": "1771402348" }, "stopId": "MONTAIG", "stopSequence": 5 }, { "arrival": { "time": "1771402500" }, "departure": { "time": "1771402500" }, "stopId": "COUPER-E", "stopSequence": 6 }, { "arrival": { "time": "1771402572" }, "departure": { "time": "1771402572" }, "stopId": "MONTRJ-E", "stopSequence": 7 }, { "arrival": { "time": "1771402641" }, "departure": { "time": "1771402641" }, "stopId": "CAMELIAS", "stopSequence": 8 }, { "arrival": { "time": "1771402709" }, "departure": { "time": "1771402709" }, "stopId": "GATS-E", "stopSequence": 9 }, { "arrival": { "time": "1771402765" }, "departure": { "time": "1771402765" }, "stopId": "MAISON-E", "stopSequence": 10 }, { "arrival": { "time": "1771402818" }, "departure": { "time": "1771402818" }, "stopId": "COINTR-E", "stopSequence": 11 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402920" }, "stopId": "BOISRI-E", "stopSequence": 12 }, { "arrival": { "time": "1771402973" }, "departure": { "time": "1771402973" }, "stopId": "CHANTR-E", "stopSequence": 13 }, { "arrival": { "time": "1771403020" }, "departure": { "time": "1771403020" }, "stopId": "COLOM-E", "stopSequence": 14 }, { "arrival": { "time": "1771403067" }, "departure": { "time": "1771403067" }, "stopId": "HELBO-E", "stopSequence": 15 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403160" }, "stopId": "POLE49", "stopSequence": 16 }, { "arrival": { "time": "1771403340" }, "stopId": "EXPO-ZI", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "11", "tripId": "6257424" } } }, { "id": "trip:6258757", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400671" }, "departure": { "time": "1771400671" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771400669" }, "departure": { "time": "1771400701" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771400743" }, "departure": { "time": "1771400745" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771400786" }, "departure": { "time": "1771400786" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771400880" }, "departure": { "time": "1771400880" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771400968" }, "departure": { "time": "1771400968" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771401007" }, "departure": { "time": "1771401007" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771401055" }, "departure": { "time": "1771401055" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771401108" }, "departure": { "time": "1771401108" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771401167" }, "departure": { "time": "1771401167" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771401240" }, "departure": { "time": "1771401240" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401300" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771401376" }, "departure": { "time": "1771401376" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771401411" }, "departure": { "time": "1771401411" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771401470" }, "departure": { "time": "1771401470" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771401515" }, "departure": { "time": "1771401515" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771401585" }, "departure": { "time": "1771401585" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771401670" }, "departure": { "time": "1771401670" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771401731" }, "departure": { "time": "1771401731" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771401780" }, "departure": { "time": "1771401780" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771401834" }, "departure": { "time": "1771401834" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771401926" }, "departure": { "time": "1771401926" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771402032" }, "departure": { "time": "1771402032" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771402070" }, "departure": { "time": "1771402070" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771402140" }, "departure": { "time": "1771402140" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771402208" }, "departure": { "time": "1771402208" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771402253" }, "departure": { "time": "1771402253" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771402331" }, "departure": { "time": "1771402331" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771402390" }, "departure": { "time": "1771402390" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771402552" }, "departure": { "time": "1771402552" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771402598" }, "departure": { "time": "1771402598" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771402661" }, "departure": { "time": "1771402661" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771402740" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258757" } } }, { "id": "trip:6544015", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401240" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771401289" }, "departure": { "time": "1771401289" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771401523" }, "departure": { "time": "1771401523" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771401560" }, "departure": { "time": "1771401560" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771401720" }, "departure": { "time": "1771401720" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771401803" }, "departure": { "time": "1771401803" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771401900" }, "departure": { "time": "1771401900" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771402140" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544015" } } }, { "id": "trip:6258643", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400667" }, "departure": { "time": "1771400667" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771400723" }, "departure": { "time": "1771400757" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771400760" }, "departure": { "time": "1771400760" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771400838" }, "departure": { "time": "1771400838" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771400901" }, "departure": { "time": "1771400901" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771400963" }, "departure": { "time": "1771400963" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771401006" }, "departure": { "time": "1771401006" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771401042" }, "departure": { "time": "1771401042" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771401120" }, "departure": { "time": "1771401120" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771401200" }, "departure": { "time": "1771401200" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771401270" }, "departure": { "time": "1771401270" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771401315" }, "departure": { "time": "1771401315" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771401360" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258643" } } }, { "id": "trip:6544920", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401900" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771402001" }, "departure": { "time": "1771402001" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771402110" }, "departure": { "time": "1771402110" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771402191" }, "departure": { "time": "1771402191" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771402284" }, "departure": { "time": "1771402284" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771402394" }, "departure": { "time": "1771402394" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771402570" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544920" } } }, { "id": "trip:6540927", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400679" }, "departure": { "time": "1771400717" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771400833" }, "departure": { "time": "1771400833" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771400943" }, "departure": { "time": "1771400943" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771401003" }, "departure": { "time": "1771401003" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771401103" }, "departure": { "time": "1771401103" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771401203" }, "departure": { "time": "1771401203" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771401293" }, "departure": { "time": "1771401293" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771401413" }, "departure": { "time": "1771401413" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771401513" }, "departure": { "time": "1771401513" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771401633" }, "departure": { "time": "1771401633" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771401713" }, "departure": { "time": "1771401713" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771401833" }, "departure": { "time": "1771401833" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771401923" }, "departure": { "time": "1771401923" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771402073" }, "departure": { "time": "1771402073" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771402173" }, "departure": { "time": "1771402173" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771402253" }, "departure": { "time": "1771402253" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771402343" }, "departure": { "time": "1771402343" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771402423" }, "departure": { "time": "1771402423" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771402513" }, "departure": { "time": "1771402513" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771402593" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6540927" } } }, { "id": "trip:6257710", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401000" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771401010" }, "departure": { "time": "1771401010" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771401120" }, "departure": { "time": "1771401120" }, "stopId": "CCMOLIER", "stopSequence": 2 }, { "arrival": { "time": "1771401169" }, "departure": { "time": "1771401169" }, "stopId": "AAQUITN", "stopSequence": 3 }, { "arrival": { "time": "1771401203" }, "departure": { "time": "1771401203" }, "stopId": "SHEAKSPE", "stopSequence": 4 }, { "arrival": { "time": "1771401269" }, "departure": { "time": "1771401269" }, "stopId": "WIGAN", "stopSequence": 5 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401300" }, "stopId": "GRESILLE", "stopSequence": 6 }, { "arrival": { "time": "1771401345" }, "departure": { "time": "1771401345" }, "stopId": "PROUDHON", "stopSequence": 7 }, { "arrival": { "time": "1771401417" }, "departure": { "time": "1771401417" }, "stopId": "VALLO", "stopSequence": 8 }, { "arrival": { "time": "1771401453" }, "departure": { "time": "1771401453" }, "stopId": "MONTECLA", "stopSequence": 9 }, { "arrival": { "time": "1771401494" }, "departure": { "time": "1771401494" }, "stopId": "DELESCL", "stopSequence": 10 }, { "arrival": { "time": "1771401559" }, "departure": { "time": "1771401559" }, "stopId": "JEMONNET", "stopSequence": 11 }, { "arrival": { "time": "1771401614" }, "departure": { "time": "1771401614" }, "stopId": "MAISLA-E", "stopSequence": 12 }, { "arrival": { "time": "1771401652" }, "departure": { "time": "1771401652" }, "stopId": "PERUSS-E", "stopSequence": 13 }, { "arrival": { "time": "1771401720" }, "departure": { "time": "1771401720" }, "stopId": "GDMAINE", "stopSequence": 14 }, { "arrival": { "time": "1771402194" }, "departure": { "time": "1771402194" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771402256" }, "departure": { "time": "1771402256" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771402333" }, "departure": { "time": "1771402333" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771402367" }, "departure": { "time": "1771402367" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771402428" }, "departure": { "time": "1771402428" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771402467" }, "departure": { "time": "1771402467" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771402020" }, "departure": { "time": "1771402020" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771402073" }, "departure": { "time": "1771402073" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771402131" }, "departure": { "time": "1771402131" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771402522" }, "departure": { "time": "1771402522" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1771402566" }, "departure": { "time": "1771402566" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1771402688" }, "departure": { "time": "1771402688" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771402759" }, "departure": { "time": "1771402759" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771402809" }, "departure": { "time": "1771402809" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1771402970" }, "departure": { "time": "1771402970" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1771403109" }, "departure": { "time": "1771403109" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1771403146" }, "departure": { "time": "1771403146" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1771403225" }, "departure": { "time": "1771403225" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1771403269" }, "departure": { "time": "1771403269" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1771403298" }, "departure": { "time": "1771403298" }, "stopId": "DESJAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771403349" }, "departure": { "time": "1771403349" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1771403433" }, "departure": { "time": "1771403433" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1771403475" }, "departure": { "time": "1771403475" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771403568" }, "departure": { "time": "1771403568" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771403602" }, "departure": { "time": "1771403602" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771403649" }, "departure": { "time": "1771403649" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771403750" }, "departure": { "time": "1771403750" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771403815" }, "departure": { "time": "1771403815" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771403917" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257710" } } }, { "id": "trip:6052644", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400917" }, "departure": { "time": "1771400917" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOIR", "stopSequence": 20 }, { "arrival": { "time": "1771400667" }, "departure": { "time": "1771400667" }, "stopId": "DESCAZEA", "stopSequence": 28 }, { "arrival": { "time": "1771400740" }, "departure": { "time": "1771400743" }, "stopId": "MONPROFI", "stopSequence": 29 }, { "arrival": { "time": "1771400749" }, "departure": { "time": "1771400749" }, "stopId": "DUMESNIL", "stopSequence": 30 }, { "arrival": { "time": "1771400787" }, "departure": { "time": "1771400787" }, "stopId": "LEQUAI", "stopSequence": 31 }, { "arrival": { "time": "1771400958" }, "departure": { "time": "1771400958" }, "stopId": "CHDARR", "stopSequence": 33 }, { "arrival": { "time": "1771401018" }, "departure": { "time": "1771401018" }, "stopId": "ACADEMIE", "stopSequence": 34 }, { "arrival": { "time": "1771401062" }, "departure": { "time": "1771401062" }, "stopId": "GBREM-E", "stopSequence": 35 }, { "arrival": { "time": "1771401137" }, "stopId": "GAREPAPI", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052644" } } }, { "id": "trip:6257978", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400682" }, "departure": { "time": "1771400682" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771400752" }, "departure": { "time": "1771400752" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771400820" }, "departure": { "time": "1771400820" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771400824" }, "departure": { "time": "1771400824" }, "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771400877" }, "departure": { "time": "1771400877" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771400935" }, "departure": { "time": "1771400935" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771401021" }, "departure": { "time": "1771401021" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771401083" }, "departure": { "time": "1771401083" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771401205" }, "departure": { "time": "1771401205" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771401287" }, "departure": { "time": "1771401287" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771401337" }, "departure": { "time": "1771401600" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771401653" }, "departure": { "time": "1771401653" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771401740" }, "departure": { "time": "1771401740" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771401780" }, "departure": { "time": "1771401780" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771401853" }, "departure": { "time": "1771401853" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771401876" }, "departure": { "time": "1771401876" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771401955" }, "departure": { "time": "1771401955" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771402022" }, "departure": { "time": "1771402022" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771402065" }, "departure": { "time": "1771402065" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771402111" }, "departure": { "time": "1771402111" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771402200" }, "departure": { "time": "1771402200" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771402258" }, "departure": { "time": "1771402258" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771402312" }, "departure": { "time": "1771402312" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771402382" }, "departure": { "time": "1771402382" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771402444" }, "departure": { "time": "1771402444" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771402504" }, "departure": { "time": "1771402504" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771402560" }, "departure": { "time": "1771402560" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771402611" }, "departure": { "time": "1771402611" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771402651" }, "departure": { "time": "1771402651" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771402692" }, "departure": { "time": "1771402692" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771402760" }, "departure": { "time": "1771402760" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771402800" }, "departure": { "time": "1771402800" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1771402889" }, "departure": { "time": "1771402889" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771402916" }, "departure": { "time": "1771402916" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771402939" }, "departure": { "time": "1771402939" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771402975" }, "departure": { "time": "1771402975" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771403040" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257978" } } }, { "id": "trip:6257711", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403460" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771403470" }, "departure": { "time": "1771403470" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "CCMOLIER", "stopSequence": 2 }, { "arrival": { "time": "1771403629" }, "departure": { "time": "1771403629" }, "stopId": "AAQUITN", "stopSequence": 3 }, { "arrival": { "time": "1771403663" }, "departure": { "time": "1771403663" }, "stopId": "SHEAKSPE", "stopSequence": 4 }, { "arrival": { "time": "1771403729" }, "departure": { "time": "1771403729" }, "stopId": "WIGAN", "stopSequence": 5 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "GRESILLE", "stopSequence": 6 }, { "arrival": { "time": "1771403805" }, "departure": { "time": "1771403805" }, "stopId": "PROUDHON", "stopSequence": 7 }, { "arrival": { "time": "1771403877" }, "departure": { "time": "1771403877" }, "stopId": "VALLO", "stopSequence": 8 }, { "arrival": { "time": "1771403913" }, "departure": { "time": "1771403913" }, "stopId": "MONTECLA", "stopSequence": 9 }, { "arrival": { "time": "1771403954" }, "departure": { "time": "1771403954" }, "stopId": "DELESCL", "stopSequence": 10 }, { "arrival": { "time": "1771404019" }, "departure": { "time": "1771404019" }, "stopId": "JEMONNET", "stopSequence": 11 }, { "arrival": { "time": "1771404074" }, "departure": { "time": "1771404074" }, "stopId": "MAISLA-E", "stopSequence": 12 }, { "arrival": { "time": "1771404112" }, "departure": { "time": "1771404112" }, "stopId": "PERUSS-E", "stopSequence": 13 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "stopId": "GDMAINE", "stopSequence": 14 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257711" } } }, { "id": "trip:6257551", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400678" }, "departure": { "time": "1771400678" }, "stopId": "PROVIN-E", "stopSequence": 59 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257551" } } }, { "id": "trip:6258723", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400732" }, "departure": { "time": "1771400732" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771400745" }, "departure": { "time": "1771400745" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771400815" }, "departure": { "time": "1771400815" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771400894" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258723" } } }, { "id": "trip:6541246", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403260" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771403340" }, "departure": { "time": "1771403340" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771403410" }, "departure": { "time": "1771403410" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771403490" }, "departure": { "time": "1771403490" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771403670" }, "departure": { "time": "1771403670" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771403780" }, "departure": { "time": "1771403780" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771403940" }, "departure": { "time": "1771403940" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771404030" }, "departure": { "time": "1771404030" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771404150" }, "departure": { "time": "1771404150" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771404230" }, "departure": { "time": "1771404230" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771404350" }, "departure": { "time": "1771404350" }, "stopId": "1HOPA", "stopSequence": 12 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541246" } } }, { "id": "trip:6257807", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771401112" }, "departure": { "time": "1771401112" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771401174" }, "departure": { "time": "1771401174" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771401251" }, "departure": { "time": "1771401251" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771401285" }, "departure": { "time": "1771401285" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771401346" }, "departure": { "time": "1771401346" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771401385" }, "departure": { "time": "1771401385" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771400920" }, "departure": { "time": "1771400920" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771400944" }, "departure": { "time": "1771400944" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771400970" }, "departure": { "time": "1771400970" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771401442" }, "departure": { "time": "1771401442" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1771401488" }, "departure": { "time": "1771401488" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1771401610" }, "departure": { "time": "1771401610" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771401691" }, "departure": { "time": "1771401691" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771401741" }, "departure": { "time": "1771401741" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1771401902" }, "departure": { "time": "1771401902" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1771402041" }, "departure": { "time": "1771402041" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1771402078" }, "departure": { "time": "1771402078" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1771402157" }, "departure": { "time": "1771402157" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1771402201" }, "departure": { "time": "1771402201" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1771402230" }, "departure": { "time": "1771402230" }, "stopId": "DESJAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771402281" }, "departure": { "time": "1771402281" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1771402365" }, "departure": { "time": "1771402365" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1771402407" }, "departure": { "time": "1771402407" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771402500" }, "departure": { "time": "1771402500" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771402534" }, "departure": { "time": "1771402534" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771402581" }, "departure": { "time": "1771402581" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771402682" }, "departure": { "time": "1771402682" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771402756" }, "departure": { "time": "1771402756" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771402878" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257807" } } }, { "id": "trip:6541242", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771400860" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771400940" }, "departure": { "time": "1771400940" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771401010" }, "departure": { "time": "1771401010" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771401090" }, "departure": { "time": "1771401090" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771401180" }, "departure": { "time": "1771401180" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771401270" }, "departure": { "time": "1771401270" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771401380" }, "departure": { "time": "1771401380" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771401540" }, "departure": { "time": "1771401540" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771401630" }, "departure": { "time": "1771401630" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771401750" }, "departure": { "time": "1771401750" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771401830" }, "departure": { "time": "1771401830" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771401950" }, "departure": { "time": "1771401950" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771402040" }, "departure": { "time": "1771402040" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771402160" }, "departure": { "time": "1771402160" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771402270" }, "departure": { "time": "1771402270" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771402370" }, "departure": { "time": "1771402370" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771402510" }, "departure": { "time": "1771402510" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771402620" }, "departure": { "time": "1771402620" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771402710" }, "departure": { "time": "1771402710" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771402810" }, "departure": { "time": "1771402810" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771402910" }, "departure": { "time": "1771402910" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771403020" }, "departure": { "time": "1771403020" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771403130" }, "departure": { "time": "1771403130" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771403250" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541242" } } }, { "id": "trip:6544918", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400678" }, "departure": { "time": "1771400716" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771400753" }, "departure": { "time": "1771400753" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771400848" }, "departure": { "time": "1771400848" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771400961" }, "departure": { "time": "1771400961" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771401140" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544918" } } }, { "id": "trip:6540929", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402170" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771402290" }, "departure": { "time": "1771402290" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771402400" }, "departure": { "time": "1771402400" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771402520" }, "departure": { "time": "1771402520" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771402630" }, "departure": { "time": "1771402630" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771402720" }, "departure": { "time": "1771402720" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771402820" }, "departure": { "time": "1771402820" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402920" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771402980" }, "departure": { "time": "1771402980" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771403080" }, "departure": { "time": "1771403080" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771403180" }, "departure": { "time": "1771403180" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771403270" }, "departure": { "time": "1771403270" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771403390" }, "departure": { "time": "1771403390" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771403480" }, "departure": { "time": "1771403480" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771403600" }, "departure": { "time": "1771403600" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771403680" }, "departure": { "time": "1771403680" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771403800" }, "departure": { "time": "1771403800" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771403890" }, "departure": { "time": "1771403890" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771404040" }, "departure": { "time": "1771404040" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771404140" }, "departure": { "time": "1771404140" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771404220" }, "departure": { "time": "1771404220" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771404310" }, "departure": { "time": "1771404310" }, "stopId": "2ACAS", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6540929" } } }, { "id": "trip:6053957", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403520" }, "stopId": "STSYCHVE", "stopSequence": 0 }, { "arrival": { "time": "1771403590" }, "departure": { "time": "1771403590" }, "stopId": "GAUGUIN", "stopSequence": 1 }, { "arrival": { "time": "1771403640" }, "departure": { "time": "1771403640" }, "stopId": "ANBRUEL", "stopSequence": 2 }, { "arrival": { "time": "1771403700" }, "departure": { "time": "1771403700" }, "stopId": "V.HUGO", "stopSequence": 3 }, { "arrival": { "time": "1771403744" }, "departure": { "time": "1771403744" }, "stopId": "FRANCA-E", "stopSequence": 4 }, { "arrival": { "time": "1771403810" }, "departure": { "time": "1771403810" }, "stopId": "LECLSY-E", "stopSequence": 5 }, { "arrival": { "time": "1771403880" }, "departure": { "time": "1771403880" }, "stopId": "SSYMAIRI", "stopSequence": 6 }, { "arrival": { "time": "1771403939" }, "departure": { "time": "1771403939" }, "stopId": "UNION", "stopSequence": 7 }, { "arrival": { "time": "1771403978" }, "departure": { "time": "1771403978" }, "stopId": "CHABLANC", "stopSequence": 8 }, { "arrival": { "time": "1771404017" }, "departure": { "time": "1771404017" }, "stopId": "BASMORTI", "stopSequence": 9 }, { "arrival": { "time": "1771404060" }, "departure": { "time": "1771404060" }, "stopId": "MILLARDI", "stopSequence": 10 }, { "arrival": { "time": "1771404075" }, "departure": { "time": "1771404075" }, "stopId": "CARREAUX", "stopSequence": 11 }, { "arrival": { "time": "1771404300" }, "departure": { "time": "1771404300" }, "stopId": "PARCEXPO", "stopSequence": 12 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053957" } } }, { "id": "trip:6258259", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400666" }, "departure": { "time": "1771400687" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771400724" }, "departure": { "time": "1771400747" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771400816" }, "departure": { "time": "1771400816" }, "stopId": "POMONE", "stopSequence": 19 }, { "arrival": { "time": "1771400921" }, "departure": { "time": "1771400921" }, "stopId": "CIOUEST", "stopSequence": 20 }, { "arrival": { "time": "1771400970" }, "departure": { "time": "1771400970" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771401006" }, "departure": { "time": "1771401006" }, "stopId": "DESCAZ-E", "stopSequence": 22 }, { "arrival": { "time": "1771401063" }, "departure": { "time": "1771401063" }, "stopId": "BICHDAVI", "stopSequence": 23 }, { "arrival": { "time": "1771401145" }, "departure": { "time": "1771401145" }, "stopId": "HOTDIEU", "stopSequence": 24 }, { "arrival": { "time": "1771401186" }, "departure": { "time": "1771401186" }, "stopId": "ROCHEFOU", "stopSequence": 25 }, { "arrival": { "time": "1771401395" }, "departure": { "time": "1771401395" }, "stopId": "STSERGEU", "stopSequence": 26 }, { "arrival": { "time": "1771401744" }, "departure": { "time": "1771401744" }, "stopId": "MENDESFR", "stopSequence": 27 }, { "arrival": { "time": "1771401911" }, "departure": { "time": "1771401911" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771401974" }, "departure": { "time": "1771401974" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771402009" }, "departure": { "time": "1771402009" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771402140" }, "departure": { "time": "1771402140" }, "stopId": "ANLERO-E", "stopSequence": 31 }, { "arrival": { "time": "1771402213" }, "departure": { "time": "1771402213" }, "stopId": "RABELA-E", "stopSequence": 32 }, { "arrival": { "time": "1771402271" }, "departure": { "time": "1771402271" }, "stopId": "ESA-E", "stopSequence": 33 }, { "arrival": { "time": "1771402404" }, "departure": { "time": "1771402404" }, "stopId": "DELATA-E", "stopSequence": 34 }, { "arrival": { "time": "1771402500" }, "departure": { "time": "1771402500" }, "stopId": "ALLARD-E", "stopSequence": 35 }, { "arrival": { "time": "1771402550" }, "departure": { "time": "1771402550" }, "stopId": "TASSIG-E", "stopSequence": 36 }, { "arrival": { "time": "1771402643" }, "departure": { "time": "1771402643" }, "stopId": "TROIPA-E", "stopSequence": 37 }, { "arrival": { "time": "1771402680" }, "departure": { "time": "1771402680" }, "stopId": "SABLON-E", "stopSequence": 38 }, { "arrival": { "time": "1771402733" }, "departure": { "time": "1771402733" }, "stopId": "RUELLE-E", "stopSequence": 39 }, { "arrival": { "time": "1771402816" }, "departure": { "time": "1771402816" }, "stopId": "GENDRO-E", "stopSequence": 40 }, { "arrival": { "time": "1771402910" }, "departure": { "time": "1771402910" }, "stopId": "PATUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771402980" }, "departure": { "time": "1771402980" }, "stopId": "AUTHIO-E", "stopSequence": 42 }, { "arrival": { "time": "1771403039" }, "departure": { "time": "1771403039" }, "stopId": "BELPOU-E", "stopSequence": 43 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403100" }, "stopId": "PONTSC-E", "stopSequence": 44 }, { "arrival": { "time": "1771403222" }, "departure": { "time": "1771403222" }, "stopId": "LOIRE-E", "stopSequence": 45 }, { "arrival": { "time": "1771403257" }, "departure": { "time": "1771403257" }, "stopId": "DUBE-E", "stopSequence": 46 }, { "arrival": { "time": "1771403303" }, "departure": { "time": "1771403303" }, "stopId": "LOUET-E", "stopSequence": 47 }, { "arrival": { "time": "1771403344" }, "departure": { "time": "1771403344" }, "stopId": "BOSQUE-E", "stopSequence": 48 }, { "arrival": { "time": "1771403394" }, "departure": { "time": "1771403394" }, "stopId": "CHAERI-E", "stopSequence": 49 }, { "arrival": { "time": "1771403440" }, "departure": { "time": "1771403440" }, "stopId": "FONTE-E", "stopSequence": 50 }, { "arrival": { "time": "1771403494" }, "departure": { "time": "1771403494" }, "stopId": "ERIGNE", "stopSequence": 51 }, { "arrival": { "time": "1771403541" }, "stopId": "SOLAND", "stopSequence": 52 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258259" } } }, { "id": "trip:6259990", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771404060" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1771404117" }, "departure": { "time": "1771404117" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1771404158" }, "departure": { "time": "1771404158" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1771404205" }, "departure": { "time": "1771404205" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1771404240" }, "departure": { "time": "1771404240" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1771404301" }, "departure": { "time": "1771404301" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1771404342" }, "departure": { "time": "1771404342" }, "stopId": "GRANBELL", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6259990" } } }, { "id": "trip:6052648", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403625" }, "stopId": "DOMVATER", "stopSequence": 0 }, { "arrival": { "time": "1771403677" }, "departure": { "time": "1771403677" }, "stopId": "BECKE", "stopSequence": 1 }, { "arrival": { "time": "1771403727" }, "departure": { "time": "1771403727" }, "stopId": "LAENN", "stopSequence": 2 }, { "arrival": { "time": "1771403775" }, "departure": { "time": "1771403775" }, "stopId": "CAMPJUIG", "stopSequence": 3 }, { "arrival": { "time": "1771403845" }, "departure": { "time": "1771403845" }, "stopId": "PISCMUFF", "stopSequence": 4 }, { "arrival": { "time": "1771403909" }, "departure": { "time": "1771403909" }, "stopId": "ANAFRAN", "stopSequence": 5 }, { "arrival": { "time": "1771403967" }, "departure": { "time": "1771403967" }, "stopId": "ZOLA", "stopSequence": 6 }, { "arrival": { "time": "1771404010" }, "departure": { "time": "1771404010" }, "stopId": "BELAIR", "stopSequence": 7 }, { "arrival": { "time": "1771404121" }, "departure": { "time": "1771404121" }, "stopId": "ESPMONTR", "stopSequence": 8 }, { "arrival": { "time": "1771404190" }, "departure": { "time": "1771404190" }, "stopId": "PLATFLEU", "stopSequence": 9 }, { "arrival": { "time": "1771404218" }, "departure": { "time": "1771404218" }, "stopId": "JEHUEZ", "stopSequence": 10 }, { "arrival": { "time": "1771404273" }, "departure": { "time": "1771404273" }, "stopId": "MASTELLE", "stopSequence": 11 }, { "arrival": { "time": "1771404357" }, "departure": { "time": "1771404357" }, "stopId": "AVENEURO", "stopSequence": 12 }, { "arrival": { "time": "1771404030" }, "departure": { "time": "1771404030" }, "scheduleRelationship": "SKIPPED", "stopId": "LEQUAI", "stopSequence": 32 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052648" } } }, { "id": "trip:6258756", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400730" }, "departure": { "time": "1771400730" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771400774" }, "departure": { "time": "1771400774" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771400877" }, "departure": { "time": "1771400877" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771401008" }, "departure": { "time": "1771401008" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771401088" }, "departure": { "time": "1771401088" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771401139" }, "departure": { "time": "1771401139" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771401182" }, "departure": { "time": "1771401182" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771401237" }, "departure": { "time": "1771401237" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771401308" }, "departure": { "time": "1771401308" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771401362" }, "departure": { "time": "1771401362" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771401407" }, "departure": { "time": "1771401407" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771401491" }, "departure": { "time": "1771401491" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771401577" }, "departure": { "time": "1771401577" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771401617" }, "departure": { "time": "1771401617" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771401654" }, "departure": { "time": "1771401654" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771401735" }, "departure": { "time": "1771401735" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771401807" }, "departure": { "time": "1771401807" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771401884" }, "departure": { "time": "1771401884" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771401927" }, "departure": { "time": "1771401927" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771401989" }, "departure": { "time": "1771401989" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771402022" }, "departure": { "time": "1771402022" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771402090" }, "departure": { "time": "1771402090" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771402149" }, "departure": { "time": "1771402149" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771402227" }, "departure": { "time": "1771402227" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771402290" }, "departure": { "time": "1771402290" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771402352" }, "departure": { "time": "1771402352" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771402395" }, "departure": { "time": "1771402395" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771402431" }, "departure": { "time": "1771402431" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771402509" }, "departure": { "time": "1771402509" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771402589" }, "departure": { "time": "1771402589" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771402659" }, "departure": { "time": "1771402659" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771402704" }, "departure": { "time": "1771402704" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771402749" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258756" } } }, { "id": "trip:6257937", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402260" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771402346" }, "departure": { "time": "1771402346" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771402390" }, "departure": { "time": "1771402390" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771402427" }, "departure": { "time": "1771402427" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771402454" }, "departure": { "time": "1771402454" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771402560" }, "departure": { "time": "1771402560" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771402605" }, "departure": { "time": "1771402605" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771402666" }, "departure": { "time": "1771402666" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771402709" }, "departure": { "time": "1771402709" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771402756" }, "departure": { "time": "1771402756" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771402800" }, "departure": { "time": "1771402800" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771402855" }, "departure": { "time": "1771402855" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771402909" }, "departure": { "time": "1771402909" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771402975" }, "departure": { "time": "1771402975" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771403050" }, "departure": { "time": "1771403050" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771403109" }, "departure": { "time": "1771403109" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771403160" }, "departure": { "time": "1771403160" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771403232" }, "departure": { "time": "1771403232" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771403315" }, "departure": { "time": "1771403315" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771403374" }, "departure": { "time": "1771403374" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771403445" }, "departure": { "time": "1771403445" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771403541" }, "departure": { "time": "1771403541" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771403582" }, "departure": { "time": "1771403582" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771403640" }, "departure": { "time": "1771403640" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771403707" }, "departure": { "time": "1771403707" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771403827" }, "departure": { "time": "1771403827" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771403880" }, "departure": { "time": "1771403940" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771404027" }, "departure": { "time": "1771404027" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771404069" }, "departure": { "time": "1771404069" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771404282" }, "departure": { "time": "1771404282" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771404349" }, "departure": { "time": "1771404349" }, "stopId": "ACAD-PLA", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257937" } } }, { "id": "trip:6258131", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401840" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1771401887" }, "departure": { "time": "1771401887" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771401933" }, "departure": { "time": "1771401933" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1771401999" }, "departure": { "time": "1771401999" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771402062" }, "departure": { "time": "1771402062" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771402200" }, "departure": { "time": "1771402200" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1771402284" }, "departure": { "time": "1771402284" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771402369" }, "departure": { "time": "1771402369" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771402543" }, "departure": { "time": "1771402543" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771402655" }, "departure": { "time": "1771402655" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771402700" }, "departure": { "time": "1771402700" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771402736" }, "departure": { "time": "1771402736" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771402811" }, "departure": { "time": "1771402811" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771402898" }, "departure": { "time": "1771402898" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771402980" }, "departure": { "time": "1771402980" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771403076" }, "departure": { "time": "1771403076" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1771403178" }, "departure": { "time": "1771403178" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1771403241" }, "departure": { "time": "1771403241" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1771403300" }, "departure": { "time": "1771403300" }, "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1771403400" }, "departure": { "time": "1771403400" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1771403448" }, "departure": { "time": "1771403448" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771403536" }, "departure": { "time": "1771403536" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771403633" }, "departure": { "time": "1771403633" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771403704" }, "departure": { "time": "1771403704" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771403835" }, "departure": { "time": "1771403835" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771403869" }, "departure": { "time": "1771403869" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771403940" }, "departure": { "time": "1771403940" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771404054" }, "departure": { "time": "1771404054" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771404111" }, "departure": { "time": "1771404111" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771404160" }, "departure": { "time": "1771404160" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771404228" }, "departure": { "time": "1771404228" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771404300" }, "departure": { "time": "1771404300" }, "stopId": "ANRO-5A", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258131" } } }, { "id": "trip:6544919", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401180" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771401281" }, "departure": { "time": "1771401281" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771401390" }, "departure": { "time": "1771401390" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771401473" }, "departure": { "time": "1771401473" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771401568" }, "departure": { "time": "1771401568" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771401681" }, "departure": { "time": "1771401681" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771401860" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544919" } } }, { "id": "trip:6257788", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400672" }, "departure": { "time": "1771400703" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771400732" }, "departure": { "time": "1771400732" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771400770" }, "departure": { "time": "1771400770" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1771400931" }, "departure": { "time": "1771400931" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1771401070" }, "departure": { "time": "1771401070" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1771401107" }, "departure": { "time": "1771401107" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1771401186" }, "departure": { "time": "1771401186" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1771401230" }, "departure": { "time": "1771401230" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1771401259" }, "departure": { "time": "1771401259" }, "stopId": "DESJAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771401310" }, "departure": { "time": "1771401310" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1771401394" }, "departure": { "time": "1771401394" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1771401436" }, "departure": { "time": "1771401436" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771401529" }, "departure": { "time": "1771401529" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771401563" }, "departure": { "time": "1771401563" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771401610" }, "departure": { "time": "1771401610" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771401711" }, "departure": { "time": "1771401711" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771401799" }, "departure": { "time": "1771401799" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771401915" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257788" } } }, { "id": "trip:6258053", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400736" }, "departure": { "time": "1771400736" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771400779" }, "departure": { "time": "1771400779" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771400824" }, "departure": { "time": "1771400824" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771400891" }, "departure": { "time": "1771400891" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771400940" }, "departure": { "time": "1771400940" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771401005" }, "departure": { "time": "1771401005" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771401080" }, "departure": { "time": "1771401080" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771401137" }, "departure": { "time": "1771401137" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771401184" }, "departure": { "time": "1771401184" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1771401383" }, "departure": { "time": "1771401383" }, "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771401434" }, "departure": { "time": "1771401434" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771401549" }, "departure": { "time": "1771401549" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771401578" }, "departure": { "time": "1771401578" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771401613" }, "departure": { "time": "1771401613" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771401681" }, "departure": { "time": "1771401681" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771401718" }, "departure": { "time": "1771401718" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771401787" }, "departure": { "time": "1771401787" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771401851" }, "departure": { "time": "1771401851" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771401933" }, "departure": { "time": "1771401933" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771402037" }, "departure": { "time": "1771402037" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771402105" }, "departure": { "time": "1771402105" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771402160" }, "departure": { "time": "1771402160" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771402206" }, "departure": { "time": "1771402206" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771402252" }, "departure": { "time": "1771402252" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771402284" }, "departure": { "time": "1771402284" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771402345" }, "departure": { "time": "1771402345" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771402375" }, "departure": { "time": "1771402375" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771402457" }, "departure": { "time": "1771402457" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771402507" }, "departure": { "time": "1771402507" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771402557" }, "departure": { "time": "1771402557" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771402610" }, "departure": { "time": "1771402610" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771402644" }, "departure": { "time": "1771402644" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771402693" }, "departure": { "time": "1771402693" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771402772" }, "departure": { "time": "1771402772" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771402857" }, "departure": { "time": "1771402857" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771402919" }, "departure": { "time": "1771402919" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771403006" }, "departure": { "time": "1771403006" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771403071" }, "departure": { "time": "1771403071" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771403173" }, "departure": { "time": "1771403173" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771403244" }, "departure": { "time": "1771403244" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771403306" }, "departure": { "time": "1771403306" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771403357" }, "departure": { "time": "1771403357" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771403467" }, "departure": { "time": "1771403467" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771403519" }, "departure": { "time": "1771403519" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1771403594" }, "departure": { "time": "1771403594" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771403688" }, "departure": { "time": "1771403688" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771403777" }, "departure": { "time": "1771403777" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1771403886" }, "departure": { "time": "1771403886" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1771403966" }, "departure": { "time": "1771403966" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1771404036" }, "departure": { "time": "1771404036" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771404076" }, "departure": { "time": "1771404076" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1771404129" }, "departure": { "time": "1771404129" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771404216" }, "departure": { "time": "1771404216" }, "stopId": "ALDUNA-E", "stopSequence": 55 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258053" } } }, { "id": "trip:6052679", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400732" }, "departure": { "time": "1771400732" }, "stopId": "PTFILL-E", "stopSequence": 11 }, { "arrival": { "time": "1771400820" }, "departure": { "time": "1771400820" }, "stopId": "PRTLAU-E", "stopSequence": 12 }, { "arrival": { "time": "1771400868" }, "departure": { "time": "1771400868" }, "stopId": "CHAUMI-E", "stopSequence": 13 }, { "arrival": { "time": "1771400905" }, "departure": { "time": "1771400905" }, "stopId": "LESRIV-E", "stopSequence": 14 }, { "arrival": { "time": "1771400940" }, "departure": { "time": "1771400940" }, "stopId": "BBRANC-E", "stopSequence": 15 }, { "arrival": { "time": "1771400972" }, "departure": { "time": "1771400972" }, "stopId": "VIELMA-E", "stopSequence": 16 }, { "arrival": { "time": "1771401004" }, "departure": { "time": "1771401004" }, "stopId": "MA4VE-E", "stopSequence": 17 }, { "arrival": { "time": "1771401043" }, "departure": { "time": "1771401043" }, "stopId": "FIEGEN-E", "stopSequence": 18 }, { "arrival": { "time": "1771401087" }, "departure": { "time": "1771401087" }, "stopId": "LABROS-E", "stopSequence": 19 }, { "arrival": { "time": "1771401148" }, "departure": { "time": "1771401148" }, "stopId": "BMOTTE-E", "stopSequence": 20 }, { "arrival": { "time": "1771401241" }, "departure": { "time": "1771401241" }, "stopId": "GRIMOR-E", "stopSequence": 21 }, { "arrival": { "time": "1771401300" }, "stopId": "VEILLIER", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "12", "tripId": "6052679" } } }, { "id": "trip:4053", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400687" }, "departure": { "time": "1771400709" }, "stopId": "DAUTEL", "stopSequence": 6 }, { "arrival": { "time": "1771400880" }, "departure": { "time": "1771400880" }, "stopId": "MAIRTR-E", "stopSequence": 7 }, { "arrival": { "time": "1771400940" }, "departure": { "time": "1771400940" }, "stopId": "TRELCH-E", "stopSequence": 8 }, { "arrival": { "time": "1771401120" }, "departure": { "time": "1771401120" }, "stopId": "BRAINN-E", "stopSequence": 9 }, { "arrival": { "time": "1771401177" }, "departure": { "time": "1771401177" }, "stopId": "BRAIBO-E", "stopSequence": 10 }, { "arrival": { "time": "1771401218" }, "departure": { "time": "1771401218" }, "stopId": "BUISBE-E", "stopSequence": 11 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401300" }, "stopId": "BRAI8M-E", "stopSequence": 12 }, { "arrival": { "time": "1771401354" }, "departure": { "time": "1771401354" }, "stopId": "AZEMA-E", "stopSequence": 13 }, { "arrival": { "time": "1771401420" }, "departure": { "time": "1771401420" }, "stopId": "BRAICO-E", "stopSequence": 14 }, { "arrival": { "time": "1771401528" }, "departure": { "time": "1771401528" }, "stopId": "ANDAMA-E", "stopSequence": 15 }, { "arrival": { "time": "1771401587" }, "departure": { "time": "1771401587" }, "stopId": "RESTLA-E", "stopSequence": 16 }, { "arrival": { "time": "1771401648" }, "departure": { "time": "1771401648" }, "stopId": "ANDALA-E", "stopSequence": 17 }, { "arrival": { "time": "1771401720" }, "departure": { "time": "1771401720" }, "stopId": "JDELAV-E", "stopSequence": 18 }, { "arrival": { "time": "1771401954" }, "departure": { "time": "1771401954" }, "stopId": "CORNCR-E", "stopSequence": 19 }, { "arrival": { "time": "1771402007" }, "departure": { "time": "1771402007" }, "stopId": "CORNMA-E", "stopSequence": 20 }, { "arrival": { "time": "1771402080" }, "departure": { "time": "1771402080" }, "stopId": "ROYALE-E", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "40", "tripId": "4053" } } }, { "id": "trip:6544439", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771404120" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771404300" }, "departure": { "time": "1771404300" }, "stopId": "FO-LOR-R", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544439" } } }, { "id": "trip:6052680", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401300" }, "stopId": "VEILLIER", "stopSequence": 0 }, { "arrival": { "time": "1771401360" }, "departure": { "time": "1771401540" }, "stopId": "GRIMOREL", "stopSequence": 1 }, { "arrival": { "time": "1771401655" }, "departure": { "time": "1771401655" }, "stopId": "BMOTTE", "stopSequence": 2 }, { "arrival": { "time": "1771401726" }, "departure": { "time": "1771401726" }, "stopId": "LABROSSE", "stopSequence": 3 }, { "arrival": { "time": "1771401779" }, "departure": { "time": "1771401779" }, "stopId": "FIEFGENT", "stopSequence": 4 }, { "arrival": { "time": "1771401862" }, "departure": { "time": "1771401862" }, "stopId": "VIELLMAI", "stopSequence": 6 }, { "arrival": { "time": "1771401900" }, "departure": { "time": "1771401900" }, "stopId": "BBRANCHE", "stopSequence": 7 }, { "arrival": { "time": "1771401935" }, "departure": { "time": "1771401935" }, "stopId": "LESRIVES", "stopSequence": 8 }, { "arrival": { "time": "1771401973" }, "departure": { "time": "1771401973" }, "stopId": "CHAUMIER", "stopSequence": 9 }, { "arrival": { "time": "1771402156" }, "departure": { "time": "1771402156" }, "stopId": "PTFILLES", "stopSequence": 11 }, { "arrival": { "time": "1771402256" }, "departure": { "time": "1771402256" }, "stopId": "EPERVIER", "stopSequence": 12 }, { "arrival": { "time": "1771402289" }, "departure": { "time": "1771402289" }, "stopId": "CONFLUEN", "stopSequence": 13 }, { "arrival": { "time": "1771402350" }, "departure": { "time": "1771402350" }, "stopId": "CHABOL-E", "stopSequence": 14 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "EVENTARD", "stopSequence": 15 }, { "arrival": { "time": "1771402478" }, "departure": { "time": "1771402478" }, "stopId": "COTTAGE", "stopSequence": 16 }, { "arrival": { "time": "1771402543" }, "departure": { "time": "1771402543" }, "stopId": "DUBELL-2", "stopSequence": 17 }, { "arrival": { "time": "1771402574" }, "departure": { "time": "1771402574" }, "stopId": "BOISABBE", "stopSequence": 18 }, { "arrival": { "time": "1771402620" }, "departure": { "time": "1771402620" }, "stopId": "DEBUSSY", "stopSequence": 19 }, { "arrival": { "time": "1771402718" }, "departure": { "time": "1771402718" }, "stopId": "HOTELLER", "stopSequence": 20 }, { "arrival": { "time": "1771402799" }, "departure": { "time": "1771402799" }, "stopId": "INDUSTRI", "stopSequence": 21 }, { "arrival": { "time": "1771402920" }, "stopId": "MONPLAIS", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "12", "tripId": "6052680" } } }, { "id": "trip:6540932", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403970" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771404090" }, "departure": { "time": "1771404090" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771404200" }, "departure": { "time": "1771404200" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771404320" }, "departure": { "time": "1771404320" }, "stopId": "2BAMA", "stopSequence": 3 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6540932" } } }, { "id": "trip:6544013", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400868" }, "departure": { "time": "1771400868" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771400905" }, "departure": { "time": "1771400905" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771401065" }, "departure": { "time": "1771401065" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771401143" }, "departure": { "time": "1771401143" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771401241" }, "departure": { "time": "1771401241" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771401420" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544013" } } }, { "id": "trip:6258458", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400642" }, "departure": { "time": "1771400642" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1771400687" }, "departure": { "time": "1771400687" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1771400702" }, "departure": { "time": "1771400702" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1771400740" }, "departure": { "time": "1771400746" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1771400760" }, "departure": { "time": "1771400760" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1771400797" }, "departure": { "time": "1771400797" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1771400831" }, "departure": { "time": "1771400831" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1771400938" }, "departure": { "time": "1771400938" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1771401003" }, "departure": { "time": "1771401003" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1771401057" }, "departure": { "time": "1771401057" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1771401111" }, "departure": { "time": "1771401111" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1771401177" }, "departure": { "time": "1771401177" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1771401220" }, "departure": { "time": "1771401220" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1771401259" }, "departure": { "time": "1771401259" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1771401493" }, "departure": { "time": "1771401493" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771401571" }, "departure": { "time": "1771401571" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771401724" }, "departure": { "time": "1771401724" }, "stopId": "LOHUIT", "stopSequence": 28 }, { "arrival": { "time": "1771401876" }, "departure": { "time": "1771401876" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1771401956" }, "departure": { "time": "1771401956" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1771402026" }, "departure": { "time": "1771402026" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771402076" }, "departure": { "time": "1771402076" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1771402204" }, "departure": { "time": "1771402204" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1771402273" }, "departure": { "time": "1771402273" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1771402298" }, "departure": { "time": "1771402298" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1771402395" }, "departure": { "time": "1771402395" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1771402444" }, "departure": { "time": "1771402444" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771402567" }, "departure": { "time": "1771402567" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1771402654" }, "departure": { "time": "1771402654" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1771402707" }, "departure": { "time": "1771402707" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1771402778" }, "departure": { "time": "1771402778" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1771402829" }, "departure": { "time": "1771402829" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1771402873" }, "departure": { "time": "1771402873" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1771402939" }, "departure": { "time": "1771402939" }, "stopId": "LAVOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771403043" }, "departure": { "time": "1771403043" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1771403086" }, "departure": { "time": "1771403086" }, "stopId": "BAUDRA-E", "stopSequence": 47 }, { "arrival": { "time": "1771403165" }, "departure": { "time": "1771403165" }, "stopId": "ECURIE-E", "stopSequence": 48 }, { "arrival": { "time": "1771403235" }, "departure": { "time": "1771403235" }, "stopId": "RTSORGES", "stopSequence": 49 }, { "arrival": { "time": "1771403284" }, "stopId": "SORGES", "stopSequence": 50 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258458" } } }, { "id": "trip:6053955", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401960" }, "stopId": "STSYCHVE", "stopSequence": 0 }, { "arrival": { "time": "1771402030" }, "departure": { "time": "1771402030" }, "stopId": "GAUGUIN", "stopSequence": 1 }, { "arrival": { "time": "1771402080" }, "departure": { "time": "1771402080" }, "stopId": "ANBRUEL", "stopSequence": 2 }, { "arrival": { "time": "1771402140" }, "departure": { "time": "1771402140" }, "stopId": "V.HUGO", "stopSequence": 3 }, { "arrival": { "time": "1771402184" }, "departure": { "time": "1771402184" }, "stopId": "FRANCA-E", "stopSequence": 4 }, { "arrival": { "time": "1771402250" }, "departure": { "time": "1771402250" }, "stopId": "LECLSY-E", "stopSequence": 5 }, { "arrival": { "time": "1771402320" }, "departure": { "time": "1771402320" }, "stopId": "SSYMAIRI", "stopSequence": 6 }, { "arrival": { "time": "1771402379" }, "departure": { "time": "1771402379" }, "stopId": "UNION", "stopSequence": 7 }, { "arrival": { "time": "1771402418" }, "departure": { "time": "1771402418" }, "stopId": "CHABLANC", "stopSequence": 8 }, { "arrival": { "time": "1771402457" }, "departure": { "time": "1771402457" }, "stopId": "BASMORTI", "stopSequence": 9 }, { "arrival": { "time": "1771402500" }, "departure": { "time": "1771402500" }, "stopId": "MILLARDI", "stopSequence": 10 }, { "arrival": { "time": "1771402515" }, "departure": { "time": "1771402515" }, "stopId": "CARREAUX", "stopSequence": 11 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "stopId": "PARCEXPO", "stopSequence": 12 }, { "arrival": { "time": "1771402837" }, "departure": { "time": "1771402837" }, "stopId": "PROVINS", "stopSequence": 13 }, { "arrival": { "time": "1771402903" }, "departure": { "time": "1771402903" }, "stopId": "RTEPARIS", "stopSequence": 14 }, { "arrival": { "time": "1771402980" }, "departure": { "time": "1771402980" }, "stopId": "SEPSONET", "stopSequence": 15 }, { "arrival": { "time": "1771403096" }, "departure": { "time": "1771403096" }, "stopId": "CHATENAY", "stopSequence": 16 }, { "arrival": { "time": "1771403209" }, "departure": { "time": "1771403209" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1771403477" }, "departure": { "time": "1771403477" }, "stopId": "CLEMOINE", "stopSequence": 18 }, { "arrival": { "time": "1771403580" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053955" } } }, { "id": "trip:6257471", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400656" }, "departure": { "time": "1771400656" }, "stopId": "LINOVE-E", "stopSequence": 35 }, { "arrival": { "time": "1771400686" }, "departure": { "time": "1771400686" }, "stopId": "DANGEL-E", "stopSequence": 36 }, { "arrival": { "time": "1771400725" }, "departure": { "time": "1771400746" }, "stopId": "ATHLET-E", "stopSequence": 37 }, { "arrival": { "time": "1771400768" }, "departure": { "time": "1771400768" }, "stopId": "DIONNE-E", "stopSequence": 38 }, { "arrival": { "time": "1771400814" }, "departure": { "time": "1771400814" }, "stopId": "GENDRO-E", "stopSequence": 39 }, { "arrival": { "time": "1771400858" }, "departure": { "time": "1771400858" }, "stopId": "CHESNA-E", "stopSequence": 40 }, { "arrival": { "time": "1771400906" }, "departure": { "time": "1771400906" }, "stopId": "GIRAD-E", "stopSequence": 41 }, { "arrival": { "time": "1771401001" }, "departure": { "time": "1771401001" }, "stopId": "FRANVILL", "stopSequence": 42 }, { "arrival": { "time": "1771401075" }, "departure": { "time": "1771401075" }, "stopId": "GGESSAND", "stopSequence": 43 }, { "arrival": { "time": "1771401123" }, "departure": { "time": "1771401123" }, "stopId": "MACURIE", "stopSequence": 44 }, { "arrival": { "time": "1771401167" }, "departure": { "time": "1771401167" }, "stopId": "JEROSTAN", "stopSequence": 45 }, { "arrival": { "time": "1771401212" }, "departure": { "time": "1771401212" }, "stopId": "RONCIERE", "stopSequence": 46 }, { "arrival": { "time": "1771401255" }, "departure": { "time": "1771401255" }, "stopId": "GUILLE-E", "stopSequence": 47 }, { "arrival": { "time": "1771401342" }, "departure": { "time": "1771401342" }, "stopId": "BAUDRA-E", "stopSequence": 48 }, { "arrival": { "time": "1771401494" }, "stopId": "MOULINMA", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257471" } } }, { "id": "trip:3654", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400651" }, "departure": { "time": "1771400701" }, "stopId": "MASJLIN", "stopSequence": 9 }, { "arrival": { "time": "1771400714" }, "departure": { "time": "1771400719" }, "stopId": "LAROCHE", "stopSequence": 10 }, { "arrival": { "time": "1771401139" }, "departure": { "time": "1771401139" }, "stopId": "CNFPT", "stopSequence": 11 }, { "arrival": { "time": "1771401150" }, "departure": { "time": "1771401150" }, "stopId": "LABABEAU", "stopSequence": 12 }, { "arrival": { "time": "1771401536" }, "departure": { "time": "1771401536" }, "stopId": "FARCYSJA", "stopSequence": 13 }, { "arrival": { "time": "1771401690" }, "departure": { "time": "1771401690" }, "stopId": "QUAIsubN", "stopSequence": 14 } ], "trip": { "directionId": 0, "routeId": "36", "tripId": "3654" } } }, { "id": "trip:6257563", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400743" }, "departure": { "time": "1771400743" }, "stopId": "LESGAR-E", "stopSequence": 21 }, { "arrival": { "time": "1771400878" }, "departure": { "time": "1771400878" }, "stopId": "SEMARD-E", "stopSequence": 22 }, { "arrival": { "time": "1771400916" }, "departure": { "time": "1771400916" }, "stopId": "PONTNO-E", "stopSequence": 23 }, { "arrival": { "time": "1771400940" }, "departure": { "time": "1771400940" }, "stopId": "POIREL-E", "stopSequence": 24 }, { "arrival": { "time": "1771400984" }, "departure": { "time": "1771400984" }, "stopId": "VAUBAN-E", "stopSequence": 25 }, { "arrival": { "time": "1771401048" }, "departure": { "time": "1771401048" }, "stopId": "FREMUR-E", "stopSequence": 26 }, { "arrival": { "time": "1771401124" }, "departure": { "time": "1771401124" }, "stopId": "STRASB-E", "stopSequence": 27 }, { "arrival": { "time": "1771401171" }, "departure": { "time": "1771401171" }, "scheduleRelationship": "SKIPPED", "stopId": "LETAND-E", "stopSequence": 29 }, { "arrival": { "time": "1771401210" }, "departure": { "time": "1771401210" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUVA-E", "stopSequence": 30 }, { "arrival": { "time": "1771401468" }, "departure": { "time": "1771401468" }, "stopId": "LORETT-E", "stopSequence": 31 }, { "arrival": { "time": "1771401503" }, "departure": { "time": "1771401503" }, "stopId": "MORELI-E", "stopSequence": 32 }, { "arrival": { "time": "1771401557" }, "departure": { "time": "1771401557" }, "stopId": "DELATR-E", "stopSequence": 33 }, { "arrival": { "time": "1771401633" }, "departure": { "time": "1771401633" }, "stopId": "HAUTPR-E", "stopSequence": 34 }, { "arrival": { "time": "1771401752" }, "departure": { "time": "1771401752" }, "stopId": "INTMIL-E", "stopSequence": 35 }, { "arrival": { "time": "1771401834" }, "departure": { "time": "1771401834" }, "stopId": "SAUMUR-E", "stopSequence": 36 }, { "arrival": { "time": "1771401899" }, "departure": { "time": "1771401899" }, "stopId": "DELACR-E", "stopSequence": 37 }, { "arrival": { "time": "1771401950" }, "departure": { "time": "1771401950" }, "stopId": "JUSTIC-E", "stopSequence": 38 }, { "arrival": { "time": "1771402038" }, "departure": { "time": "1771402038" }, "stopId": "ECLATE-E", "stopSequence": 39 }, { "arrival": { "time": "1771402137" }, "departure": { "time": "1771402137" }, "stopId": "VDLOIR-E", "stopSequence": 40 }, { "arrival": { "time": "1771401828" }, "departure": { "time": "1771401828" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 41 }, { "arrival": { "time": "1771401870" }, "departure": { "time": "1771401870" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 42 }, { "arrival": { "time": "1771401935" }, "departure": { "time": "1771401935" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 43 }, { "arrival": { "time": "1771401960" }, "departure": { "time": "1771401960" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 44 }, { "arrival": { "time": "1771402177" }, "departure": { "time": "1771402177" }, "stopId": "LEOLAG-E", "stopSequence": 45 }, { "arrival": { "time": "1771402214" }, "departure": { "time": "1771402214" }, "stopId": "DAGUER-E", "stopSequence": 46 }, { "arrival": { "time": "1771402257" }, "departure": { "time": "1771402257" }, "stopId": "ALLUME-E", "stopSequence": 47 }, { "arrival": { "time": "1771402296" }, "departure": { "time": "1771402296" }, "stopId": "RIOTTE-E", "stopSequence": 48 }, { "arrival": { "time": "1771402338" }, "departure": { "time": "1771402338" }, "stopId": "BOURSE-E", "stopSequence": 49 }, { "arrival": { "time": "1771402366" }, "departure": { "time": "1771402366" }, "stopId": "MORLON-E", "stopSequence": 50 }, { "arrival": { "time": "1771402405" }, "departure": { "time": "1771402405" }, "stopId": "PYRAM2-E", "stopSequence": 51 }, { "arrival": { "time": "1771402455" }, "departure": { "time": "1771402455" }, "stopId": "BUISSO-E", "stopSequence": 52 }, { "arrival": { "time": "1771402481" }, "departure": { "time": "1771402481" }, "stopId": "DAUTEL-E", "stopSequence": 53 }, { "arrival": { "time": "1771402552" }, "departure": { "time": "1771402552" }, "stopId": "GENTR-E", "stopSequence": 54 }, { "arrival": { "time": "1771402672" }, "stopId": "SLEZIND", "stopSequence": 55 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257563" } } }, { "id": "trip:6258291", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401120" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771401168" }, "departure": { "time": "1771401168" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771401218" }, "departure": { "time": "1771401218" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771401286" }, "departure": { "time": "1771401286" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771401345" }, "departure": { "time": "1771401345" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771401373" }, "departure": { "time": "1771401373" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771401420" }, "departure": { "time": "1771401420" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771401469" }, "departure": { "time": "1771401469" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771401539" }, "departure": { "time": "1771401539" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771401583" }, "departure": { "time": "1771401583" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771401660" }, "departure": { "time": "1771401660" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771401720" }, "departure": { "time": "1771401720" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771401762" }, "departure": { "time": "1771401762" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771401791" }, "departure": { "time": "1771401791" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771401837" }, "departure": { "time": "1771401837" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771401900" }, "departure": { "time": "1771401900" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771401950" }, "departure": { "time": "1771401950" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771401987" }, "departure": { "time": "1771401987" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771402066" }, "departure": { "time": "1771402066" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771402130" }, "departure": { "time": "1771402130" }, "stopId": "POMONE", "stopSequence": 19 }, { "arrival": { "time": "1771402235" }, "departure": { "time": "1771402235" }, "stopId": "CIOUEST", "stopSequence": 20 }, { "arrival": { "time": "1771402284" }, "departure": { "time": "1771402284" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771402320" }, "departure": { "time": "1771402320" }, "stopId": "DESCAZ-E", "stopSequence": 22 }, { "arrival": { "time": "1771402377" }, "departure": { "time": "1771402377" }, "stopId": "BICHDAVI", "stopSequence": 23 }, { "arrival": { "time": "1771402459" }, "departure": { "time": "1771402459" }, "stopId": "HOTDIEU", "stopSequence": 24 }, { "arrival": { "time": "1771402500" }, "departure": { "time": "1771402500" }, "stopId": "ROCHEFOU", "stopSequence": 25 }, { "arrival": { "time": "1771402693" }, "departure": { "time": "1771402693" }, "stopId": "STSERGEU", "stopSequence": 26 }, { "arrival": { "time": "1771403014" }, "departure": { "time": "1771403014" }, "stopId": "MENDESFR", "stopSequence": 27 }, { "arrival": { "time": "1771403160" }, "departure": { "time": "1771403220" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771403307" }, "departure": { "time": "1771403307" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771403349" }, "departure": { "time": "1771403349" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771403480" }, "departure": { "time": "1771403480" }, "stopId": "ANLERO-E", "stopSequence": 31 }, { "arrival": { "time": "1771403553" }, "departure": { "time": "1771403553" }, "stopId": "RABELA-E", "stopSequence": 32 }, { "arrival": { "time": "1771403611" }, "departure": { "time": "1771403611" }, "stopId": "ESA-E", "stopSequence": 33 }, { "arrival": { "time": "1771403744" }, "departure": { "time": "1771403744" }, "stopId": "DELATA-E", "stopSequence": 34 }, { "arrival": { "time": "1771403840" }, "departure": { "time": "1771403840" }, "stopId": "ALLARD-E", "stopSequence": 35 }, { "arrival": { "time": "1771403890" }, "departure": { "time": "1771403890" }, "stopId": "TASSIG-E", "stopSequence": 36 }, { "arrival": { "time": "1771403983" }, "departure": { "time": "1771403983" }, "stopId": "TROIPA-E", "stopSequence": 37 }, { "arrival": { "time": "1771404020" }, "departure": { "time": "1771404020" }, "stopId": "SABLON-E", "stopSequence": 38 }, { "arrival": { "time": "1771404073" }, "departure": { "time": "1771404073" }, "stopId": "RUELLE-E", "stopSequence": 39 }, { "arrival": { "time": "1771404156" }, "departure": { "time": "1771404156" }, "stopId": "GENDRO-E", "stopSequence": 40 }, { "arrival": { "time": "1771404250" }, "departure": { "time": "1771404250" }, "stopId": "PATUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771404320" }, "departure": { "time": "1771404320" }, "stopId": "AUTHIO-E", "stopSequence": 42 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258291" } } }, { "id": "trip:6540924", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400689" }, "departure": { "time": "1771400724" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771400811" }, "departure": { "time": "1771400811" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771400901" }, "departure": { "time": "1771400901" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771400991" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6540924" } } }, { "id": "trip:6257979", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400646" }, "departure": { "time": "1771400662" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771400698" }, "departure": { "time": "1771400722" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771400770" }, "departure": { "time": "1771400770" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771400830" }, "departure": { "time": "1771400830" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771400886" }, "departure": { "time": "1771400886" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771400937" }, "departure": { "time": "1771400937" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771400977" }, "departure": { "time": "1771400977" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771401018" }, "departure": { "time": "1771401018" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771401086" }, "departure": { "time": "1771401086" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771401126" }, "departure": { "time": "1771401126" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1771401215" }, "departure": { "time": "1771401215" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771401242" }, "departure": { "time": "1771401242" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771401265" }, "departure": { "time": "1771401265" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771401301" }, "departure": { "time": "1771401301" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771401366" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257979" } } }, { "id": "trip:6258526", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403220" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1771403274" }, "departure": { "time": "1771403274" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1771403306" }, "departure": { "time": "1771403306" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1771403334" }, "departure": { "time": "1771403334" }, "stopId": "RENOIR", "stopSequence": 3 }, { "arrival": { "time": "1771403362" }, "departure": { "time": "1771403362" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1771403395" }, "departure": { "time": "1771403395" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1771403634" }, "departure": { "time": "1771403634" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1771403636" }, "departure": { "time": "1771403636" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1771403707" }, "departure": { "time": "1771403707" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1771403400" }, "departure": { "time": "1771403400" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL", "stopSequence": 9 }, { "arrival": { "time": "1771403424" }, "departure": { "time": "1771403424" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTILL", "stopSequence": 10 }, { "arrival": { "time": "1771403582" }, "departure": { "time": "1771403582" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1771403617" }, "departure": { "time": "1771403617" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1771403638" }, "departure": { "time": "1771403638" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1771403670" }, "departure": { "time": "1771403670" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 }, { "arrival": { "time": "1771403767" }, "departure": { "time": "1771403767" }, "stopId": "ZOLA", "stopSequence": 15 }, { "arrival": { "time": "1771403824" }, "departure": { "time": "1771403824" }, "stopId": "BELAIR", "stopSequence": 16 }, { "arrival": { "time": "1771403884" }, "departure": { "time": "1771403884" }, "stopId": "ESPMONTR", "stopSequence": 17 }, { "arrival": { "time": "1771403953" }, "departure": { "time": "1771403953" }, "stopId": "PLATFLEU", "stopSequence": 18 }, { "arrival": { "time": "1771404016" }, "departure": { "time": "1771404016" }, "stopId": "JEHUEZ", "stopSequence": 19 }, { "arrival": { "time": "1771404067" }, "departure": { "time": "1771404067" }, "stopId": "MASTELLE", "stopSequence": 20 }, { "arrival": { "time": "1771404106" }, "departure": { "time": "1771404106" }, "stopId": "AVENEURO", "stopSequence": 21 }, { "arrival": { "time": "1771404124" }, "departure": { "time": "1771404124" }, "stopId": "DANEMA", "stopSequence": 22 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "stopId": "ALLEMAGN", "stopSequence": 23 }, { "arrival": { "time": "1771404212" }, "departure": { "time": "1771404212" }, "stopId": "ITALIE", "stopSequence": 24 }, { "arrival": { "time": "1771404248" }, "departure": { "time": "1771404248" }, "stopId": "IRLANDE", "stopSequence": 25 }, { "arrival": { "time": "1771404297" }, "departure": { "time": "1771404297" }, "stopId": "AUTRICH", "stopSequence": 26 }, { "arrival": { "time": "1771404316" }, "departure": { "time": "1771404316" }, "stopId": "PLOTTIER", "stopSequence": 27 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258526" } } }, { "id": "trip:6257491", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400707" }, "departure": { "time": "1771400741" }, "stopId": "FFAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771400779" }, "departure": { "time": "1771400779" }, "stopId": "CARCIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771400912" }, "departure": { "time": "1771400912" }, "stopId": "CITESO-E", "stopSequence": 38 }, { "arrival": { "time": "1771400985" }, "departure": { "time": "1771400985" }, "stopId": "DOYENN-E", "stopSequence": 39 }, { "arrival": { "time": "1771401063" }, "departure": { "time": "1771401063" }, "stopId": "SAVOIE-E", "stopSequence": 40 }, { "arrival": { "time": "1771401125" }, "departure": { "time": "1771401125" }, "stopId": "INDUST-E", "stopSequence": 41 }, { "arrival": { "time": "1771401189" }, "departure": { "time": "1771401189" }, "stopId": "SCANIA-E", "stopSequence": 42 }, { "arrival": { "time": "1771401268" }, "departure": { "time": "1771401268" }, "stopId": "LEMERC-E", "stopSequence": 43 }, { "arrival": { "time": "1771401299" }, "departure": { "time": "1771401299" }, "stopId": "POMANJ-E", "stopSequence": 44 }, { "arrival": { "time": "1771401345" }, "departure": { "time": "1771401345" }, "stopId": "VALEO-E", "stopSequence": 45 }, { "arrival": { "time": "1771401380" }, "departure": { "time": "1771401380" }, "stopId": "RAPIDE-E", "stopSequence": 46 }, { "arrival": { "time": "1771401425" }, "departure": { "time": "1771401425" }, "stopId": "BOUZIN-E", "stopSequence": 47 }, { "arrival": { "time": "1771401469" }, "departure": { "time": "1771401469" }, "stopId": "CHABOL-E", "stopSequence": 48 }, { "arrival": { "time": "1771401547" }, "stopId": "EVENTARD", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257491" } } }, { "id": "trip:6258137", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400670" }, "departure": { "time": "1771400701" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771400715" }, "departure": { "time": "1771400746" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771400733" }, "departure": { "time": "1771400733" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771400791" }, "departure": { "time": "1771400791" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771400889" }, "departure": { "time": "1771400889" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771400979" }, "departure": { "time": "1771400979" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771401047" }, "departure": { "time": "1771401047" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771401131" }, "departure": { "time": "1771401131" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771401168" }, "departure": { "time": "1771401168" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771401234" }, "departure": { "time": "1771401234" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771401277" }, "departure": { "time": "1771401277" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771401331" }, "departure": { "time": "1771401331" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771401403" }, "departure": { "time": "1771401403" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771401441" }, "departure": { "time": "1771401441" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771401621" }, "departure": { "time": "1771401621" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771401625" }, "departure": { "time": "1771401625" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771401666" }, "departure": { "time": "1771401666" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771401766" }, "departure": { "time": "1771401766" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771401792" }, "departure": { "time": "1771401792" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771401829" }, "departure": { "time": "1771401829" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771401921" }, "departure": { "time": "1771401921" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771401962" }, "departure": { "time": "1771401962" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771401970" }, "departure": { "time": "1771401970" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771402068" }, "departure": { "time": "1771402068" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771402176" }, "departure": { "time": "1771402176" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771402208" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258137" } } }, { "id": "trip:3257", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400683" }, "departure": { "time": "1771400718" }, "stopId": "PELSTA-E", "stopSequence": 16 }, { "arrival": { "time": "1771400786" }, "departure": { "time": "1771400786" }, "stopId": "BLITOU-E", "stopSequence": 17 }, { "arrival": { "time": "1771400890" }, "departure": { "time": "1771400890" }, "stopId": "TOURAI-E", "stopSequence": 18 }, { "arrival": { "time": "1771401012" }, "departure": { "time": "1771401012" }, "stopId": "LOUDIN-E", "stopSequence": 19 }, { "arrival": { "time": "1771401063" }, "departure": { "time": "1771401063" }, "stopId": "BLEUNI-E", "stopSequence": 20 }, { "arrival": { "time": "1771401090" }, "departure": { "time": "1771401090" }, "stopId": "VILVEQ-E", "stopSequence": 21 }, { "arrival": { "time": "1771401109" }, "departure": { "time": "1771401109" }, "stopId": "VILVEC-E", "stopSequence": 22 }, { "arrival": { "time": "1771401236" }, "departure": { "time": "1771401236" }, "stopId": "SOUCEL-E", "stopSequence": 23 }, { "arrival": { "time": "1771401452" }, "departure": { "time": "1771401452" }, "stopId": "NONNA-E", "stopSequence": 24 }, { "arrival": { "time": "1771401510" }, "departure": { "time": "1771401510" }, "stopId": "HERMIT32", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "32", "tripId": "3257" } } }, { "id": "trip:6258253", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400657" }, "departure": { "time": "1771400688" }, "stopId": "RUELLES", "stopSequence": 14 }, { "arrival": { "time": "1771400717" }, "departure": { "time": "1771400733" }, "stopId": "SABLONS", "stopSequence": 15 }, { "arrival": { "time": "1771400737" }, "departure": { "time": "1771400737" }, "stopId": "TROPAROI", "stopSequence": 16 }, { "arrival": { "time": "1771400880" }, "departure": { "time": "1771400880" }, "stopId": "ALLARD", "stopSequence": 17 }, { "arrival": { "time": "1771400971" }, "departure": { "time": "1771400971" }, "stopId": "DELATTAS", "stopSequence": 18 }, { "arrival": { "time": "1771401102" }, "departure": { "time": "1771401102" }, "stopId": "ESA", "stopSequence": 19 }, { "arrival": { "time": "1771401175" }, "departure": { "time": "1771401175" }, "stopId": "RABELAI", "stopSequence": 20 }, { "arrival": { "time": "1771401240" }, "departure": { "time": "1771401240" }, "stopId": "ALEROY", "stopSequence": 21 }, { "arrival": { "time": "1771401377" }, "departure": { "time": "1771401377" }, "stopId": "PAULBERT", "stopSequence": 22 }, { "arrival": { "time": "1771401433" }, "departure": { "time": "1771401433" }, "stopId": "HARAS", "stopSequence": 23 }, { "arrival": { "time": "1771401510" }, "departure": { "time": "1771401510" }, "stopId": "STAUBIN", "stopSequence": 24 }, { "arrival": { "time": "1771401600" }, "departure": { "time": "1771401660" }, "stopId": "LORRAIN1", "stopSequence": 25 }, { "arrival": { "time": "1771401765" }, "departure": { "time": "1771401765" }, "stopId": "MENDES-E", "stopSequence": 26 }, { "arrival": { "time": "1771401958" }, "departure": { "time": "1771401958" }, "stopId": "STSERG-E", "stopSequence": 27 }, { "arrival": { "time": "1771402140" }, "departure": { "time": "1771402140" }, "stopId": "ROCHEF-E", "stopSequence": 28 }, { "arrival": { "time": "1771402239" }, "departure": { "time": "1771402239" }, "stopId": "HOTDIE-E", "stopSequence": 29 }, { "arrival": { "time": "1771402295" }, "departure": { "time": "1771402295" }, "stopId": "BICHDA-E", "stopSequence": 30 }, { "arrival": { "time": "1771402380" }, "departure": { "time": "1771402380" }, "stopId": "DESCAZEA", "stopSequence": 31 }, { "arrival": { "time": "1771402484" }, "departure": { "time": "1771402484" }, "stopId": "CIOUES-E", "stopSequence": 32 }, { "arrival": { "time": "1771402546" }, "departure": { "time": "1771402546" }, "stopId": "POMONE-E", "stopSequence": 33 }, { "arrival": { "time": "1771402592" }, "departure": { "time": "1771402592" }, "stopId": "REVERI-E", "stopSequence": 34 }, { "arrival": { "time": "1771402672" }, "departure": { "time": "1771402672" }, "stopId": "MEIGNA-E", "stopSequence": 35 }, { "arrival": { "time": "1771402712" }, "departure": { "time": "1771402712" }, "stopId": "VALOR-E", "stopSequence": 36 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "stopId": "CLINIQ-E", "stopSequence": 37 }, { "arrival": { "time": "1771402779" }, "departure": { "time": "1771402779" }, "stopId": "GRANDM-E", "stopSequence": 38 }, { "arrival": { "time": "1771402822" }, "departure": { "time": "1771402822" }, "stopId": "MAISDA-E", "stopSequence": 39 }, { "arrival": { "time": "1771402862" }, "departure": { "time": "1771402862" }, "stopId": "CHMART-E", "stopSequence": 40 }, { "arrival": { "time": "1771402899" }, "departure": { "time": "1771402899" }, "stopId": "MLYAUT-E", "stopSequence": 41 }, { "arrival": { "time": "1771402964" }, "departure": { "time": "1771402964" }, "stopId": "BRASSE-E", "stopSequence": 42 }, { "arrival": { "time": "1771403012" }, "departure": { "time": "1771403012" }, "stopId": "BEURRI-E", "stopSequence": 43 }, { "arrival": { "time": "1771403061" }, "departure": { "time": "1771403061" }, "stopId": "DELAUN-E", "stopSequence": 44 }, { "arrival": { "time": "1771403112" }, "departure": { "time": "1771403112" }, "stopId": "MAUFIN-E", "stopSequence": 45 }, { "arrival": { "time": "1771403160" }, "departure": { "time": "1771403160" }, "stopId": "MAIRAV-E", "stopSequence": 46 }, { "arrival": { "time": "1771403195" }, "departure": { "time": "1771403195" }, "stopId": "TERNIE-E", "stopSequence": 47 }, { "arrival": { "time": "1771403227" }, "departure": { "time": "1771403227" }, "stopId": "BALAND-E", "stopSequence": 48 }, { "arrival": { "time": "1771403269" }, "departure": { "time": "1771403269" }, "stopId": "PIECE-E", "stopSequence": 49 }, { "arrival": { "time": "1771403324" }, "departure": { "time": "1771403324" }, "stopId": "LA-BOI-E", "stopSequence": 50 }, { "arrival": { "time": "1771403368" }, "departure": { "time": "1771403368" }, "stopId": "SCHWAL-E", "stopSequence": 51 }, { "arrival": { "time": "1771403400" }, "stopId": "ADEZIERE", "stopSequence": 52 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258253" } } }, { "id": "trip:6540926", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400664" }, "departure": { "time": "1771400701" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771400760" }, "departure": { "time": "1771400760" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771400880" }, "departure": { "time": "1771400880" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771400980" }, "departure": { "time": "1771400980" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771401100" }, "departure": { "time": "1771401100" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771401180" }, "departure": { "time": "1771401180" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401300" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771401390" }, "departure": { "time": "1771401390" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771401549" }, "departure": { "time": "1771401549" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771401649" }, "departure": { "time": "1771401649" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771401729" }, "departure": { "time": "1771401729" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771401819" }, "departure": { "time": "1771401819" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771401899" }, "departure": { "time": "1771401899" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771401989" }, "departure": { "time": "1771401989" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771402069" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6540926" } } }, { "id": "trip:6541243", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401460" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771401540" }, "departure": { "time": "1771401540" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771401610" }, "departure": { "time": "1771401610" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771401690" }, "departure": { "time": "1771401690" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771401780" }, "departure": { "time": "1771401780" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771401870" }, "departure": { "time": "1771401870" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771401980" }, "departure": { "time": "1771401980" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771402140" }, "departure": { "time": "1771402140" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771402230" }, "departure": { "time": "1771402230" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771402350" }, "departure": { "time": "1771402350" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771402430" }, "departure": { "time": "1771402430" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771402550" }, "departure": { "time": "1771402550" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771402640" }, "departure": { "time": "1771402640" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771402760" }, "departure": { "time": "1771402760" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771402870" }, "departure": { "time": "1771402870" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771402970" }, "departure": { "time": "1771402970" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771403040" }, "departure": { "time": "1771403040" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771403110" }, "departure": { "time": "1771403110" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771403220" }, "departure": { "time": "1771403220" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771403310" }, "departure": { "time": "1771403310" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771403410" }, "departure": { "time": "1771403410" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771403510" }, "departure": { "time": "1771403510" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771403620" }, "departure": { "time": "1771403620" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771403730" }, "departure": { "time": "1771403730" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771403850" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6541243" } } }, { "id": "trip:6257620", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403520" }, "stopId": "SLEZIND", "stopSequence": 0 }, { "arrival": { "time": "1771403582" }, "departure": { "time": "1771403582" }, "stopId": "GENTRIC", "stopSequence": 1 }, { "arrival": { "time": "1771403653" }, "departure": { "time": "1771403653" }, "stopId": "DAUTEL", "stopSequence": 2 }, { "arrival": { "time": "1771403673" }, "departure": { "time": "1771403673" }, "stopId": "BUISSON", "stopSequence": 3 }, { "arrival": { "time": "1771403714" }, "departure": { "time": "1771403714" }, "stopId": "PYRAM02", "stopSequence": 4 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "MORLONG", "stopSequence": 5 }, { "arrival": { "time": "1771403787" }, "departure": { "time": "1771403787" }, "stopId": "BOURSE", "stopSequence": 6 }, { "arrival": { "time": "1771403824" }, "departure": { "time": "1771403824" }, "stopId": "RIOTTEAU", "stopSequence": 7 }, { "arrival": { "time": "1771403855" }, "departure": { "time": "1771403855" }, "stopId": "ALLUMETT", "stopSequence": 8 }, { "arrival": { "time": "1771403896" }, "departure": { "time": "1771403896" }, "stopId": "DAGUERRE", "stopSequence": 9 }, { "arrival": { "time": "1771403935" }, "departure": { "time": "1771403935" }, "stopId": "LEOLAGRA", "stopSequence": 10 }, { "arrival": { "time": "1771403982" }, "departure": { "time": "1771403982" }, "stopId": "VDLOIRE", "stopSequence": 11 }, { "arrival": { "time": "1771404075" }, "departure": { "time": "1771404075" }, "stopId": "ECLATERI", "stopSequence": 12 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 13 }, { "arrival": { "time": "1771404064" }, "departure": { "time": "1771404064" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 14 }, { "arrival": { "time": "1771404154" }, "departure": { "time": "1771404154" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 15 }, { "arrival": { "time": "1771404237" }, "departure": { "time": "1771404237" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS", "stopSequence": 16 }, { "arrival": { "time": "1771404187" }, "departure": { "time": "1771404187" }, "stopId": "JUSTICES", "stopSequence": 17 }, { "arrival": { "time": "1771404233" }, "departure": { "time": "1771404233" }, "stopId": "DELACROI", "stopSequence": 18 }, { "arrival": { "time": "1771404318" }, "departure": { "time": "1771404318" }, "stopId": "SAUMUROI", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257620" } } }, { "id": "trip:6257524", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402260" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1771402288" }, "departure": { "time": "1771402288" }, "stopId": "COTTAGE", "stopSequence": 1 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "HIPPODRO", "stopSequence": 2 }, { "arrival": { "time": "1771402478" }, "departure": { "time": "1771402478" }, "stopId": "REDUMONT", "stopSequence": 3 }, { "arrival": { "time": "1771402590" }, "departure": { "time": "1771402590" }, "stopId": "DUBELL-2", "stopSequence": 4 }, { "arrival": { "time": "1771402620" }, "departure": { "time": "1771402620" }, "stopId": "BOISABBE", "stopSequence": 5 }, { "arrival": { "time": "1771402656" }, "departure": { "time": "1771402656" }, "stopId": "DEBUSSY", "stopSequence": 6 }, { "arrival": { "time": "1771402702" }, "departure": { "time": "1771402702" }, "stopId": "HOTELLER", "stopSequence": 7 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "stopId": "INDUSTRI", "stopSequence": 8 }, { "arrival": { "time": "1771402822" }, "departure": { "time": "1771402822" }, "stopId": "SAVOIE", "stopSequence": 9 }, { "arrival": { "time": "1771402892" }, "departure": { "time": "1771402892" }, "stopId": "DOYENNE", "stopSequence": 10 }, { "arrival": { "time": "1771402964" }, "departure": { "time": "1771402964" }, "stopId": "CITESOLI", "stopSequence": 11 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403100" }, "stopId": "CARCITR", "stopSequence": 12 }, { "arrival": { "time": "1771403155" }, "departure": { "time": "1771403155" }, "stopId": "FFAURE", "stopSequence": 13 }, { "arrival": { "time": "1771403264" }, "departure": { "time": "1771403264" }, "stopId": "FACUL-SS", "stopSequence": 14 }, { "arrival": { "time": "1771403280" }, "departure": { "time": "1771403280" }, "stopId": "BDEMAINE", "stopSequence": 15 }, { "arrival": { "time": "1771403423" }, "departure": { "time": "1771403423" }, "stopId": "TALET", "stopSequence": 16 }, { "arrival": { "time": "1771403642" }, "departure": { "time": "1771403642" }, "stopId": "MENDESFR", "stopSequence": 17 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403820" }, "stopId": "FO-LOR-R", "stopSequence": 18 }, { "arrival": { "time": "1771403892" }, "departure": { "time": "1771403892" }, "stopId": "STAUBI-E", "stopSequence": 19 }, { "arrival": { "time": "1771403926" }, "departure": { "time": "1771403926" }, "stopId": "HARAS-E", "stopSequence": 20 }, { "arrival": { "time": "1771404017" }, "departure": { "time": "1771404017" }, "stopId": "LESGAR-E", "stopSequence": 21 }, { "arrival": { "time": "1771404130" }, "departure": { "time": "1771404130" }, "stopId": "SEMARD-E", "stopSequence": 22 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "stopId": "PONTNO-E", "stopSequence": 23 }, { "arrival": { "time": "1771404284" }, "departure": { "time": "1771404284" }, "stopId": "POIREL-E", "stopSequence": 24 }, { "arrival": { "time": "1771404341" }, "departure": { "time": "1771404341" }, "stopId": "VAUBAN-E", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257524" } } }, { "id": "trip:6259989", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402380" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1771402437" }, "departure": { "time": "1771402437" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1771402478" }, "departure": { "time": "1771402478" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1771402525" }, "departure": { "time": "1771402525" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1771402560" }, "departure": { "time": "1771402560" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1771402621" }, "departure": { "time": "1771402621" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1771402662" }, "departure": { "time": "1771402662" }, "stopId": "GRANBELL", "stopSequence": 6 }, { "arrival": { "time": "1771402702" }, "departure": { "time": "1771402702" }, "stopId": "RODIN", "stopSequence": 7 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "stopId": "BRGPAILL", "stopSequence": 8 }, { "arrival": { "time": "1771402822" }, "departure": { "time": "1771402822" }, "stopId": "LANDREAU", "stopSequence": 9 }, { "arrival": { "time": "1771402854" }, "departure": { "time": "1771402854" }, "stopId": "GDPERIGN", "stopSequence": 10 }, { "arrival": { "time": "1771402894" }, "departure": { "time": "1771402894" }, "stopId": "INRA", "stopSequence": 11 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402920" }, "stopId": "MOREL", "stopSequence": 12 }, { "arrival": { "time": "1771402980" }, "departure": { "time": "1771402980" }, "stopId": "DARWIN", "stopSequence": 13 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403100" }, "stopId": "CNFPT-E", "stopSequence": 14 }, { "arrival": { "time": "1771403610" }, "departure": { "time": "1771403610" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771403672" }, "departure": { "time": "1771403672" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771403749" }, "departure": { "time": "1771403749" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771403783" }, "departure": { "time": "1771403783" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771403844" }, "departure": { "time": "1771403844" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771403883" }, "departure": { "time": "1771403883" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771403400" }, "departure": { "time": "1771403400" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771403471" }, "departure": { "time": "1771403471" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771403549" }, "departure": { "time": "1771403549" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771403923" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6259989" } } }, { "id": "trip:3354", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400653" }, "departure": { "time": "1771400693" }, "stopId": "VERNUIT", "stopSequence": 13 }, { "arrival": { "time": "1771400944" }, "departure": { "time": "1771400944" }, "stopId": "BLERIOT", "stopSequence": 14 }, { "arrival": { "time": "1771401098" }, "departure": { "time": "1771401098" }, "stopId": "BICHON.", "stopSequence": 15 }, { "arrival": { "time": "1771401212" }, "departure": { "time": "1771401212" }, "stopId": "MONPROFI", "stopSequence": 16 }, { "arrival": { "time": "1771401270" }, "departure": { "time": "1771401270" }, "stopId": "QUAIsubW", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "33", "tripId": "3354" } } }, { "id": "trip:6258260", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771401068" }, "departure": { "time": "1771401068" }, "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1771401118" }, "departure": { "time": "1771401118" }, "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1771401171" }, "departure": { "time": "1771401171" }, "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1771401239" }, "departure": { "time": "1771401239" }, "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1771401305" }, "departure": { "time": "1771401305" }, "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1771401349" }, "departure": { "time": "1771401349" }, "stopId": "LOUET", "stopSequence": 6 }, { "arrival": { "time": "1771401417" }, "departure": { "time": "1771401417" }, "stopId": "DUBE", "stopSequence": 7 }, { "arrival": { "time": "1771401476" }, "departure": { "time": "1771401476" }, "stopId": "LOIRE", "stopSequence": 8 }, { "arrival": { "time": "1771401600" }, "departure": { "time": "1771401600" }, "stopId": "PONTSCEM", "stopSequence": 9 }, { "arrival": { "time": "1771401663" }, "departure": { "time": "1771401663" }, "stopId": "BELPOULE", "stopSequence": 10 }, { "arrival": { "time": "1771401745" }, "departure": { "time": "1771401745" }, "stopId": "AUTHION", "stopSequence": 11 }, { "arrival": { "time": "1771401811" }, "departure": { "time": "1771401811" }, "stopId": "PATUREAU", "stopSequence": 12 }, { "arrival": { "time": "1771401927" }, "departure": { "time": "1771401927" }, "stopId": "GENDRON", "stopSequence": 13 }, { "arrival": { "time": "1771402021" }, "departure": { "time": "1771402021" }, "stopId": "RUELLES", "stopSequence": 14 }, { "arrival": { "time": "1771402080" }, "departure": { "time": "1771402080" }, "stopId": "SABLONS", "stopSequence": 15 }, { "arrival": { "time": "1771402117" }, "departure": { "time": "1771402117" }, "stopId": "TROPAROI", "stopSequence": 16 }, { "arrival": { "time": "1771402260" }, "departure": { "time": "1771402260" }, "stopId": "ALLARD", "stopSequence": 17 }, { "arrival": { "time": "1771402336" }, "departure": { "time": "1771402336" }, "stopId": "DELATTAS", "stopSequence": 18 }, { "arrival": { "time": "1771402445" }, "departure": { "time": "1771402445" }, "stopId": "ESA", "stopSequence": 19 }, { "arrival": { "time": "1771402506" }, "departure": { "time": "1771402506" }, "stopId": "RABELAI", "stopSequence": 20 }, { "arrival": { "time": "1771402560" }, "departure": { "time": "1771402560" }, "stopId": "ALEROY", "stopSequence": 21 }, { "arrival": { "time": "1771402697" }, "departure": { "time": "1771402697" }, "stopId": "PAULBERT", "stopSequence": 22 }, { "arrival": { "time": "1771402753" }, "departure": { "time": "1771402753" }, "stopId": "HARAS", "stopSequence": 23 }, { "arrival": { "time": "1771402830" }, "departure": { "time": "1771402830" }, "stopId": "STAUBIN", "stopSequence": 24 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402980" }, "stopId": "LORRAIN1", "stopSequence": 25 }, { "arrival": { "time": "1771403085" }, "departure": { "time": "1771403085" }, "stopId": "MENDES-E", "stopSequence": 26 }, { "arrival": { "time": "1771403278" }, "departure": { "time": "1771403278" }, "stopId": "STSERG-E", "stopSequence": 27 }, { "arrival": { "time": "1771403460" }, "departure": { "time": "1771403460" }, "stopId": "ROCHEF-E", "stopSequence": 28 }, { "arrival": { "time": "1771403559" }, "departure": { "time": "1771403559" }, "stopId": "HOTDIE-E", "stopSequence": 29 }, { "arrival": { "time": "1771403615" }, "departure": { "time": "1771403615" }, "stopId": "BICHDA-E", "stopSequence": 30 }, { "arrival": { "time": "1771403700" }, "departure": { "time": "1771403700" }, "stopId": "DESCAZEA", "stopSequence": 31 }, { "arrival": { "time": "1771403804" }, "departure": { "time": "1771403804" }, "stopId": "CIOUES-E", "stopSequence": 32 }, { "arrival": { "time": "1771403866" }, "departure": { "time": "1771403866" }, "stopId": "POMONE-E", "stopSequence": 33 }, { "arrival": { "time": "1771403912" }, "departure": { "time": "1771403912" }, "stopId": "REVERI-E", "stopSequence": 34 }, { "arrival": { "time": "1771403992" }, "departure": { "time": "1771403992" }, "stopId": "MEIGNA-E", "stopSequence": 35 }, { "arrival": { "time": "1771404032" }, "departure": { "time": "1771404032" }, "stopId": "VALOR-E", "stopSequence": 36 }, { "arrival": { "time": "1771404060" }, "departure": { "time": "1771404060" }, "stopId": "CLINIQ-E", "stopSequence": 37 }, { "arrival": { "time": "1771404099" }, "departure": { "time": "1771404099" }, "stopId": "GRANDM-E", "stopSequence": 38 }, { "arrival": { "time": "1771404142" }, "departure": { "time": "1771404142" }, "stopId": "MAISDA-E", "stopSequence": 39 }, { "arrival": { "time": "1771404182" }, "departure": { "time": "1771404182" }, "stopId": "CHMART-E", "stopSequence": 40 }, { "arrival": { "time": "1771404219" }, "departure": { "time": "1771404219" }, "stopId": "MLYAUT-E", "stopSequence": 41 }, { "arrival": { "time": "1771404284" }, "departure": { "time": "1771404284" }, "stopId": "BRASSE-E", "stopSequence": 42 }, { "arrival": { "time": "1771404332" }, "departure": { "time": "1771404332" }, "stopId": "BEURRI-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258260" } } }, { "id": "trip:6257933", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400663" }, "departure": { "time": "1771400694" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771400708" }, "departure": { "time": "1771400739" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771400760" }, "departure": { "time": "1771400760" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771400835" }, "departure": { "time": "1771400835" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771400916" }, "departure": { "time": "1771400916" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771401041" }, "departure": { "time": "1771401041" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771401134" }, "departure": { "time": "1771401134" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771401189" }, "departure": { "time": "1771401189" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771401255" }, "departure": { "time": "1771401255" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771401318" }, "departure": { "time": "1771401318" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771401374" }, "departure": { "time": "1771401374" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771401446" }, "departure": { "time": "1771401446" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771401502" }, "departure": { "time": "1771401502" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771401617" }, "departure": { "time": "1771401617" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771401653" }, "departure": { "time": "1771401653" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771401677" }, "departure": { "time": "1771401677" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771401705" }, "departure": { "time": "1771401705" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771401742" }, "departure": { "time": "1771401742" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771401773" }, "departure": { "time": "1771401773" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771401857" }, "departure": { "time": "1771401857" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771401880" }, "departure": { "time": "1771401880" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771401894" }, "departure": { "time": "1771401894" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771401930" }, "departure": { "time": "1771401930" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771401970" }, "departure": { "time": "1771401970" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771402027" }, "departure": { "time": "1771402027" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771402080" }, "departure": { "time": "1771402080" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771402141" }, "departure": { "time": "1771402141" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771402184" }, "departure": { "time": "1771402184" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771402220" }, "departure": { "time": "1771402220" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771402244" }, "departure": { "time": "1771402244" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771402282" }, "departure": { "time": "1771402282" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771402330" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257933" } } }, { "id": "trip:6258252", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771402568" }, "departure": { "time": "1771402568" }, "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1771402618" }, "departure": { "time": "1771402618" }, "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1771402671" }, "departure": { "time": "1771402671" }, "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1771402739" }, "departure": { "time": "1771402739" }, "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1771402805" }, "departure": { "time": "1771402805" }, "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1771402849" }, "departure": { "time": "1771402849" }, "stopId": "LOUET", "stopSequence": 6 }, { "arrival": { "time": "1771402917" }, "departure": { "time": "1771402917" }, "stopId": "DUBE", "stopSequence": 7 }, { "arrival": { "time": "1771402976" }, "departure": { "time": "1771402976" }, "stopId": "LOIRE", "stopSequence": 8 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403100" }, "stopId": "PONTSCEM", "stopSequence": 9 }, { "arrival": { "time": "1771403155" }, "departure": { "time": "1771403155" }, "stopId": "BELPOULE", "stopSequence": 10 }, { "arrival": { "time": "1771403227" }, "departure": { "time": "1771403227" }, "stopId": "AUTHION", "stopSequence": 11 }, { "arrival": { "time": "1771403285" }, "departure": { "time": "1771403285" }, "stopId": "PATUREAU", "stopSequence": 12 }, { "arrival": { "time": "1771403386" }, "departure": { "time": "1771403386" }, "stopId": "GENDRON", "stopSequence": 13 }, { "arrival": { "time": "1771403468" }, "departure": { "time": "1771403468" }, "stopId": "RUELLES", "stopSequence": 14 }, { "arrival": { "time": "1771403520" }, "departure": { "time": "1771403520" }, "stopId": "SABLONS", "stopSequence": 15 }, { "arrival": { "time": "1771403557" }, "departure": { "time": "1771403557" }, "stopId": "TROPAROI", "stopSequence": 16 }, { "arrival": { "time": "1771403700" }, "departure": { "time": "1771403700" }, "stopId": "ALLARD", "stopSequence": 17 }, { "arrival": { "time": "1771403776" }, "departure": { "time": "1771403776" }, "stopId": "DELATTAS", "stopSequence": 18 }, { "arrival": { "time": "1771403885" }, "departure": { "time": "1771403885" }, "stopId": "ESA", "stopSequence": 19 }, { "arrival": { "time": "1771403946" }, "departure": { "time": "1771403946" }, "stopId": "RABELAI", "stopSequence": 20 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "stopId": "ALEROY", "stopSequence": 21 }, { "arrival": { "time": "1771404137" }, "departure": { "time": "1771404137" }, "stopId": "PAULBERT", "stopSequence": 22 }, { "arrival": { "time": "1771404193" }, "departure": { "time": "1771404193" }, "stopId": "HARAS", "stopSequence": 23 }, { "arrival": { "time": "1771404270" }, "departure": { "time": "1771404270" }, "stopId": "STAUBIN", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258252" } } }, { "id": "trip:4152", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771401030" }, "departure": { "time": "1771401030" }, "stopId": "ALLARD", "stopSequence": 7 }, { "arrival": { "time": "1771401121" }, "departure": { "time": "1771401121" }, "stopId": "DELATTAS", "stopSequence": 8 }, { "arrival": { "time": "1771401249" }, "departure": { "time": "1771401249" }, "stopId": "ESA", "stopSequence": 9 }, { "arrival": { "time": "1771401390" }, "departure": { "time": "1771401390" }, "stopId": "ALEROY", "stopSequence": 10 }, { "arrival": { "time": "1771401516" }, "departure": { "time": "1771401516" }, "stopId": "PATNOIRE", "stopSequence": 11 }, { "arrival": { "time": "1771401810" }, "departure": { "time": "1771401810" }, "stopId": "GROESPLA", "stopSequence": 12 } ], "trip": { "directionId": 0, "routeId": "41", "tripId": "4152" } } }, { "id": "trip:6258056", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771404235" }, "departure": { "time": "1771404235" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771404299" }, "departure": { "time": "1771404299" }, "stopId": "PELUAU", "stopSequence": 2 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258056" } } }, { "id": "trip:6258254", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400791" }, "departure": { "time": "1771400791" }, "stopId": "MENDESFR", "stopSequence": 27 }, { "arrival": { "time": "1771400918" }, "departure": { "time": "1771400918" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771401016" }, "departure": { "time": "1771401016" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771401055" }, "departure": { "time": "1771401055" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771401186" }, "departure": { "time": "1771401186" }, "stopId": "ANLERO-E", "stopSequence": 31 }, { "arrival": { "time": "1771401259" }, "departure": { "time": "1771401259" }, "stopId": "RABELA-E", "stopSequence": 32 }, { "arrival": { "time": "1771401317" }, "departure": { "time": "1771401317" }, "stopId": "ESA-E", "stopSequence": 33 }, { "arrival": { "time": "1771401450" }, "departure": { "time": "1771401450" }, "stopId": "DELATA-E", "stopSequence": 34 }, { "arrival": { "time": "1771401546" }, "departure": { "time": "1771401546" }, "stopId": "ALLARD-E", "stopSequence": 35 }, { "arrival": { "time": "1771401596" }, "departure": { "time": "1771401596" }, "stopId": "TASSIG-E", "stopSequence": 36 }, { "arrival": { "time": "1771401689" }, "departure": { "time": "1771401689" }, "stopId": "TROIPA-E", "stopSequence": 37 }, { "arrival": { "time": "1771401726" }, "departure": { "time": "1771401726" }, "stopId": "SABLON-E", "stopSequence": 38 }, { "arrival": { "time": "1771401779" }, "departure": { "time": "1771401779" }, "stopId": "RUELLE-E", "stopSequence": 39 }, { "arrival": { "time": "1771401862" }, "departure": { "time": "1771401862" }, "stopId": "GENDRO-E", "stopSequence": 40 }, { "arrival": { "time": "1771401956" }, "departure": { "time": "1771401956" }, "stopId": "PATUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771402026" }, "departure": { "time": "1771402026" }, "stopId": "AUTHIO-E", "stopSequence": 42 }, { "arrival": { "time": "1771402085" }, "departure": { "time": "1771402085" }, "stopId": "BELPOU-E", "stopSequence": 43 }, { "arrival": { "time": "1771402146" }, "departure": { "time": "1771402146" }, "stopId": "PONTSC-E", "stopSequence": 44 }, { "arrival": { "time": "1771402268" }, "departure": { "time": "1771402268" }, "stopId": "LOIRE-E", "stopSequence": 45 }, { "arrival": { "time": "1771402303" }, "departure": { "time": "1771402303" }, "stopId": "DUBE-E", "stopSequence": 46 }, { "arrival": { "time": "1771402349" }, "departure": { "time": "1771402349" }, "stopId": "LOUET-E", "stopSequence": 47 }, { "arrival": { "time": "1771402390" }, "departure": { "time": "1771402390" }, "stopId": "BOSQUE-E", "stopSequence": 48 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "CHAERI-E", "stopSequence": 49 }, { "arrival": { "time": "1771402486" }, "departure": { "time": "1771402486" }, "stopId": "FONTE-E", "stopSequence": 50 }, { "arrival": { "time": "1771402540" }, "departure": { "time": "1771402540" }, "stopId": "ERIGNE", "stopSequence": 51 }, { "arrival": { "time": "1771402566" }, "stopId": "SOLAND", "stopSequence": 52 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258254" } } }, { "id": "trip:6257743", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400646" }, "departure": { "time": "1771400693" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771400708" }, "departure": { "time": "1771400708" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771401000" }, "departure": { "time": "1771401000" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771401060" }, "departure": { "time": "1771401060" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771401094" }, "departure": { "time": "1771401094" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771401131" }, "departure": { "time": "1771401131" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771401189" }, "departure": { "time": "1771401189" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771401225" }, "departure": { "time": "1771401225" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771401260" }, "departure": { "time": "1771401260" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771401304" }, "departure": { "time": "1771401304" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771401360" }, "departure": { "time": "1771401360" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771401389" }, "departure": { "time": "1771401389" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771401455" }, "departure": { "time": "1771401455" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771401488" }, "departure": { "time": "1771401488" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771401540" }, "departure": { "time": "1771401540" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771401660" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257743" } } }, { "id": "trip:6257525", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401900" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1771402012" }, "departure": { "time": "1771402012" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1771402080" }, "departure": { "time": "1771402080" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1771402109" }, "departure": { "time": "1771402109" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1771402142" }, "departure": { "time": "1771402142" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1771402171" }, "departure": { "time": "1771402171" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1771402200" }, "departure": { "time": "1771402200" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1771402255" }, "departure": { "time": "1771402255" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1771402358" }, "departure": { "time": "1771402358" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1771402402" }, "departure": { "time": "1771402402" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1771402494" }, "departure": { "time": "1771402494" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1771402552" }, "departure": { "time": "1771402552" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1771402622" }, "departure": { "time": "1771402622" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1771402683" }, "departure": { "time": "1771402683" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1771402805" }, "departure": { "time": "1771402805" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1771402859" }, "departure": { "time": "1771402859" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1771402938" }, "departure": { "time": "1771402938" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1771402989" }, "departure": { "time": "1771402989" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1771403034" }, "departure": { "time": "1771403034" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1771403105" }, "departure": { "time": "1771403105" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1771403160" }, "departure": { "time": "1771403160" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1771403204" }, "departure": { "time": "1771403204" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1771403264" }, "departure": { "time": "1771403264" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1771403299" }, "departure": { "time": "1771403299" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1771403361" }, "departure": { "time": "1771403361" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1771403400" }, "departure": { "time": "1771403400" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1771403467" }, "departure": { "time": "1771403467" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1771403722" }, "departure": { "time": "1771403722" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1771403795" }, "departure": { "time": "1771403795" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1771403880" }, "departure": { "time": "1771403940" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1771404058" }, "departure": { "time": "1771404058" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1771404233" }, "departure": { "time": "1771404233" }, "stopId": "TALET-E", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257525" } } }, { "id": "trip:6257938", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403580" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771403666" }, "departure": { "time": "1771403666" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771403710" }, "departure": { "time": "1771403710" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771403747" }, "departure": { "time": "1771403747" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771403774" }, "departure": { "time": "1771403774" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771403880" }, "departure": { "time": "1771403880" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771403925" }, "departure": { "time": "1771403925" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771403986" }, "departure": { "time": "1771403986" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771404029" }, "departure": { "time": "1771404029" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771404076" }, "departure": { "time": "1771404076" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771404120" }, "departure": { "time": "1771404120" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771404175" }, "departure": { "time": "1771404175" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771404229" }, "departure": { "time": "1771404229" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771404295" }, "departure": { "time": "1771404295" }, "stopId": "JUFERRY", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257938" } } }, { "id": "trip:6052681", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403580" }, "stopId": "MONPLA-E", "stopSequence": 0 }, { "arrival": { "time": "1771403678" }, "departure": { "time": "1771403678" }, "stopId": "INDUST-E", "stopSequence": 1 }, { "arrival": { "time": "1771403743" }, "departure": { "time": "1771403743" }, "stopId": "HOTELL-E", "stopSequence": 2 }, { "arrival": { "time": "1771403820" }, "departure": { "time": "1771403820" }, "stopId": "DEBUSS-E", "stopSequence": 3 }, { "arrival": { "time": "1771403859" }, "departure": { "time": "1771403859" }, "stopId": "BOISAB-E", "stopSequence": 4 }, { "arrival": { "time": "1771403894" }, "departure": { "time": "1771403894" }, "stopId": "DUBELL-E", "stopSequence": 5 }, { "arrival": { "time": "1771403947" }, "departure": { "time": "1771403947" }, "stopId": "COTTAG-E", "stopSequence": 6 }, { "arrival": { "time": "1771404000" }, "departure": { "time": "1771404000" }, "stopId": "EVENTARD", "stopSequence": 7 }, { "arrival": { "time": "1771404095" }, "departure": { "time": "1771404095" }, "stopId": "CHABOLA.", "stopSequence": 8 }, { "arrival": { "time": "1771404161" }, "departure": { "time": "1771404161" }, "stopId": "CONFLU-E", "stopSequence": 9 }, { "arrival": { "time": "1771404201" }, "departure": { "time": "1771404201" }, "stopId": "EPERVI-E", "stopSequence": 10 }, { "arrival": { "time": "1771404294" }, "departure": { "time": "1771404294" }, "stopId": "PTFILL-E", "stopSequence": 11 } ], "trip": { "directionId": 1, "routeId": "12", "tripId": "6052681" } } }, { "id": "trip:6258734", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401360" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771401522" }, "departure": { "time": "1771401522" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771401600" }, "departure": { "time": "1771401600" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771401731" }, "departure": { "time": "1771401731" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771401813" }, "departure": { "time": "1771401813" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771401866" }, "departure": { "time": "1771401866" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771401910" }, "departure": { "time": "1771401910" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771401967" }, "departure": { "time": "1771401967" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771402038" }, "departure": { "time": "1771402038" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771402113" }, "departure": { "time": "1771402113" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771402175" }, "departure": { "time": "1771402175" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771402259" }, "departure": { "time": "1771402259" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771402345" }, "departure": { "time": "1771402345" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771402385" }, "departure": { "time": "1771402385" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771402422" }, "departure": { "time": "1771402422" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771402495" }, "departure": { "time": "1771402495" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771402567" }, "departure": { "time": "1771402567" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771402644" }, "departure": { "time": "1771402644" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771402687" }, "departure": { "time": "1771402687" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771402749" }, "departure": { "time": "1771402749" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771402782" }, "departure": { "time": "1771402782" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771402850" }, "departure": { "time": "1771402850" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771402912" }, "departure": { "time": "1771402912" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771402990" }, "departure": { "time": "1771402990" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771403053" }, "departure": { "time": "1771403053" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771403115" }, "departure": { "time": "1771403115" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771403158" }, "departure": { "time": "1771403158" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771403194" }, "departure": { "time": "1771403194" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771403272" }, "departure": { "time": "1771403272" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771403352" }, "departure": { "time": "1771403352" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771403422" }, "departure": { "time": "1771403422" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771403467" }, "departure": { "time": "1771403467" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771403512" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258734" } } }, { "id": "trip:6544986", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402860" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771403032" }, "departure": { "time": "1771403032" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771403140" }, "departure": { "time": "1771403140" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771403232" }, "departure": { "time": "1771403232" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771403310" }, "departure": { "time": "1771403310" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771403417" }, "departure": { "time": "1771403417" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771403520" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544986" } } }, { "id": "trip:6543547", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771400970" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771401090" }, "departure": { "time": "1771401090" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771401181" }, "departure": { "time": "1771401181" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771401334" }, "departure": { "time": "1771401334" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771401410" }, "departure": { "time": "1771401410" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771401568" }, "departure": { "time": "1771401568" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771401647" }, "departure": { "time": "1771401647" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771401720" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6543547" } } }, { "id": "trip:6257744", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400681" }, "departure": { "time": "1771400681" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771400699" }, "departure": { "time": "1771400721" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771400848" }, "departure": { "time": "1771400848" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771400897" }, "departure": { "time": "1771400897" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771401085" }, "departure": { "time": "1771401085" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771401252" }, "departure": { "time": "1771401252" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771401352" }, "departure": { "time": "1771401352" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771401418" }, "departure": { "time": "1771401418" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771401550" }, "departure": { "time": "1771401550" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771401641" }, "departure": { "time": "1771401641" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771401700" }, "departure": { "time": "1771401700" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771401737" }, "departure": { "time": "1771401737" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771402037" }, "departure": { "time": "1771402037" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771402097" }, "departure": { "time": "1771402097" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771402128" }, "departure": { "time": "1771402128" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771402161" }, "departure": { "time": "1771402161" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771402219" }, "departure": { "time": "1771402219" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771402255" }, "departure": { "time": "1771402255" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771402290" }, "departure": { "time": "1771402290" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771402334" }, "departure": { "time": "1771402334" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771402390" }, "departure": { "time": "1771402390" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771402419" }, "departure": { "time": "1771402419" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771402485" }, "departure": { "time": "1771402485" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771402518" }, "departure": { "time": "1771402518" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771402570" }, "departure": { "time": "1771402570" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771402690" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257744" } } }, { "id": "trip:6258721", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403940" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771403969" }, "departure": { "time": "1771403969" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771404020" }, "departure": { "time": "1771404020" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771404086" }, "departure": { "time": "1771404086" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771404268" }, "departure": { "time": "1771404268" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771404307" }, "departure": { "time": "1771404307" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771404355" }, "departure": { "time": "1771404355" }, "stopId": "MAIRTREL", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258721" } } }, { "id": "trip:6543307", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400645" }, "departure": { "time": "1771400645" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771400750" }, "departure": { "time": "1771400750" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771400860" }, "departure": { "time": "1771400860" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771400980" }, "departure": { "time": "1771400980" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771401100" }, "departure": { "time": "1771401100" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771401190" }, "departure": { "time": "1771401190" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771401310" }, "departure": { "time": "1771401310" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771401420" }, "departure": { "time": "1771401420" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771401480" }, "departure": { "time": "1771401480" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771401580" }, "departure": { "time": "1771401580" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771401680" }, "departure": { "time": "1771401680" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771401770" }, "departure": { "time": "1771401770" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771401890" }, "departure": { "time": "1771401890" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771401990" }, "departure": { "time": "1771401990" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771402110" }, "departure": { "time": "1771402110" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771402190" }, "departure": { "time": "1771402190" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771402310" }, "departure": { "time": "1771402310" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771402400" }, "departure": { "time": "1771402400" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771402550" }, "departure": { "time": "1771402550" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771402650" }, "departure": { "time": "1771402650" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771402730" }, "departure": { "time": "1771402730" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771402820" }, "departure": { "time": "1771402820" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771402900" }, "departure": { "time": "1771402900" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771402990" }, "departure": { "time": "1771402990" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771403070" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6543307" } } }, { "id": "trip:6260055", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400658" }, "departure": { "time": "1771400689" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1771400746" }, "departure": { "time": "1771400748" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1771400732" }, "departure": { "time": "1771400732" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1771400808" }, "departure": { "time": "1771400808" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771400864" }, "departure": { "time": "1771400864" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1771400958" }, "departure": { "time": "1771400958" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1771400998" }, "departure": { "time": "1771400998" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1771401068" }, "departure": { "time": "1771401068" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771401135" }, "departure": { "time": "1771401135" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1771401171" }, "departure": { "time": "1771401171" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1771401257" }, "departure": { "time": "1771401257" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1771401314" }, "departure": { "time": "1771401314" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1771401300" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260055" } } }, { "id": "trip:6257597", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403400" }, "stopId": "PROVINS", "stopSequence": 0 }, { "arrival": { "time": "1771403473" }, "departure": { "time": "1771403473" }, "stopId": "RTEPARIS", "stopSequence": 1 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1771403638" }, "departure": { "time": "1771403638" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1771403687" }, "departure": { "time": "1771403687" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1771403830" }, "departure": { "time": "1771403830" }, "stopId": "AUVERGNE", "stopSequence": 6 }, { "arrival": { "time": "1771403876" }, "departure": { "time": "1771403876" }, "stopId": "NOZAY", "stopSequence": 7 }, { "arrival": { "time": "1771403911" }, "departure": { "time": "1771403911" }, "stopId": "RBRIOLLA", "stopSequence": 8 }, { "arrival": { "time": "1771403997" }, "departure": { "time": "1771403997" }, "stopId": "RAMON", "stopSequence": 9 }, { "arrival": { "time": "1771404280" }, "departure": { "time": "1771404280" }, "stopId": "TALET", "stopSequence": 12 }, { "arrival": { "time": "1771403939" }, "departure": { "time": "1771403939" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLANT", "stopSequence": 13 }, { "arrival": { "time": "1771404046" }, "departure": { "time": "1771404046" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOUER", "stopSequence": 14 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACENEY", "stopSequence": 15 }, { "arrival": { "time": "1771404351" }, "departure": { "time": "1771404351" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU", "stopSequence": 16 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257597" } } }, { "id": "trip:3560", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400716" }, "departure": { "time": "1771400716" }, "stopId": "PAQUERET", "stopSequence": 14 }, { "arrival": { "time": "1771400742" }, "departure": { "time": "0" }, "stopId": "5ROUTES", "stopSequence": 15 }, { "arrival": { "time": "1771400835" }, "departure": { "time": "1771400835" }, "stopId": "ATOLL", "stopSequence": 16 }, { "arrival": { "time": "1771401029" }, "departure": { "time": "1771401029" }, "stopId": "DESERRE", "stopSequence": 17 }, { "arrival": { "time": "1771401089" }, "departure": { "time": "1771401089" }, "stopId": "MORSUB", "stopSequence": 18 }, { "arrival": { "time": "1771401180" }, "departure": { "time": "1771401180" }, "stopId": "LABABEAU", "stopSequence": 19 }, { "arrival": { "time": "1771401566" }, "departure": { "time": "1771401566" }, "stopId": "FARCYSJA", "stopSequence": 20 }, { "arrival": { "time": "1771401720" }, "departure": { "time": "1771401720" }, "stopId": "QUAIsubN", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "35", "tripId": "3560" } } }, { "id": "trip:6054020", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401240" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771401280" }, "departure": { "time": "1771401280" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771401311" }, "departure": { "time": "1771401311" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771401333" }, "departure": { "time": "1771401333" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771401373" }, "departure": { "time": "1771401373" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771401412" }, "departure": { "time": "1771401412" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771401449" }, "departure": { "time": "1771401449" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771401274" }, "departure": { "time": "1771401274" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771401328" }, "departure": { "time": "1771401328" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771401365" }, "departure": { "time": "1771401365" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771401449" }, "departure": { "time": "1771401449" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771401514" }, "departure": { "time": "1771401514" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771401575" }, "departure": { "time": "1771401575" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771401637" }, "departure": { "time": "1771401637" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1771401675" }, "departure": { "time": "1771401675" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1771401705" }, "departure": { "time": "1771401705" }, "stopId": "VALMAI-E", "stopSequence": 16 }, { "arrival": { "time": "1771401776" }, "departure": { "time": "1771401776" }, "stopId": "PETVIVIE", "stopSequence": 17 }, { "arrival": { "time": "1771401852" }, "departure": { "time": "1771401852" }, "stopId": "PRUNIERS", "stopSequence": 18 }, { "arrival": { "time": "1771401886" }, "departure": { "time": "1771401886" }, "stopId": "CROISETT", "stopSequence": 19 }, { "arrival": { "time": "1771401991" }, "departure": { "time": "1771401991" }, "stopId": "CAMLACMA", "stopSequence": 20 }, { "arrival": { "time": "1771402037" }, "departure": { "time": "1771402037" }, "stopId": "LACDMAIN", "stopSequence": 21 }, { "arrival": { "time": "1771402083" }, "departure": { "time": "1771402083" }, "stopId": "MAISENVI", "stopSequence": 22 }, { "arrival": { "time": "1771402140" }, "departure": { "time": "1771402140" }, "stopId": "GDMAINE", "stopSequence": 23 }, { "arrival": { "time": "1771402651" }, "departure": { "time": "1771402651" }, "stopId": "EBLE", "stopSequence": 24 }, { "arrival": { "time": "1771402713" }, "departure": { "time": "1771402713" }, "stopId": "GENIE", "stopSequence": 25 }, { "arrival": { "time": "1771402790" }, "departure": { "time": "1771402790" }, "stopId": "VAUBAN", "stopSequence": 26 }, { "arrival": { "time": "1771402824" }, "departure": { "time": "1771402824" }, "stopId": "POIREL", "stopSequence": 27 }, { "arrival": { "time": "1771402885" }, "departure": { "time": "1771402885" }, "stopId": "PONTNOIR", "stopSequence": 28 }, { "arrival": { "time": "1771402924" }, "departure": { "time": "1771402924" }, "stopId": "SEMARD", "stopSequence": 29 }, { "arrival": { "time": "1771402692" }, "departure": { "time": "1771402692" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 30 }, { "arrival": { "time": "1771402721" }, "departure": { "time": "1771402721" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 31 }, { "arrival": { "time": "1771402752" }, "departure": { "time": "1771402752" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 32 }, { "arrival": { "time": "1771402949" }, "stopId": "GAREPAPI", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "22", "tripId": "6054020" } } }, { "id": "trip:6544434", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401960" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771402140" }, "departure": { "time": "1771402140" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771402262" }, "departure": { "time": "1771402262" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771402320" }, "departure": { "time": "1771402320" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771402382" }, "departure": { "time": "1771402382" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771402455" }, "departure": { "time": "1771402455" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771402510" }, "departure": { "time": "1771402510" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771402680" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544434" } } }, { "id": "trip:3156", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400777" }, "departure": { "time": "1771400777" }, "stopId": "SEPSONET", "stopSequence": 17 }, { "arrival": { "time": "1771400900" }, "departure": { "time": "1771400900" }, "stopId": "CHATENAY", "stopSequence": 18 }, { "arrival": { "time": "1771401037" }, "departure": { "time": "1771401037" }, "stopId": "BRISEPOT", "stopSequence": 19 }, { "arrival": { "time": "1771401199" }, "departure": { "time": "1771401199" }, "stopId": "LUTIN", "stopSequence": 20 }, { "arrival": { "time": "1771401500" }, "departure": { "time": "1771401500" }, "stopId": "HDVSUB", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "31", "tripId": "3156" } } }, { "id": "trip:6543455", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401480" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771401562" }, "departure": { "time": "1771401562" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771401648" }, "departure": { "time": "1771401648" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771401820" }, "departure": { "time": "1771401820" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771401901" }, "departure": { "time": "1771401901" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771402062" }, "departure": { "time": "1771402062" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771402160" }, "departure": { "time": "1771402160" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771402310" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6543455" } } }, { "id": "trip:6258055", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771402975" }, "departure": { "time": "1771402975" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771403039" }, "departure": { "time": "1771403039" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771403132" }, "departure": { "time": "1771403132" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771403175" }, "departure": { "time": "1771403175" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771403220" }, "departure": { "time": "1771403220" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771403287" }, "departure": { "time": "1771403287" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771403336" }, "departure": { "time": "1771403336" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771403401" }, "departure": { "time": "1771403401" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771403476" }, "departure": { "time": "1771403476" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771403533" }, "departure": { "time": "1771403533" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1771403782" }, "departure": { "time": "1771403782" }, "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771403829" }, "departure": { "time": "1771403829" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771403880" }, "departure": { "time": "1771403880" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771403909" }, "departure": { "time": "1771403909" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771403942" }, "departure": { "time": "1771403942" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771404006" }, "departure": { "time": "1771404006" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771404041" }, "departure": { "time": "1771404041" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771404110" }, "departure": { "time": "1771404110" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771404174" }, "departure": { "time": "1771404174" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771404256" }, "departure": { "time": "1771404256" }, "stopId": "CTRETR-E", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258055" } } }, { "id": "trip:6258431", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400647" }, "departure": { "time": "1771400672" }, "stopId": "PATUREAU", "stopSequence": 2 }, { "arrival": { "time": "1771400726" }, "departure": { "time": "1771400731" }, "stopId": "FRANVILL", "stopSequence": 4 }, { "arrival": { "time": "1771400790" }, "departure": { "time": "1771400790" }, "stopId": "GGESSAND", "stopSequence": 5 }, { "arrival": { "time": "1771400834" }, "departure": { "time": "1771400834" }, "stopId": "MACURIE", "stopSequence": 6 }, { "arrival": { "time": "1771400875" }, "departure": { "time": "1771400875" }, "stopId": "JEROSTAN", "stopSequence": 7 }, { "arrival": { "time": "1771400893" }, "departure": { "time": "1771400893" }, "stopId": "RONCIERE", "stopSequence": 8 }, { "arrival": { "time": "1771400932" }, "departure": { "time": "1771400932" }, "stopId": "GUILLE-E", "stopSequence": 9 }, { "arrival": { "time": "1771401017" }, "departure": { "time": "1771401017" }, "stopId": "JEBOUTON", "stopSequence": 10 }, { "arrival": { "time": "1771401123" }, "departure": { "time": "1771401123" }, "stopId": "LAVOIR", "stopSequence": 11 }, { "arrival": { "time": "1771401191" }, "departure": { "time": "1771401191" }, "stopId": "RIOTTEAU", "stopSequence": 12 }, { "arrival": { "time": "1771401250" }, "departure": { "time": "1771401250" }, "stopId": "ALLUMETT", "stopSequence": 13 }, { "arrival": { "time": "1771401294" }, "departure": { "time": "1771401294" }, "stopId": "DAGUERRE", "stopSequence": 14 }, { "arrival": { "time": "1771401349" }, "departure": { "time": "1771401349" }, "stopId": "BELVTR-E", "stopSequence": 15 }, { "arrival": { "time": "1771401423" }, "departure": { "time": "1771401423" }, "stopId": "MARAIS-E", "stopSequence": 16 }, { "arrival": { "time": "1771401517" }, "departure": { "time": "1771401517" }, "stopId": "GASPALON", "stopSequence": 17 }, { "arrival": { "time": "1771401634" }, "departure": { "time": "1771401634" }, "stopId": "VILSANTE", "stopSequence": 18 }, { "arrival": { "time": "1771401671" }, "departure": { "time": "1771401671" }, "stopId": "CORMIER", "stopSequence": 19 }, { "arrival": { "time": "1771401740" }, "departure": { "time": "1771401740" }, "stopId": "STLEONAR", "stopSequence": 20 }, { "arrival": { "time": "1771401769" }, "departure": { "time": "1771401769" }, "stopId": "GERICAUL", "stopSequence": 21 }, { "arrival": { "time": "1771401814" }, "departure": { "time": "1771401814" }, "stopId": "MONGAZON", "stopSequence": 22 }, { "arrival": { "time": "1771401848" }, "departure": { "time": "1771401848" }, "stopId": "KOPA", "stopSequence": 23 }, { "arrival": { "time": "1771401905" }, "departure": { "time": "1771401905" }, "stopId": "DESMAZ", "stopSequence": 24 }, { "arrival": { "time": "1771401955" }, "departure": { "time": "1771401955" }, "stopId": "ANFRANCK", "stopSequence": 25 }, { "arrival": { "time": "1771402012" }, "departure": { "time": "1771402012" }, "stopId": "STJOSEP", "stopSequence": 26 }, { "arrival": { "time": "1771402077" }, "departure": { "time": "1771402077" }, "stopId": "PLDULYCE", "stopSequence": 27 }, { "arrival": { "time": "1771402174" }, "departure": { "time": "1771402174" }, "stopId": "HMAI", "stopSequence": 28 }, { "arrival": { "time": "1771402194" }, "departure": { "time": "1771402194" }, "stopId": "FO-LOR-R", "stopSequence": 29 }, { "arrival": { "time": "1771402289" }, "departure": { "time": "1771402289" }, "stopId": "STAUBI-E", "stopSequence": 30 }, { "arrival": { "time": "1771402345" }, "departure": { "time": "1771402345" }, "stopId": "HARAS-E", "stopSequence": 31 }, { "arrival": { "time": "1771402452" }, "departure": { "time": "1771402452" }, "stopId": "LESGAR-E", "stopSequence": 32 }, { "arrival": { "time": "1771402543" }, "departure": { "time": "1771402543" }, "stopId": "SEMARD-E", "stopSequence": 33 }, { "arrival": { "time": "1771402583" }, "departure": { "time": "1771402583" }, "stopId": "PONTNO-E", "stopSequence": 34 }, { "arrival": { "time": "1771402651" }, "departure": { "time": "1771402651" }, "stopId": "POIREL-E", "stopSequence": 35 }, { "arrival": { "time": "1771402729" }, "departure": { "time": "1771402729" }, "stopId": "VAUBAN-E", "stopSequence": 36 }, { "arrival": { "time": "1771402778" }, "departure": { "time": "1771402778" }, "stopId": "FREMUR-E", "stopSequence": 37 }, { "arrival": { "time": "1771402840" }, "departure": { "time": "1771402840" }, "stopId": "STRASB-E", "stopSequence": 38 }, { "arrival": { "time": "1771402942" }, "departure": { "time": "1771402942" }, "stopId": "LETAND-E", "stopSequence": 39 }, { "arrival": { "time": "1771402973" }, "departure": { "time": "1771402973" }, "stopId": "BEDIER-E", "stopSequence": 40 }, { "arrival": { "time": "1771403006" }, "departure": { "time": "1771403006" }, "stopId": "INTREP-E", "stopSequence": 41 }, { "arrival": { "time": "1771403037" }, "departure": { "time": "1771403037" }, "stopId": "MTARDA-E", "stopSequence": 42 }, { "arrival": { "time": "1771403076" }, "departure": { "time": "1771403076" }, "stopId": "AUBRY-E", "stopSequence": 43 }, { "arrival": { "time": "1771403127" }, "departure": { "time": "1771403127" }, "stopId": "COSSE-E", "stopSequence": 44 }, { "arrival": { "time": "1771403190" }, "departure": { "time": "1771403190" }, "stopId": "HUTREA-E", "stopSequence": 45 }, { "arrival": { "time": "1771403211" }, "departure": { "time": "1771403211" }, "stopId": "JOLIVE-E", "stopSequence": 46 }, { "arrival": { "time": "1771403266" }, "departure": { "time": "1771403266" }, "stopId": "BELOEI-E", "stopSequence": 47 }, { "arrival": { "time": "1771403302" }, "departure": { "time": "1771403302" }, "stopId": "RTEDAN-E", "stopSequence": 48 }, { "arrival": { "time": "1771403348" }, "departure": { "time": "1771403348" }, "stopId": "LESROS-E", "stopSequence": 49 }, { "arrival": { "time": "1771403421" }, "departure": { "time": "1771403421" }, "stopId": "LOUPIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771403487" }, "departure": { "time": "1771403487" }, "stopId": "MASGEM-E", "stopSequence": 51 }, { "arrival": { "time": "1771403533" }, "departure": { "time": "1771403533" }, "stopId": "HOSGEM-E", "stopSequence": 52 }, { "arrival": { "time": "1771403597" }, "departure": { "time": "1771403597" }, "stopId": "CLOS9-E", "stopSequence": 53 }, { "arrival": { "time": "1771403644" }, "departure": { "time": "1771403644" }, "stopId": "VANRIE-E", "stopSequence": 54 }, { "arrival": { "time": "1771403698" }, "departure": { "time": "1771403698" }, "stopId": "PORTSG-E", "stopSequence": 55 }, { "arrival": { "time": "1771403727" }, "departure": { "time": "1771403727" }, "stopId": "LECHEN-E", "stopSequence": 56 }, { "arrival": { "time": "1771403782" }, "stopId": "ROMORNA", "stopSequence": 57 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258431" } } }, { "id": "trip:6054019", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771400760" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771400818" }, "departure": { "time": "1771400818" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771400851" }, "departure": { "time": "1771400851" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771400872" }, "departure": { "time": "1771400872" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771401240" }, "departure": { "time": "1771401240" }, "stopId": "GDMAIN-E", "stopSequence": 4 }, { "arrival": { "time": "1771401297" }, "departure": { "time": "1771401297" }, "stopId": "MAISEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771401340" }, "departure": { "time": "1771401340" }, "stopId": "LACDMA-E", "stopSequence": 6 }, { "arrival": { "time": "1771401388" }, "departure": { "time": "1771401388" }, "stopId": "CAMLAC-E", "stopSequence": 7 }, { "arrival": { "time": "1771401488" }, "departure": { "time": "1771401488" }, "stopId": "CROISE-E", "stopSequence": 8 }, { "arrival": { "time": "1771401517" }, "departure": { "time": "1771401517" }, "stopId": "PRUNIE-E", "stopSequence": 9 }, { "arrival": { "time": "1771401595" }, "departure": { "time": "1771401595" }, "stopId": "PETVIV-E", "stopSequence": 10 }, { "arrival": { "time": "1771401660" }, "departure": { "time": "1771401660" }, "stopId": "VALMAINE", "stopSequence": 11 }, { "arrival": { "time": "1771401691" }, "departure": { "time": "1771401691" }, "stopId": "CLOSVIGN", "stopSequence": 12 }, { "arrival": { "time": "1771401728" }, "departure": { "time": "1771401728" }, "stopId": "CHATAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771401782" }, "departure": { "time": "1771401782" }, "stopId": "PIVERD-E", "stopSequence": 14 }, { "arrival": { "time": "1771401840" }, "departure": { "time": "1771401840" }, "stopId": "ARTAUD-E", "stopSequence": 15 }, { "arrival": { "time": "1771401903" }, "departure": { "time": "1771401903" }, "stopId": "HAUBOU-E", "stopSequence": 16 }, { "arrival": { "time": "1771401985" }, "departure": { "time": "1771401985" }, "stopId": "PETPOR-E", "stopSequence": 17 }, { "arrival": { "time": "1771402026" }, "departure": { "time": "1771402026" }, "stopId": "CHEVRI-E", "stopSequence": 18 }, { "arrival": { "time": "1771402080" }, "departure": { "time": "1771402080" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 20 }, { "arrival": { "time": "1771402117" }, "departure": { "time": "1771402117" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 21 }, { "arrival": { "time": "1771402165" }, "departure": { "time": "1771402165" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 22 }, { "arrival": { "time": "1771402219" }, "departure": { "time": "1771402219" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 23 }, { "arrival": { "time": "1771402274" }, "departure": { "time": "1771402274" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 24 }, { "arrival": { "time": "1771402302" }, "departure": { "time": "1771402302" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 25 }, { "arrival": { "time": "1771402358" }, "departure": { "time": "1771402358" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 26 }, { "arrival": { "time": "1771402440" }, "stopId": "CHANTOUR", "stopSequence": 27 } ], "trip": { "directionId": 1, "routeId": "22", "tripId": "6054019" } } }, { "id": "trip:6540925", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400651" }, "departure": { "time": "1771400667" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771400735" }, "departure": { "time": "1771400739" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771400943" }, "departure": { "time": "1771400943" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771401043" }, "departure": { "time": "1771401043" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771401123" }, "departure": { "time": "1771401123" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771401213" }, "departure": { "time": "1771401213" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771401293" }, "departure": { "time": "1771401293" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771401383" }, "departure": { "time": "1771401383" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771401473" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6540925" } } }, { "id": "trip:6258129", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400678" }, "departure": { "time": "1771400725" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771400749" }, "departure": { "time": "1771400749" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771400803" }, "departure": { "time": "1771400803" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771400854" }, "departure": { "time": "1771400854" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771400916" }, "departure": { "time": "1771400916" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771400953" }, "departure": { "time": "1771400953" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771401009" }, "departure": { "time": "1771401009" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771401050" }, "departure": { "time": "1771401050" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771401094" }, "departure": { "time": "1771401094" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771401192" }, "departure": { "time": "1771401192" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771401264" }, "departure": { "time": "1771401264" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771401310" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258129" } } }, { "id": "trip:6257798", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771400760" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771400886" }, "departure": { "time": "1771400886" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771400972" }, "departure": { "time": "1771400972" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771401060" }, "departure": { "time": "1771401060" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771401094" }, "departure": { "time": "1771401094" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771401140" }, "departure": { "time": "1771401140" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771401199" }, "departure": { "time": "1771401199" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771401237" }, "departure": { "time": "1771401237" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401300" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771401361" }, "departure": { "time": "1771401361" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771401412" }, "departure": { "time": "1771401412" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771401447" }, "departure": { "time": "1771401447" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771401551" }, "departure": { "time": "1771401551" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771401600" }, "departure": { "time": "1771401600" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771401788" }, "departure": { "time": "1771401788" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771401960" }, "departure": { "time": "1771402020" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771402107" }, "departure": { "time": "1771402107" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771402149" }, "departure": { "time": "1771402149" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771402260" }, "departure": { "time": "1771402260" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771402347" }, "departure": { "time": "1771402347" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771402404" }, "departure": { "time": "1771402404" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771402740" }, "departure": { "time": "1771402740" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771402800" }, "departure": { "time": "1771402800" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771402834" }, "departure": { "time": "1771402834" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771402871" }, "departure": { "time": "1771402871" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771402929" }, "departure": { "time": "1771402929" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771402965" }, "departure": { "time": "1771402965" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771403000" }, "departure": { "time": "1771403000" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771403044" }, "departure": { "time": "1771403044" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771403100" }, "departure": { "time": "1771403100" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771403129" }, "departure": { "time": "1771403129" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771403195" }, "departure": { "time": "1771403195" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771403228" }, "departure": { "time": "1771403228" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771403280" }, "departure": { "time": "1771403280" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771403400" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257798" } } }, { "id": "trip:6540930", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402770" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771402890" }, "departure": { "time": "1771402890" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771403000" }, "departure": { "time": "1771403000" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771403120" }, "departure": { "time": "1771403120" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771403230" }, "departure": { "time": "1771403230" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771403320" }, "departure": { "time": "1771403320" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771403420" }, "departure": { "time": "1771403420" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771403520" }, "departure": { "time": "1771403520" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771403680" }, "departure": { "time": "1771403680" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771403780" }, "departure": { "time": "1771403780" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771403870" }, "departure": { "time": "1771403870" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771403990" }, "departure": { "time": "1771403990" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771404080" }, "departure": { "time": "1771404080" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771404200" }, "departure": { "time": "1771404200" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771404280" }, "departure": { "time": "1771404280" }, "stopId": "2JMOU", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6540930" } } }, { "id": "trip:6543546", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400862" }, "departure": { "time": "1771400862" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771400938" }, "departure": { "time": "1771400938" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771401096" }, "departure": { "time": "1771401096" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771401175" }, "departure": { "time": "1771401175" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771401248" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6543546" } } }, { "id": "trip:6260063", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403940" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1771403980" }, "departure": { "time": "1771403980" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1771404011" }, "departure": { "time": "1771404011" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1771404033" }, "departure": { "time": "1771404033" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1771404073" }, "departure": { "time": "1771404073" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1771404112" }, "departure": { "time": "1771404112" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1771404149" }, "departure": { "time": "1771404149" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1771403974" }, "departure": { "time": "1771403974" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1771404028" }, "departure": { "time": "1771404028" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1771404065" }, "departure": { "time": "1771404065" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1771404149" }, "departure": { "time": "1771404149" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1771404214" }, "departure": { "time": "1771404214" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1771404275" }, "departure": { "time": "1771404275" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1771404337" }, "departure": { "time": "1771404337" }, "stopId": "CHATAIGN", "stopSequence": 14 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260063" } } }, { "id": "trip:6258566", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400732" }, "departure": { "time": "1771400732" }, "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1771400783" }, "departure": { "time": "1771400783" }, "stopId": "PIGNONIE", "stopSequence": 1 }, { "arrival": { "time": "1771400846" }, "departure": { "time": "1771400846" }, "stopId": "CLAVERIE", "stopSequence": 2 }, { "arrival": { "time": "1771400890" }, "departure": { "time": "1771400890" }, "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1771400940" }, "departure": { "time": "1771400940" }, "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1771400997" }, "departure": { "time": "1771400997" }, "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1771401043" }, "departure": { "time": "1771401043" }, "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1771401079" }, "departure": { "time": "1771401079" }, "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1771401127" }, "departure": { "time": "1771401127" }, "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1771401207" }, "departure": { "time": "1771401207" }, "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1771401269" }, "departure": { "time": "1771401269" }, "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1771401300" }, "departure": { "time": "1771401300" }, "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1771401355" }, "departure": { "time": "1771401355" }, "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1771401441" }, "departure": { "time": "1771401441" }, "stopId": "MONTAIG", "stopSequence": 13 }, { "arrival": { "time": "1771401600" }, "departure": { "time": "1771401600" }, "stopId": "LANGLADE", "stopSequence": 14 }, { "arrival": { "time": "1771401660" }, "departure": { "time": "1771401660" }, "stopId": "AROBASE", "stopSequence": 15 }, { "arrival": { "time": "1771401708" }, "departure": { "time": "1771401708" }, "stopId": "PCOUBERT", "stopSequence": 16 }, { "arrival": { "time": "1771401775" }, "departure": { "time": "1771401775" }, "stopId": "JEBOUIN", "stopSequence": 17 }, { "arrival": { "time": "1771401840" }, "departure": { "time": "1771401840" }, "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1771401887" }, "departure": { "time": "1771401887" }, "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1771401968" }, "departure": { "time": "1771401968" }, "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1771402029" }, "departure": { "time": "1771402029" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1771402080" }, "departure": { "time": "1771402080" }, "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1771402242" }, "departure": { "time": "1771402242" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771402320" }, "departure": { "time": "1771402380" }, "stopId": "LICES", "stopSequence": 24 }, { "arrival": { "time": "1771402450" }, "departure": { "time": "1771402450" }, "stopId": "CCI-E", "stopSequence": 25 }, { "arrival": { "time": "1771402494" }, "departure": { "time": "1771402494" }, "stopId": "CHDARR-E", "stopSequence": 26 }, { "arrival": { "time": "1771402609" }, "departure": { "time": "1771402609" }, "stopId": "LEQUAI-E", "stopSequence": 27 }, { "arrival": { "time": "1771402649" }, "departure": { "time": "1771402649" }, "stopId": "DUMESN-E", "stopSequence": 28 }, { "arrival": { "time": "1771402664" }, "departure": { "time": "1771402664" }, "stopId": "MONPR-E", "stopSequence": 29 }, { "arrival": { "time": "1771402509" }, "departure": { "time": "1771402509" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1771402560" }, "departure": { "time": "1771402560" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1771402628" }, "departure": { "time": "1771402628" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1771402716" }, "departure": { "time": "1771402716" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 }, { "arrival": { "time": "1771402800" }, "departure": { "time": "1771402800" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 34 }, { "arrival": { "time": "1771402860" }, "departure": { "time": "1771402860" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1771402718" }, "departure": { "time": "1771402718" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1771402775" }, "departure": { "time": "1771402775" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1771402776" }, "departure": { "time": "1771402776" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1771402808" }, "departure": { "time": "1771402808" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1771402873" }, "departure": { "time": "1771402873" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1771402925" }, "departure": { "time": "1771402925" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1771402963" }, "departure": { "time": "1771402963" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1771403037" }, "departure": { "time": "1771403037" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1771403081" }, "departure": { "time": "1771403340" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1771403428" }, "departure": { "time": "1771403428" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1771403480" }, "departure": { "time": "1771403480" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1771403543" }, "departure": { "time": "1771403543" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1771403596" }, "departure": { "time": "1771403596" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1771403651" }, "departure": { "time": "1771403651" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1771403708" }, "departure": { "time": "1771403708" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1771403805" }, "departure": { "time": "1771403805" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1771403846" }, "departure": { "time": "1771403846" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1771403908" }, "departure": { "time": "1771403908" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1771403940" }, "departure": { "time": "1771403940" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1771404006" }, "departure": { "time": "1771404006" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1771404083" }, "departure": { "time": "1771404083" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1771404118" }, "departure": { "time": "1771404118" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1771404180" }, "departure": { "time": "1771404180" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1771404316" }, "departure": { "time": "1771404316" }, "stopId": "AUCHAN-E", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258566" } } }, { "id": "trip:6543503", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401990" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771402110" }, "departure": { "time": "1771402110" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771402201" }, "departure": { "time": "1771402201" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771402354" }, "departure": { "time": "1771402354" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771402430" }, "departure": { "time": "1771402430" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771402588" }, "departure": { "time": "1771402588" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771402667" }, "departure": { "time": "1771402667" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771402740" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6543503" } } }, { "id": "trip:6258300", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402620" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771402668" }, "departure": { "time": "1771402668" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771402718" }, "departure": { "time": "1771402718" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771402786" }, "departure": { "time": "1771402786" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771402845" }, "departure": { "time": "1771402845" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771402873" }, "departure": { "time": "1771402873" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771402920" }, "departure": { "time": "1771402920" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771402963" }, "departure": { "time": "1771402963" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771403025" }, "departure": { "time": "1771403025" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771403064" }, "departure": { "time": "1771403064" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771403131" }, "departure": { "time": "1771403131" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771403184" }, "departure": { "time": "1771403184" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771403221" }, "departure": { "time": "1771403221" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771403246" }, "departure": { "time": "1771403246" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771403286" }, "departure": { "time": "1771403286" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771403340" }, "departure": { "time": "1771403340" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771403390" }, "departure": { "time": "1771403390" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771403427" }, "departure": { "time": "1771403427" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771403506" }, "departure": { "time": "1771403506" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771403570" }, "departure": { "time": "1771403570" }, "stopId": "POMONE", "stopSequence": 19 }, { "arrival": { "time": "1771403675" }, "departure": { "time": "1771403675" }, "stopId": "CIOUEST", "stopSequence": 20 }, { "arrival": { "time": "1771403724" }, "departure": { "time": "1771403724" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "DESCAZ-E", "stopSequence": 22 }, { "arrival": { "time": "1771403817" }, "departure": { "time": "1771403817" }, "stopId": "BICHDAVI", "stopSequence": 23 }, { "arrival": { "time": "1771403899" }, "departure": { "time": "1771403899" }, "stopId": "HOTDIEU", "stopSequence": 24 }, { "arrival": { "time": "1771403940" }, "departure": { "time": "1771403940" }, "stopId": "ROCHEFOU", "stopSequence": 25 }, { "arrival": { "time": "1771404115" }, "departure": { "time": "1771404115" }, "stopId": "STSERGEU", "stopSequence": 26 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258300" } } }, { "id": "trip:6544016", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401960" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771402009" }, "departure": { "time": "1771402009" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771402243" }, "departure": { "time": "1771402243" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771402280" }, "departure": { "time": "1771402280" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771402440" }, "departure": { "time": "1771402440" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771402523" }, "departure": { "time": "1771402523" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771402620" }, "departure": { "time": "1771402620" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771402800" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544016" } } }, { "id": "trip:6543501", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400655" }, "departure": { "time": "1771400685" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771400760" }, "departure": { "time": "1771400760" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6543501" } } }, { "id": "trip:3254", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400780" }, "departure": { "time": "1771400780" }, "stopId": "HDVSUB", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "32", "tripId": "3254" } } }, { "id": "trip:6544437", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403400" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771403580" }, "departure": { "time": "1771403580" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771403702" }, "departure": { "time": "1771403702" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771403822" }, "departure": { "time": "1771403822" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771403895" }, "departure": { "time": "1771403895" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771403950" }, "departure": { "time": "1771403950" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771404120" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544437" } } }, { "id": "trip:6053954", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401540" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1771401625" }, "departure": { "time": "1771401625" }, "stopId": "CLEMOI-E", "stopSequence": 1 }, { "arrival": { "time": "1771401902" }, "departure": { "time": "1771401902" }, "stopId": "BRISEP-E", "stopSequence": 2 }, { "arrival": { "time": "1771402020" }, "departure": { "time": "1771402020" }, "stopId": "CHATEN-E", "stopSequence": 3 }, { "arrival": { "time": "1771402140" }, "departure": { "time": "1771402140" }, "stopId": "SEPSON-E", "stopSequence": 4 }, { "arrival": { "time": "1771402225" }, "departure": { "time": "1771402225" }, "stopId": "RTEPAR-E", "stopSequence": 5 }, { "arrival": { "time": "1771402286" }, "departure": { "time": "1771402286" }, "stopId": "PROVIN-E", "stopSequence": 6 }, { "arrival": { "time": "1771402380" }, "departure": { "time": "1771402380" }, "stopId": "PARCEX-E", "stopSequence": 7 }, { "arrival": { "time": "1771402647" }, "departure": { "time": "1771402647" }, "stopId": "CARREA-E", "stopSequence": 8 }, { "arrival": { "time": "1771402680" }, "departure": { "time": "1771402680" }, "stopId": "MILLAR-E", "stopSequence": 9 }, { "arrival": { "time": "1771402714" }, "departure": { "time": "1771402714" }, "stopId": "BASMOR-E", "stopSequence": 10 }, { "arrival": { "time": "1771402760" }, "departure": { "time": "1771402760" }, "stopId": "CHABLA-E", "stopSequence": 11 }, { "arrival": { "time": "1771402799" }, "departure": { "time": "1771402799" }, "stopId": "UNION-E", "stopSequence": 12 }, { "arrival": { "time": "1771402860" }, "departure": { "time": "1771402860" }, "stopId": "SSYMAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771402941" }, "departure": { "time": "1771402941" }, "stopId": "LECLSYLV", "stopSequence": 14 }, { "arrival": { "time": "1771402988" }, "departure": { "time": "1771402988" }, "stopId": "FRANCAIS", "stopSequence": 15 }, { "arrival": { "time": "1771403048" }, "departure": { "time": "1771403048" }, "stopId": "V.HUGO-E", "stopSequence": 16 }, { "arrival": { "time": "1771403109" }, "departure": { "time": "1771403109" }, "stopId": "ANBRUE-E", "stopSequence": 17 }, { "arrival": { "time": "1771403163" }, "departure": { "time": "1771403163" }, "stopId": "GAUGUI-E", "stopSequence": 18 }, { "arrival": { "time": "1771403220" }, "stopId": "STSYCHVE", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053954" } } }, { "id": "trip:6258693", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403040" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771403069" }, "departure": { "time": "1771403069" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771403120" }, "departure": { "time": "1771403120" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771403186" }, "departure": { "time": "1771403186" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771403280" }, "departure": { "time": "1771403280" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771403368" }, "departure": { "time": "1771403368" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771403407" }, "departure": { "time": "1771403407" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771403455" }, "departure": { "time": "1771403455" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771403508" }, "departure": { "time": "1771403508" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771403567" }, "departure": { "time": "1771403567" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771403640" }, "departure": { "time": "1771403640" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771403707" }, "departure": { "time": "1771403707" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771403792" }, "departure": { "time": "1771403792" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771403831" }, "departure": { "time": "1771403831" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771403897" }, "departure": { "time": "1771403897" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771403947" }, "departure": { "time": "1771403947" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771404025" }, "departure": { "time": "1771404025" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771404119" }, "departure": { "time": "1771404119" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771404187" }, "departure": { "time": "1771404187" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771404240" }, "departure": { "time": "1771404240" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771404294" }, "departure": { "time": "1771404294" }, "stopId": "VDLOIRE", "stopSequence": 20 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258693" } } }, { "id": "trip:3453", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400830" }, "departure": { "time": "1771400830" }, "stopId": "LAPLES-E", "stopSequence": 8 }, { "arrival": { "time": "1771400946" }, "departure": { "time": "1771400946" }, "stopId": "LAGRAN-E", "stopSequence": 9 }, { "arrival": { "time": "1771401005" }, "departure": { "time": "1771401005" }, "stopId": "LAGLOU-E", "stopSequence": 10 }, { "arrival": { "time": "1771401157" }, "departure": { "time": "1771401157" }, "stopId": "TANCE-E", "stopSequence": 11 }, { "arrival": { "time": "1771401188" }, "departure": { "time": "1771401188" }, "stopId": "AUBRIA-E", "stopSequence": 12 }, { "arrival": { "time": "1771401230" }, "departure": { "time": "1771401230" }, "stopId": "MEIG34-E", "stopSequence": 13 }, { "arrival": { "time": "1771401253" }, "departure": { "time": "1771401253" }, "stopId": "MOLINE-E", "stopSequence": 14 }, { "arrival": { "time": "1771401308" }, "departure": { "time": "1771401308" }, "stopId": "MAUNY-E", "stopSequence": 15 }, { "arrival": { "time": "1771401422" }, "departure": { "time": "1771401422" }, "stopId": "GUILL-E", "stopSequence": 16 }, { "arrival": { "time": "1771401517" }, "departure": { "time": "1771401517" }, "stopId": "ESPLO-E", "stopSequence": 17 }, { "arrival": { "time": "1771401551" }, "departure": { "time": "1771401551" }, "stopId": "LORPLM-E", "stopSequence": 18 }, { "arrival": { "time": "1771401590" }, "departure": { "time": "1771401590" }, "stopId": "NOUE-E", "stopSequence": 19 }, { "arrival": { "time": "1771401796" }, "departure": { "time": "1771401796" }, "stopId": "CHEVA-E", "stopSequence": 20 }, { "arrival": { "time": "1771401890" }, "departure": { "time": "1771401890" }, "stopId": "JOUVZA-E", "stopSequence": 21 }, { "arrival": { "time": "1771401949" }, "departure": { "time": "1771401949" }, "stopId": "MEMBMA-E", "stopSequence": 22 }, { "arrival": { "time": "1771402010" }, "departure": { "time": "1771402010" }, "stopId": "GABORI-E", "stopSequence": 23 }, { "arrival": { "time": "1771402070" }, "departure": { "time": "1771402070" }, "stopId": "BOISDA-E", "stopSequence": 24 }, { "arrival": { "time": "1771402130" }, "departure": { "time": "1771402130" }, "stopId": "ZACHESNA", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "34", "tripId": "3453" } } }, { "id": "trip:3054", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400787" }, "departure": { "time": "1771400787" }, "stopId": "BRISEPOT", "stopSequence": 27 }, { "arrival": { "time": "1771400949" }, "departure": { "time": "1771400949" }, "stopId": "LUTIN", "stopSequence": 28 }, { "arrival": { "time": "1771401250" }, "departure": { "time": "1771401250" }, "stopId": "HDVSUB", "stopSequence": 29 } ], "trip": { "directionId": 0, "routeId": "30", "tripId": "3054" } } }, { "id": "trip:6544984", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771401420" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771401600" }, "departure": { "time": "1771401600" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771401713" }, "departure": { "time": "1771401713" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771401809" }, "departure": { "time": "1771401809" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771401890" }, "departure": { "time": "1771401890" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771401997" }, "departure": { "time": "1771401997" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771402100" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544984" } } }, { "id": "trip:6260041", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771402260" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1771402384" }, "departure": { "time": "1771402384" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1771402455" }, "departure": { "time": "1771402455" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1771402500" }, "departure": { "time": "1771402500" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1771402860" }, "departure": { "time": "1771402860" }, "stopId": "CNFPT", "stopSequence": 4 }, { "arrival": { "time": "1771402980" }, "departure": { "time": "1771402980" }, "stopId": "DARWIN-E", "stopSequence": 5 }, { "arrival": { "time": "1771403040" }, "departure": { "time": "1771403040" }, "stopId": "MOREL-E", "stopSequence": 6 }, { "arrival": { "time": "1771403068" }, "departure": { "time": "1771403068" }, "stopId": "INRA-E", "stopSequence": 7 }, { "arrival": { "time": "1771403105" }, "departure": { "time": "1771403105" }, "stopId": "GDPERI-E", "stopSequence": 8 }, { "arrival": { "time": "1771403136" }, "departure": { "time": "1771403136" }, "stopId": "LANDRE-E", "stopSequence": 9 }, { "arrival": { "time": "1771403220" }, "departure": { "time": "1771403220" }, "stopId": "BRGPAI-E", "stopSequence": 10 }, { "arrival": { "time": "1771403253" }, "departure": { "time": "1771403253" }, "stopId": "RODIN-E", "stopSequence": 11 }, { "arrival": { "time": "1771403293" }, "departure": { "time": "1771403293" }, "stopId": "GRANBE-E", "stopSequence": 12 }, { "arrival": { "time": "1771403344" }, "departure": { "time": "1771403344" }, "stopId": "PROME-E", "stopSequence": 13 }, { "arrival": { "time": "1771403400" }, "departure": { "time": "1771403400" }, "stopId": "CERFEU-E", "stopSequence": 14 }, { "arrival": { "time": "1771403433" }, "departure": { "time": "1771403433" }, "stopId": "MONOD-E", "stopSequence": 15 }, { "arrival": { "time": "1771403467" }, "departure": { "time": "1771403467" }, "stopId": "CITRON-E", "stopSequence": 16 }, { "arrival": { "time": "1771403498" }, "departure": { "time": "1771403498" }, "stopId": "ECHATS-E", "stopSequence": 17 }, { "arrival": { "time": "1771403580" }, "stopId": "LATOLL", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260041" } } }, { "id": "trip:6258457", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771400687" }, "departure": { "time": "1771400703" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1771400702" }, "departure": { "time": "1771400733" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1771400828" }, "departure": { "time": "1771400828" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1771400877" }, "departure": { "time": "1771400877" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771401000" }, "departure": { "time": "1771401000" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1771401087" }, "departure": { "time": "1771401087" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1771401136" }, "departure": { "time": "1771401136" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1771401207" }, "departure": { "time": "1771401207" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1771401258" }, "departure": { "time": "1771401258" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1771401302" }, "departure": { "time": "1771401302" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1771401368" }, "departure": { "time": "1771401368" }, "stopId": "LAVOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771401472" }, "departure": { "time": "1771401472" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1771401525" }, "departure": { "time": "1771401525" }, "stopId": "BAUDRA-E", "stopSequence": 47 }, { "arrival": { "time": "1771401653" }, "stopId": "MOULINMA", "stopSequence": 48 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258457" } } }, { "id": "trip:6257531", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403220" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1771403332" }, "departure": { "time": "1771403332" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1771403400" }, "departure": { "time": "1771403400" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1771403429" }, "departure": { "time": "1771403429" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1771403462" }, "departure": { "time": "1771403462" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1771403491" }, "departure": { "time": "1771403491" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1771403520" }, "departure": { "time": "1771403520" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1771403575" }, "departure": { "time": "1771403575" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1771403678" }, "departure": { "time": "1771403678" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1771403722" }, "departure": { "time": "1771403722" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1771403760" }, "departure": { "time": "1771403760" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1771403814" }, "departure": { "time": "1771403814" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1771403872" }, "departure": { "time": "1771403872" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1771403942" }, "departure": { "time": "1771403942" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1771404003" }, "departure": { "time": "1771404003" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1771404060" }, "departure": { "time": "1771404060" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1771404125" }, "departure": { "time": "1771404125" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1771404179" }, "departure": { "time": "1771404179" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1771404258" }, "departure": { "time": "1771404258" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1771404309" }, "departure": { "time": "1771404309" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1771404354" }, "departure": { "time": "1771404354" }, "stopId": "CESARGEO", "stopSequence": 20 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257531" } } }, { "id": "trip:6258563", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771403640" }, "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1771403723" }, "departure": { "time": "1771403723" }, "stopId": "PIGNONIE", "stopSequence": 1 }, { "arrival": { "time": "1771403786" }, "departure": { "time": "1771403786" }, "stopId": "CLAVERIE", "stopSequence": 2 }, { "arrival": { "time": "1771403830" }, "departure": { "time": "1771403830" }, "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1771403880" }, "departure": { "time": "1771403880" }, "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1771403937" }, "departure": { "time": "1771403937" }, "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1771403983" }, "departure": { "time": "1771403983" }, "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1771404019" }, "departure": { "time": "1771404019" }, "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1771404067" }, "departure": { "time": "1771404067" }, "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1771404147" }, "departure": { "time": "1771404147" }, "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1771404209" }, "departure": { "time": "1771404209" }, "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1771404240" }, "departure": { "time": "1771404240" }, "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1771404295" }, "departure": { "time": "1771404295" }, "stopId": "JERUSALE", "stopSequence": 12 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258563" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1771400761" } }