Détails de la ressource

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

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

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

Disponibilité au téléchargement

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

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

Rapport de validation

2 625 erreurs, 1 048 avertissements

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

Erreurs

Not in POSIX time E001 5 erreurs

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

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

stop_times_updates not strictly sorted E002 4 erreurs

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

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

Sequential stop_time_update times are not increasing E022 516 erreurs

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

Exemples d'erreurs
  • trip_id 6257552 stop_sequence 13 arrival_time 08:58:00 (1771574280) is less than previous stop arrival_time 08:59:15 (1771574355) - times must increase between two sequential stops
  • trip_id 6257552 stop_sequence 13 arrival_time 08:58:00 (1771574280) is less than previous stop departure_time 08:59:15 (1771574355) - times must increase between two sequential stops
  • trip_id 6257552 stop_sequence 13 departure_time 08:58:00 (1771574280) is less than previous stop departure_time 08:59:15 (1771574355) - times must increase between two sequential stops
  • trip_id 6257552 stop_sequence 13 departure_time 08:58:00 (1771574280) is less than previous stop arrival_time 08:59:15 (1771574355) - times must increase between two sequential stops
  • trip_id 6257552 stop_sequence 17 arrival_time 09:01:07 (1771574467) is less than previous stop arrival_time 09:01:57 (1771574517) - times must increase between two sequential stops

stop_time_update departure time is before arrival time E025 5 erreurs

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

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

Sequential stop_time_updates have the same stop_sequence E036 4 erreurs

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

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

Sequential stop_time_updates have the same stop_id E037 3 erreurs

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

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

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

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

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

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

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

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

Avertissements

timestamp not populated W001 265 erreurs

Timestamps should be populated for all elements

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

vehicle_id not populated W002 265 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

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

schedule_relationship not populated W009 518 erreurs

trip.schedule_relationship and stop_time_update.schedule_relationship should be populated

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

Validations précédentes

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

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

Contenu du flux GTFS-RT

Entités

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

trip_updates (120) vehicle_positions (0) service_alerts (0)

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

trip_updates

Flux GTFS-RT décodé

Voir le contenu du flux

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

{ "entity": [ { "id": "trip:6258687", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616760" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771616882" }, "departure": { "time": "1771616882" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771616940" }, "departure": { "time": "1771616940" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771617071" }, "departure": { "time": "1771617071" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771617133" }, "departure": { "time": "1771617133" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771617173" }, "departure": { "time": "1771617173" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771617207" }, "departure": { "time": "1771617207" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771617251" }, "departure": { "time": "1771617251" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771617322" }, "departure": { "time": "1771617322" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771617378" }, "departure": { "time": "1771617378" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771617424" }, "departure": { "time": "1771617424" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771617508" }, "departure": { "time": "1771617508" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771617594" }, "departure": { "time": "1771617594" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771617634" }, "departure": { "time": "1771617634" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771617667" }, "departure": { "time": "1771617667" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771617738" }, "departure": { "time": "1771617738" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771617802" }, "departure": { "time": "1771617802" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771617870" }, "departure": { "time": "1771617870" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771617909" }, "departure": { "time": "1771617909" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771617964" }, "departure": { "time": "1771617964" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771617993" }, "departure": { "time": "1771617993" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771618054" }, "departure": { "time": "1771618054" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771618113" }, "departure": { "time": "1771618113" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771618191" }, "departure": { "time": "1771618191" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771618254" }, "departure": { "time": "1771618254" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771618316" }, "departure": { "time": "1771618316" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771618359" }, "departure": { "time": "1771618359" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771618395" }, "departure": { "time": "1771618395" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771618473" }, "departure": { "time": "1771618473" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771618553" }, "departure": { "time": "1771618553" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771618623" }, "departure": { "time": "1771618623" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771618668" }, "departure": { "time": "1771618668" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771618713" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258687" } } }, { "id": "trip:6257462", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615818" }, "departure": { "time": "1771615818" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1771615863" }, "departure": { "time": "1771615863" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1771615916" }, "departure": { "time": "1771615916" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1771615962" }, "departure": { "time": "1771615962" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1771616030" }, "departure": { "time": "1771616030" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1771616074" }, "departure": { "time": "1771616074" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1771616112" }, "departure": { "time": "1771616112" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1771616173" }, "departure": { "time": "1771616173" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1771616220" }, "departure": { "time": "1771616220" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1771616253" }, "departure": { "time": "1771616253" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1771616298" }, "departure": { "time": "1771616298" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1771616324" }, "departure": { "time": "1771616324" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1771616370" }, "departure": { "time": "1771616370" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1771616400" }, "departure": { "time": "1771616400" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1771616459" }, "departure": { "time": "1771616459" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1771616682" }, "departure": { "time": "1771616682" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1771616746" }, "departure": { "time": "1771616746" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1771616820" }, "departure": { "time": "1771616880" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1771616981" }, "departure": { "time": "1771616981" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1771617057" }, "departure": { "time": "1771617057" }, "stopId": "SAVARY-E", "stopSequence": 33 }, { "arrival": { "time": "1771617092" }, "departure": { "time": "1771617092" }, "stopId": "MUSSET-E", "stopSequence": 34 }, { "arrival": { "time": "1771617168" }, "departure": { "time": "1771617168" }, "stopId": "LUTIN-E", "stopSequence": 35 }, { "arrival": { "time": "1771617210" }, "departure": { "time": "1771617210" }, "stopId": "MACE-E", "stopSequence": 36 }, { "arrival": { "time": "1771617237" }, "departure": { "time": "1771617237" }, "stopId": "DESJAR-E", "stopSequence": 37 }, { "arrival": { "time": "1771617341" }, "departure": { "time": "1771617341" }, "stopId": "ALDUNA-E", "stopSequence": 38 }, { "arrival": { "time": "1771617478" }, "departure": { "time": "1771617478" }, "stopId": "RBRIOL-E", "stopSequence": 41 }, { "arrival": { "time": "1771617510" }, "departure": { "time": "1771617510" }, "stopId": "NOZAY-E", "stopSequence": 42 }, { "arrival": { "time": "1771617567" }, "departure": { "time": "1771617567" }, "stopId": "AUVERG-E", "stopSequence": 43 }, { "arrival": { "time": "1771617131" }, "departure": { "time": "1771617131" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET-E", "stopSequence": 44 }, { "arrival": { "time": "1771617240" }, "departure": { "time": "1771617240" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAI-E", "stopSequence": 45 }, { "arrival": { "time": "1771617267" }, "departure": { "time": "1771617267" }, "scheduleRelationship": "SKIPPED", "stopId": "FACULT-E", "stopSequence": 46 }, { "arrival": { "time": "1771617408" }, "departure": { "time": "1771617408" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE-E", "stopSequence": 47 }, { "arrival": { "time": "1771617480" }, "departure": { "time": "1771617480" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCIT-E", "stopSequence": 48 }, { "arrival": { "time": "1771617585" }, "departure": { "time": "1771617585" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESO-E", "stopSequence": 49 }, { "arrival": { "time": "1771617646" }, "departure": { "time": "1771617646" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENN-E", "stopSequence": 50 }, { "arrival": { "time": "1771617613" }, "departure": { "time": "1771617613" }, "stopId": "SAVOIE-E", "stopSequence": 51 }, { "arrival": { "time": "1771617677" }, "departure": { "time": "1771617677" }, "stopId": "INDUST-E", "stopSequence": 52 }, { "arrival": { "time": "1771617718" }, "departure": { "time": "1771617718" }, "stopId": "HOTELL-E", "stopSequence": 53 }, { "arrival": { "time": "1771617764" }, "departure": { "time": "1771617764" }, "stopId": "DEBUSS-E", "stopSequence": 54 }, { "arrival": { "time": "1771617800" }, "departure": { "time": "1771617800" }, "stopId": "BOISAB-E", "stopSequence": 55 }, { "arrival": { "time": "1771617834" }, "departure": { "time": "1771617834" }, "stopId": "DUBELL-E", "stopSequence": 56 }, { "arrival": { "time": "1771617933" }, "departure": { "time": "1771617933" }, "stopId": "REDUM-E", "stopSequence": 57 }, { "arrival": { "time": "1771617980" }, "departure": { "time": "1771617980" }, "stopId": "HIPPODRO", "stopSequence": 58 }, { "arrival": { "time": "1771618118" }, "departure": { "time": "1771618118" }, "stopId": "COTTAG-E", "stopSequence": 59 }, { "arrival": { "time": "1771618160" }, "stopId": "EVENTARD", "stopSequence": 60 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257462" } } }, { "id": "trip:6257567", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615786" }, "departure": { "time": "1771615817" }, "stopId": "VDLOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771615788" }, "departure": { "time": "1771615788" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 46 }, { "arrival": { "time": "1771615830" }, "departure": { "time": "1771615830" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 47 }, { "arrival": { "time": "1771615895" }, "departure": { "time": "1771615895" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 48 }, { "arrival": { "time": "1771615920" }, "departure": { "time": "1771615920" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 49 }, { "arrival": { "time": "1771615875" }, "departure": { "time": "1771615875" }, "stopId": "LEOLAG-E", "stopSequence": 50 }, { "arrival": { "time": "1771615896" }, "departure": { "time": "1771615896" }, "stopId": "DAGUER-E", "stopSequence": 51 }, { "arrival": { "time": "1771615939" }, "departure": { "time": "1771615939" }, "stopId": "ALLUME-E", "stopSequence": 52 }, { "arrival": { "time": "1771615976" }, "departure": { "time": "1771615976" }, "stopId": "RIOTTE-E", "stopSequence": 53 }, { "arrival": { "time": "1771616018" }, "departure": { "time": "1771616018" }, "stopId": "BOURSE-E", "stopSequence": 54 }, { "arrival": { "time": "1771616046" }, "departure": { "time": "1771616046" }, "stopId": "MORLON-E", "stopSequence": 55 }, { "arrival": { "time": "1771616085" }, "departure": { "time": "1771616085" }, "stopId": "PYRAM2-E", "stopSequence": 56 }, { "arrival": { "time": "1771616132" }, "departure": { "time": "1771616132" }, "stopId": "BUISSO-E", "stopSequence": 57 }, { "arrival": { "time": "1771616158" }, "departure": { "time": "1771616158" }, "stopId": "DAUTEL-E", "stopSequence": 58 }, { "arrival": { "time": "1771616229" }, "departure": { "time": "1771616229" }, "stopId": "GENTR-E", "stopSequence": 59 }, { "arrival": { "time": "1771616349" }, "stopId": "SLEZIND", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257567" } } }, { "id": "trip:6545045", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771617900" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771617996" }, "departure": { "time": "1771617996" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771618100" }, "departure": { "time": "1771618100" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771618180" }, "departure": { "time": "1771618180" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771618271" }, "departure": { "time": "1771618271" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771618379" }, "departure": { "time": "1771618379" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771618550" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6545045" } } }, { "id": "trip:6544796", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615801" }, "departure": { "time": "1771615867" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771615901" }, "departure": { "time": "1771615901" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771615991" }, "departure": { "time": "1771615991" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771616091" }, "departure": { "time": "1771616091" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771616191" }, "departure": { "time": "1771616191" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771616311" }, "departure": { "time": "1771616311" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771616431" }, "departure": { "time": "1771616431" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771616551" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544796" } } }, { "id": "trip:6260081", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615792" }, "departure": { "time": "1771615792" }, "stopId": "HRECULEE", "stopSequence": 2 }, { "arrival": { "time": "1771615867" }, "departure": { "time": "1771615867" }, "stopId": "FMEDECIN", "stopSequence": 3 }, { "arrival": { "time": "1771615924" }, "departure": { "time": "1771615924" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1771615966" }, "departure": { "time": "1771615966" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1771616016" }, "departure": { "time": "1771616016" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1771616078" }, "departure": { "time": "1771616078" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1771616126" }, "departure": { "time": "1771616126" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1771616205" }, "departure": { "time": "1771616205" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1771616259" }, "departure": { "time": "1771616259" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1771616328" }, "departure": { "time": "1771616328" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1771616368" }, "departure": { "time": "1771616368" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1771616417" }, "departure": { "time": "1771616417" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1771616488" }, "departure": { "time": "1771616488" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1771616558" }, "departure": { "time": "1771616558" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1771616720" }, "departure": { "time": "1771616720" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1771616802" }, "departure": { "time": "1771616802" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1771616863" }, "departure": { "time": "1771616863" }, "stopId": "CHBBEI-E", "stopSequence": 18 }, { "arrival": { "time": "1771616904" }, "departure": { "time": "1771616904" }, "stopId": "BOISRA-E", "stopSequence": 19 }, { "arrival": { "time": "1771616953" }, "departure": { "time": "1771616953" }, "stopId": "NDAMLA-E", "stopSequence": 20 }, { "arrival": { "time": "1771617000" }, "departure": { "time": "1771617000" }, "stopId": "POLYTE-E", "stopSequence": 21 }, { "arrival": { "time": "1771617043" }, "departure": { "time": "1771617043" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1771617103" }, "departure": { "time": "1771617103" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1771617188" }, "departure": { "time": "1771617188" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1771617373" }, "departure": { "time": "1771617373" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1771617421" }, "departure": { "time": "1771617421" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1771617410" }, "departure": { "time": "1771617410" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1771617437" }, "departure": { "time": "1771617437" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1771617483" }, "departure": { "time": "1771617483" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1771617522" }, "departure": { "time": "1771617522" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1771617614" }, "departure": { "time": "1771617614" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1771617641" }, "departure": { "time": "1771617641" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1771617713" }, "departure": { "time": "1771617713" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1771617770" }, "departure": { "time": "1771617770" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1771617810" }, "departure": { "time": "1771617810" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1771617890" }, "departure": { "time": "1771617890" }, "stopId": "HARENC", "stopSequence": 36 }, { "arrival": { "time": "1771617946" }, "departure": { "time": "1771617946" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1771617998" }, "departure": { "time": "1771617998" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1771618025" }, "departure": { "time": "1771618025" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1771618078" }, "departure": { "time": "1771618078" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1771618130" }, "departure": { "time": "1771618130" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1771618193" }, "departure": { "time": "1771618193" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1771618275" }, "departure": { "time": "1771618275" }, "stopId": "PETPOR-E", "stopSequence": 43 }, { "arrival": { "time": "1771618316" }, "departure": { "time": "1771618316" }, "stopId": "CHEVRI-E", "stopSequence": 44 }, { "arrival": { "time": "1771618320" }, "departure": { "time": "1771618320" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 46 }, { "arrival": { "time": "1771618351" }, "departure": { "time": "1771618351" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 47 }, { "arrival": { "time": "1771618391" }, "departure": { "time": "1771618391" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 48 }, { "arrival": { "time": "1771618436" }, "departure": { "time": "1771618436" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771618482" }, "departure": { "time": "1771618482" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771618505" }, "departure": { "time": "1771618505" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 51 }, { "arrival": { "time": "1771618552" }, "departure": { "time": "1771618552" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1771618620" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260081" } } }, { "id": "trip:6258508", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615797" }, "departure": { "time": "1771615850" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1771615865" }, "departure": { "time": "1771615865" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1771615944" }, "departure": { "time": "1771615944" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1771616080" }, "departure": { "time": "1771616080" }, "stopId": "AUCHAN-E", "stopSequence": 60 }, { "arrival": { "time": "1771616124" }, "departure": { "time": "1771616124" }, "stopId": "CCADEA-E", "stopSequence": 61 }, { "arrival": { "time": "1771616154" }, "departure": { "time": "1771616154" }, "stopId": "PLOTTI-E", "stopSequence": 62 }, { "arrival": { "time": "1771616173" }, "departure": { "time": "1771616173" }, "stopId": "AUTRIC-E", "stopSequence": 63 }, { "arrival": { "time": "1771616215" }, "departure": { "time": "1771616215" }, "stopId": "IRLAND-E", "stopSequence": 64 }, { "arrival": { "time": "1771616244" }, "departure": { "time": "1771616244" }, "stopId": "ITALIE-E", "stopSequence": 65 }, { "arrival": { "time": "1771616291" }, "departure": { "time": "1771616291" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1771616309" }, "departure": { "time": "1771616309" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1771616335" }, "departure": { "time": "1771616335" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1771616364" }, "departure": { "time": "1771616364" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1771616408" }, "departure": { "time": "1771616408" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1771616452" }, "departure": { "time": "1771616452" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1771616514" }, "departure": { "time": "1771616514" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1771616564" }, "departure": { "time": "1771616564" }, "stopId": "BELAIR-E", "stopSequence": 73 }, { "arrival": { "time": "1771616604" }, "departure": { "time": "1771616604" }, "stopId": "ZOLA-E", "stopSequence": 74 }, { "arrival": { "time": "1771616624" }, "departure": { "time": "1771616624" }, "stopId": "ANAFRA-E", "stopSequence": 75 }, { "arrival": { "time": "1771616693" }, "departure": { "time": "1771616693" }, "stopId": "PISCMU-E", "stopSequence": 76 }, { "arrival": { "time": "1771616979" }, "departure": { "time": "1771616979" }, "stopId": "DOMVATER", "stopSequence": 77 }, { "arrival": { "time": "1771616615" }, "departure": { "time": "1771616615" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 78 }, { "arrival": { "time": "1771616640" }, "departure": { "time": "1771616640" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 79 }, { "arrival": { "time": "1771616667" }, "departure": { "time": "1771616667" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 80 }, { "arrival": { "time": "1771616704" }, "departure": { "time": "1771616704" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 81 }, { "arrival": { "time": "1771616847" }, "departure": { "time": "1771616847" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 82 }, { "arrival": { "time": "1771616880" }, "departure": { "time": "1771616880" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 83 }, { "arrival": { "time": "1771617000" }, "departure": { "time": "1771617000" }, "stopId": "RECLAI-E", "stopSequence": 84 }, { "arrival": { "time": "1771617039" }, "departure": { "time": "1771617039" }, "stopId": "RENOIR-E", "stopSequence": 85 }, { "arrival": { "time": "1771617093" }, "departure": { "time": "1771617093" }, "stopId": "CAMPJU-E", "stopSequence": 86 }, { "arrival": { "time": "1771617082" }, "departure": { "time": "1771617082" }, "stopId": "JUIGN-E", "stopSequence": 87 }, { "arrival": { "time": "1771617193" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258508" } } }, { "id": "trip:6545042", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615762" }, "departure": { "time": "1771615762" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771615814" }, "departure": { "time": "1771615837" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771615940" }, "departure": { "time": "1771615940" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771616021" }, "departure": { "time": "1771616021" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771616114" }, "departure": { "time": "1771616114" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771616224" }, "departure": { "time": "1771616224" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771616400" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6545042" } } }, { "id": "trip:6257961", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615805" }, "departure": { "time": "1771615821" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771615866" }, "departure": { "time": "1771615866" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771615911" }, "departure": { "time": "1771615911" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771615954" }, "departure": { "time": "1771615954" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771615990" }, "departure": { "time": "1771615990" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771616014" }, "departure": { "time": "1771616014" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771616052" }, "departure": { "time": "1771616052" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771616100" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257961" } } }, { "id": "trip:6544517", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615781" }, "departure": { "time": "1771615781" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544517" } } }, { "id": "trip:6544802", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615795" }, "departure": { "time": "1771615821" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771615890" }, "departure": { "time": "1771615890" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771616010" }, "departure": { "time": "1771616010" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771616120" }, "departure": { "time": "1771616120" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771616210" }, "departure": { "time": "1771616210" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771616310" }, "departure": { "time": "1771616310" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771616400" }, "departure": { "time": "1771616400" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771616460" }, "departure": { "time": "1771616460" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771616560" }, "departure": { "time": "1771616560" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771616660" }, "departure": { "time": "1771616660" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771616750" }, "departure": { "time": "1771616750" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771616870" }, "departure": { "time": "1771616870" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771616960" }, "departure": { "time": "1771616960" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771617080" }, "departure": { "time": "1771617080" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771617160" }, "departure": { "time": "1771617160" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771617280" }, "departure": { "time": "1771617280" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771617370" }, "departure": { "time": "1771617370" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771617540" }, "departure": { "time": "1771617540" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771617640" }, "departure": { "time": "1771617640" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771617720" }, "departure": { "time": "1771617720" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771617800" }, "departure": { "time": "1771617800" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771617880" }, "departure": { "time": "1771617880" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771617960" }, "departure": { "time": "1771617960" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771618040" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544802" } } }, { "id": "trip:6258569", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615782" }, "departure": { "time": "1771615782" }, "stopId": "BRASSENS", "stopSequence": 42 }, { "arrival": { "time": "1771615826" }, "departure": { "time": "1771615857" }, "stopId": "RONDE", "stopSequence": 43 }, { "arrival": { "time": "1771615871" }, "departure": { "time": "1771615871" }, "stopId": "PLAMAY", "stopSequence": 44 }, { "arrival": { "time": "1771615927" }, "departure": { "time": "1771615927" }, "stopId": "KENNEDY", "stopSequence": 45 }, { "arrival": { "time": "1771615969" }, "departure": { "time": "1771615969" }, "stopId": "ECHMAN", "stopSequence": 46 }, { "arrival": { "time": "1771616034" }, "departure": { "time": "1771616034" }, "stopId": "LIZE07", "stopSequence": 47 }, { "arrival": { "time": "1771616065" }, "departure": { "time": "1771616065" }, "stopId": "GASNIER", "stopSequence": 48 }, { "arrival": { "time": "1771616112" }, "departure": { "time": "1771616112" }, "stopId": "GOURONNI", "stopSequence": 49 }, { "arrival": { "time": "1771616172" }, "departure": { "time": "1771616172" }, "stopId": "CLOUET", "stopSequence": 50 }, { "arrival": { "time": "1771616199" }, "departure": { "time": "1771616199" }, "stopId": "BICHLAZA", "stopSequence": 51 }, { "arrival": { "time": "1771616227" }, "departure": { "time": "1771616227" }, "stopId": "DESCAZEA", "stopSequence": 52 }, { "arrival": { "time": "1771616295" }, "departure": { "time": "1771616295" }, "stopId": "MONPROFI", "stopSequence": 53 }, { "arrival": { "time": "1771616314" }, "departure": { "time": "1771616314" }, "stopId": "DUMESNIL", "stopSequence": 54 }, { "arrival": { "time": "1771616353" }, "departure": { "time": "1771616353" }, "stopId": "LEQUAI", "stopSequence": 55 }, { "arrival": { "time": "1771616493" }, "departure": { "time": "1771616493" }, "stopId": "CHDARR", "stopSequence": 56 }, { "arrival": { "time": "1771616391" }, "departure": { "time": "1771616391" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 57 }, { "arrival": { "time": "1771616460" }, "departure": { "time": "1771616460" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 58 }, { "arrival": { "time": "1771616520" }, "departure": { "time": "1771616520" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURPOI", "stopSequence": 59 }, { "arrival": { "time": "1771616585" }, "departure": { "time": "1771616585" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBLIQ", "stopSequence": 60 }, { "arrival": { "time": "1771616640" }, "departure": { "time": "1771616640" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICRO-E", "stopSequence": 61 }, { "arrival": { "time": "1771616696" }, "departure": { "time": "1771616696" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771616563" }, "departure": { "time": "1771616563" }, "stopId": "CCI", "stopSequence": 63 }, { "arrival": { "time": "1771616635" }, "departure": { "time": "1771616880" }, "stopId": "LICES-E", "stopSequence": 64 }, { "arrival": { "time": "1771617060" }, "departure": { "time": "1771617060" }, "stopId": "ANLERO-E", "stopSequence": 65 }, { "arrival": { "time": "1771617122" }, "departure": { "time": "1771617122" }, "stopId": "MICHEL-E", "stopSequence": 66 }, { "arrival": { "time": "1771617162" }, "departure": { "time": "1771617162" }, "stopId": "BOURGO-E", "stopSequence": 67 }, { "arrival": { "time": "1771617196" }, "departure": { "time": "1771617196" }, "stopId": "VOLNEY-E", "stopSequence": 68 }, { "arrival": { "time": "1771617240" }, "departure": { "time": "1771617240" }, "stopId": "MADELE-E", "stopSequence": 69 }, { "arrival": { "time": "1771617289" }, "departure": { "time": "1771617289" }, "stopId": "JEBOUI-E", "stopSequence": 70 }, { "arrival": { "time": "1771617337" }, "departure": { "time": "1771617337" }, "stopId": "PCOUBE-E", "stopSequence": 71 }, { "arrival": { "time": "1771617360" }, "departure": { "time": "1771617360" }, "stopId": "AROBA-E", "stopSequence": 72 }, { "arrival": { "time": "1771617460" }, "departure": { "time": "1771617460" }, "stopId": "LANGLA-E", "stopSequence": 73 }, { "arrival": { "time": "1771617579" }, "departure": { "time": "1771617579" }, "stopId": "MONTAI-E", "stopSequence": 74 }, { "arrival": { "time": "1771617678" }, "departure": { "time": "1771617678" }, "stopId": "JERUSA-E", "stopSequence": 75 }, { "arrival": { "time": "1771617720" }, "departure": { "time": "1771617720" }, "stopId": "DAGNET-E", "stopSequence": 76 }, { "arrival": { "time": "1771617747" }, "departure": { "time": "1771617747" }, "stopId": "GILLIE-E", "stopSequence": 77 }, { "arrival": { "time": "1771617801" }, "departure": { "time": "1771617801" }, "stopId": "ISORET-E", "stopSequence": 78 }, { "arrival": { "time": "1771617866" }, "departure": { "time": "1771617866" }, "stopId": "VANDE-E", "stopSequence": 79 }, { "arrival": { "time": "1771617909" }, "departure": { "time": "1771617909" }, "stopId": "ORMEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1771617931" }, "departure": { "time": "1771617931" }, "stopId": "CRBLAN-E", "stopSequence": 81 }, { "arrival": { "time": "1771617978" }, "departure": { "time": "1771617978" }, "stopId": "CHATEL-E", "stopSequence": 82 }, { "arrival": { "time": "1771618020" }, "departure": { "time": "1771618020" }, "stopId": "BANCHA-E", "stopSequence": 83 }, { "arrival": { "time": "1771618062" }, "departure": { "time": "1771618062" }, "stopId": "JARDF-E", "stopSequence": 84 }, { "arrival": { "time": "1771618089" }, "departure": { "time": "1771618089" }, "stopId": "SAILLE-E", "stopSequence": 85 }, { "arrival": { "time": "1771618140" }, "stopId": "SAUBIN", "stopSequence": 86 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258569" } } }, { "id": "trip:6258686", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615792" }, "departure": { "time": "1771615838" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771615880" }, "departure": { "time": "1771615880" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771615931" }, "departure": { "time": "1771615931" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771615974" }, "departure": { "time": "1771615974" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771616029" }, "departure": { "time": "1771616029" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771616100" }, "departure": { "time": "1771616100" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771616149" }, "departure": { "time": "1771616149" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771616190" }, "departure": { "time": "1771616190" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771616274" }, "departure": { "time": "1771616274" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771616360" }, "departure": { "time": "1771616360" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771616400" }, "departure": { "time": "1771616400" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771616433" }, "departure": { "time": "1771616433" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771616505" }, "departure": { "time": "1771616505" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771616569" }, "departure": { "time": "1771616569" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771616637" }, "departure": { "time": "1771616637" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771616676" }, "departure": { "time": "1771616676" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771616731" }, "departure": { "time": "1771616731" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771616760" }, "departure": { "time": "1771616760" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771616821" }, "departure": { "time": "1771616821" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771616880" }, "departure": { "time": "1771616880" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771616958" }, "departure": { "time": "1771616958" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771617021" }, "departure": { "time": "1771617021" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771617083" }, "departure": { "time": "1771617083" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771617126" }, "departure": { "time": "1771617126" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771617162" }, "departure": { "time": "1771617162" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771617240" }, "departure": { "time": "1771617240" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771617320" }, "departure": { "time": "1771617320" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771617390" }, "departure": { "time": "1771617390" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771617435" }, "departure": { "time": "1771617435" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771617480" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258686" } } }, { "id": "trip:6258630", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615802" }, "departure": { "time": "1771615802" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771615875" }, "departure": { "time": "1771615876" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771615938" }, "departure": { "time": "1771615938" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771615996" }, "departure": { "time": "1771615996" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771616050" }, "departure": { "time": "1771616050" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771616086" }, "departure": { "time": "1771616086" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771616149" }, "departure": { "time": "1771616149" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771616196" }, "departure": { "time": "1771616196" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771616236" }, "departure": { "time": "1771616236" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771616348" }, "departure": { "time": "1771616348" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771616394" }, "departure": { "time": "1771616394" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771616447" }, "departure": { "time": "1771616447" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771616526" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258630" } } }, { "id": "trip:6258507", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615804" }, "departure": { "time": "1771615804" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1771615818" }, "departure": { "time": "1771615864" }, "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1771615923" }, "departure": { "time": "1771615923" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771615981" }, "departure": { "time": "1771615980" }, "stopId": "LICES", "stopSequence": 24 }, { "arrival": { "time": "1771616050" }, "departure": { "time": "1771616050" }, "stopId": "CCI-E", "stopSequence": 25 }, { "arrival": { "time": "1771616094" }, "departure": { "time": "1771616094" }, "stopId": "CHDARR-E", "stopSequence": 26 }, { "arrival": { "time": "1771616209" }, "departure": { "time": "1771616209" }, "stopId": "LEQUAI-E", "stopSequence": 27 }, { "arrival": { "time": "1771616249" }, "departure": { "time": "1771616249" }, "stopId": "DUMESN-E", "stopSequence": 28 }, { "arrival": { "time": "1771616264" }, "departure": { "time": "1771616264" }, "stopId": "MONPR-E", "stopSequence": 29 }, { "arrival": { "time": "1771616109" }, "departure": { "time": "1771616109" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1771616160" }, "departure": { "time": "1771616160" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1771616228" }, "departure": { "time": "1771616228" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1771616316" }, "departure": { "time": "1771616316" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 }, { "arrival": { "time": "1771616400" }, "departure": { "time": "1771616400" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 34 }, { "arrival": { "time": "1771616440" }, "departure": { "time": "1771616440" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1771616313" }, "departure": { "time": "1771616313" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1771616367" }, "departure": { "time": "1771616367" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1771616368" }, "departure": { "time": "1771616368" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1771616400" }, "departure": { "time": "1771616400" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1771616465" }, "departure": { "time": "1771616465" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1771616517" }, "departure": { "time": "1771616517" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1771616555" }, "departure": { "time": "1771616555" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1771616629" }, "departure": { "time": "1771616629" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1771616673" }, "departure": { "time": "1771616673" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1771616761" }, "departure": { "time": "1771616761" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1771616813" }, "departure": { "time": "1771616813" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1771616876" }, "departure": { "time": "1771616876" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1771616927" }, "departure": { "time": "1771616927" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1771616980" }, "departure": { "time": "1771616980" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1771617035" }, "departure": { "time": "1771617035" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771617085" }, "departure": { "time": "1771617085" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1771617130" }, "departure": { "time": "1771617130" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1771617171" }, "departure": { "time": "1771617171" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1771617233" }, "departure": { "time": "1771617233" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1771617265" }, "departure": { "time": "1771617265" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1771617331" }, "departure": { "time": "1771617331" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1771617408" }, "departure": { "time": "1771617408" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1771617443" }, "departure": { "time": "1771617443" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1771617505" }, "departure": { "time": "1771617505" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1771617641" }, "departure": { "time": "1771617641" }, "stopId": "AUCHAN-E", "stopSequence": 60 }, { "arrival": { "time": "1771617685" }, "departure": { "time": "1771617685" }, "stopId": "CCADEA-E", "stopSequence": 61 }, { "arrival": { "time": "1771617715" }, "departure": { "time": "1771617715" }, "stopId": "PLOTTI-E", "stopSequence": 62 }, { "arrival": { "time": "1771617734" }, "departure": { "time": "1771617734" }, "stopId": "AUTRIC-E", "stopSequence": 63 }, { "arrival": { "time": "1771617776" }, "departure": { "time": "1771617776" }, "stopId": "IRLAND-E", "stopSequence": 64 }, { "arrival": { "time": "1771617805" }, "departure": { "time": "1771617805" }, "stopId": "ITALIE-E", "stopSequence": 65 }, { "arrival": { "time": "1771617852" }, "departure": { "time": "1771617852" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1771617870" }, "departure": { "time": "1771617870" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1771617896" }, "departure": { "time": "1771617896" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1771617925" }, "departure": { "time": "1771617925" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1771617969" }, "departure": { "time": "1771617969" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1771618013" }, "departure": { "time": "1771618013" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1771618075" }, "departure": { "time": "1771618075" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1771618125" }, "departure": { "time": "1771618125" }, "stopId": "BELAIR-E", "stopSequence": 73 }, { "arrival": { "time": "1771618165" }, "departure": { "time": "1771618165" }, "stopId": "ZOLA-E", "stopSequence": 74 }, { "arrival": { "time": "1771618231" }, "departure": { "time": "1771618231" }, "stopId": "ANAFRA-E", "stopSequence": 75 }, { "arrival": { "time": "1771618300" }, "departure": { "time": "1771618300" }, "stopId": "PISCMU-E", "stopSequence": 76 }, { "arrival": { "time": "1771618540" }, "departure": { "time": "1771618540" }, "stopId": "DOMVATER", "stopSequence": 77 }, { "arrival": { "time": "1771618415" }, "departure": { "time": "1771618415" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 78 }, { "arrival": { "time": "1771618440" }, "departure": { "time": "1771618440" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 79 }, { "arrival": { "time": "1771618467" }, "departure": { "time": "1771618467" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 80 }, { "arrival": { "time": "1771618504" }, "departure": { "time": "1771618504" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 81 }, { "arrival": { "time": "1771618647" }, "departure": { "time": "1771618647" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 82 }, { "arrival": { "time": "1771618680" }, "departure": { "time": "1771618680" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 83 }, { "arrival": { "time": "1771618603" }, "departure": { "time": "1771618603" }, "stopId": "RECLAI-E", "stopSequence": 84 }, { "arrival": { "time": "1771618642" }, "departure": { "time": "1771618642" }, "stopId": "RENOIR-E", "stopSequence": 85 }, { "arrival": { "time": "1771618672" }, "departure": { "time": "1771618672" }, "stopId": "CAMPJU-E", "stopSequence": 86 }, { "arrival": { "time": "1771618707" }, "departure": { "time": "1771618707" }, "stopId": "JUIGN-E", "stopSequence": 87 }, { "arrival": { "time": "1771618796" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258507" } } }, { "id": "trip:6257783", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616880" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1771616890" }, "departure": { "time": "1771616890" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1771617000" }, "departure": { "time": "1771617000" }, "stopId": "CCMOLIER", "stopSequence": 2 }, { "arrival": { "time": "1771617049" }, "departure": { "time": "1771617049" }, "stopId": "AAQUITN", "stopSequence": 3 }, { "arrival": { "time": "1771617083" }, "departure": { "time": "1771617083" }, "stopId": "SHEAKSPE", "stopSequence": 4 }, { "arrival": { "time": "1771617149" }, "departure": { "time": "1771617149" }, "stopId": "WIGAN", "stopSequence": 5 }, { "arrival": { "time": "1771617180" }, "departure": { "time": "1771617180" }, "stopId": "GRESILLE", "stopSequence": 6 }, { "arrival": { "time": "1771617219" }, "departure": { "time": "1771617219" }, "stopId": "PROUDHON", "stopSequence": 7 }, { "arrival": { "time": "1771617281" }, "departure": { "time": "1771617281" }, "stopId": "VALLO", "stopSequence": 8 }, { "arrival": { "time": "1771617312" }, "departure": { "time": "1771617312" }, "stopId": "MONTECLA", "stopSequence": 9 }, { "arrival": { "time": "1771617347" }, "departure": { "time": "1771617347" }, "stopId": "DELESCL", "stopSequence": 10 }, { "arrival": { "time": "1771617403" }, "departure": { "time": "1771617403" }, "stopId": "JEMONNET", "stopSequence": 11 }, { "arrival": { "time": "1771617450" }, "departure": { "time": "1771617450" }, "stopId": "MAISLA-E", "stopSequence": 12 }, { "arrival": { "time": "1771617482" }, "departure": { "time": "1771617482" }, "stopId": "PERUSS-E", "stopSequence": 13 }, { "arrival": { "time": "1771617540" }, "departure": { "time": "1771617540" }, "stopId": "GDMAINE", "stopSequence": 14 }, { "arrival": { "time": "1771617981" }, "departure": { "time": "1771617981" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771618043" }, "departure": { "time": "1771618043" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771618120" }, "departure": { "time": "1771618120" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771618154" }, "departure": { "time": "1771618154" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771618215" }, "departure": { "time": "1771618215" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771618254" }, "departure": { "time": "1771618254" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771617780" }, "departure": { "time": "1771617780" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771617820" }, "departure": { "time": "1771617820" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771617864" }, "departure": { "time": "1771617864" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771618297" }, "departure": { "time": "1771618297" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1771618329" }, "departure": { "time": "1771618329" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1771618420" }, "departure": { "time": "1771618420" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771618494" }, "departure": { "time": "1771618494" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771618532" }, "departure": { "time": "1771618532" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1771618689" }, "departure": { "time": "1771618689" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1771618825" }, "departure": { "time": "1771618825" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1771618862" }, "departure": { "time": "1771618862" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1771618941" }, "departure": { "time": "1771618941" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1771618985" }, "departure": { "time": "1771618985" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1771619014" }, "departure": { "time": "1771619014" }, "stopId": "DESJAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771619065" }, "departure": { "time": "1771619065" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1771619133" }, "departure": { "time": "1771619133" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1771619167" }, "departure": { "time": "1771619167" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771619242" }, "departure": { "time": "1771619242" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771619269" }, "departure": { "time": "1771619269" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771619305" }, "departure": { "time": "1771619305" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771619406" }, "departure": { "time": "1771619406" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771619605" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257783" } } }, { "id": "trip:6544885", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771617570" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771617652" }, "departure": { "time": "1771617652" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771617738" }, "departure": { "time": "1771617738" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771617910" }, "departure": { "time": "1771617910" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771617987" }, "departure": { "time": "1771617987" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771618139" }, "departure": { "time": "1771618139" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771618230" }, "departure": { "time": "1771618230" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771618380" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544885" } } }, { "id": "trip:6544807", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771617730" }, "scheduleRelationship": "SKIPPED", "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771617840" }, "departure": { "time": "1771617840" }, "scheduleRelationship": "SKIPPED", "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771617950" }, "departure": { "time": "1771617950" }, "scheduleRelationship": "SKIPPED", "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771618070" }, "departure": { "time": "1771618070" }, "scheduleRelationship": "SKIPPED", "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771618180" }, "departure": { "time": "1771618180" }, "scheduleRelationship": "SKIPPED", "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771618270" }, "departure": { "time": "1771618270" }, "scheduleRelationship": "SKIPPED", "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771618370" }, "departure": { "time": "1771618370" }, "scheduleRelationship": "SKIPPED", "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771618460" }, "departure": { "time": "1771618460" }, "scheduleRelationship": "SKIPPED", "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771618520" }, "departure": { "time": "1771618520" }, "scheduleRelationship": "SKIPPED", "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771618620" }, "departure": { "time": "1771618620" }, "scheduleRelationship": "SKIPPED", "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771618720" }, "departure": { "time": "1771618720" }, "scheduleRelationship": "SKIPPED", "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771618810" }, "departure": { "time": "1771618810" }, "scheduleRelationship": "SKIPPED", "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771618930" }, "departure": { "time": "1771618930" }, "scheduleRelationship": "SKIPPED", "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771619020" }, "departure": { "time": "1771619020" }, "scheduleRelationship": "SKIPPED", "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771619140" }, "departure": { "time": "1771619140" }, "scheduleRelationship": "SKIPPED", "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771619220" }, "departure": { "time": "1771619220" }, "scheduleRelationship": "SKIPPED", "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771619340" }, "departure": { "time": "1771619340" }, "scheduleRelationship": "SKIPPED", "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771619430" }, "stopId": "2VERN", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544807" } } }, { "id": "trip:6544522", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618140" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771618200" }, "departure": { "time": "1771618200" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771618322" }, "departure": { "time": "1771618322" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771618380" }, "departure": { "time": "1771618380" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771618432" }, "departure": { "time": "1771618432" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771618493" }, "departure": { "time": "1771618493" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771618539" }, "departure": { "time": "1771618539" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771618680" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544522" } } }, { "id": "trip:6544895", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618830" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771618912" }, "departure": { "time": "1771618912" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771618998" }, "departure": { "time": "1771618998" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771619170" }, "departure": { "time": "1771619170" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771619247" }, "departure": { "time": "1771619247" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771619399" }, "departure": { "time": "1771619399" }, "stopId": "2MTAI", "stopSequence": 5 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544895" } } }, { "id": "trip:6544879", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615872" }, "departure": { "time": "1771615872" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771615944" }, "departure": { "time": "1771615944" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771616094" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544879" } } }, { "id": "trip:6258451", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615787" }, "departure": { "time": "1771615787" }, "stopId": "PLDULYCE", "stopSequence": 19 }, { "arrival": { "time": "1771615868" }, "departure": { "time": "1771616100" }, "stopId": "HMAI", "stopSequence": 20 }, { "arrival": { "time": "1771616145" }, "departure": { "time": "1771616145" }, "stopId": "FO-LOR-R", "stopSequence": 21 }, { "arrival": { "time": "1771616238" }, "departure": { "time": "1771616238" }, "stopId": "STAUBI-E", "stopSequence": 22 }, { "arrival": { "time": "1771616282" }, "departure": { "time": "1771616282" }, "stopId": "HARAS-E", "stopSequence": 23 }, { "arrival": { "time": "1771616400" }, "departure": { "time": "1771616400" }, "stopId": "LESGAR-E", "stopSequence": 24 }, { "arrival": { "time": "1771616478" }, "departure": { "time": "1771616478" }, "stopId": "SEMARD-E", "stopSequence": 25 }, { "arrival": { "time": "1771616512" }, "departure": { "time": "1771616512" }, "stopId": "PONTNO-E", "stopSequence": 26 }, { "arrival": { "time": "1771616578" }, "departure": { "time": "1771616578" }, "stopId": "POIREL-E", "stopSequence": 27 }, { "arrival": { "time": "1771616614" }, "departure": { "time": "1771616614" }, "stopId": "VAUBAN-E", "stopSequence": 28 }, { "arrival": { "time": "1771616661" }, "departure": { "time": "1771616661" }, "stopId": "FREMUR-E", "stopSequence": 29 }, { "arrival": { "time": "1771616720" }, "departure": { "time": "1771616720" }, "stopId": "STRASB-E", "stopSequence": 30 }, { "arrival": { "time": "1771616820" }, "departure": { "time": "1771616820" }, "stopId": "LETAND-E", "stopSequence": 31 }, { "arrival": { "time": "1771616851" }, "departure": { "time": "1771616851" }, "stopId": "BEDIER-E", "stopSequence": 32 }, { "arrival": { "time": "1771616884" }, "departure": { "time": "1771616884" }, "stopId": "INTREP-E", "stopSequence": 33 }, { "arrival": { "time": "1771616915" }, "departure": { "time": "1771616915" }, "stopId": "MTARDA-E", "stopSequence": 34 }, { "arrival": { "time": "1771616954" }, "departure": { "time": "1771616954" }, "stopId": "AUBRY-E", "stopSequence": 35 }, { "arrival": { "time": "1771617005" }, "departure": { "time": "1771617005" }, "stopId": "COSSE-E", "stopSequence": 36 }, { "arrival": { "time": "1771617068" }, "departure": { "time": "1771617068" }, "stopId": "HUTREA-E", "stopSequence": 37 }, { "arrival": { "time": "1771617089" }, "departure": { "time": "1771617089" }, "stopId": "JOLIVE-E", "stopSequence": 38 }, { "arrival": { "time": "1771617144" }, "departure": { "time": "1771617144" }, "stopId": "BELOEI-E", "stopSequence": 39 }, { "arrival": { "time": "1771617180" }, "departure": { "time": "1771617180" }, "stopId": "RTEDAN-E", "stopSequence": 40 }, { "arrival": { "time": "1771617226" }, "departure": { "time": "1771617226" }, "stopId": "LESROS-E", "stopSequence": 41 }, { "arrival": { "time": "1771617299" }, "departure": { "time": "1771617299" }, "stopId": "LOUPIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771617365" }, "departure": { "time": "1771617365" }, "stopId": "MASGEM-E", "stopSequence": 43 }, { "arrival": { "time": "1771617411" }, "departure": { "time": "1771617411" }, "stopId": "HOSGEM-E", "stopSequence": 44 }, { "arrival": { "time": "1771617475" }, "departure": { "time": "1771617475" }, "stopId": "CLOS9-E", "stopSequence": 45 }, { "arrival": { "time": "1771617522" }, "departure": { "time": "1771617522" }, "stopId": "VANRIE-E", "stopSequence": 46 }, { "arrival": { "time": "1771617576" }, "departure": { "time": "1771617576" }, "stopId": "PORTSG-E", "stopSequence": 47 }, { "arrival": { "time": "1771617605" }, "departure": { "time": "1771617605" }, "stopId": "LECHEN-E", "stopSequence": 48 }, { "arrival": { "time": "1771617660" }, "stopId": "ROMORNA", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258451" } } }, { "id": "trip:6257485", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615827" }, "departure": { "time": "1771615843" }, "stopId": "MUSSET", "stopSequence": 21 }, { "arrival": { "time": "1771615867" }, "departure": { "time": "1771615867" }, "stopId": "SAVARY", "stopSequence": 22 }, { "arrival": { "time": "1771615951" }, "departure": { "time": "1771615951" }, "stopId": "MENDESFR", "stopSequence": 30 }, { "arrival": { "time": "1771616046" }, "departure": { "time": "1771616100" }, "stopId": "FO-LOR-R", "stopSequence": 31 }, { "arrival": { "time": "1771616187" }, "departure": { "time": "1771616187" }, "stopId": "STAUBI-E", "stopSequence": 32 }, { "arrival": { "time": "1771616229" }, "departure": { "time": "1771616229" }, "stopId": "HARAS-E", "stopSequence": 33 }, { "arrival": { "time": "1771616340" }, "departure": { "time": "1771616340" }, "stopId": "LESGAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771616425" }, "departure": { "time": "1771616425" }, "stopId": "SEMARD-E", "stopSequence": 35 }, { "arrival": { "time": "1771616462" }, "departure": { "time": "1771616462" }, "stopId": "PONTNO-E", "stopSequence": 36 }, { "arrival": { "time": "1771616545" }, "departure": { "time": "1771616545" }, "stopId": "POIREL-E", "stopSequence": 37 }, { "arrival": { "time": "1771616590" }, "departure": { "time": "1771616590" }, "stopId": "VAUBAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771616669" }, "departure": { "time": "1771616669" }, "stopId": "CHANZY-E", "stopSequence": 39 }, { "arrival": { "time": "1771616729" }, "departure": { "time": "1771616729" }, "stopId": "LAFAYE-E", "stopSequence": 40 }, { "arrival": { "time": "1771616815" }, "departure": { "time": "1771616815" }, "stopId": "MIRABE-E", "stopSequence": 41 }, { "arrival": { "time": "1771616870" }, "departure": { "time": "1771616870" }, "stopId": "CESARG-E", "stopSequence": 42 }, { "arrival": { "time": "1771616909" }, "departure": { "time": "1771616909" }, "stopId": "BLANDE-E", "stopSequence": 43 }, { "arrival": { "time": "1771616965" }, "departure": { "time": "1771616965" }, "stopId": "MUTUAL-E", "stopSequence": 44 }, { "arrival": { "time": "1771617037" }, "departure": { "time": "1771617037" }, "stopId": "VILLES-E", "stopSequence": 45 }, { "arrival": { "time": "1771617086" }, "departure": { "time": "1771617086" }, "stopId": "VIVIER-E", "stopSequence": 46 }, { "arrival": { "time": "1771617149" }, "departure": { "time": "1771617149" }, "stopId": "MARIAN-E", "stopSequence": 47 }, { "arrival": { "time": "1771617200" }, "departure": { "time": "1771617200" }, "stopId": "LINOVE-E", "stopSequence": 48 }, { "arrival": { "time": "1771617239" }, "departure": { "time": "1771617239" }, "stopId": "DANGEL-E", "stopSequence": 49 }, { "arrival": { "time": "1771617299" }, "departure": { "time": "1771617299" }, "stopId": "ATHLET-E", "stopSequence": 50 }, { "arrival": { "time": "1771617343" }, "departure": { "time": "1771617343" }, "stopId": "DIONNE-E", "stopSequence": 51 }, { "arrival": { "time": "1771617389" }, "departure": { "time": "1771617389" }, "stopId": "GENDRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771617433" }, "departure": { "time": "1771617433" }, "stopId": "CHESNA-E", "stopSequence": 53 }, { "arrival": { "time": "1771617481" }, "departure": { "time": "1771617481" }, "stopId": "GIRAD-E", "stopSequence": 54 }, { "arrival": { "time": "1771617576" }, "departure": { "time": "1771617576" }, "stopId": "FRANVILL", "stopSequence": 55 }, { "arrival": { "time": "1771617629" }, "departure": { "time": "1771617629" }, "stopId": "GGESSAND", "stopSequence": 56 }, { "arrival": { "time": "1771617661" }, "departure": { "time": "1771617661" }, "stopId": "MACURIE", "stopSequence": 57 }, { "arrival": { "time": "1771617691" }, "departure": { "time": "1771617691" }, "stopId": "JEROSTAN", "stopSequence": 58 }, { "arrival": { "time": "1771617721" }, "departure": { "time": "1771617721" }, "stopId": "RONCIERE", "stopSequence": 59 }, { "arrival": { "time": "1771617749" }, "departure": { "time": "1771617749" }, "stopId": "GUILLE-E", "stopSequence": 60 }, { "arrival": { "time": "1771617814" }, "departure": { "time": "1771617814" }, "stopId": "BAUDRA-E", "stopSequence": 61 }, { "arrival": { "time": "1771617929" }, "stopId": "MOULINMA", "stopSequence": 62 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257485" } } }, { "id": "trip:6258485", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618020" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1771618115" }, "departure": { "time": "1771618115" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1771618140" }, "departure": { "time": "1771618140" }, "stopId": "JEBOUTON", "stopSequence": 2 }, { "arrival": { "time": "1771618236" }, "departure": { "time": "1771618236" }, "stopId": "LAVOIR", "stopSequence": 3 }, { "arrival": { "time": "1771618297" }, "departure": { "time": "1771618297" }, "stopId": "RIOTTEAU", "stopSequence": 4 }, { "arrival": { "time": "1771618333" }, "departure": { "time": "1771618333" }, "stopId": "ALLUMETT", "stopSequence": 5 }, { "arrival": { "time": "1771618381" }, "departure": { "time": "1771618381" }, "stopId": "DAGUERRE", "stopSequence": 6 }, { "arrival": { "time": "1771618430" }, "departure": { "time": "1771618430" }, "stopId": "BELVTR-E", "stopSequence": 7 }, { "arrival": { "time": "1771618490" }, "departure": { "time": "1771618490" }, "stopId": "MARAIS-E", "stopSequence": 8 }, { "arrival": { "time": "1771618575" }, "departure": { "time": "1771618575" }, "stopId": "GASPALON", "stopSequence": 9 }, { "arrival": { "time": "1771618680" }, "departure": { "time": "1771618680" }, "stopId": "VILSANTE", "stopSequence": 10 }, { "arrival": { "time": "1771618717" }, "departure": { "time": "1771618717" }, "stopId": "CORMIER", "stopSequence": 11 }, { "arrival": { "time": "1771618786" }, "departure": { "time": "1771618786" }, "stopId": "STLEONAR", "stopSequence": 12 }, { "arrival": { "time": "1771618815" }, "departure": { "time": "1771618815" }, "stopId": "GERICAUL", "stopSequence": 13 }, { "arrival": { "time": "1771618860" }, "departure": { "time": "1771618860" }, "stopId": "MONGAZON", "stopSequence": 14 }, { "arrival": { "time": "1771618888" }, "departure": { "time": "1771618888" }, "stopId": "KOPA", "stopSequence": 15 }, { "arrival": { "time": "1771618935" }, "departure": { "time": "1771618935" }, "stopId": "DESMAZ", "stopSequence": 16 }, { "arrival": { "time": "1771618977" }, "departure": { "time": "1771618977" }, "stopId": "ANFRANCK", "stopSequence": 17 }, { "arrival": { "time": "1771619025" }, "departure": { "time": "1771619025" }, "stopId": "STJOSEP", "stopSequence": 18 }, { "arrival": { "time": "1771619079" }, "departure": { "time": "1771619079" }, "stopId": "PLDULYCE", "stopSequence": 19 }, { "arrival": { "time": "1771619160" }, "stopId": "HMAI", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258485" } } }, { "id": "trip:6258628", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615817" }, "departure": { "time": "1771615817" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771615832" }, "departure": { "time": "1771615832" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771615860" }, "departure": { "time": "1771615860" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771615909" }, "departure": { "time": "1771615909" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771615980" }, "departure": { "time": "1771615980" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771616068" }, "departure": { "time": "1771616068" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771616107" }, "departure": { "time": "1771616107" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771616155" }, "departure": { "time": "1771616155" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771616208" }, "departure": { "time": "1771616208" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771616267" }, "departure": { "time": "1771616267" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771616340" }, "departure": { "time": "1771616340" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771616393" }, "departure": { "time": "1771616393" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771616461" }, "departure": { "time": "1771616461" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771616492" }, "departure": { "time": "1771616492" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771616544" }, "departure": { "time": "1771616544" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771616584" }, "departure": { "time": "1771616584" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771616646" }, "departure": { "time": "1771616646" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771616721" }, "departure": { "time": "1771616721" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771616775" }, "departure": { "time": "1771616775" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771616820" }, "departure": { "time": "1771616820" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771616865" }, "departure": { "time": "1771616865" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771616942" }, "departure": { "time": "1771616942" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771617030" }, "departure": { "time": "1771617030" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771617062" }, "departure": { "time": "1771617062" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771617120" }, "departure": { "time": "1771617120" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771617174" }, "departure": { "time": "1771617174" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771617210" }, "departure": { "time": "1771617210" }, "stopId": "VOLNEY", "stopSequence": 26 }, { "arrival": { "time": "1771617273" }, "departure": { "time": "1771617273" }, "stopId": "BOURGONN", "stopSequence": 27 }, { "arrival": { "time": "1771617320" }, "departure": { "time": "1771617320" }, "stopId": "MICHELET", "stopSequence": 28 }, { "arrival": { "time": "1771617360" }, "departure": { "time": "1771617360" }, "stopId": "ANLEROY", "stopSequence": 29 }, { "arrival": { "time": "1771617472" }, "departure": { "time": "1771617472" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771617518" }, "departure": { "time": "1771617518" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771617581" }, "departure": { "time": "1771617581" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771617660" }, "stopId": "LORRTERM", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258628" } } }, { "id": "trip:6260011", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616571" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1771616628" }, "departure": { "time": "1771616628" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1771616669" }, "departure": { "time": "1771616669" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1771616716" }, "departure": { "time": "1771616716" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1771616751" }, "departure": { "time": "1771616751" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1771616812" }, "departure": { "time": "1771616812" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1771616853" }, "departure": { "time": "1771616853" }, "stopId": "GRANBELL", "stopSequence": 6 }, { "arrival": { "time": "1771616893" }, "departure": { "time": "1771616893" }, "stopId": "RODIN", "stopSequence": 7 }, { "arrival": { "time": "1771616931" }, "departure": { "time": "1771616931" }, "stopId": "BRGPAILL", "stopSequence": 8 }, { "arrival": { "time": "1771616985" }, "departure": { "time": "1771616985" }, "stopId": "LANDREAU", "stopSequence": 9 }, { "arrival": { "time": "1771617007" }, "departure": { "time": "1771617007" }, "stopId": "GDPERIGN", "stopSequence": 10 }, { "arrival": { "time": "1771617034" }, "departure": { "time": "1771617034" }, "stopId": "INRA", "stopSequence": 11 }, { "arrival": { "time": "1771617051" }, "departure": { "time": "1771617051" }, "stopId": "MOREL", "stopSequence": 12 }, { "arrival": { "time": "1771617111" }, "departure": { "time": "1771617111" }, "stopId": "DARWIN", "stopSequence": 13 }, { "arrival": { "time": "1771617231" }, "departure": { "time": "1771617231" }, "stopId": "CNFPT-E", "stopSequence": 14 }, { "arrival": { "time": "1771617662" }, "departure": { "time": "1771617662" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771617724" }, "departure": { "time": "1771617724" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771617801" }, "departure": { "time": "1771617801" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771617835" }, "departure": { "time": "1771617835" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771617896" }, "departure": { "time": "1771617896" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771617935" }, "departure": { "time": "1771617935" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771617360" }, "departure": { "time": "1771617360" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771617431" }, "departure": { "time": "1771617431" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771617509" }, "departure": { "time": "1771617509" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1771617979" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6260011" } } }, { "id": "trip:6544762", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618650" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771618730" }, "departure": { "time": "1771618730" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771618800" }, "departure": { "time": "1771618800" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771618880" }, "departure": { "time": "1771618880" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771618960" }, "departure": { "time": "1771618960" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771619040" }, "departure": { "time": "1771619040" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771619140" }, "departure": { "time": "1771619140" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771619290" }, "departure": { "time": "1771619290" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771619380" }, "departure": { "time": "1771619380" }, "stopId": "1HSAU", "stopSequence": 9 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544762" } } }, { "id": "trip:6258084", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615817" }, "departure": { "time": "1771615833" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771615863" }, "departure": { "time": "1771615863" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771615903" }, "departure": { "time": "1771615903" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771615942" }, "departure": { "time": "1771615942" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771615982" }, "departure": { "time": "1771615982" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771616009" }, "departure": { "time": "1771616009" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771616061" }, "departure": { "time": "1771616061" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771616087" }, "departure": { "time": "1771616087" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771616158" }, "departure": { "time": "1771616158" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771616195" }, "departure": { "time": "1771616195" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771616233" }, "departure": { "time": "1771616233" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771616273" }, "departure": { "time": "1771616273" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771616298" }, "departure": { "time": "1771616298" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771616329" }, "departure": { "time": "1771616329" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771616370" }, "departure": { "time": "1771616370" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771616421" }, "departure": { "time": "1771616421" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771616458" }, "departure": { "time": "1771616458" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771616510" }, "departure": { "time": "1771616510" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771616564" }, "departure": { "time": "1771616564" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771616649" }, "departure": { "time": "1771616649" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771616708" }, "departure": { "time": "1771616708" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771616774" }, "departure": { "time": "1771616774" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771616818" }, "departure": { "time": "1771616818" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771616913" }, "departure": { "time": "1771616913" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771616956" }, "departure": { "time": "1771616956" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1771617018" }, "departure": { "time": "1771617018" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771617096" }, "departure": { "time": "1771617096" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771617170" }, "departure": { "time": "1771617170" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1771617279" }, "departure": { "time": "1771617279" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1771617369" }, "departure": { "time": "1771617369" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1771617439" }, "departure": { "time": "1771617439" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771617479" }, "departure": { "time": "1771617479" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1771617532" }, "departure": { "time": "1771617532" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771617637" }, "departure": { "time": "1771617637" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1771617770" }, "departure": { "time": "1771617770" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771617822" }, "departure": { "time": "1771617822" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771617891" }, "departure": { "time": "1771617891" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771617950" }, "departure": { "time": "1771617950" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771618075" }, "departure": { "time": "1771618075" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771618123" }, "departure": { "time": "1771618123" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771618184" }, "departure": { "time": "1771618184" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771618217" }, "departure": { "time": "1771618217" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771618252" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258084" } } }, { "id": "trip:6258329", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615763" }, "departure": { "time": "1771615779" }, "stopId": "TROIPA-E", "stopSequence": 60 }, { "arrival": { "time": "1771615778" }, "departure": { "time": "1771615794" }, "stopId": "SABLON-E", "stopSequence": 61 }, { "arrival": { "time": "1771615809" }, "departure": { "time": "1771615809" }, "stopId": "RUELLE-E", "stopSequence": 62 }, { "arrival": { "time": "1771615914" }, "departure": { "time": "1771615914" }, "stopId": "GENDRO-E", "stopSequence": 63 }, { "arrival": { "time": "1771616008" }, "departure": { "time": "1771616008" }, "stopId": "PATUR-E", "stopSequence": 64 }, { "arrival": { "time": "1771616078" }, "departure": { "time": "1771616078" }, "stopId": "AUTHIO-E", "stopSequence": 65 }, { "arrival": { "time": "1771616137" }, "departure": { "time": "1771616137" }, "stopId": "BELPOU-E", "stopSequence": 66 }, { "arrival": { "time": "1771616120" }, "departure": { "time": "1771616120" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTSC-E", "stopSequence": 68 }, { "arrival": { "time": "1771616242" }, "departure": { "time": "1771616242" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE-E", "stopSequence": 69 }, { "arrival": { "time": "1771616277" }, "departure": { "time": "1771616277" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE-E", "stopSequence": 70 }, { "arrival": { "time": "1771616323" }, "departure": { "time": "1771616323" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET-E", "stopSequence": 71 }, { "arrival": { "time": "1771616364" }, "departure": { "time": "1771616364" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUE-E", "stopSequence": 72 }, { "arrival": { "time": "1771616414" }, "departure": { "time": "1771616414" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERI-E", "stopSequence": 73 }, { "arrival": { "time": "1771616460" }, "departure": { "time": "1771616460" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTE-E", "stopSequence": 74 }, { "arrival": { "time": "1771616514" }, "departure": { "time": "1771616514" }, "scheduleRelationship": "SKIPPED", "stopId": "ERIGNE", "stopSequence": 75 }, { "arrival": { "time": "1771616520" }, "stopId": "SOLAND", "stopSequence": 76 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258329" } } }, { "id": "trip:6544881", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615768" }, "departure": { "time": "1771615768" }, "scheduleRelationship": "SKIPPED", "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771615940" }, "departure": { "time": "1771615940" }, "scheduleRelationship": "SKIPPED", "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771616017" }, "departure": { "time": "1771616017" }, "scheduleRelationship": "SKIPPED", "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771616169" }, "departure": { "time": "1771616169" }, "scheduleRelationship": "SKIPPED", "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771616260" }, "departure": { "time": "1771616260" }, "scheduleRelationship": "SKIPPED", "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771616410" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544881" } } }, { "id": "trip:6258685", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615778" }, "departure": { "time": "1771615778" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771615815" }, "departure": { "time": "1771615838" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771615885" }, "departure": { "time": "1771615885" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771615948" }, "departure": { "time": "1771615948" }, "stopId": "MONTHI-E", "stopSequence": 24 }, { "arrival": { "time": "1771616010" }, "departure": { "time": "1771616010" }, "stopId": "MAIRTR-E", "stopSequence": 25 }, { "arrival": { "time": "1771616053" }, "departure": { "time": "1771616053" }, "stopId": "EGLTRE-E", "stopSequence": 26 }, { "arrival": { "time": "1771616089" }, "departure": { "time": "1771616089" }, "stopId": "CIMETR-E", "stopSequence": 27 }, { "arrival": { "time": "1771616167" }, "departure": { "time": "1771616167" }, "stopId": "HMTRE-E", "stopSequence": 28 }, { "arrival": { "time": "1771616247" }, "departure": { "time": "1771616247" }, "stopId": "TRELGA-E", "stopSequence": 29 }, { "arrival": { "time": "1771616317" }, "departure": { "time": "1771616317" }, "stopId": "FMAURI-E", "stopSequence": 30 }, { "arrival": { "time": "1771616362" }, "departure": { "time": "1771616362" }, "stopId": "MALRAU-E", "stopSequence": 31 }, { "arrival": { "time": "1771616407" }, "stopId": "TRELA-AR", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258685" } } }, { "id": "trip:6258567", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771623715" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1771627647" }, "stopId": "SAUBIN", "stopSequence": 86 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258567" } } }, { "id": "trip:6544801", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615872" }, "departure": { "time": "1771615872" }, "scheduleRelationship": "SKIPPED", "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771615940" }, "departure": { "time": "1771615940" }, "scheduleRelationship": "SKIPPED", "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771616030" }, "departure": { "time": "1771616030" }, "scheduleRelationship": "SKIPPED", "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771616150" }, "departure": { "time": "1771616150" }, "scheduleRelationship": "SKIPPED", "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771616240" }, "departure": { "time": "1771616240" }, "scheduleRelationship": "SKIPPED", "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771616360" }, "departure": { "time": "1771616360" }, "scheduleRelationship": "SKIPPED", "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771616440" }, "departure": { "time": "1771616440" }, "scheduleRelationship": "SKIPPED", "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771616560" }, "departure": { "time": "1771616560" }, "scheduleRelationship": "SKIPPED", "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771616650" }, "departure": { "time": "1771616650" }, "scheduleRelationship": "SKIPPED", "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771616820" }, "departure": { "time": "1771616820" }, "scheduleRelationship": "SKIPPED", "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771616920" }, "departure": { "time": "1771616920" }, "scheduleRelationship": "SKIPPED", "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771617000" }, "departure": { "time": "1771617000" }, "scheduleRelationship": "SKIPPED", "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771617080" }, "departure": { "time": "1771617080" }, "scheduleRelationship": "SKIPPED", "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771617160" }, "departure": { "time": "1771617160" }, "scheduleRelationship": "SKIPPED", "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771617240" }, "departure": { "time": "1771617240" }, "scheduleRelationship": "SKIPPED", "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771617320" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544801" } } }, { "id": "trip:6544883", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616400" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771616520" }, "departure": { "time": "1771616520" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771616611" }, "departure": { "time": "1771616611" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771616764" }, "departure": { "time": "1771616764" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771616840" }, "departure": { "time": "1771616840" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771616998" }, "departure": { "time": "1771616998" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771617077" }, "departure": { "time": "1771617077" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771617150" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544883" } } }, { "id": "trip:6544803", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616510" }, "scheduleRelationship": "SKIPPED", "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771616620" }, "departure": { "time": "1771616620" }, "scheduleRelationship": "SKIPPED", "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771616730" }, "departure": { "time": "1771616730" }, "scheduleRelationship": "SKIPPED", "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771616850" }, "departure": { "time": "1771616850" }, "scheduleRelationship": "SKIPPED", "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771616960" }, "departure": { "time": "1771616960" }, "scheduleRelationship": "SKIPPED", "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771617050" }, "departure": { "time": "1771617050" }, "scheduleRelationship": "SKIPPED", "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771617150" }, "departure": { "time": "1771617150" }, "scheduleRelationship": "SKIPPED", "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771617240" }, "departure": { "time": "1771617240" }, "scheduleRelationship": "SKIPPED", "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771617300" }, "departure": { "time": "1771617300" }, "scheduleRelationship": "SKIPPED", "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771617400" }, "departure": { "time": "1771617400" }, "scheduleRelationship": "SKIPPED", "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771617500" }, "departure": { "time": "1771617500" }, "scheduleRelationship": "SKIPPED", "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771617590" }, "departure": { "time": "1771617590" }, "scheduleRelationship": "SKIPPED", "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771617710" }, "departure": { "time": "1771617710" }, "scheduleRelationship": "SKIPPED", "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771617800" }, "departure": { "time": "1771617800" }, "scheduleRelationship": "SKIPPED", "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771617920" }, "departure": { "time": "1771617920" }, "scheduleRelationship": "SKIPPED", "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771618000" }, "departure": { "time": "1771618000" }, "scheduleRelationship": "SKIPPED", "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771618120" }, "departure": { "time": "1771618120" }, "scheduleRelationship": "SKIPPED", "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771618210" }, "departure": { "time": "1771618210" }, "scheduleRelationship": "SKIPPED", "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771618380" }, "departure": { "time": "1771618380" }, "scheduleRelationship": "SKIPPED", "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771618480" }, "departure": { "time": "1771618480" }, "scheduleRelationship": "SKIPPED", "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771618560" }, "departure": { "time": "1771618560" }, "scheduleRelationship": "SKIPPED", "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771618640" }, "departure": { "time": "1771618640" }, "scheduleRelationship": "SKIPPED", "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771618720" }, "departure": { "time": "1771618720" }, "scheduleRelationship": "SKIPPED", "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771618800" }, "departure": { "time": "1771618800" }, "scheduleRelationship": "SKIPPED", "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771618880" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544803" } } }, { "id": "trip:6258331", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616340" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771616379" }, "departure": { "time": "1771616379" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771616419" }, "departure": { "time": "1771616419" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771616473" }, "departure": { "time": "1771616473" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771616520" }, "departure": { "time": "1771616520" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771616543" }, "departure": { "time": "1771616543" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771616580" }, "departure": { "time": "1771616580" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771616617" }, "departure": { "time": "1771616617" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771616670" }, "departure": { "time": "1771616670" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771616703" }, "departure": { "time": "1771616703" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771616761" }, "departure": { "time": "1771616761" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771616806" }, "departure": { "time": "1771616806" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771616837" }, "departure": { "time": "1771616837" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771616859" }, "departure": { "time": "1771616859" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771616894" }, "departure": { "time": "1771616894" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771616940" }, "departure": { "time": "1771616940" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771616975" }, "departure": { "time": "1771616975" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771617002" }, "departure": { "time": "1771617002" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771617058" }, "departure": { "time": "1771617058" }, "stopId": "REVERIES", "stopSequence": 18 }, { "arrival": { "time": "1771617104" }, "departure": { "time": "1771617104" }, "stopId": "POMONE", "stopSequence": 19 }, { "arrival": { "time": "1771617179" }, "departure": { "time": "1771617179" }, "stopId": "CIOUEST", "stopSequence": 20 }, { "arrival": { "time": "1771617214" }, "departure": { "time": "1771617214" }, "stopId": "CLEMENCE", "stopSequence": 21 }, { "arrival": { "time": "1771617268" }, "departure": { "time": "1771617268" }, "stopId": "MONPROFI", "stopSequence": 22 }, { "arrival": { "time": "1771617287" }, "departure": { "time": "1771617287" }, "stopId": "DUMESNIL", "stopSequence": 23 }, { "arrival": { "time": "1771617325" }, "departure": { "time": "1771617325" }, "stopId": "LEQUAI", "stopSequence": 24 }, { "arrival": { "time": "1771617465" }, "departure": { "time": "1771617465" }, "stopId": "CHDARR", "stopSequence": 25 }, { "arrival": { "time": "1771617473" }, "departure": { "time": "1771617473" }, "stopId": "ACAD-PLA", "stopSequence": 26 }, { "arrival": { "time": "1771617487" }, "departure": { "time": "1771617487" }, "stopId": "CCI", "stopSequence": 27 }, { "arrival": { "time": "1771617536" }, "departure": { "time": "1771617536" }, "stopId": "LICES-E", "stopSequence": 29 }, { "arrival": { "time": "1771617564" }, "departure": { "time": "1771617564" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771617583" }, "departure": { "time": "1771617583" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771617621" }, "departure": { "time": "1771617621" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771617650" }, "departure": { "time": "1771617650" }, "stopId": "LOR-FO-A", "stopSequence": 33 }, { "arrival": { "time": "1771617663" }, "departure": { "time": "1771617663" }, "stopId": "LORRAIN2", "stopSequence": 36 }, { "arrival": { "time": "1771617666" }, "departure": { "time": "1771617666" }, "stopId": "LORRAIN1", "stopSequence": 37 }, { "arrival": { "time": "1771617667" }, "departure": { "time": "1771617667" }, "stopId": "LORRTERM", "stopSequence": 38 }, { "arrival": { "time": "1771617671" }, "departure": { "time": "1771617671" }, "stopId": "LOHUIT", "stopSequence": 39 }, { "arrival": { "time": "1771617671" }, "departure": { "time": "1771617671" }, "stopId": "HMAI", "stopSequence": 40 }, { "arrival": { "time": "1771617692" }, "departure": { "time": "1771617692" }, "stopId": "MAIL-NAE", "stopSequence": 41 }, { "arrival": { "time": "1771617706" }, "departure": { "time": "1771617706" }, "stopId": "HDVSUB", "stopSequence": 42 }, { "arrival": { "time": "1771617729" }, "departure": { "time": "1771617729" }, "stopId": "MENDES-E", "stopSequence": 43 }, { "arrival": { "time": "1771617240" }, "departure": { "time": "1771617240" }, "scheduleRelationship": "SKIPPED", "stopId": "DESCAZ-E", "stopSequence": 45 }, { "arrival": { "time": "1771617278" }, "departure": { "time": "1771617278" }, "scheduleRelationship": "SKIPPED", "stopId": "BICHDAVI", "stopSequence": 46 }, { "arrival": { "time": "1771617333" }, "departure": { "time": "1771617333" }, "scheduleRelationship": "SKIPPED", "stopId": "HOTDIEU", "stopSequence": 47 }, { "arrival": { "time": "1771617360" }, "departure": { "time": "1771617360" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCHEFOU", "stopSequence": 48 }, { "arrival": { "time": "1771617500" }, "departure": { "time": "1771617500" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERGEU", "stopSequence": 49 }, { "arrival": { "time": "1771617800" }, "departure": { "time": "1771617800" }, "stopId": "MENDESFR", "stopSequence": 50 }, { "arrival": { "time": "1771617910" }, "departure": { "time": "1771617910" }, "stopId": "FO-LOR-R", "stopSequence": 51 }, { "arrival": { "time": "1771617984" }, "departure": { "time": "1771617984" }, "stopId": "STAUBI-E", "stopSequence": 52 }, { "arrival": { "time": "1771618019" }, "departure": { "time": "1771618019" }, "stopId": "HARAS-E", "stopSequence": 53 }, { "arrival": { "time": "1771618150" }, "departure": { "time": "1771618150" }, "stopId": "ANLERO-E", "stopSequence": 54 }, { "arrival": { "time": "1771618211" }, "departure": { "time": "1771618211" }, "stopId": "RABELA-E", "stopSequence": 55 }, { "arrival": { "time": "1771618259" }, "departure": { "time": "1771618259" }, "stopId": "ESA-E", "stopSequence": 56 }, { "arrival": { "time": "1771618369" }, "departure": { "time": "1771618369" }, "stopId": "DELATA-E", "stopSequence": 57 }, { "arrival": { "time": "1771618450" }, "departure": { "time": "1771618450" }, "stopId": "ALLARD-E", "stopSequence": 58 }, { "arrival": { "time": "1771618500" }, "departure": { "time": "1771618500" }, "stopId": "TASSIG-E", "stopSequence": 59 }, { "arrival": { "time": "1771618593" }, "departure": { "time": "1771618593" }, "stopId": "TROIPA-E", "stopSequence": 60 }, { "arrival": { "time": "1771618630" }, "departure": { "time": "1771618630" }, "stopId": "SABLON-E", "stopSequence": 61 }, { "arrival": { "time": "1771618683" }, "departure": { "time": "1771618683" }, "stopId": "RUELLE-E", "stopSequence": 62 }, { "arrival": { "time": "1771618766" }, "departure": { "time": "1771618766" }, "stopId": "GENDRO-E", "stopSequence": 63 }, { "arrival": { "time": "1771618860" }, "departure": { "time": "1771618860" }, "stopId": "PATUR-E", "stopSequence": 64 }, { "arrival": { "time": "1771618930" }, "departure": { "time": "1771618930" }, "stopId": "AUTHIO-E", "stopSequence": 65 }, { "arrival": { "time": "1771618989" }, "departure": { "time": "1771618989" }, "stopId": "BELPOU-E", "stopSequence": 66 }, { "arrival": { "time": "1771619040" }, "departure": { "time": "1771619040" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTSC-E", "stopSequence": 68 }, { "arrival": { "time": "1771619162" }, "departure": { "time": "1771619162" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE-E", "stopSequence": 69 }, { "arrival": { "time": "1771619197" }, "departure": { "time": "1771619197" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE-E", "stopSequence": 70 }, { "arrival": { "time": "1771619243" }, "departure": { "time": "1771619243" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET-E", "stopSequence": 71 }, { "arrival": { "time": "1771619284" }, "departure": { "time": "1771619284" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUE-E", "stopSequence": 72 }, { "arrival": { "time": "1771619334" }, "departure": { "time": "1771619334" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERI-E", "stopSequence": 73 }, { "arrival": { "time": "1771619380" }, "departure": { "time": "1771619380" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTE-E", "stopSequence": 74 }, { "arrival": { "time": "1771619434" }, "departure": { "time": "1771619434" }, "scheduleRelationship": "SKIPPED", "stopId": "ERIGNE", "stopSequence": 75 }, { "arrival": { "time": "1771619460" }, "stopId": "SOLAND", "stopSequence": 76 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258331" } } }, { "id": "trip:6544520", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771617360" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771617480" }, "departure": { "time": "1771617480" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771617602" }, "departure": { "time": "1771617602" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771617660" }, "departure": { "time": "1771617660" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771617712" }, "departure": { "time": "1771617712" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771617773" }, "departure": { "time": "1771617773" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771617819" }, "departure": { "time": "1771617819" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771617960" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544520" } } }, { "id": "trip:6257773", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615933" }, "departure": { "time": "1771615933" }, "scheduleRelationship": "SKIPPED", "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771616032" }, "departure": { "time": "1771616032" }, "scheduleRelationship": "SKIPPED", "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771616097" }, "departure": { "time": "1771616097" }, "scheduleRelationship": "SKIPPED", "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771616189" }, "departure": { "time": "1771616189" }, "scheduleRelationship": "SKIPPED", "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771616227" }, "departure": { "time": "1771616227" }, "scheduleRelationship": "SKIPPED", "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771616197" }, "departure": { "time": "1771616197" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771616193" }, "departure": { "time": "1771616193" }, "scheduleRelationship": "SKIPPED", "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771616276" }, "departure": { "time": "1771616276" }, "scheduleRelationship": "SKIPPED", "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771616293" }, "departure": { "time": "1771616293" }, "scheduleRelationship": "SKIPPED", "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771616361" }, "departure": { "time": "1771616361" }, "scheduleRelationship": "SKIPPED", "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771616388" }, "departure": { "time": "1771616388" }, "scheduleRelationship": "SKIPPED", "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771616460" }, "departure": { "time": "1771616460" }, "scheduleRelationship": "SKIPPED", "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771616473" }, "departure": { "time": "1771616473" }, "scheduleRelationship": "SKIPPED", "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771616632" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257773" } } }, { "id": "trip:6257704", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615906" }, "departure": { "time": "1771615906" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1771615968" }, "departure": { "time": "1771615968" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1771616045" }, "departure": { "time": "1771616045" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1771616079" }, "departure": { "time": "1771616079" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1771616140" }, "departure": { "time": "1771616140" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1771616179" }, "departure": { "time": "1771616179" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1771616232" }, "departure": { "time": "1771616232" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1771616237" }, "departure": { "time": "1771616237" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1771616328" }, "departure": { "time": "1771616328" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771616439" }, "departure": { "time": "1771616439" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771616477" }, "departure": { "time": "1771616477" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1771616638" }, "departure": { "time": "1771616638" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1771616777" }, "departure": { "time": "1771616777" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1771616814" }, "departure": { "time": "1771616814" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1771616893" }, "departure": { "time": "1771616893" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1771616937" }, "departure": { "time": "1771616937" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1771616966" }, "departure": { "time": "1771616966" }, "stopId": "DESJAR-E", "stopSequence": 34 }, { "arrival": { "time": "1771617017" }, "departure": { "time": "1771617017" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1771617085" }, "departure": { "time": "1771617085" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1771617119" }, "departure": { "time": "1771617119" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771617194" }, "departure": { "time": "1771617194" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771617221" }, "departure": { "time": "1771617221" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771617257" }, "departure": { "time": "1771617257" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771617358" }, "departure": { "time": "1771617358" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771617441" }, "departure": { "time": "1771617441" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771617563" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257704" } } }, { "id": "trip:6258333", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771618687" }, "departure": { "time": "1771618687" }, "scheduleRelationship": "SKIPPED", "stopId": "GDPRESSO", "stopSequence": 2 }, { "arrival": { "time": "1771618731" }, "departure": { "time": "1771618731" }, "scheduleRelationship": "SKIPPED", "stopId": "BARBOTER", "stopSequence": 3 }, { "arrival": { "time": "1771618778" }, "departure": { "time": "1771618778" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTENE", "stopSequence": 4 }, { "arrival": { "time": "1771618839" }, "departure": { "time": "1771618839" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERIGN", "stopSequence": 5 }, { "arrival": { "time": "1771618898" }, "departure": { "time": "1771618898" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUET", "stopSequence": 6 }, { "arrival": { "time": "1771618937" }, "departure": { "time": "1771618937" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET", "stopSequence": 7 }, { "arrival": { "time": "1771618997" }, "departure": { "time": "1771618997" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE", "stopSequence": 8 }, { "arrival": { "time": "1771619049" }, "departure": { "time": "1771619049" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE", "stopSequence": 9 }, { "arrival": { "time": "1771619243" }, "departure": { "time": "1771619243" }, "stopId": "PONTSCEM", "stopSequence": 10 }, { "arrival": { "time": "1771619291" }, "departure": { "time": "1771619291" }, "stopId": "BELPOULE", "stopSequence": 11 }, { "arrival": { "time": "1771619353" }, "departure": { "time": "1771619353" }, "stopId": "AUTHION", "stopSequence": 12 }, { "arrival": { "time": "1771619403" }, "departure": { "time": "1771619403" }, "stopId": "PATUREAU", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258333" } } }, { "id": "trip:6258334", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618740" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1771618779" }, "departure": { "time": "1771618779" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1771618819" }, "departure": { "time": "1771618819" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1771618873" }, "departure": { "time": "1771618873" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1771618920" }, "departure": { "time": "1771618920" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1771618943" }, "departure": { "time": "1771618943" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1771618980" }, "departure": { "time": "1771618980" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1771619017" }, "departure": { "time": "1771619017" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1771619070" }, "departure": { "time": "1771619070" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1771619103" }, "departure": { "time": "1771619103" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1771619161" }, "departure": { "time": "1771619161" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1771619206" }, "departure": { "time": "1771619206" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1771619237" }, "departure": { "time": "1771619237" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1771619259" }, "departure": { "time": "1771619259" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1771619294" }, "departure": { "time": "1771619294" }, "stopId": "GRANDMON", "stopSequence": 14 }, { "arrival": { "time": "1771619340" }, "departure": { "time": "1771619340" }, "stopId": "CLINIQUE", "stopSequence": 15 }, { "arrival": { "time": "1771619375" }, "departure": { "time": "1771619375" }, "stopId": "VALOR", "stopSequence": 16 }, { "arrival": { "time": "1771619402" }, "departure": { "time": "1771619402" }, "stopId": "MEIGNANN", "stopSequence": 17 }, { "arrival": { "time": "1771619458" }, "departure": { "time": "1771619458" }, "stopId": "REVERIES", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258334" } } }, { "id": "trip:6258310", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771616287" }, "departure": { "time": "1771616287" }, "scheduleRelationship": "SKIPPED", "stopId": "GDPRESSO", "stopSequence": 2 }, { "arrival": { "time": "1771616331" }, "departure": { "time": "1771616331" }, "scheduleRelationship": "SKIPPED", "stopId": "BARBOTER", "stopSequence": 3 }, { "arrival": { "time": "1771616378" }, "departure": { "time": "1771616378" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTENE", "stopSequence": 4 }, { "arrival": { "time": "1771616439" }, "departure": { "time": "1771616439" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERIGN", "stopSequence": 5 }, { "arrival": { "time": "1771616498" }, "departure": { "time": "1771616498" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUET", "stopSequence": 6 }, { "arrival": { "time": "1771616537" }, "departure": { "time": "1771616537" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET", "stopSequence": 7 }, { "arrival": { "time": "1771616597" }, "departure": { "time": "1771616597" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE", "stopSequence": 8 }, { "arrival": { "time": "1771616649" }, "departure": { "time": "1771616649" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE", "stopSequence": 9 }, { "arrival": { "time": "1771616487" }, "departure": { "time": "1771616487" }, "stopId": "PONTSCEM", "stopSequence": 10 }, { "arrival": { "time": "1771616536" }, "departure": { "time": "1771616536" }, "stopId": "BELPOULE", "stopSequence": 11 }, { "arrival": { "time": "1771616614" }, "departure": { "time": "1771616614" }, "stopId": "AUTHION", "stopSequence": 12 }, { "arrival": { "time": "1771616665" }, "departure": { "time": "1771616665" }, "stopId": "PATUREAU", "stopSequence": 13 }, { "arrival": { "time": "1771616754" }, "departure": { "time": "1771616754" }, "stopId": "GENDRON", "stopSequence": 14 }, { "arrival": { "time": "1771616826" }, "departure": { "time": "1771616826" }, "stopId": "RUELLES", "stopSequence": 15 }, { "arrival": { "time": "1771616870" }, "departure": { "time": "1771616870" }, "stopId": "SABLONS", "stopSequence": 16 }, { "arrival": { "time": "1771616907" }, "departure": { "time": "1771616907" }, "stopId": "TROPAROI", "stopSequence": 17 }, { "arrival": { "time": "1771617050" }, "departure": { "time": "1771617050" }, "stopId": "ALLARD", "stopSequence": 18 }, { "arrival": { "time": "1771617126" }, "departure": { "time": "1771617126" }, "stopId": "DELATTAS", "stopSequence": 19 }, { "arrival": { "time": "1771617235" }, "departure": { "time": "1771617235" }, "stopId": "ESA", "stopSequence": 20 }, { "arrival": { "time": "1771617296" }, "departure": { "time": "1771617296" }, "stopId": "RABELAI", "stopSequence": 21 }, { "arrival": { "time": "1771617350" }, "departure": { "time": "1771617350" }, "stopId": "ALEROY", "stopSequence": 22 }, { "arrival": { "time": "1771617441" }, "departure": { "time": "1771617441" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771617487" }, "departure": { "time": "1771617487" }, "stopId": "HARAS", "stopSequence": 24 }, { "arrival": { "time": "1771617551" }, "departure": { "time": "1771617551" }, "stopId": "STAUBIN", "stopSequence": 25 }, { "arrival": { "time": "1771617648" }, "departure": { "time": "1771617900" }, "stopId": "LORRAIN1", "stopSequence": 26 }, { "arrival": { "time": "1771617992" }, "departure": { "time": "1771617992" }, "stopId": "MENDES-E", "stopSequence": 27 }, { "arrival": { "time": "1771618115" }, "departure": { "time": "1771618115" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771618165" }, "departure": { "time": "1771618165" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771618189" }, "departure": { "time": "1771618189" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771618231" }, "departure": { "time": "1771618231" }, "stopId": "LICES", "stopSequence": 31 }, { "arrival": { "time": "1771618280" }, "departure": { "time": "1771618280" }, "stopId": "CCI-E", "stopSequence": 32 }, { "arrival": { "time": "1771618318" }, "departure": { "time": "1771618318" }, "stopId": "CHDARR-E", "stopSequence": 33 }, { "arrival": { "time": "1771618433" }, "departure": { "time": "1771618433" }, "stopId": "LEQUAI-E", "stopSequence": 34 }, { "arrival": { "time": "1771618473" }, "departure": { "time": "1771618473" }, "stopId": "DUMESN-E", "stopSequence": 35 }, { "arrival": { "time": "1771618488" }, "departure": { "time": "1771618488" }, "stopId": "MONPR-E", "stopSequence": 36 }, { "arrival": { "time": "1771618161" }, "departure": { "time": "1771618161" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERG-E", "stopSequence": 37 }, { "arrival": { "time": "1771618320" }, "departure": { "time": "1771618320" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCHEF-E", "stopSequence": 38 }, { "arrival": { "time": "1771618394" }, "departure": { "time": "1771618394" }, "scheduleRelationship": "SKIPPED", "stopId": "HOTDIE-E", "stopSequence": 39 }, { "arrival": { "time": "1771618436" }, "departure": { "time": "1771618436" }, "scheduleRelationship": "SKIPPED", "stopId": "BICHDA-E", "stopSequence": 40 }, { "arrival": { "time": "1771618500" }, "departure": { "time": "1771618500" }, "scheduleRelationship": "SKIPPED", "stopId": "DESCAZEA", "stopSequence": 41 }, { "arrival": { "time": "1771618596" }, "departure": { "time": "1771618596" }, "stopId": "CIOUES-E", "stopSequence": 42 }, { "arrival": { "time": "1771618648" }, "departure": { "time": "1771618648" }, "stopId": "POMONE-E", "stopSequence": 43 }, { "arrival": { "time": "1771618687" }, "departure": { "time": "1771618687" }, "stopId": "REVERI-E", "stopSequence": 44 }, { "arrival": { "time": "1771618753" }, "departure": { "time": "1771618753" }, "stopId": "MEIGNA-E", "stopSequence": 45 }, { "arrival": { "time": "1771618786" }, "departure": { "time": "1771618786" }, "stopId": "VALOR-E", "stopSequence": 46 }, { "arrival": { "time": "1771618809" }, "departure": { "time": "1771618809" }, "stopId": "CLINIQ-E", "stopSequence": 47 }, { "arrival": { "time": "1771618843" }, "departure": { "time": "1771618843" }, "stopId": "GRANDM-E", "stopSequence": 48 }, { "arrival": { "time": "1771618880" }, "departure": { "time": "1771618880" }, "stopId": "MAISDA-E", "stopSequence": 49 }, { "arrival": { "time": "1771618914" }, "departure": { "time": "1771618914" }, "stopId": "CHMART-E", "stopSequence": 50 }, { "arrival": { "time": "1771618946" }, "departure": { "time": "1771618946" }, "stopId": "MLYAUT-E", "stopSequence": 51 }, { "arrival": { "time": "1771619001" }, "departure": { "time": "1771619001" }, "stopId": "BRASSE-E", "stopSequence": 52 }, { "arrival": { "time": "1771619042" }, "departure": { "time": "1771619042" }, "stopId": "BEURRI-E", "stopSequence": 53 }, { "arrival": { "time": "1771619084" }, "departure": { "time": "1771619084" }, "stopId": "DELAUN-E", "stopSequence": 54 }, { "arrival": { "time": "1771619128" }, "departure": { "time": "1771619128" }, "stopId": "MAUFIN-E", "stopSequence": 55 }, { "arrival": { "time": "1771619169" }, "departure": { "time": "1771619169" }, "stopId": "MAIRAV-E", "stopSequence": 56 }, { "arrival": { "time": "1771619204" }, "departure": { "time": "1771619204" }, "stopId": "TERNIE-E", "stopSequence": 57 }, { "arrival": { "time": "1771619236" }, "departure": { "time": "1771619236" }, "stopId": "BALAND-E", "stopSequence": 58 }, { "arrival": { "time": "1771619278" }, "departure": { "time": "1771619278" }, "stopId": "PIECE-E", "stopSequence": 59 }, { "arrival": { "time": "1771619333" }, "departure": { "time": "1771619333" }, "stopId": "LA-BOI-E", "stopSequence": 60 }, { "arrival": { "time": "1771619377" }, "departure": { "time": "1771619377" }, "stopId": "SCHWAL-E", "stopSequence": 61 }, { "arrival": { "time": "1771619409" }, "stopId": "ADEZIERE", "stopSequence": 62 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258310" } } }, { "id": "trip:6257789", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771617060" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1771617161" }, "departure": { "time": "1771617161" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1771617230" }, "departure": { "time": "1771617230" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1771617300" }, "departure": { "time": "1771617300" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1771617334" }, "departure": { "time": "1771617334" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1771617380" }, "departure": { "time": "1771617380" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1771617439" }, "departure": { "time": "1771617439" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771617477" }, "departure": { "time": "1771617477" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771617540" }, "departure": { "time": "1771617540" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771617589" }, "departure": { "time": "1771617589" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771617630" }, "departure": { "time": "1771617630" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771617658" }, "departure": { "time": "1771617658" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771617742" }, "departure": { "time": "1771617742" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771617780" }, "departure": { "time": "1771617780" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771617905" }, "departure": { "time": "1771617905" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771618020" }, "departure": { "time": "1771618080" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771618167" }, "departure": { "time": "1771618167" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771618209" }, "departure": { "time": "1771618209" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771618320" }, "departure": { "time": "1771618320" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771618407" }, "departure": { "time": "1771618407" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771618464" }, "departure": { "time": "1771618464" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771618500" }, "departure": { "time": "1771618500" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771618800" }, "departure": { "time": "1771618800" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771618860" }, "departure": { "time": "1771618860" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771618894" }, "departure": { "time": "1771618894" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771618931" }, "departure": { "time": "1771618931" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771618989" }, "departure": { "time": "1771618989" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771619025" }, "departure": { "time": "1771619025" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771619060" }, "departure": { "time": "1771619060" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771619104" }, "departure": { "time": "1771619104" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771619160" }, "departure": { "time": "1771619160" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771619189" }, "departure": { "time": "1771619189" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771619255" }, "departure": { "time": "1771619255" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771619288" }, "departure": { "time": "1771619288" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771619340" }, "departure": { "time": "1771619340" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771619460" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257789" } } }, { "id": "trip:6053031", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615764" }, "departure": { "time": "1771615764" }, "stopId": "CHATENAY", "stopSequence": 16 }, { "arrival": { "time": "1771615803" }, "departure": { "time": "1771615803" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1771616077" }, "departure": { "time": "1771616077" }, "stopId": "CLEMOINE", "stopSequence": 18 }, { "arrival": { "time": "1771616160" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053031" } } }, { "id": "trip:6545055", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771615980" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771616152" }, "departure": { "time": "1771616152" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771616260" }, "departure": { "time": "1771616260" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771616352" }, "departure": { "time": "1771616352" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771616430" }, "departure": { "time": "1771616430" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771616522" }, "departure": { "time": "1771616522" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771616610" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545055" } } }, { "id": "trip:6258085", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615844" }, "departure": { "time": "1771615844" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771615895" }, "departure": { "time": "1771615895" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771615970" }, "departure": { "time": "1771615970" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771616004" }, "departure": { "time": "1771616004" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771616040" }, "departure": { "time": "1771616040" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771616085" }, "departure": { "time": "1771616085" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771616118" }, "departure": { "time": "1771616118" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771616161" }, "departure": { "time": "1771616161" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771616211" }, "departure": { "time": "1771616211" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771616249" }, "departure": { "time": "1771616249" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771616280" }, "departure": { "time": "1771616280" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1771616442" }, "departure": { "time": "1771616442" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771616479" }, "departure": { "time": "1771616479" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771616520" }, "departure": { "time": "1771616520" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771616546" }, "departure": { "time": "1771616546" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771616575" }, "departure": { "time": "1771616575" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771616699" }, "departure": { "time": "1771616699" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771616724" }, "departure": { "time": "1771616724" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771616784" }, "departure": { "time": "1771616784" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771616840" }, "departure": { "time": "1771616840" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771616912" }, "departure": { "time": "1771616912" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771617002" }, "departure": { "time": "1771617002" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771617060" }, "departure": { "time": "1771617060" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771617107" }, "departure": { "time": "1771617107" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771617146" }, "departure": { "time": "1771617146" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771617186" }, "departure": { "time": "1771617186" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771617213" }, "departure": { "time": "1771617213" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771617265" }, "departure": { "time": "1771617265" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771617291" }, "departure": { "time": "1771617291" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771617362" }, "departure": { "time": "1771617362" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771617399" }, "departure": { "time": "1771617399" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771617437" }, "departure": { "time": "1771617437" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771617477" }, "departure": { "time": "1771617477" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771617502" }, "departure": { "time": "1771617502" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771617541" }, "departure": { "time": "1771617541" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771617580" }, "departure": { "time": "1771617580" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771617631" }, "departure": { "time": "1771617631" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771617668" }, "departure": { "time": "1771617668" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771617720" }, "departure": { "time": "1771617720" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771617774" }, "departure": { "time": "1771617774" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771617859" }, "departure": { "time": "1771617859" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771617918" }, "departure": { "time": "1771617918" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771617974" }, "departure": { "time": "1771617974" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771618032" }, "departure": { "time": "1771618032" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771618110" }, "departure": { "time": "1771618110" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1771618147" }, "departure": { "time": "1771618147" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1771618200" }, "departure": { "time": "1771618200" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1771618267" }, "departure": { "time": "1771618267" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1771618332" }, "departure": { "time": "1771618332" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1771618441" }, "departure": { "time": "1771618441" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1771618531" }, "departure": { "time": "1771618531" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1771618601" }, "departure": { "time": "1771618601" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1771618641" }, "departure": { "time": "1771618641" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1771618694" }, "departure": { "time": "1771618694" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771618799" }, "departure": { "time": "1771618799" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1771618932" }, "departure": { "time": "1771618932" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771618984" }, "departure": { "time": "1771618984" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771619053" }, "departure": { "time": "1771619053" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771619112" }, "departure": { "time": "1771619112" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771619237" }, "departure": { "time": "1771619237" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771619285" }, "departure": { "time": "1771619285" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771619346" }, "departure": { "time": "1771619346" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771619379" }, "departure": { "time": "1771619379" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771619412" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258085" } } }, { "id": "trip:6544804", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771617290" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771617400" }, "departure": { "time": "1771617400" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771617510" }, "departure": { "time": "1771617510" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771617630" }, "departure": { "time": "1771617630" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771617740" }, "departure": { "time": "1771617740" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771617830" }, "departure": { "time": "1771617830" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771617930" }, "departure": { "time": "1771617930" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771618020" }, "departure": { "time": "1771618020" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771618080" }, "departure": { "time": "1771618080" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771618180" }, "departure": { "time": "1771618180" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771618280" }, "departure": { "time": "1771618280" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771618370" }, "departure": { "time": "1771618370" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1771618490" }, "departure": { "time": "1771618490" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1771618580" }, "departure": { "time": "1771618580" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1771618700" }, "departure": { "time": "1771618700" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771618780" }, "departure": { "time": "1771618780" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771618900" }, "departure": { "time": "1771618900" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771618990" }, "departure": { "time": "1771618990" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771619160" }, "departure": { "time": "1771619160" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771619260" }, "departure": { "time": "1771619260" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771619340" }, "departure": { "time": "1771619340" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771619420" }, "departure": { "time": "1771619420" }, "stopId": "2ACAS", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544804" } } }, { "id": "trip:6258688", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618020" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771618094" }, "departure": { "time": "1771618094" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771618129" }, "departure": { "time": "1771618129" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1771618260" }, "departure": { "time": "1771618260" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1771618340" }, "departure": { "time": "1771618340" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1771618391" }, "departure": { "time": "1771618391" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1771618434" }, "departure": { "time": "1771618434" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1771618489" }, "departure": { "time": "1771618489" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1771618560" }, "departure": { "time": "1771618560" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1771618599" }, "departure": { "time": "1771618599" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1771618631" }, "departure": { "time": "1771618631" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1771618698" }, "departure": { "time": "1771618698" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1771618767" }, "departure": { "time": "1771618767" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1771618800" }, "departure": { "time": "1771618800" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1771618833" }, "departure": { "time": "1771618833" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1771618905" }, "departure": { "time": "1771618905" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1771618969" }, "departure": { "time": "1771618969" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1771619037" }, "departure": { "time": "1771619037" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1771619076" }, "departure": { "time": "1771619076" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1771619131" }, "departure": { "time": "1771619131" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1771619160" }, "departure": { "time": "1771619160" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1771619221" }, "departure": { "time": "1771619221" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1771619280" }, "departure": { "time": "1771619280" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1771619358" }, "departure": { "time": "1771619358" }, "stopId": "ARENA-E", "stopSequence": 23 }, { "arrival": { "time": "1771619421" }, "departure": { "time": "1771619421" }, "stopId": "MONTHI-E", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258688" } } }, { "id": "trip:6545044", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771617180" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771617276" }, "departure": { "time": "1771617276" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771617380" }, "departure": { "time": "1771617380" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771617460" }, "departure": { "time": "1771617460" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771617551" }, "departure": { "time": "1771617551" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771617659" }, "departure": { "time": "1771617659" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771617830" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6545044" } } }, { "id": "trip:6257733", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615805" }, "departure": { "time": "1771615805" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771615832" }, "departure": { "time": "1771615832" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771615868" }, "departure": { "time": "1771615868" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771615969" }, "departure": { "time": "1771615969" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771616020" }, "departure": { "time": "1771616020" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771616142" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257733" } } }, { "id": "trip:6544523", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771619220" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771619280" }, "departure": { "time": "1771619280" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771619402" }, "departure": { "time": "1771619402" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771619460" }, "departure": { "time": "1771619460" }, "stopId": "HARAS-E", "stopSequence": 3 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544523" } } }, { "id": "trip:6544768", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618370" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771618480" }, "departure": { "time": "1771618480" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1771618590" }, "departure": { "time": "1771618590" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1771618710" }, "departure": { "time": "1771618710" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1771618820" }, "departure": { "time": "1771618820" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1771618910" }, "departure": { "time": "1771618910" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1771619010" }, "departure": { "time": "1771619010" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1771619100" }, "departure": { "time": "1771619100" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1771619160" }, "departure": { "time": "1771619160" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1771619260" }, "departure": { "time": "1771619260" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1771619360" }, "departure": { "time": "1771619360" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1771619450" }, "departure": { "time": "1771619450" }, "stopId": "2STSE", "stopSequence": 11 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544768" } } }, { "id": "trip:6544884", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771617360" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771617480" }, "departure": { "time": "1771617480" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771617571" }, "departure": { "time": "1771617571" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771617724" }, "departure": { "time": "1771617724" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771617800" }, "departure": { "time": "1771617800" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771617958" }, "departure": { "time": "1771617958" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771618037" }, "departure": { "time": "1771618037" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771618110" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544884" } } }, { "id": "trip:2471", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615778" }, "departure": { "time": "1771615778" }, "stopId": "AZEMA-E", "stopSequence": 7 }, { "arrival": { "time": "1771615850" }, "departure": { "time": "1771615850" }, "stopId": "BRAICO-E", "stopSequence": 8 }, { "arrival": { "time": "1771615970" }, "departure": { "time": "1771615970" }, "stopId": "ANDAMA-E", "stopSequence": 9 }, { "arrival": { "time": "1771616007" }, "departure": { "time": "1771616007" }, "stopId": "RESTLA-E", "stopSequence": 10 }, { "arrival": { "time": "1771616045" }, "departure": { "time": "1771616045" }, "stopId": "ANDALA-E", "stopSequence": 11 }, { "arrival": { "time": "1771616090" }, "departure": { "time": "1771616090" }, "stopId": "JDELAV-E", "stopSequence": 12 }, { "arrival": { "time": "1771616270" }, "departure": { "time": "1771616270" }, "stopId": "CORNCR-E", "stopSequence": 13 }, { "arrival": { "time": "1771616346" }, "departure": { "time": "1771616346" }, "stopId": "CORNMA-E", "stopSequence": 14 }, { "arrival": { "time": "1771616450" }, "departure": { "time": "1771616450" }, "stopId": "ROYALE-E", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "24", "tripId": "2471" } } }, { "id": "trip:6545056", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616700" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771616872" }, "departure": { "time": "1771616872" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771616980" }, "departure": { "time": "1771616980" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771617072" }, "departure": { "time": "1771617072" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771617150" }, "departure": { "time": "1771617150" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771617242" }, "departure": { "time": "1771617242" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771617330" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545056" } } }, { "id": "trip:6258083", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615781" }, "departure": { "time": "1771615797" }, "scheduleRelationship": "SKIPPED", "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1771615909" }, "departure": { "time": "1771615909" }, "scheduleRelationship": "SKIPPED", "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1771616077" }, "departure": { "time": "1771616077" }, "scheduleRelationship": "SKIPPED", "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1771616129" }, "departure": { "time": "1771616129" }, "scheduleRelationship": "SKIPPED", "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1771616198" }, "departure": { "time": "1771616198" }, "scheduleRelationship": "SKIPPED", "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1771616257" }, "departure": { "time": "1771616257" }, "scheduleRelationship": "SKIPPED", "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1771616382" }, "departure": { "time": "1771616382" }, "scheduleRelationship": "SKIPPED", "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1771616430" }, "departure": { "time": "1771616430" }, "scheduleRelationship": "SKIPPED", "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1771616456" }, "departure": { "time": "1771616456" }, "scheduleRelationship": "SKIPPED", "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1771616489" }, "departure": { "time": "1771616489" }, "scheduleRelationship": "SKIPPED", "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771616557" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258083" } } }, { "id": "trip:6257734", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615808" }, "departure": { "time": "1771615808" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1771615838" }, "departure": { "time": "1771615838" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771615852" }, "departure": { "time": "1771615852" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1771615916" }, "departure": { "time": "1771615916" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1771616017" }, "departure": { "time": "1771616017" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1771616048" }, "departure": { "time": "1771616048" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1771616170" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257734" } } }, { "id": "trip:6258338", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615875" }, "departure": { "time": "1771615875" }, "stopId": "PONTSCEM", "stopSequence": 10 }, { "arrival": { "time": "1771615911" }, "departure": { "time": "1771615911" }, "stopId": "BELPOULE", "stopSequence": 11 }, { "arrival": { "time": "1771616022" }, "departure": { "time": "1771616022" }, "stopId": "AUTHION", "stopSequence": 12 }, { "arrival": { "time": "1771616168" }, "departure": { "time": "1771616168" }, "stopId": "GENDRON", "stopSequence": 14 }, { "arrival": { "time": "1771616186" }, "departure": { "time": "1771616186" }, "stopId": "RUELLES", "stopSequence": 15 }, { "arrival": { "time": "1771616233" }, "departure": { "time": "1771616233" }, "stopId": "SABLONS", "stopSequence": 16 }, { "arrival": { "time": "1771616270" }, "departure": { "time": "1771616270" }, "stopId": "TROPAROI", "stopSequence": 17 }, { "arrival": { "time": "1771616413" }, "departure": { "time": "1771616413" }, "stopId": "ALLARD", "stopSequence": 18 }, { "arrival": { "time": "1771616489" }, "departure": { "time": "1771616489" }, "stopId": "DELATTAS", "stopSequence": 19 }, { "arrival": { "time": "1771616598" }, "departure": { "time": "1771616598" }, "stopId": "ESA", "stopSequence": 20 }, { "arrival": { "time": "1771616659" }, "departure": { "time": "1771616659" }, "stopId": "RABELAI", "stopSequence": 21 }, { "arrival": { "time": "1771616713" }, "departure": { "time": "1771616713" }, "stopId": "ALEROY", "stopSequence": 22 }, { "arrival": { "time": "1771616804" }, "departure": { "time": "1771616804" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1771616907" }, "departure": { "time": "1771616907" }, "stopId": "HARAS", "stopSequence": 24 }, { "arrival": { "time": "1771616952" }, "departure": { "time": "1771616952" }, "stopId": "STAUBIN", "stopSequence": 25 }, { "arrival": { "time": "1771617055" }, "departure": { "time": "1771617055" }, "stopId": "LORRAIN1", "stopSequence": 26 }, { "arrival": { "time": "1771617130" }, "departure": { "time": "1771617130" }, "stopId": "MENDES-E", "stopSequence": 27 }, { "arrival": { "time": "1771617304" }, "departure": { "time": "1771617304" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1771615887" }, "departure": { "time": "1771615887" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1771615861" }, "departure": { "time": "1771615861" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1771615879" }, "departure": { "time": "1771615879" }, "stopId": "LICES", "stopSequence": 31 }, { "arrival": { "time": "1771615886" }, "departure": { "time": "1771615886" }, "stopId": "CCI-E", "stopSequence": 32 }, { "arrival": { "time": "1771615875" }, "departure": { "time": "1771615875" }, "stopId": "CHDARR-E", "stopSequence": 33 }, { "arrival": { "time": "1771615952" }, "departure": { "time": "1771615952" }, "stopId": "LEQUAI-E", "stopSequence": 34 }, { "arrival": { "time": "1771615877" }, "departure": { "time": "1771615877" }, "stopId": "DUMESN-E", "stopSequence": 35 }, { "arrival": { "time": "1771616361" }, "departure": { "time": "1771616361" }, "scheduleRelationship": "SKIPPED", "stopId": "STSERG-E", "stopSequence": 37 }, { "arrival": { "time": "1771616520" }, "departure": { "time": "1771616520" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCHEF-E", "stopSequence": 38 }, { "arrival": { "time": "1771616594" }, "departure": { "time": "1771616594" }, "scheduleRelationship": "SKIPPED", "stopId": "HOTDIE-E", "stopSequence": 39 }, { "arrival": { "time": "1771616636" }, "departure": { "time": "1771616636" }, "scheduleRelationship": "SKIPPED", "stopId": "BICHDA-E", "stopSequence": 40 }, { "arrival": { "time": "1771616700" }, "departure": { "time": "1771616700" }, "scheduleRelationship": "SKIPPED", "stopId": "DESCAZEA", "stopSequence": 41 }, { "arrival": { "time": "1771615945" }, "departure": { "time": "1771615945" }, "stopId": "CIOUES-E", "stopSequence": 42 }, { "arrival": { "time": "1771615997" }, "departure": { "time": "1771615997" }, "stopId": "POMONE-E", "stopSequence": 43 }, { "arrival": { "time": "1771616036" }, "departure": { "time": "1771616036" }, "stopId": "REVERI-E", "stopSequence": 44 }, { "arrival": { "time": "1771616102" }, "departure": { "time": "1771616102" }, "stopId": "MEIGNA-E", "stopSequence": 45 }, { "arrival": { "time": "1771616135" }, "departure": { "time": "1771616135" }, "stopId": "VALOR-E", "stopSequence": 46 }, { "arrival": { "time": "1771616158" }, "departure": { "time": "1771616158" }, "stopId": "CLINIQ-E", "stopSequence": 47 }, { "arrival": { "time": "1771616222" }, "departure": { "time": "1771616222" }, "stopId": "GRANDM-E", "stopSequence": 48 }, { "arrival": { "time": "1771616259" }, "departure": { "time": "1771616259" }, "stopId": "MAISDA-E", "stopSequence": 49 }, { "arrival": { "time": "1771616293" }, "departure": { "time": "1771616293" }, "stopId": "CHMART-E", "stopSequence": 50 }, { "arrival": { "time": "1771616325" }, "departure": { "time": "1771616325" }, "stopId": "MLYAUT-E", "stopSequence": 51 }, { "arrival": { "time": "1771616350" }, "departure": { "time": "1771616350" }, "stopId": "BRASSE-E", "stopSequence": 52 }, { "arrival": { "time": "1771616410" }, "departure": { "time": "1771616410" }, "stopId": "BEURRI-E", "stopSequence": 53 }, { "arrival": { "time": "1771616456" }, "departure": { "time": "1771616456" }, "stopId": "DELAUN-E", "stopSequence": 54 }, { "arrival": { "time": "1771616504" }, "departure": { "time": "1771616504" }, "stopId": "MAUFIN-E", "stopSequence": 55 }, { "arrival": { "time": "1771616549" }, "departure": { "time": "1771616549" }, "stopId": "MAIRAV-E", "stopSequence": 56 }, { "arrival": { "time": "1771616584" }, "departure": { "time": "1771616584" }, "stopId": "TERNIE-E", "stopSequence": 57 }, { "arrival": { "time": "1771616616" }, "departure": { "time": "1771616616" }, "stopId": "BALAND-E", "stopSequence": 58 }, { "arrival": { "time": "1771616658" }, "departure": { "time": "1771616658" }, "stopId": "PIECE-E", "stopSequence": 59 }, { "arrival": { "time": "1771616713" }, "departure": { "time": "1771616713" }, "stopId": "LA-BOI-E", "stopSequence": 60 }, { "arrival": { "time": "1771616757" }, "departure": { "time": "1771616757" }, "stopId": "SCHWAL-E", "stopSequence": 61 }, { "arrival": { "time": "1771616789" }, "stopId": "ADEZIERE", "stopSequence": 62 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258338" } } }, { "id": "trip:6257921", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615762" }, "departure": { "time": "1771615794" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771615855" }, "departure": { "time": "1771615855" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771615871" }, "departure": { "time": "1771615871" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771615936" }, "departure": { "time": "1771615936" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771615995" }, "departure": { "time": "1771615995" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771616052" }, "departure": { "time": "1771616052" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771616106" }, "departure": { "time": "1771616106" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771616157" }, "departure": { "time": "1771616157" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771616197" }, "departure": { "time": "1771616197" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771616238" }, "departure": { "time": "1771616238" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771616306" }, "departure": { "time": "1771616306" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771616346" }, "departure": { "time": "1771616346" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1771616435" }, "departure": { "time": "1771616435" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771616462" }, "departure": { "time": "1771616462" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771616485" }, "departure": { "time": "1771616485" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771616521" }, "departure": { "time": "1771616521" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771616586" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257921" } } }, { "id": "trip:6545046", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771619100" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771619196" }, "departure": { "time": "1771619196" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771619300" }, "departure": { "time": "1771619300" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771619380" }, "departure": { "time": "1771619380" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771619471" }, "departure": { "time": "1771619471" }, "stopId": "1ELYS", "stopSequence": 4 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6545046" } } }, { "id": "trip:6257484", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615819" }, "departure": { "time": "1771615819" }, "stopId": "MACURIE", "stopSequence": 55 }, { "arrival": { "time": "1771615834" }, "departure": { "time": "1771615834" }, "stopId": "JEROSTAN", "stopSequence": 56 }, { "arrival": { "time": "1771615879" }, "departure": { "time": "1771615879" }, "stopId": "RONCIERE", "stopSequence": 57 }, { "arrival": { "time": "1771615871" }, "departure": { "time": "1771615871" }, "stopId": "GUILLE-E", "stopSequence": 58 }, { "arrival": { "time": "1771615936" }, "departure": { "time": "1771615936" }, "stopId": "BAUDRA-E", "stopSequence": 59 }, { "arrival": { "time": "1771616051" }, "stopId": "MOULINMA", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257484" } } }, { "id": "trip:6258108", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615798" }, "departure": { "time": "1771615798" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771615869" }, "departure": { "time": "1771615869" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771615948" }, "departure": { "time": "1771615948" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771615964" }, "departure": { "time": "1771615964" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771615973" }, "departure": { "time": "1771615973" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771616053" }, "departure": { "time": "1771616053" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771616192" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258108" } } }, { "id": "trip:6258138", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616400" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1771616439" }, "departure": { "time": "1771616439" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771616477" }, "departure": { "time": "1771616477" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1771616532" }, "departure": { "time": "1771616532" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771616585" }, "departure": { "time": "1771616585" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771616700" }, "departure": { "time": "1771616700" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1771616784" }, "departure": { "time": "1771616784" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771616869" }, "departure": { "time": "1771616869" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771616940" }, "departure": { "time": "1771616940" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771617032" }, "departure": { "time": "1771617032" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771617132" }, "departure": { "time": "1771617132" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771617172" }, "departure": { "time": "1771617172" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771617204" }, "departure": { "time": "1771617204" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771617270" }, "departure": { "time": "1771617270" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771617347" }, "departure": { "time": "1771617347" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771617420" }, "departure": { "time": "1771617420" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771617516" }, "departure": { "time": "1771617516" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1771617618" }, "departure": { "time": "1771617618" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1771617681" }, "departure": { "time": "1771617681" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1771617740" }, "departure": { "time": "1771617740" }, "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1771617840" }, "departure": { "time": "1771617840" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1771617872" }, "departure": { "time": "1771617872" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771617931" }, "departure": { "time": "1771617931" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771617995" }, "departure": { "time": "1771617995" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771618043" }, "departure": { "time": "1771618043" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771618080" }, "departure": { "time": "1771618080" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771618118" }, "departure": { "time": "1771618118" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771618135" }, "departure": { "time": "1771618135" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771618171" }, "departure": { "time": "1771618171" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771618200" }, "departure": { "time": "1771618200" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771618232" }, "departure": { "time": "1771618232" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771618266" }, "departure": { "time": "1771618266" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771618295" }, "departure": { "time": "1771618295" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771618336" }, "departure": { "time": "1771618336" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771618380" }, "departure": { "time": "1771618380" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771618444" }, "departure": { "time": "1771618444" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771618476" }, "departure": { "time": "1771618476" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771618501" }, "departure": { "time": "1771618501" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771618553" }, "departure": { "time": "1771618553" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771618601" }, "departure": { "time": "1771618601" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771618633" }, "departure": { "time": "1771618633" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771618682" }, "departure": { "time": "1771618682" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771618740" }, "departure": { "time": "1771618740" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771618816" }, "departure": { "time": "1771618816" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771618886" }, "departure": { "time": "1771618886" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771618939" }, "departure": { "time": "1771618939" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771619004" }, "departure": { "time": "1771619004" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771619033" }, "departure": { "time": "1771619033" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771619084" }, "departure": { "time": "1771619084" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771619117" }, "departure": { "time": "1771619117" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771619160" }, "departure": { "time": "1771619160" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771619221" }, "departure": { "time": "1771619221" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771619259" }, "departure": { "time": "1771619259" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771619400" }, "departure": { "time": "1771619400" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771619432" }, "departure": { "time": "1771619432" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771619475" }, "departure": { "time": "1771619475" }, "stopId": "RASPAI-E", "stopSequence": 55 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258138" } } }, { "id": "trip:6257566", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615814" }, "departure": { "time": "1771615830" }, "stopId": "DESJARDI", "stopSequence": 14 }, { "arrival": { "time": "1771615845" }, "departure": { "time": "1771615845" }, "stopId": "MACE", "stopSequence": 15 }, { "arrival": { "time": "1771615859" }, "departure": { "time": "1771615875" }, "stopId": "LUTIN", "stopSequence": 16 }, { "arrival": { "time": "1771615988" }, "departure": { "time": "1771615988" }, "stopId": "MUSSET", "stopSequence": 17 }, { "arrival": { "time": "1771616028" }, "departure": { "time": "1771616028" }, "stopId": "SAVARY", "stopSequence": 18 }, { "arrival": { "time": "1771615800" }, "departure": { "time": "1771615800" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACENEY", "stopSequence": 21 }, { "arrival": { "time": "1771615929" }, "departure": { "time": "1771615929" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU", "stopSequence": 22 }, { "arrival": { "time": "1771616114" }, "departure": { "time": "1771616114" }, "stopId": "MENDESFR", "stopSequence": 23 }, { "arrival": { "time": "1771616222" }, "departure": { "time": "1771616220" }, "stopId": "FO-LOR-R", "stopSequence": 24 }, { "arrival": { "time": "1771616307" }, "departure": { "time": "1771616307" }, "stopId": "STAUBI-E", "stopSequence": 25 }, { "arrival": { "time": "1771616349" }, "departure": { "time": "1771616349" }, "stopId": "HARAS-E", "stopSequence": 26 }, { "arrival": { "time": "1771616460" }, "departure": { "time": "1771616460" }, "stopId": "LESGAR-E", "stopSequence": 27 }, { "arrival": { "time": "1771616548" }, "departure": { "time": "1771616548" }, "stopId": "SEMARD-E", "stopSequence": 28 }, { "arrival": { "time": "1771616586" }, "departure": { "time": "1771616586" }, "stopId": "PONTNO-E", "stopSequence": 29 }, { "arrival": { "time": "1771616660" }, "departure": { "time": "1771616660" }, "stopId": "POIREL-E", "stopSequence": 30 }, { "arrival": { "time": "1771616701" }, "departure": { "time": "1771616701" }, "stopId": "VAUBAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771616753" }, "departure": { "time": "1771616753" }, "stopId": "FREMUR-E", "stopSequence": 32 }, { "arrival": { "time": "1771616820" }, "departure": { "time": "1771616820" }, "stopId": "STRASB-E", "stopSequence": 33 }, { "arrival": { "time": "1771616931" }, "departure": { "time": "1771616931" }, "stopId": "LETAND-E", "stopSequence": 34 }, { "arrival": { "time": "1771616970" }, "departure": { "time": "1771616970" }, "stopId": "BEAUVA-E", "stopSequence": 35 }, { "arrival": { "time": "1771617031" }, "departure": { "time": "1771617031" }, "stopId": "LORETT-E", "stopSequence": 36 }, { "arrival": { "time": "1771617066" }, "departure": { "time": "1771617066" }, "stopId": "MORELI-E", "stopSequence": 37 }, { "arrival": { "time": "1771617120" }, "departure": { "time": "1771617120" }, "stopId": "DELATR-E", "stopSequence": 38 }, { "arrival": { "time": "1771617174" }, "departure": { "time": "1771617174" }, "stopId": "HAUTPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771617259" }, "departure": { "time": "1771617259" }, "stopId": "INTMIL-E", "stopSequence": 40 }, { "arrival": { "time": "1771617318" }, "departure": { "time": "1771617318" }, "stopId": "SAUMUR-E", "stopSequence": 41 }, { "arrival": { "time": "1771617374" }, "departure": { "time": "1771617374" }, "stopId": "DELACR-E", "stopSequence": 42 }, { "arrival": { "time": "1771617420" }, "departure": { "time": "1771617420" }, "stopId": "JUSTIC-E", "stopSequence": 43 }, { "arrival": { "time": "1771617508" }, "departure": { "time": "1771617508" }, "stopId": "ECLATE-E", "stopSequence": 44 }, { "arrival": { "time": "1771617607" }, "departure": { "time": "1771617607" }, "stopId": "VDLOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771617468" }, "departure": { "time": "1771617468" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 46 }, { "arrival": { "time": "1771617510" }, "departure": { "time": "1771617510" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 47 }, { "arrival": { "time": "1771617575" }, "departure": { "time": "1771617575" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 48 }, { "arrival": { "time": "1771617600" }, "departure": { "time": "1771617600" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 49 }, { "arrival": { "time": "1771617647" }, "departure": { "time": "1771617647" }, "stopId": "LEOLAG-E", "stopSequence": 50 }, { "arrival": { "time": "1771617684" }, "departure": { "time": "1771617684" }, "stopId": "DAGUER-E", "stopSequence": 51 }, { "arrival": { "time": "1771617726" }, "departure": { "time": "1771617726" }, "stopId": "ALLUME-E", "stopSequence": 52 }, { "arrival": { "time": "1771617762" }, "departure": { "time": "1771617762" }, "stopId": "RIOTTE-E", "stopSequence": 53 }, { "arrival": { "time": "1771617804" }, "departure": { "time": "1771617804" }, "stopId": "BOURSE-E", "stopSequence": 54 }, { "arrival": { "time": "1771617832" }, "departure": { "time": "1771617832" }, "stopId": "MORLON-E", "stopSequence": 55 }, { "arrival": { "time": "1771617871" }, "departure": { "time": "1771617871" }, "stopId": "PYRAM2-E", "stopSequence": 56 }, { "arrival": { "time": "1771617927" }, "departure": { "time": "1771617927" }, "stopId": "BUISSO-E", "stopSequence": 57 }, { "arrival": { "time": "1771617953" }, "departure": { "time": "1771617953" }, "stopId": "DAUTEL-E", "stopSequence": 58 }, { "arrival": { "time": "1771618024" }, "departure": { "time": "1771618024" }, "stopId": "GENTR-E", "stopSequence": 59 }, { "arrival": { "time": "1771618144" }, "stopId": "SLEZIND", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257566" } } }, { "id": "trip:6258486", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615772" }, "departure": { "time": "1771615772" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1771615824" }, "departure": { "time": "1771615847" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1771615910" }, "departure": { "time": "1771615910" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1771615956" }, "departure": { "time": "1771615956" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1771615988" }, "departure": { "time": "1771615988" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1771616045" }, "departure": { "time": "1771616045" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1771616082" }, "departure": { "time": "1771616082" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1771616123" }, "departure": { "time": "1771616123" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1771616322" }, "departure": { "time": "1771616322" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1771616388" }, "departure": { "time": "1771616388" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1771616477" }, "departure": { "time": "1771616477" }, "stopId": "LOHUIT", "stopSequence": 28 }, { "arrival": { "time": "1771616610" }, "departure": { "time": "1771616610" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1771616680" }, "departure": { "time": "1771616680" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1771616741" }, "departure": { "time": "1771616741" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771616785" }, "departure": { "time": "1771616785" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1771616897" }, "departure": { "time": "1771616897" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1771616966" }, "departure": { "time": "1771616966" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1771616991" }, "departure": { "time": "1771616991" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1771617088" }, "departure": { "time": "1771617088" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1771617137" }, "departure": { "time": "1771617137" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1771617248" }, "departure": { "time": "1771617248" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1771617327" }, "departure": { "time": "1771617327" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1771617372" }, "departure": { "time": "1771617372" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1771617436" }, "departure": { "time": "1771617436" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1771617482" }, "departure": { "time": "1771617482" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1771617522" }, "departure": { "time": "1771617522" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1771617581" }, "departure": { "time": "1771617581" }, "stopId": "LAVOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771617675" }, "departure": { "time": "1771617675" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1771617728" }, "departure": { "time": "1771617728" }, "stopId": "BAUDRA-E", "stopSequence": 47 }, { "arrival": { "time": "1771617848" }, "stopId": "MOULINMA", "stopSequence": 48 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258486" } } }, { "id": "trip:6258515", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771619673" }, "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1771623713" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258515" } } }, { "id": "trip:6545057", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771617420" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771617592" }, "departure": { "time": "1771617592" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771617700" }, "departure": { "time": "1771617700" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771617792" }, "departure": { "time": "1771617792" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771617870" }, "departure": { "time": "1771617870" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771617962" }, "departure": { "time": "1771617962" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771618050" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545057" } } }, { "id": "trip:6260082", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615829" }, "departure": { "time": "1771615860" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1771615867" }, "departure": { "time": "1771615867" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1771615917" }, "departure": { "time": "1771615917" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1771615978" }, "departure": { "time": "1771615978" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1771616044" }, "departure": { "time": "1771616044" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1771616107" }, "departure": { "time": "1771616107" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1771616170" }, "departure": { "time": "1771616170" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1771616261" }, "departure": { "time": "1771616261" }, "stopId": "FARCYSJA", "stopSequence": 37 }, { "arrival": { "time": "1771616467" }, "departure": { "time": "1771616467" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1771616523" }, "departure": { "time": "1771616523" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1771616572" }, "departure": { "time": "1771616572" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1771616628" }, "departure": { "time": "1771616628" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1771616657" }, "departure": { "time": "1771616657" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1771616723" }, "departure": { "time": "1771616723" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771616771" }, "departure": { "time": "1771616771" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1771616849" }, "departure": { "time": "1771616849" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1771616884" }, "departure": { "time": "1771616884" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1771616943" }, "departure": { "time": "1771616943" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1771616999" }, "departure": { "time": "1771616999" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1771617030" }, "departure": { "time": "1771617030" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1771617103" }, "departure": { "time": "1771617103" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1771617152" }, "departure": { "time": "1771617152" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1771617360" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260082" } } }, { "id": "trip:6257962", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615800" }, "departure": { "time": "1771615800" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771615798" }, "departure": { "time": "1771615798" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771615858" }, "departure": { "time": "1771615858" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771615940" }, "departure": { "time": "1771615940" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771615981" }, "departure": { "time": "1771615981" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771616030" }, "departure": { "time": "1771616030" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771616077" }, "departure": { "time": "1771616077" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771616120" }, "departure": { "time": "1771616120" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771616173" }, "departure": { "time": "1771616173" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771616215" }, "departure": { "time": "1771616215" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771616300" }, "departure": { "time": "1771616300" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771616336" }, "departure": { "time": "1771616336" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771616360" }, "departure": { "time": "1771616360" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771616388" }, "departure": { "time": "1771616388" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771616425" }, "departure": { "time": "1771616425" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771616456" }, "departure": { "time": "1771616456" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771616540" }, "departure": { "time": "1771616540" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771616564" }, "departure": { "time": "1771616564" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771616592" }, "departure": { "time": "1771616592" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771616628" }, "departure": { "time": "1771616628" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771616669" }, "departure": { "time": "1771616669" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771616726" }, "departure": { "time": "1771616726" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771616779" }, "departure": { "time": "1771616779" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771616840" }, "departure": { "time": "1771616840" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771616883" }, "departure": { "time": "1771616883" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771616919" }, "departure": { "time": "1771616919" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771616943" }, "departure": { "time": "1771616943" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771616981" }, "departure": { "time": "1771616981" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771617029" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257962" } } }, { "id": "trip:6258482", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615779" }, "departure": { "time": "1771615801" }, "stopId": "LAVOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1771615869" }, "departure": { "time": "1771615875" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1771615886" }, "departure": { "time": "1771615886" }, "stopId": "BAUDRA-E", "stopSequence": 47 }, { "arrival": { "time": "1771615965" }, "departure": { "time": "1771615965" }, "stopId": "ECURIE-E", "stopSequence": 48 }, { "arrival": { "time": "1771616035" }, "departure": { "time": "1771616035" }, "stopId": "RTSORGES", "stopSequence": 49 }, { "arrival": { "time": "1771616084" }, "stopId": "SORGES", "stopSequence": 50 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258482" } } }, { "id": "trip:6257968", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618440" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1771618476" }, "departure": { "time": "1771618476" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1771618509" }, "departure": { "time": "1771618509" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1771618568" }, "departure": { "time": "1771618568" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771618599" }, "departure": { "time": "1771618599" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771618659" }, "departure": { "time": "1771618659" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771618702" }, "departure": { "time": "1771618702" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771618740" }, "departure": { "time": "1771618740" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771618783" }, "departure": { "time": "1771618783" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771618812" }, "departure": { "time": "1771618812" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771618841" }, "departure": { "time": "1771618841" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771618868" }, "departure": { "time": "1771618868" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771618946" }, "departure": { "time": "1771618946" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771618977" }, "departure": { "time": "1771618977" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771619015" }, "departure": { "time": "1771619015" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771619040" }, "departure": { "time": "1771619040" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771619069" }, "departure": { "time": "1771619069" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771619100" }, "departure": { "time": "1771619100" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771619186" }, "departure": { "time": "1771619186" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771619224" }, "departure": { "time": "1771619224" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771619280" }, "departure": { "time": "1771619280" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771619318" }, "departure": { "time": "1771619318" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771619363" }, "departure": { "time": "1771619363" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771619413" }, "departure": { "time": "1771619413" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771619460" }, "departure": { "time": "1771619460" }, "stopId": "CHBBEILL", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257968" } } }, { "id": "trip:6257922", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615764" }, "departure": { "time": "1771615764" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771615839" }, "departure": { "time": "1771615839" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771615939" }, "departure": { "time": "1771615939" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771615993" }, "departure": { "time": "1771615993" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771616031" }, "departure": { "time": "1771616100" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771616153" }, "departure": { "time": "1771616153" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771616240" }, "departure": { "time": "1771616240" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771616280" }, "departure": { "time": "1771616280" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771616343" }, "departure": { "time": "1771616343" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771616363" }, "departure": { "time": "1771616363" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771616431" }, "departure": { "time": "1771616431" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771616489" }, "departure": { "time": "1771616489" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771616526" }, "departure": { "time": "1771616526" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771616566" }, "departure": { "time": "1771616566" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771616640" }, "departure": { "time": "1771616640" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1771616688" }, "departure": { "time": "1771616688" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771616733" }, "departure": { "time": "1771616733" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1771616791" }, "departure": { "time": "1771616791" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1771616843" }, "departure": { "time": "1771616843" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1771616893" }, "departure": { "time": "1771616893" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1771616940" }, "departure": { "time": "1771616940" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1771616991" }, "departure": { "time": "1771616991" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771617031" }, "departure": { "time": "1771617031" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1771617072" }, "departure": { "time": "1771617072" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1771617140" }, "departure": { "time": "1771617140" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1771617180" }, "departure": { "time": "1771617180" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1771617269" }, "departure": { "time": "1771617269" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1771617296" }, "departure": { "time": "1771617296" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1771617319" }, "departure": { "time": "1771617319" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1771617355" }, "departure": { "time": "1771617355" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1771617420" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257922" } } }, { "id": "trip:6258097", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615811" }, "departure": { "time": "1771615811" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771615841" }, "departure": { "time": "1771615841" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771615914" }, "departure": { "time": "1771615914" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771615917" }, "departure": { "time": "1771615917" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771615968" }, "departure": { "time": "1771615968" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771616001" }, "departure": { "time": "1771616001" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771616036" }, "departure": { "time": "1771616036" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771616115" }, "departure": { "time": "1771616115" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771616172" }, "departure": { "time": "1771616172" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771616206" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258097" } } }, { "id": "trip:6257463", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615767" }, "departure": { "time": "1771615767" }, "stopId": "RBRIOL-E", "stopSequence": 41 }, { "arrival": { "time": "1771615797" }, "departure": { "time": "1771615797" }, "stopId": "NOZAY-E", "stopSequence": 42 }, { "arrival": { "time": "1771615827" }, "departure": { "time": "1771615827" }, "stopId": "AUVERG-E", "stopSequence": 43 }, { "arrival": { "time": "1771615882" }, "departure": { "time": "1771615882" }, "stopId": "SAVOIE-E", "stopSequence": 51 }, { "arrival": { "time": "1771615949" }, "departure": { "time": "1771615949" }, "stopId": "INDUST-E", "stopSequence": 52 }, { "arrival": { "time": "1771615997" }, "departure": { "time": "1771615997" }, "stopId": "HOTELL-E", "stopSequence": 53 }, { "arrival": { "time": "1771616043" }, "departure": { "time": "1771616043" }, "stopId": "DEBUSS-E", "stopSequence": 54 }, { "arrival": { "time": "1771616079" }, "departure": { "time": "1771616079" }, "stopId": "BOISAB-E", "stopSequence": 55 }, { "arrival": { "time": "1771616113" }, "departure": { "time": "1771616113" }, "stopId": "DUBELL-E", "stopSequence": 56 }, { "arrival": { "time": "1771616212" }, "departure": { "time": "1771616212" }, "stopId": "REDUM-E", "stopSequence": 57 }, { "arrival": { "time": "1771616259" }, "departure": { "time": "1771616259" }, "stopId": "HIPPODRO", "stopSequence": 58 }, { "arrival": { "time": "1771616397" }, "departure": { "time": "1771616397" }, "stopId": "COTTAG-E", "stopSequence": 59 }, { "arrival": { "time": "1771616439" }, "stopId": "EVENTARD", "stopSequence": 60 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257463" } } }, { "id": "trip:6544518", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771615920" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771616040" }, "departure": { "time": "1771616040" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771616162" }, "departure": { "time": "1771616162" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771616220" }, "departure": { "time": "1771616220" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771616272" }, "departure": { "time": "1771616272" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771616333" }, "departure": { "time": "1771616333" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771616379" }, "departure": { "time": "1771616379" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771616520" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544518" } } }, { "id": "trip:6545059", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618860" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771619032" }, "departure": { "time": "1771619032" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771619140" }, "departure": { "time": "1771619140" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771619232" }, "departure": { "time": "1771619232" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771619310" }, "departure": { "time": "1771619310" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771619402" }, "departure": { "time": "1771619402" }, "stopId": "2BEAU", "stopSequence": 5 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545059" } } }, { "id": "trip:6545043", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616460" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1771616556" }, "departure": { "time": "1771616556" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1771616660" }, "departure": { "time": "1771616660" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1771616740" }, "departure": { "time": "1771616740" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1771616831" }, "departure": { "time": "1771616831" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1771616939" }, "departure": { "time": "1771616939" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1771617110" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6545043" } } }, { "id": "trip:6544713", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615858" }, "departure": { "time": "1771615863" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1771615914" }, "departure": { "time": "1771615914" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1771616034" }, "departure": { "time": "1771616034" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1771616124" }, "departure": { "time": "1771616124" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1771616294" }, "departure": { "time": "1771616294" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1771616394" }, "departure": { "time": "1771616394" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1771616474" }, "departure": { "time": "1771616474" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1771616554" }, "departure": { "time": "1771616554" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1771616634" }, "departure": { "time": "1771616634" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1771616714" }, "departure": { "time": "1771616714" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1771616794" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544713" } } }, { "id": "trip:6258740", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618020" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1771618042" }, "departure": { "time": "1771618042" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1771618080" }, "departure": { "time": "1771618080" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1771618129" }, "departure": { "time": "1771618129" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1771618200" }, "departure": { "time": "1771618200" }, "stopId": "HMTREL", "stopSequence": 4 }, { "arrival": { "time": "1771618288" }, "departure": { "time": "1771618288" }, "stopId": "CIMTRELA", "stopSequence": 5 }, { "arrival": { "time": "1771618327" }, "departure": { "time": "1771618327" }, "stopId": "EGLTRELA", "stopSequence": 6 }, { "arrival": { "time": "1771618375" }, "departure": { "time": "1771618375" }, "stopId": "MAIRTREL", "stopSequence": 7 }, { "arrival": { "time": "1771618428" }, "departure": { "time": "1771618428" }, "stopId": "MONTHIBE", "stopSequence": 8 }, { "arrival": { "time": "1771618487" }, "departure": { "time": "1771618487" }, "stopId": "ARENA", "stopSequence": 9 }, { "arrival": { "time": "1771618560" }, "departure": { "time": "1771618560" }, "stopId": "BUISSON", "stopSequence": 10 }, { "arrival": { "time": "1771618613" }, "departure": { "time": "1771618613" }, "stopId": "PYRAM02", "stopSequence": 11 }, { "arrival": { "time": "1771618681" }, "departure": { "time": "1771618681" }, "stopId": "LEFEVRE", "stopSequence": 12 }, { "arrival": { "time": "1771618712" }, "departure": { "time": "1771618712" }, "stopId": "MALAQUAI", "stopSequence": 13 }, { "arrival": { "time": "1771618764" }, "departure": { "time": "1771618764" }, "stopId": "MENARD", "stopSequence": 14 }, { "arrival": { "time": "1771618804" }, "departure": { "time": "1771618804" }, "stopId": "CHOUTEAU", "stopSequence": 15 }, { "arrival": { "time": "1771618866" }, "departure": { "time": "1771618866" }, "stopId": "FRESNAIE", "stopSequence": 16 }, { "arrival": { "time": "1771618941" }, "departure": { "time": "1771618941" }, "stopId": "MARAIS", "stopSequence": 17 }, { "arrival": { "time": "1771618995" }, "departure": { "time": "1771618995" }, "stopId": "BELLVUTR", "stopSequence": 18 }, { "arrival": { "time": "1771619040" }, "departure": { "time": "1771619040" }, "stopId": "LEOLAGRA", "stopSequence": 19 }, { "arrival": { "time": "1771619085" }, "departure": { "time": "1771619085" }, "stopId": "VDLOIRE", "stopSequence": 20 }, { "arrival": { "time": "1771619162" }, "departure": { "time": "1771619162" }, "stopId": "ECLATERI", "stopSequence": 21 }, { "arrival": { "time": "1771619250" }, "departure": { "time": "1771619250" }, "stopId": "JUSTICES", "stopSequence": 22 }, { "arrival": { "time": "1771619282" }, "departure": { "time": "1771619282" }, "stopId": "DELACROI", "stopSequence": 23 }, { "arrival": { "time": "1771619340" }, "departure": { "time": "1771619340" }, "stopId": "SAUMUROI", "stopSequence": 24 }, { "arrival": { "time": "1771619394" }, "departure": { "time": "1771619394" }, "stopId": "MADELEIN", "stopSequence": 25 }, { "arrival": { "time": "1771619430" }, "departure": { "time": "1771619430" }, "stopId": "VOLNEY", "stopSequence": 26 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258740" } } }, { "id": "trip:6260012", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771619160" }, "departure": { "time": "1771619160" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1771619231" }, "departure": { "time": "1771619231" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771619309" }, "departure": { "time": "1771619309" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6260012" } } }, { "id": "trip:6257565", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615846" }, "departure": { "time": "1771615846" }, "stopId": "DELATTRE", "stopSequence": 22 }, { "arrival": { "time": "1771615873" }, "departure": { "time": "1771615875" }, "stopId": "MORELLIE", "stopSequence": 23 }, { "arrival": { "time": "1771615876" }, "departure": { "time": "1771615876" }, "stopId": "LORETTE", "stopSequence": 24 }, { "arrival": { "time": "1771615910" }, "departure": { "time": "1771615910" }, "stopId": "BEAUVAL", "stopSequence": 25 }, { "arrival": { "time": "1771615952" }, "departure": { "time": "1771615952" }, "stopId": "LETANDUE", "stopSequence": 26 }, { "arrival": { "time": "1771616036" }, "departure": { "time": "1771616036" }, "stopId": "STRASBOU", "stopSequence": 27 }, { "arrival": { "time": "1771616088" }, "departure": { "time": "1771616088" }, "stopId": "FREMUR", "stopSequence": 28 }, { "arrival": { "time": "1771616132" }, "departure": { "time": "1771616132" }, "stopId": "VAUBAN", "stopSequence": 29 }, { "arrival": { "time": "1771616179" }, "departure": { "time": "1771616179" }, "stopId": "POIREL", "stopSequence": 30 }, { "arrival": { "time": "1771616233" }, "departure": { "time": "1771616233" }, "stopId": "PONTNOIR", "stopSequence": 31 }, { "arrival": { "time": "1771616267" }, "departure": { "time": "1771616267" }, "stopId": "SEMARD", "stopSequence": 32 }, { "arrival": { "time": "1771616290" }, "departure": { "time": "1771616290" }, "stopId": "GAREPAPI", "stopSequence": 33 }, { "arrival": { "time": "1771616519" }, "departure": { "time": "1771616519" }, "stopId": "HARAS", "stopSequence": 34 }, { "arrival": { "time": "1771616580" }, "departure": { "time": "1771616580" }, "stopId": "STAUBIN", "stopSequence": 35 }, { "arrival": { "time": "1771616667" }, "departure": { "time": "1771616700" }, "stopId": "LORRAIN1", "stopSequence": 36 }, { "arrival": { "time": "1771616813" }, "departure": { "time": "1771616813" }, "stopId": "MENDES-E", "stopSequence": 37 }, { "arrival": { "time": "1771616892" }, "departure": { "time": "1771616892" }, "stopId": "SAVARY-E", "stopSequence": 38 }, { "arrival": { "time": "1771616927" }, "departure": { "time": "1771616927" }, "stopId": "MUSSET-E", "stopSequence": 39 }, { "arrival": { "time": "1771617003" }, "departure": { "time": "1771617003" }, "stopId": "LUTIN-E", "stopSequence": 40 }, { "arrival": { "time": "1771617045" }, "departure": { "time": "1771617045" }, "stopId": "MACE-E", "stopSequence": 41 }, { "arrival": { "time": "1771617072" }, "departure": { "time": "1771617072" }, "stopId": "DESJAR-E", "stopSequence": 42 }, { "arrival": { "time": "1771617176" }, "departure": { "time": "1771617176" }, "stopId": "ALDUNA-E", "stopSequence": 43 }, { "arrival": { "time": "1771616928" }, "departure": { "time": "1771616928" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 46 }, { "arrival": { "time": "1771617060" }, "departure": { "time": "1771617060" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 47 }, { "arrival": { "time": "1771617163" }, "departure": { "time": "1771617163" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 48 }, { "arrival": { "time": "1771617229" }, "departure": { "time": "1771617229" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771617310" }, "departure": { "time": "1771617310" }, "stopId": "RBRIOL-E", "stopSequence": 50 }, { "arrival": { "time": "1771617337" }, "departure": { "time": "1771617337" }, "stopId": "NOZAY-E", "stopSequence": 51 }, { "arrival": { "time": "1771617385" }, "departure": { "time": "1771617385" }, "stopId": "AUVERG-E", "stopSequence": 52 }, { "arrival": { "time": "1771617425" }, "departure": { "time": "1771617425" }, "stopId": "SAVOIE-E", "stopSequence": 53 }, { "arrival": { "time": "1771617491" }, "departure": { "time": "1771617491" }, "stopId": "INDUST-E", "stopSequence": 54 }, { "arrival": { "time": "1771617537" }, "departure": { "time": "1771617537" }, "stopId": "HOTELL-E", "stopSequence": 55 }, { "arrival": { "time": "1771617602" }, "departure": { "time": "1771617602" }, "stopId": "DEBUMO-E", "stopSequence": 56 }, { "arrival": { "time": "1771617675" }, "departure": { "time": "1771617675" }, "stopId": "RTEPAR-E", "stopSequence": 57 }, { "arrival": { "time": "1771617723" }, "stopId": "PROVIN-E", "stopSequence": 58 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257565" } } }, { "id": "trip:6544398", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615880" }, "departure": { "time": "1771615880" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771615963" }, "departure": { "time": "1771615963" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771615998" }, "departure": { "time": "1771615998" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771616115" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544398" } } }, { "id": "trip:6258335", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615796" }, "departure": { "time": "1771615796" }, "stopId": "CIOUES-E", "stopSequence": 42 }, { "arrival": { "time": "1771615856" }, "departure": { "time": "1771615856" }, "stopId": "POMONE-E", "stopSequence": 43 }, { "arrival": { "time": "1771615830" }, "departure": { "time": "1771615830" }, "stopId": "REVERI-E", "stopSequence": 44 }, { "arrival": { "time": "1771615896" }, "departure": { "time": "1771615896" }, "stopId": "MEIGNA-E", "stopSequence": 45 }, { "arrival": { "time": "1771615929" }, "departure": { "time": "1771615929" }, "stopId": "VALOR-E", "stopSequence": 46 }, { "arrival": { "time": "1771615952" }, "departure": { "time": "1771615952" }, "stopId": "CLINIQ-E", "stopSequence": 47 }, { "arrival": { "time": "1771615986" }, "departure": { "time": "1771615986" }, "stopId": "GRANDM-E", "stopSequence": 48 }, { "arrival": { "time": "1771616023" }, "departure": { "time": "1771616023" }, "stopId": "MAISDA-E", "stopSequence": 49 }, { "arrival": { "time": "1771616057" }, "departure": { "time": "1771616057" }, "stopId": "CHMART-E", "stopSequence": 50 }, { "arrival": { "time": "1771616089" }, "departure": { "time": "1771616089" }, "stopId": "MLYAUT-E", "stopSequence": 51 }, { "arrival": { "time": "1771616144" }, "departure": { "time": "1771616144" }, "stopId": "BRASSE-E", "stopSequence": 52 }, { "arrival": { "time": "1771616187" }, "departure": { "time": "1771616187" }, "stopId": "BEURRI-E", "stopSequence": 53 }, { "arrival": { "time": "1771616231" }, "departure": { "time": "1771616231" }, "stopId": "DELAUN-E", "stopSequence": 54 }, { "arrival": { "time": "1771616326" }, "departure": { "time": "1771616326" }, "stopId": "MAUFIN-E", "stopSequence": 55 }, { "arrival": { "time": "1771616369" }, "departure": { "time": "1771616369" }, "stopId": "MAIRAV-E", "stopSequence": 56 }, { "arrival": { "time": "1771616404" }, "departure": { "time": "1771616404" }, "stopId": "TERNIE-E", "stopSequence": 57 }, { "arrival": { "time": "1771616436" }, "departure": { "time": "1771616436" }, "stopId": "BALAND-E", "stopSequence": 58 }, { "arrival": { "time": "1771616478" }, "departure": { "time": "1771616478" }, "stopId": "PIECE-E", "stopSequence": 59 }, { "arrival": { "time": "1771616533" }, "departure": { "time": "1771616533" }, "stopId": "LA-BOI-E", "stopSequence": 60 }, { "arrival": { "time": "1771616577" }, "departure": { "time": "1771616577" }, "stopId": "SCHWAL-E", "stopSequence": 61 }, { "arrival": { "time": "1771616609" }, "stopId": "ADEZIERE", "stopSequence": 62 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258335" } } }, { "id": "trip:6545054", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615798" }, "departure": { "time": "1771615798" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771615881" }, "departure": { "time": "1771615881" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545054" } } }, { "id": "trip:6544878", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615825" }, "departure": { "time": "1771615865" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771615950" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544878" } } }, { "id": "trip:6544800", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771617390" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771617470" }, "departure": { "time": "1771617470" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771617540" }, "departure": { "time": "1771617540" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771617620" }, "departure": { "time": "1771617620" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771617700" }, "departure": { "time": "1771617700" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771617780" }, "departure": { "time": "1771617780" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771617880" }, "departure": { "time": "1771617880" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771618030" }, "departure": { "time": "1771618030" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771618120" }, "departure": { "time": "1771618120" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771618230" }, "departure": { "time": "1771618230" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771618310" }, "departure": { "time": "1771618310" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771618430" }, "departure": { "time": "1771618430" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771618520" }, "departure": { "time": "1771618520" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771618640" }, "departure": { "time": "1771618640" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771618750" }, "departure": { "time": "1771618750" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771618850" }, "departure": { "time": "1771618850" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771618920" }, "departure": { "time": "1771618920" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771618990" }, "departure": { "time": "1771618990" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771619100" }, "departure": { "time": "1771619100" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771619190" }, "departure": { "time": "1771619190" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771619290" }, "departure": { "time": "1771619290" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771619390" }, "departure": { "time": "1771619390" }, "stopId": "1BAMA", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544800" } } }, { "id": "trip:6258450", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615816" }, "departure": { "time": "1771615816" }, "stopId": "CLOS9-E", "stopSequence": 45 }, { "arrival": { "time": "1771615845" }, "departure": { "time": "1771615861" }, "stopId": "VANRIE-E", "stopSequence": 46 }, { "arrival": { "time": "1771615887" }, "departure": { "time": "1771615887" }, "stopId": "PORTSG-E", "stopSequence": 47 }, { "arrival": { "time": "1771615916" }, "departure": { "time": "1771615916" }, "stopId": "LECHEN-E", "stopSequence": 48 }, { "arrival": { "time": "1771615971" }, "stopId": "ROMORNA", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258450" } } }, { "id": "trip:6544720", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615805" }, "departure": { "time": "1771615840" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771615943" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544720" } } }, { "id": "trip:6258127", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771615840" }, "scheduleRelationship": "SKIPPED", "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1771615879" }, "departure": { "time": "1771615879" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771615917" }, "departure": { "time": "1771615917" }, "scheduleRelationship": "SKIPPED", "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1771615972" }, "departure": { "time": "1771615972" }, "scheduleRelationship": "SKIPPED", "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1771616025" }, "departure": { "time": "1771616025" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1771615872" }, "departure": { "time": "1771615872" }, "scheduleRelationship": "SKIPPED", "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1771616224" }, "departure": { "time": "1771616224" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1771616309" }, "departure": { "time": "1771616309" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1771616380" }, "departure": { "time": "1771616380" }, "scheduleRelationship": "SKIPPED", "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1771616472" }, "departure": { "time": "1771616472" }, "scheduleRelationship": "SKIPPED", "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1771616572" }, "departure": { "time": "1771616572" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1771616612" }, "departure": { "time": "1771616612" }, "scheduleRelationship": "SKIPPED", "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1771616644" }, "departure": { "time": "1771616644" }, "scheduleRelationship": "SKIPPED", "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1771619322" }, "departure": { "time": "1771619322" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771616787" }, "departure": { "time": "1771616787" }, "scheduleRelationship": "SKIPPED", "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1771615893" }, "departure": { "time": "1771615893" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1771615989" }, "departure": { "time": "1771615989" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1771616091" }, "departure": { "time": "1771616091" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1771616154" }, "departure": { "time": "1771616154" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1771616213" }, "departure": { "time": "1771616213" }, "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1771616313" }, "departure": { "time": "1771616313" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1771616345" }, "departure": { "time": "1771616345" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1771616404" }, "departure": { "time": "1771616404" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1771616468" }, "departure": { "time": "1771616468" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1771616516" }, "departure": { "time": "1771616516" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1771616553" }, "departure": { "time": "1771616553" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1771616609" }, "departure": { "time": "1771616609" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1771616634" }, "departure": { "time": "1771616634" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771616687" }, "departure": { "time": "1771616687" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771616733" }, "departure": { "time": "1771616733" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771616776" }, "departure": { "time": "1771616776" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771616821" }, "departure": { "time": "1771616821" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771616860" }, "departure": { "time": "1771616860" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771616915" }, "departure": { "time": "1771616915" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771616973" }, "departure": { "time": "1771616973" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771617037" }, "departure": { "time": "1771617037" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771617069" }, "departure": { "time": "1771617069" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771617094" }, "departure": { "time": "1771617094" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771617146" }, "departure": { "time": "1771617146" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771617194" }, "departure": { "time": "1771617194" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771617226" }, "departure": { "time": "1771617226" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771617275" }, "departure": { "time": "1771617275" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771617333" }, "departure": { "time": "1771617333" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771617409" }, "departure": { "time": "1771617409" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771617479" }, "departure": { "time": "1771617479" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771617532" }, "departure": { "time": "1771617532" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771617597" }, "departure": { "time": "1771617597" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771617626" }, "departure": { "time": "1771617626" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771617677" }, "departure": { "time": "1771617677" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771617710" }, "departure": { "time": "1771617710" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771617753" }, "departure": { "time": "1771617753" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771617814" }, "departure": { "time": "1771617814" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771617852" }, "departure": { "time": "1771617852" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771617993" }, "departure": { "time": "1771617993" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771618025" }, "departure": { "time": "1771618025" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771618068" }, "departure": { "time": "1771618068" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771618109" }, "departure": { "time": "1771618109" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771618159" }, "departure": { "time": "1771618159" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771618189" }, "departure": { "time": "1771618189" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771618233" }, "departure": { "time": "1771618233" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771618266" }, "departure": { "time": "1771618266" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771618301" }, "departure": { "time": "1771618301" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771618380" }, "departure": { "time": "1771618380" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771618437" }, "departure": { "time": "1771618437" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771618473" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258127" } } }, { "id": "trip:6257569", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615811" }, "departure": { "time": "1771615828" }, "stopId": "LUTIN-E", "stopSequence": 40 }, { "arrival": { "time": "1771615858" }, "departure": { "time": "1771615858" }, "stopId": "MACE-E", "stopSequence": 41 }, { "arrival": { "time": "1771615857" }, "departure": { "time": "1771615873" }, "stopId": "DESJAR-E", "stopSequence": 42 }, { "arrival": { "time": "1771615963" }, "departure": { "time": "1771615963" }, "stopId": "ALDUNA-E", "stopSequence": 43 }, { "arrival": { "time": "1771616064" }, "departure": { "time": "1771616064" }, "stopId": "RBRIOL-E", "stopSequence": 50 }, { "arrival": { "time": "1771616091" }, "departure": { "time": "1771616091" }, "stopId": "NOZAY-E", "stopSequence": 51 }, { "arrival": { "time": "1771616139" }, "departure": { "time": "1771616139" }, "stopId": "AUVERG-E", "stopSequence": 52 }, { "arrival": { "time": "1771616179" }, "departure": { "time": "1771616179" }, "stopId": "SAVOIE-E", "stopSequence": 53 }, { "arrival": { "time": "1771616246" }, "departure": { "time": "1771616246" }, "stopId": "INDUST-E", "stopSequence": 54 }, { "arrival": { "time": "1771616294" }, "departure": { "time": "1771616294" }, "stopId": "HOTELL-E", "stopSequence": 55 }, { "arrival": { "time": "1771616359" }, "departure": { "time": "1771616359" }, "stopId": "DEBUMO-E", "stopSequence": 56 }, { "arrival": { "time": "1771616432" }, "departure": { "time": "1771616432" }, "stopId": "RTEPAR-E", "stopSequence": 57 }, { "arrival": { "time": "1771616542" }, "stopId": "PROVIN-E", "stopSequence": 58 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257569" } } }, { "id": "trip:6544400", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616700" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771616737" }, "departure": { "time": "1771616737" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771616912" }, "departure": { "time": "1771616912" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771616940" }, "departure": { "time": "1771616940" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771617060" }, "departure": { "time": "1771617060" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771617143" }, "departure": { "time": "1771617143" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771617240" }, "departure": { "time": "1771617240" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771617360" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544400" } } }, { "id": "trip:6260078", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615800" }, "departure": { "time": "1771615800" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1771615860" }, "departure": { "time": "1771615860" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1771615874" }, "departure": { "time": "1771615874" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1771615956" }, "departure": { "time": "1771615956" }, "stopId": "PETPOR-E", "stopSequence": 43 }, { "arrival": { "time": "1771615997" }, "departure": { "time": "1771615997" }, "stopId": "CHEVRI-E", "stopSequence": 44 }, { "arrival": { "time": "1771615920" }, "departure": { "time": "1771615920" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUCHE-E", "stopSequence": 46 }, { "arrival": { "time": "1771615951" }, "departure": { "time": "1771615951" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMPBO-E", "stopSequence": 47 }, { "arrival": { "time": "1771615991" }, "departure": { "time": "1771615991" }, "scheduleRelationship": "SKIPPED", "stopId": "GAREBO-E", "stopSequence": 48 }, { "arrival": { "time": "1771616036" }, "departure": { "time": "1771616036" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTLA-E", "stopSequence": 49 }, { "arrival": { "time": "1771616082" }, "departure": { "time": "1771616082" }, "scheduleRelationship": "SKIPPED", "stopId": "LAPOIN-E", "stopSequence": 50 }, { "arrival": { "time": "1771616105" }, "departure": { "time": "1771616105" }, "scheduleRelationship": "SKIPPED", "stopId": "RANGEA-E", "stopSequence": 51 }, { "arrival": { "time": "1771616152" }, "departure": { "time": "1771616152" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1771616220" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260078" } } }, { "id": "trip:6052665", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615797" }, "departure": { "time": "1771615797" }, "stopId": "ITALIE-E", "stopSequence": 17 }, { "arrival": { "time": "1771615839" }, "departure": { "time": "1771615839" }, "stopId": "ALLEMAGN", "stopSequence": 18 }, { "arrival": { "time": "1771615868" }, "departure": { "time": "1771615868" }, "stopId": "ALLEMA-E", "stopSequence": 19 }, { "arrival": { "time": "1771615897" }, "departure": { "time": "1771615897" }, "stopId": "DANEMA-E", "stopSequence": 20 }, { "arrival": { "time": "1771615940" }, "departure": { "time": "1771615940" }, "stopId": "AVENEU-E", "stopSequence": 21 }, { "arrival": { "time": "1771615987" }, "departure": { "time": "1771615987" }, "stopId": "MASTEL-E", "stopSequence": 22 }, { "arrival": { "time": "1771616035" }, "departure": { "time": "1771616035" }, "stopId": "JEHUEZ-E", "stopSequence": 24 }, { "arrival": { "time": "1771616079" }, "departure": { "time": "1771616079" }, "stopId": "PLATEF-E", "stopSequence": 25 }, { "arrival": { "time": "1771616141" }, "departure": { "time": "1771616141" }, "stopId": "ESPMON-E", "stopSequence": 26 }, { "arrival": { "time": "1771616191" }, "departure": { "time": "1771616191" }, "stopId": "BELAIR-E", "stopSequence": 27 }, { "arrival": { "time": "1771616231" }, "departure": { "time": "1771616231" }, "stopId": "ZOLA-E", "stopSequence": 28 }, { "arrival": { "time": "1771616287" }, "departure": { "time": "1771616287" }, "stopId": "ANAFRA-E", "stopSequence": 29 }, { "arrival": { "time": "1771616341" }, "departure": { "time": "1771616341" }, "stopId": "PISCMU-E", "stopSequence": 30 }, { "arrival": { "time": "1771616391" }, "departure": { "time": "1771616391" }, "stopId": "CAMPJU-E", "stopSequence": 31 }, { "arrival": { "time": "1771616444" }, "departure": { "time": "1771616444" }, "stopId": "LAEN-E", "stopSequence": 32 }, { "arrival": { "time": "1771616486" }, "departure": { "time": "1771616486" }, "stopId": "BECK-E", "stopSequence": 33 }, { "arrival": { "time": "1771616531" }, "stopId": "DOMVATER", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052665" } } }, { "id": "trip:6053043", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615763" }, "departure": { "time": "1771615763" }, "stopId": "CHABLA-E", "stopSequence": 11 }, { "arrival": { "time": "1771615788" }, "departure": { "time": "1771615823" }, "stopId": "UNION-E", "stopSequence": 12 }, { "arrival": { "time": "1771615868" }, "departure": { "time": "1771615868" }, "stopId": "SSYMAI-E", "stopSequence": 13 }, { "arrival": { "time": "1771615949" }, "departure": { "time": "1771615949" }, "stopId": "LECLSYLV", "stopSequence": 14 }, { "arrival": { "time": "1771615996" }, "departure": { "time": "1771615996" }, "stopId": "FRANCAIS", "stopSequence": 15 }, { "arrival": { "time": "1771616056" }, "departure": { "time": "1771616056" }, "stopId": "V.HUGO-E", "stopSequence": 16 }, { "arrival": { "time": "1771616117" }, "departure": { "time": "1771616117" }, "stopId": "ANBRUE-E", "stopSequence": 17 }, { "arrival": { "time": "1771616171" }, "departure": { "time": "1771616171" }, "stopId": "GAUGUI-E", "stopSequence": 18 }, { "arrival": { "time": "1771616228" }, "stopId": "STSYCHVE", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053043" } } }, { "id": "trip:6544798", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615787" }, "departure": { "time": "1771615811" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771615872" }, "departure": { "time": "1771615872" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771616010" }, "departure": { "time": "1771616010" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771616170" }, "departure": { "time": "1771616170" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771616260" }, "departure": { "time": "1771616260" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771616370" }, "departure": { "time": "1771616370" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771616450" }, "departure": { "time": "1771616450" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771616570" }, "departure": { "time": "1771616570" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771616660" }, "departure": { "time": "1771616660" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771616780" }, "departure": { "time": "1771616780" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771616890" }, "departure": { "time": "1771616890" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771616990" }, "departure": { "time": "1771616990" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771617060" }, "departure": { "time": "1771617060" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771617130" }, "departure": { "time": "1771617130" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771617240" }, "departure": { "time": "1771617240" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771617330" }, "departure": { "time": "1771617330" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771617430" }, "departure": { "time": "1771617430" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771617530" }, "departure": { "time": "1771617530" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771617650" }, "departure": { "time": "1771617650" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771617770" }, "departure": { "time": "1771617770" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771617890" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544798" } } }, { "id": "trip:6258327", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615820" }, "departure": { "time": "1771615820" }, "stopId": "BELPOU-E", "stopSequence": 66 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258327" } } }, { "id": "trip:6258552", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615899" }, "departure": { "time": "1771615899" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1771615932" }, "departure": { "time": "1771615932" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1771616123" }, "departure": { "time": "1771616123" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1771616125" }, "departure": { "time": "1771616125" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1771616244" }, "departure": { "time": "1771616244" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1771616272" }, "departure": { "time": "1771616272" }, "stopId": "ZOLA", "stopSequence": 15 }, { "arrival": { "time": "1771616350" }, "departure": { "time": "1771616350" }, "stopId": "BELAIR", "stopSequence": 16 }, { "arrival": { "time": "1771616398" }, "departure": { "time": "1771616398" }, "stopId": "ESPMONTR", "stopSequence": 17 }, { "arrival": { "time": "1771616437" }, "departure": { "time": "1771616437" }, "stopId": "PLATFLEU", "stopSequence": 18 }, { "arrival": { "time": "1771616471" }, "departure": { "time": "1771616471" }, "stopId": "JEHUEZ", "stopSequence": 19 }, { "arrival": { "time": "1771616528" }, "departure": { "time": "1771616528" }, "stopId": "MASTELLE", "stopSequence": 20 }, { "arrival": { "time": "1771616535" }, "departure": { "time": "1771616535" }, "stopId": "AVENEURO", "stopSequence": 21 }, { "arrival": { "time": "1771616585" }, "departure": { "time": "1771616585" }, "stopId": "DANEMA", "stopSequence": 22 }, { "arrival": { "time": "1771616657" }, "departure": { "time": "1771616657" }, "stopId": "ALLEMAGN", "stopSequence": 23 }, { "arrival": { "time": "1771616657" }, "departure": { "time": "1771616657" }, "stopId": "ITALIE", "stopSequence": 24 }, { "arrival": { "time": "1771616725" }, "departure": { "time": "1771616725" }, "stopId": "IRLANDE", "stopSequence": 25 }, { "arrival": { "time": "1771616742" }, "departure": { "time": "1771616742" }, "stopId": "AUTRICH", "stopSequence": 26 }, { "arrival": { "time": "1771616793" }, "departure": { "time": "1771616793" }, "stopId": "PLOTTIER", "stopSequence": 27 }, { "arrival": { "time": "1771616838" }, "departure": { "time": "1771616838" }, "stopId": "AUCHAN", "stopSequence": 29 }, { "arrival": { "time": "1771616992" }, "departure": { "time": "1771616992" }, "stopId": "AARDBUS", "stopSequence": 30 }, { "arrival": { "time": "1771617068" }, "departure": { "time": "1771617068" }, "stopId": "POIVRE", "stopSequence": 31 }, { "arrival": { "time": "1771617076" }, "departure": { "time": "1771617076" }, "stopId": "BONPLAND", "stopSequence": 32 }, { "arrival": { "time": "1771617154" }, "departure": { "time": "1771617154" }, "stopId": "LEPRE", "stopSequence": 33 }, { "arrival": { "time": "1771617204" }, "departure": { "time": "1771617204" }, "stopId": "SALET-AR", "stopSequence": 34 }, { "arrival": { "time": "1771617188" }, "departure": { "time": "1771617188" }, "stopId": "RIPOLLE", "stopSequence": 35 }, { "arrival": { "time": "1771617255" }, "departure": { "time": "1771617255" }, "stopId": "PEGARDE", "stopSequence": 36 }, { "arrival": { "time": "1771617286" }, "departure": { "time": "1771617286" }, "stopId": "CIAVRILL", "stopSequence": 37 }, { "arrival": { "time": "1771617384" }, "departure": { "time": "1771617384" }, "stopId": "MAIRAVR", "stopSequence": 38 }, { "arrival": { "time": "1771617373" }, "departure": { "time": "1771617373" }, "stopId": "MAUFINE", "stopSequence": 39 }, { "arrival": { "time": "1771617426" }, "departure": { "time": "1771617426" }, "stopId": "DELAUNE", "stopSequence": 40 }, { "arrival": { "time": "1771617507" }, "departure": { "time": "1771617507" }, "stopId": "BEURRIER", "stopSequence": 41 }, { "arrival": { "time": "1771617565" }, "departure": { "time": "1771617565" }, "stopId": "BRASSENS", "stopSequence": 42 }, { "arrival": { "time": "1771617614" }, "departure": { "time": "1771617614" }, "stopId": "RONDE", "stopSequence": 43 }, { "arrival": { "time": "1771617625" }, "departure": { "time": "1771617625" }, "stopId": "PLAMAY", "stopSequence": 44 }, { "arrival": { "time": "1771617713" }, "departure": { "time": "1771617713" }, "stopId": "KENNEDY", "stopSequence": 45 }, { "arrival": { "time": "1771617723" }, "departure": { "time": "1771617723" }, "stopId": "ECHMAN", "stopSequence": 46 }, { "arrival": { "time": "1771617788" }, "departure": { "time": "1771617788" }, "stopId": "LIZE07", "stopSequence": 47 }, { "arrival": { "time": "1771617819" }, "departure": { "time": "1771617819" }, "stopId": "GASNIER", "stopSequence": 48 }, { "arrival": { "time": "1771617866" }, "departure": { "time": "1771617866" }, "stopId": "GOURONNI", "stopSequence": 49 }, { "arrival": { "time": "1771617910" }, "departure": { "time": "1771617910" }, "stopId": "CLOUET", "stopSequence": 50 }, { "arrival": { "time": "1771617985" }, "departure": { "time": "1771617985" }, "stopId": "BICHLAZA", "stopSequence": 51 }, { "arrival": { "time": "1771617981" }, "departure": { "time": "1771617981" }, "stopId": "DESCAZEA", "stopSequence": 52 }, { "arrival": { "time": "1771618049" }, "departure": { "time": "1771618049" }, "stopId": "MONPROFI", "stopSequence": 53 }, { "arrival": { "time": "1771618068" }, "departure": { "time": "1771618068" }, "stopId": "DUMESNIL", "stopSequence": 54 }, { "arrival": { "time": "1771618091" }, "departure": { "time": "1771618091" }, "stopId": "LEQUAI", "stopSequence": 55 }, { "arrival": { "time": "1771618247" }, "departure": { "time": "1771618247" }, "stopId": "CHDARR", "stopSequence": 56 }, { "arrival": { "time": "1771618308" }, "departure": { "time": "1771618308" }, "stopId": "CCI", "stopSequence": 63 }, { "arrival": { "time": "1771618348" }, "departure": { "time": "1771618348" }, "stopId": "LICES-E", "stopSequence": 64 }, { "arrival": { "time": "1771618528" }, "departure": { "time": "1771618528" }, "stopId": "ANLERO-E", "stopSequence": 65 }, { "arrival": { "time": "1771618640" }, "departure": { "time": "1771618640" }, "stopId": "MICHEL-E", "stopSequence": 66 }, { "arrival": { "time": "1771618659" }, "departure": { "time": "1771618659" }, "stopId": "BOURGO-E", "stopSequence": 67 }, { "arrival": { "time": "1771618734" }, "departure": { "time": "1771618734" }, "stopId": "VOLNEY-E", "stopSequence": 68 }, { "arrival": { "time": "1771618789" }, "departure": { "time": "1771618789" }, "stopId": "MADELE-E", "stopSequence": 69 }, { "arrival": { "time": "1771618838" }, "departure": { "time": "1771618838" }, "stopId": "JEBOUI-E", "stopSequence": 70 }, { "arrival": { "time": "1771618886" }, "departure": { "time": "1771618886" }, "stopId": "PCOUBE-E", "stopSequence": 71 }, { "arrival": { "time": "1771618877" }, "departure": { "time": "1771618877" }, "stopId": "AROBA-E", "stopSequence": 72 }, { "arrival": { "time": "1771619009" }, "departure": { "time": "1771619009" }, "stopId": "LANGLA-E", "stopSequence": 73 }, { "arrival": { "time": "1771619128" }, "departure": { "time": "1771619128" }, "stopId": "MONTAI-E", "stopSequence": 74 }, { "arrival": { "time": "1771619195" }, "departure": { "time": "1771619195" }, "stopId": "JERUSA-E", "stopSequence": 75 }, { "arrival": { "time": "1771619237" }, "departure": { "time": "1771619237" }, "stopId": "DAGNET-E", "stopSequence": 76 }, { "arrival": { "time": "1771619296" }, "departure": { "time": "1771619296" }, "stopId": "GILLIE-E", "stopSequence": 77 }, { "arrival": { "time": "1771619350" }, "departure": { "time": "1771619350" }, "stopId": "ISORET-E", "stopSequence": 78 }, { "arrival": { "time": "1771619367" }, "departure": { "time": "1771619367" }, "stopId": "VANDE-E", "stopSequence": 79 }, { "arrival": { "time": "1771619458" }, "departure": { "time": "1771619458" }, "stopId": "ORMEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1771619432" }, "departure": { "time": "1771619432" }, "stopId": "CRBLAN-E", "stopSequence": 81 }, { "arrival": { "time": "1771619673" }, "stopId": "SAUBIN", "stopSequence": 86 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258552" } } }, { "id": "trip:6260038", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615947" }, "departure": { "time": "1771615947" }, "stopId": "CNFPT", "stopSequence": 4 }, { "arrival": { "time": "1771615797" }, "departure": { "time": "1771615797" }, "stopId": "DARWIN-E", "stopSequence": 5 }, { "arrival": { "time": "1771616067" }, "departure": { "time": "1771616067" }, "stopId": "MOREL-E", "stopSequence": 6 }, { "arrival": { "time": "1771616095" }, "departure": { "time": "1771616095" }, "stopId": "INRA-E", "stopSequence": 7 }, { "arrival": { "time": "1771616132" }, "departure": { "time": "1771616132" }, "stopId": "GDPERI-E", "stopSequence": 8 }, { "arrival": { "time": "1771616204" }, "departure": { "time": "1771616204" }, "stopId": "LANDRE-E", "stopSequence": 9 }, { "arrival": { "time": "1771616247" }, "departure": { "time": "1771616247" }, "stopId": "BRGPAI-E", "stopSequence": 10 }, { "arrival": { "time": "1771616273" }, "departure": { "time": "1771616273" }, "stopId": "RODIN-E", "stopSequence": 11 }, { "arrival": { "time": "1771616305" }, "departure": { "time": "1771616305" }, "stopId": "GRANBE-E", "stopSequence": 12 }, { "arrival": { "time": "1771616346" }, "departure": { "time": "1771616346" }, "stopId": "PROME-E", "stopSequence": 13 }, { "arrival": { "time": "1771616391" }, "departure": { "time": "1771616391" }, "stopId": "CERFEU-E", "stopSequence": 14 }, { "arrival": { "time": "1771616424" }, "departure": { "time": "1771616424" }, "stopId": "MONOD-E", "stopSequence": 15 }, { "arrival": { "time": "1771616458" }, "departure": { "time": "1771616458" }, "stopId": "CITRON-E", "stopSequence": 16 }, { "arrival": { "time": "1771616539" }, "departure": { "time": "1771616539" }, "stopId": "ECHATS-E", "stopSequence": 17 }, { "arrival": { "time": "1771616621" }, "stopId": "LATOLL", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260038" } } }, { "id": "trip:6544402", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771617300" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771617337" }, "departure": { "time": "1771617337" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771617512" }, "departure": { "time": "1771617512" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771617540" }, "departure": { "time": "1771617540" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771617660" }, "departure": { "time": "1771617660" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771617743" }, "departure": { "time": "1771617743" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771617840" }, "departure": { "time": "1771617840" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771617960" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544402" } } }, { "id": "trip:6260048", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615811" }, "departure": { "time": "1771615811" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1771615889" }, "departure": { "time": "1771615889" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6260048" } } }, { "id": "trip:6258330", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615841" }, "departure": { "time": "1771615841" }, "stopId": "CHDARR", "stopSequence": 25 }, { "arrival": { "time": "1771615841" }, "departure": { "time": "1771615841" }, "stopId": "ACAD-PLA", "stopSequence": 26 }, { "arrival": { "time": "1771615856" }, "departure": { "time": "1771615856" }, "stopId": "CCI", "stopSequence": 27 }, { "arrival": { "time": "1771615878" }, "departure": { "time": "1771615878" }, "stopId": "LICES-E", "stopSequence": 29 }, { "arrival": { "time": "1771615906" }, "departure": { "time": "1771615906" }, "stopId": "PAULBERT", "stopSequence": 30 }, { "arrival": { "time": "1771615925" }, "departure": { "time": "1771615925" }, "stopId": "HARAS", "stopSequence": 31 }, { "arrival": { "time": "1771615963" }, "departure": { "time": "1771615963" }, "stopId": "STAUBIN", "stopSequence": 32 }, { "arrival": { "time": "1771615992" }, "departure": { "time": "1771615992" }, "stopId": "LOR-FO-A", "stopSequence": 33 }, { "arrival": { "time": "1771616005" }, "departure": { "time": "1771616005" }, "stopId": "LORRAIN2", "stopSequence": 36 }, { "arrival": { "time": "1771616008" }, "departure": { "time": "1771616008" }, "stopId": "LORRAIN1", "stopSequence": 37 }, { "arrival": { "time": "1771616009" }, "departure": { "time": "1771616009" }, "stopId": "LORRTERM", "stopSequence": 38 }, { "arrival": { "time": "1771616013" }, "departure": { "time": "1771616013" }, "stopId": "LOHUIT", "stopSequence": 39 }, { "arrival": { "time": "1771616013" }, "departure": { "time": "1771616013" }, "stopId": "HMAI", "stopSequence": 40 }, { "arrival": { "time": "1771616034" }, "departure": { "time": "1771616034" }, "stopId": "MAIL-NAE", "stopSequence": 41 }, { "arrival": { "time": "1771616048" }, "departure": { "time": "1771616048" }, "stopId": "HDVSUB", "stopSequence": 42 }, { "arrival": { "time": "1771616071" }, "departure": { "time": "1771616071" }, "stopId": "MENDES-E", "stopSequence": 43 }, { "arrival": { "time": "1771616127" }, "departure": { "time": "1771616127" }, "stopId": "MENDESFR", "stopSequence": 50 }, { "arrival": { "time": "1771616236" }, "departure": { "time": "1771616236" }, "stopId": "FO-LOR-R", "stopSequence": 51 }, { "arrival": { "time": "1771616324" }, "departure": { "time": "1771616324" }, "stopId": "STAUBI-E", "stopSequence": 52 }, { "arrival": { "time": "1771616366" }, "departure": { "time": "1771616366" }, "stopId": "HARAS-E", "stopSequence": 53 }, { "arrival": { "time": "1771616497" }, "departure": { "time": "1771616497" }, "stopId": "ANLERO-E", "stopSequence": 54 }, { "arrival": { "time": "1771616558" }, "departure": { "time": "1771616558" }, "stopId": "RABELA-E", "stopSequence": 55 }, { "arrival": { "time": "1771616606" }, "departure": { "time": "1771616606" }, "stopId": "ESA-E", "stopSequence": 56 }, { "arrival": { "time": "1771616716" }, "departure": { "time": "1771616716" }, "stopId": "DELATA-E", "stopSequence": 57 }, { "arrival": { "time": "1771616797" }, "departure": { "time": "1771616797" }, "stopId": "ALLARD-E", "stopSequence": 58 }, { "arrival": { "time": "1771616847" }, "departure": { "time": "1771616847" }, "stopId": "TASSIG-E", "stopSequence": 59 }, { "arrival": { "time": "1771616940" }, "departure": { "time": "1771616940" }, "stopId": "TROIPA-E", "stopSequence": 60 }, { "arrival": { "time": "1771616977" }, "departure": { "time": "1771616977" }, "stopId": "SABLON-E", "stopSequence": 61 }, { "arrival": { "time": "1771617030" }, "departure": { "time": "1771617030" }, "stopId": "RUELLE-E", "stopSequence": 62 }, { "arrival": { "time": "1771617113" }, "departure": { "time": "1771617113" }, "stopId": "GENDRO-E", "stopSequence": 63 }, { "arrival": { "time": "1771617207" }, "departure": { "time": "1771617207" }, "stopId": "PATUR-E", "stopSequence": 64 }, { "arrival": { "time": "1771617277" }, "departure": { "time": "1771617277" }, "stopId": "AUTHIO-E", "stopSequence": 65 }, { "arrival": { "time": "1771617336" }, "departure": { "time": "1771617336" }, "stopId": "BELPOU-E", "stopSequence": 66 }, { "arrival": { "time": "1771617260" }, "departure": { "time": "1771617260" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTSC-E", "stopSequence": 68 }, { "arrival": { "time": "1771617382" }, "departure": { "time": "1771617382" }, "scheduleRelationship": "SKIPPED", "stopId": "LOIRE-E", "stopSequence": 69 }, { "arrival": { "time": "1771617417" }, "departure": { "time": "1771617417" }, "scheduleRelationship": "SKIPPED", "stopId": "DUBE-E", "stopSequence": 70 }, { "arrival": { "time": "1771617463" }, "departure": { "time": "1771617463" }, "scheduleRelationship": "SKIPPED", "stopId": "LOUET-E", "stopSequence": 71 }, { "arrival": { "time": "1771617504" }, "departure": { "time": "1771617504" }, "scheduleRelationship": "SKIPPED", "stopId": "BOSQUE-E", "stopSequence": 72 }, { "arrival": { "time": "1771617554" }, "departure": { "time": "1771617554" }, "scheduleRelationship": "SKIPPED", "stopId": "CHAERI-E", "stopSequence": 73 }, { "arrival": { "time": "1771617600" }, "departure": { "time": "1771617600" }, "scheduleRelationship": "SKIPPED", "stopId": "FONTE-E", "stopSequence": 74 }, { "arrival": { "time": "1771617654" }, "departure": { "time": "1771617654" }, "scheduleRelationship": "SKIPPED", "stopId": "ERIGNE", "stopSequence": 75 }, { "arrival": { "time": "1771617660" }, "stopId": "SOLAND", "stopSequence": 76 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258330" } } }, { "id": "trip:6544891", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618620" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1771618740" }, "departure": { "time": "1771618740" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1771618831" }, "departure": { "time": "1771618831" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1771618984" }, "departure": { "time": "1771618984" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1771619060" }, "departure": { "time": "1771619060" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1771619218" }, "departure": { "time": "1771619218" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1771619297" }, "departure": { "time": "1771619297" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1771619370" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544891" } } }, { "id": "trip:6544764", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771619270" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1771619380" }, "departure": { "time": "1771619380" }, "stopId": "2JVIL", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544764" } } }, { "id": "trip:6257774", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615769" }, "departure": { "time": "1771615769" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1771615799" }, "departure": { "time": "1771615799" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1771615820" }, "departure": { "time": "1771615820" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1771615869" }, "departure": { "time": "1771615869" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1771615910" }, "departure": { "time": "1771615910" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1771615938" }, "departure": { "time": "1771615938" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1771616022" }, "departure": { "time": "1771616022" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1771616060" }, "departure": { "time": "1771616060" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1771616185" }, "departure": { "time": "1771616185" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1771616345" }, "departure": { "time": "1771616345" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1771616387" }, "departure": { "time": "1771616387" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1771616447" }, "departure": { "time": "1771616447" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1771616571" }, "departure": { "time": "1771616571" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1771616673" }, "departure": { "time": "1771616673" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1771616712" }, "departure": { "time": "1771616712" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1771616809" }, "departure": { "time": "1771616809" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1771617109" }, "departure": { "time": "1771617109" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1771617169" }, "departure": { "time": "1771617169" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1771617203" }, "departure": { "time": "1771617203" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1771617240" }, "departure": { "time": "1771617240" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1771617298" }, "departure": { "time": "1771617298" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1771617334" }, "departure": { "time": "1771617334" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1771617369" }, "departure": { "time": "1771617369" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1771617413" }, "departure": { "time": "1771617413" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1771617469" }, "departure": { "time": "1771617469" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1771617498" }, "departure": { "time": "1771617498" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1771617564" }, "departure": { "time": "1771617564" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1771617597" }, "departure": { "time": "1771617597" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1771617649" }, "departure": { "time": "1771617649" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1771617769" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257774" } } }, { "id": "trip:6258125", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771615776" }, "departure": { "time": "1771615776" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258125" } } }, { "id": "trip:6544399", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771615980" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771616017" }, "departure": { "time": "1771616017" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771616192" }, "departure": { "time": "1771616192" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771616220" }, "departure": { "time": "1771616220" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771616340" }, "departure": { "time": "1771616340" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771616423" }, "departure": { "time": "1771616423" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771616520" }, "departure": { "time": "1771616520" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771616640" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544399" } } }, { "id": "trip:6257963", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615792" }, "departure": { "time": "1771615792" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771615833" }, "departure": { "time": "1771615833" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771615882" }, "departure": { "time": "1771615882" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771615932" }, "departure": { "time": "1771615932" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771616022" }, "departure": { "time": "1771616022" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771616062" }, "departure": { "time": "1771616100" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771616187" }, "departure": { "time": "1771616187" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771616229" }, "departure": { "time": "1771616229" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771616340" }, "departure": { "time": "1771616340" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771616442" }, "departure": { "time": "1771616442" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771616509" }, "departure": { "time": "1771616509" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771616551" }, "departure": { "time": "1771616551" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771616672" }, "departure": { "time": "1771616672" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771616712" }, "departure": { "time": "1771616712" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771617047" }, "departure": { "time": "1771617047" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771617100" }, "departure": { "time": "1771617100" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771617159" }, "departure": { "time": "1771617159" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771617287" }, "departure": { "time": "1771617287" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771616799" }, "departure": { "time": "1771616799" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771616857" }, "departure": { "time": "1771616857" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771616942" }, "departure": { "time": "1771616942" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771617005" }, "departure": { "time": "1771617005" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771617046" }, "departure": { "time": "1771617046" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771617095" }, "departure": { "time": "1771617095" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771617142" }, "departure": { "time": "1771617142" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771617185" }, "departure": { "time": "1771617185" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771617238" }, "departure": { "time": "1771617238" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771617280" }, "departure": { "time": "1771617280" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771617365" }, "departure": { "time": "1771617365" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771617401" }, "departure": { "time": "1771617401" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771617425" }, "departure": { "time": "1771617425" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771617453" }, "departure": { "time": "1771617453" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771617490" }, "departure": { "time": "1771617490" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771617521" }, "departure": { "time": "1771617521" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771617605" }, "departure": { "time": "1771617605" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771617632" }, "departure": { "time": "1771617632" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771617664" }, "departure": { "time": "1771617664" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771617705" }, "departure": { "time": "1771617705" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771617751" }, "departure": { "time": "1771617751" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771617808" }, "departure": { "time": "1771617808" }, "stopId": "LASOUR-E", "stopSequence": 60 }, { "arrival": { "time": "1771617861" }, "departure": { "time": "1771617861" }, "stopId": "ROUAIR-E", "stopSequence": 61 }, { "arrival": { "time": "1771617922" }, "departure": { "time": "1771617922" }, "stopId": "VAURAG-E", "stopSequence": 62 }, { "arrival": { "time": "1771617965" }, "departure": { "time": "1771617965" }, "stopId": "PRIEUR-E", "stopSequence": 63 }, { "arrival": { "time": "1771618001" }, "departure": { "time": "1771618001" }, "stopId": "GRANPI-E", "stopSequence": 64 }, { "arrival": { "time": "1771618034" }, "departure": { "time": "1771618034" }, "stopId": "PINSON-E", "stopSequence": 65 }, { "arrival": { "time": "1771618063" }, "departure": { "time": "1771618063" }, "stopId": "FAUVET-E", "stopSequence": 66 }, { "arrival": { "time": "1771618120" }, "stopId": "BEAUCOUZ", "stopSequence": 67 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257963" } } }, { "id": "trip:6258092", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615801" }, "departure": { "time": "1771615801" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1771615846" }, "departure": { "time": "1771615846" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1771615885" }, "departure": { "time": "1771615885" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1771615926" }, "departure": { "time": "1771615926" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1771615971" }, "departure": { "time": "1771615971" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1771616010" }, "departure": { "time": "1771616010" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1771616065" }, "departure": { "time": "1771616065" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1771616123" }, "departure": { "time": "1771616123" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1771616187" }, "departure": { "time": "1771616187" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1771616219" }, "departure": { "time": "1771616219" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1771616244" }, "departure": { "time": "1771616244" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1771616296" }, "departure": { "time": "1771616296" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1771616344" }, "departure": { "time": "1771616344" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1771616376" }, "departure": { "time": "1771616376" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1771616425" }, "departure": { "time": "1771616425" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1771616483" }, "departure": { "time": "1771616483" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1771616559" }, "departure": { "time": "1771616559" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1771616629" }, "departure": { "time": "1771616629" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1771616682" }, "departure": { "time": "1771616682" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1771616747" }, "departure": { "time": "1771616747" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1771616774" }, "departure": { "time": "1771616774" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1771616822" }, "departure": { "time": "1771616822" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1771616853" }, "departure": { "time": "1771616853" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1771616896" }, "departure": { "time": "1771616896" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1771616965" }, "departure": { "time": "1771616965" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1771616995" }, "departure": { "time": "1771616995" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1771617136" }, "departure": { "time": "1771617136" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1771617168" }, "departure": { "time": "1771617168" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1771617211" }, "departure": { "time": "1771617211" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771617252" }, "departure": { "time": "1771617252" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1771617302" }, "departure": { "time": "1771617302" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1771617332" }, "departure": { "time": "1771617332" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1771617376" }, "departure": { "time": "1771617376" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1771617409" }, "departure": { "time": "1771617409" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1771617444" }, "departure": { "time": "1771617444" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1771617523" }, "departure": { "time": "1771617523" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1771617580" }, "departure": { "time": "1771617580" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1771617614" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258092" } } }, { "id": "trip:6544797", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615777" }, "departure": { "time": "1771615807" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771615872" }, "departure": { "time": "1771615872" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771616032" }, "departure": { "time": "1771616032" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771616142" }, "departure": { "time": "1771616142" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771616242" }, "departure": { "time": "1771616242" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771616312" }, "departure": { "time": "1771616312" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771616382" }, "departure": { "time": "1771616382" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771616492" }, "departure": { "time": "1771616492" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771616582" }, "departure": { "time": "1771616582" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771616682" }, "departure": { "time": "1771616682" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771616782" }, "departure": { "time": "1771616782" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771616902" }, "departure": { "time": "1771616902" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771617022" }, "departure": { "time": "1771617022" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771617142" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544797" } } }, { "id": "trip:6052763", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615789" }, "departure": { "time": "1771615826" }, "stopId": "BRISSA-E", "stopSequence": 4 }, { "arrival": { "time": "1771615870" }, "departure": { "time": "1771615870" }, "stopId": "FONTEN-E", "stopSequence": 5 }, { "arrival": { "time": "1771615940" }, "departure": { "time": "1771615940" }, "stopId": "BARBOT-E", "stopSequence": 6 }, { "arrival": { "time": "1771616008" }, "departure": { "time": "1771616008" }, "stopId": "GDPRES-E", "stopSequence": 7 }, { "arrival": { "time": "1771616033" }, "departure": { "time": "1771616033" }, "stopId": "SOLAND-E", "stopSequence": 8 }, { "arrival": { "time": "1771616062" }, "departure": { "time": "1771616062" }, "stopId": "ERIGNE-E", "stopSequence": 9 }, { "arrival": { "time": "1771616136" }, "departure": { "time": "1771616136" }, "stopId": "LEVESQ-E", "stopSequence": 10 }, { "arrival": { "time": "1771616160" }, "departure": { "time": "1771616160" }, "stopId": "MURSHV-E", "stopSequence": 11 }, { "arrival": { "time": "1771616218" }, "departure": { "time": "1771616218" }, "stopId": "CARMET-E", "stopSequence": 12 }, { "arrival": { "time": "1771616284" }, "departure": { "time": "1771616284" }, "stopId": "LECOTE-E", "stopSequence": 13 }, { "arrival": { "time": "1771616326" }, "departure": { "time": "1771616326" }, "stopId": "LABUIS-E", "stopSequence": 14 }, { "arrival": { "time": "1771616368" }, "stopId": "HTDEMURS", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052763" } } }, { "id": "trip:6544880", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616310" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1771616392" }, "departure": { "time": "1771616392" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1771616478" }, "departure": { "time": "1771616478" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1771616650" }, "departure": { "time": "1771616650" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1771616727" }, "departure": { "time": "1771616727" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1771616879" }, "departure": { "time": "1771616879" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1771616970" }, "departure": { "time": "1771616970" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1771617120" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544880" } } }, { "id": "trip:6544519", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616640" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1771616760" }, "departure": { "time": "1771616760" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1771616882" }, "departure": { "time": "1771616882" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1771616940" }, "departure": { "time": "1771616940" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1771616992" }, "departure": { "time": "1771616992" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1771617053" }, "departure": { "time": "1771617053" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1771617099" }, "departure": { "time": "1771617099" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1771617240" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544519" } } }, { "id": "trip:6258086", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771617284" }, "departure": { "time": "1771617284" }, "scheduleRelationship": "SKIPPED", "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1771617335" }, "departure": { "time": "1771617335" }, "scheduleRelationship": "SKIPPED", "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1771617410" }, "departure": { "time": "1771617410" }, "scheduleRelationship": "SKIPPED", "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1771617444" }, "departure": { "time": "1771617444" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1771617480" }, "departure": { "time": "1771617480" }, "scheduleRelationship": "SKIPPED", "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1771617525" }, "departure": { "time": "1771617525" }, "scheduleRelationship": "SKIPPED", "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1771617558" }, "departure": { "time": "1771617558" }, "scheduleRelationship": "SKIPPED", "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1771617601" }, "departure": { "time": "1771617601" }, "scheduleRelationship": "SKIPPED", "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1771617651" }, "departure": { "time": "1771617651" }, "scheduleRelationship": "SKIPPED", "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1771617689" }, "departure": { "time": "1771617689" }, "scheduleRelationship": "SKIPPED", "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1771617720" }, "departure": { "time": "1771617720" }, "scheduleRelationship": "SKIPPED", "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1771617882" }, "departure": { "time": "1771617882" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1771617919" }, "departure": { "time": "1771617919" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1771617960" }, "departure": { "time": "1771617960" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1771617986" }, "departure": { "time": "1771617986" }, "scheduleRelationship": "SKIPPED", "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1771618015" }, "departure": { "time": "1771618015" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1771618071" }, "departure": { "time": "1771618071" }, "scheduleRelationship": "SKIPPED", "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1771618102" }, "departure": { "time": "1771618102" }, "scheduleRelationship": "SKIPPED", "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1771618162" }, "departure": { "time": "1771618162" }, "scheduleRelationship": "SKIPPED", "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1771618218" }, "departure": { "time": "1771618218" }, "scheduleRelationship": "SKIPPED", "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1771618290" }, "departure": { "time": "1771618290" }, "scheduleRelationship": "SKIPPED", "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1771618380" }, "departure": { "time": "1771618380" }, "scheduleRelationship": "SKIPPED", "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1771618438" }, "departure": { "time": "1771618438" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1771618485" }, "departure": { "time": "1771618485" }, "scheduleRelationship": "SKIPPED", "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1771618524" }, "departure": { "time": "1771618524" }, "scheduleRelationship": "SKIPPED", "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1771618564" }, "departure": { "time": "1771618564" }, "scheduleRelationship": "SKIPPED", "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1771618591" }, "departure": { "time": "1771618591" }, "scheduleRelationship": "SKIPPED", "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1771618643" }, "departure": { "time": "1771618643" }, "scheduleRelationship": "SKIPPED", "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1771618669" }, "departure": { "time": "1771618669" }, "scheduleRelationship": "SKIPPED", "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1771618740" }, "departure": { "time": "1771618740" }, "scheduleRelationship": "SKIPPED", "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1771618777" }, "departure": { "time": "1771618777" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1771618815" }, "departure": { "time": "1771618815" }, "scheduleRelationship": "SKIPPED", "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1771618855" }, "departure": { "time": "1771618855" }, "scheduleRelationship": "SKIPPED", "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1771618880" }, "departure": { "time": "1771618880" }, "scheduleRelationship": "SKIPPED", "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1771618920" }, "departure": { "time": "1771618920" }, "scheduleRelationship": "SKIPPED", "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1771618960" }, "departure": { "time": "1771618960" }, "scheduleRelationship": "SKIPPED", "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1771619011" }, "departure": { "time": "1771619011" }, "scheduleRelationship": "SKIPPED", "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1771619048" }, "departure": { "time": "1771619048" }, "scheduleRelationship": "SKIPPED", "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1771619100" }, "departure": { "time": "1771619100" }, "scheduleRelationship": "SKIPPED", "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1771619154" }, "departure": { "time": "1771619154" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1771619239" }, "departure": { "time": "1771619239" }, "scheduleRelationship": "SKIPPED", "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1771619298" }, "departure": { "time": "1771619298" }, "scheduleRelationship": "SKIPPED", "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1771619354" }, "departure": { "time": "1771619354" }, "scheduleRelationship": "SKIPPED", "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1771619400" }, "departure": { "time": "1771619400" }, "scheduleRelationship": "SKIPPED", "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1771619478" }, "departure": { "time": "1771619478" }, "scheduleRelationship": "SKIPPED", "stopId": "JEJAUR-E", "stopSequence": 45 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258086" } } }, { "id": "trip:6544404", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618920" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771618957" }, "departure": { "time": "1771618957" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771619132" }, "departure": { "time": "1771619132" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771619160" }, "departure": { "time": "1771619160" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771619280" }, "departure": { "time": "1771619280" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771619363" }, "departure": { "time": "1771619363" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771619460" }, "departure": { "time": "1771619460" }, "stopId": "LORRAIN1", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544404" } } }, { "id": "trip:6545058", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618140" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1771618312" }, "departure": { "time": "1771618312" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1771618420" }, "departure": { "time": "1771618420" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1771618512" }, "departure": { "time": "1771618512" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1771618590" }, "departure": { "time": "1771618590" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1771618682" }, "departure": { "time": "1771618682" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1771618770" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545058" } } }, { "id": "trip:6258741", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771619280" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1771619402" }, "departure": { "time": "1771619402" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1771619460" }, "departure": { "time": "1771619460" }, "stopId": "HARAS-E", "stopSequence": 2 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258741" } } }, { "id": "trip:6257923", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771615779" }, "departure": { "time": "1771615779" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1771615793" }, "departure": { "time": "1771615809" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1771615853" }, "departure": { "time": "1771615869" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1771615942" }, "departure": { "time": "1771615942" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1771615980" }, "departure": { "time": "1771615980" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1771616023" }, "departure": { "time": "1771616023" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1771616052" }, "departure": { "time": "1771616052" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1771616081" }, "departure": { "time": "1771616081" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1771616108" }, "departure": { "time": "1771616108" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1771616186" }, "departure": { "time": "1771616186" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1771616217" }, "departure": { "time": "1771616217" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1771616255" }, "departure": { "time": "1771616255" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1771616280" }, "departure": { "time": "1771616280" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1771616309" }, "departure": { "time": "1771616309" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1771616340" }, "departure": { "time": "1771616340" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1771616426" }, "departure": { "time": "1771616426" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1771616464" }, "departure": { "time": "1771616464" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1771616520" }, "departure": { "time": "1771616520" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1771616570" }, "departure": { "time": "1771616570" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1771616631" }, "departure": { "time": "1771616631" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1771616697" }, "departure": { "time": "1771616697" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1771616760" }, "departure": { "time": "1771616760" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1771616810" }, "departure": { "time": "1771616810" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1771616882" }, "departure": { "time": "1771616882" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1771616946" }, "departure": { "time": "1771616946" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1771616995" }, "departure": { "time": "1771616995" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1771617033" }, "departure": { "time": "1771617033" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1771617000" }, "departure": { "time": "1771617000" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1771617076" }, "departure": { "time": "1771617076" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1771617129" }, "departure": { "time": "1771617129" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1771617180" }, "departure": { "time": "1771617180" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1771617345" }, "departure": { "time": "1771617345" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1771618614" }, "departure": { "time": "1771618614" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1771618632" }, "departure": { "time": "1771618632" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1771618751" }, "departure": { "time": "1771618751" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1771618783" }, "departure": { "time": "1771618783" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1771618874" }, "departure": { "time": "1771618874" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1771618948" }, "departure": { "time": "1771618948" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1771618986" }, "departure": { "time": "1771618986" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1771619039" }, "departure": { "time": "1771619039" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1771619126" }, "departure": { "time": "1771619126" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1771619166" }, "departure": { "time": "1771619166" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1771619229" }, "departure": { "time": "1771619229" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1771619249" }, "departure": { "time": "1771619249" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1771619274" }, "departure": { "time": "1771619274" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1771619330" }, "departure": { "time": "1771619330" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1771619368" }, "departure": { "time": "1771619368" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1771619407" }, "departure": { "time": "1771619407" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1771620306" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257923" } } }, { "id": "trip:6257967", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616400" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1771616469" }, "departure": { "time": "1771616469" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1771616504" }, "departure": { "time": "1771616504" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1771616534" }, "departure": { "time": "1771616534" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1771616556" }, "departure": { "time": "1771616556" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1771616640" }, "departure": { "time": "1771616640" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1771616685" }, "departure": { "time": "1771616685" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1771616746" }, "departure": { "time": "1771616746" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1771616789" }, "departure": { "time": "1771616789" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1771616836" }, "departure": { "time": "1771616836" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1771616880" }, "departure": { "time": "1771616880" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1771616926" }, "departure": { "time": "1771616926" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1771616971" }, "departure": { "time": "1771616971" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1771617026" }, "departure": { "time": "1771617026" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1771617088" }, "departure": { "time": "1771617088" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1771617137" }, "departure": { "time": "1771617137" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1771617180" }, "departure": { "time": "1771617180" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1771617234" }, "departure": { "time": "1771617234" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1771617297" }, "departure": { "time": "1771617297" }, "stopId": "ARCEAU", "stopSequence": 18 }, { "arrival": { "time": "1771617341" }, "departure": { "time": "1771617341" }, "stopId": "AFPA", "stopSequence": 19 }, { "arrival": { "time": "1771617394" }, "departure": { "time": "1771617394" }, "stopId": "CIMETIER", "stopSequence": 20 }, { "arrival": { "time": "1771617466" }, "departure": { "time": "1771617466" }, "stopId": "MONTAIG", "stopSequence": 21 }, { "arrival": { "time": "1771617497" }, "departure": { "time": "1771617497" }, "stopId": "GARDOT", "stopSequence": 22 }, { "arrival": { "time": "1771617540" }, "departure": { "time": "1771617540" }, "stopId": "STEXUPER", "stopSequence": 23 }, { "arrival": { "time": "1771617590" }, "departure": { "time": "1771617590" }, "stopId": "SECUSOCI", "stopSequence": 24 }, { "arrival": { "time": "1771617680" }, "departure": { "time": "1771617680" }, "stopId": "MAIL-NAE", "stopSequence": 25 }, { "arrival": { "time": "1771617720" }, "departure": { "time": "1771617780" }, "stopId": "FO-LOR-R", "stopSequence": 26 }, { "arrival": { "time": "1771617867" }, "departure": { "time": "1771617867" }, "stopId": "STAUBI-E", "stopSequence": 27 }, { "arrival": { "time": "1771617909" }, "departure": { "time": "1771617909" }, "stopId": "HARAS-E", "stopSequence": 28 }, { "arrival": { "time": "1771618020" }, "departure": { "time": "1771618020" }, "stopId": "LESGAR-E", "stopSequence": 29 }, { "arrival": { "time": "1771618122" }, "departure": { "time": "1771618122" }, "stopId": "BREMON-E", "stopSequence": 30 }, { "arrival": { "time": "1771618189" }, "departure": { "time": "1771618189" }, "stopId": "ACAD-PLA", "stopSequence": 31 }, { "arrival": { "time": "1771618231" }, "departure": { "time": "1771618231" }, "stopId": "CHDARR-E", "stopSequence": 32 }, { "arrival": { "time": "1771618352" }, "departure": { "time": "1771618352" }, "stopId": "LEQUAI-E", "stopSequence": 33 }, { "arrival": { "time": "1771618392" }, "departure": { "time": "1771618392" }, "stopId": "DUMESN-E", "stopSequence": 34 }, { "arrival": { "time": "1771618380" }, "departure": { "time": "1771618380" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 35 }, { "arrival": { "time": "1771618433" }, "departure": { "time": "1771618433" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 36 }, { "arrival": { "time": "1771618492" }, "departure": { "time": "1771618492" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 37 }, { "arrival": { "time": "1771618620" }, "departure": { "time": "1771618620" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 38 }, { "arrival": { "time": "1771618479" }, "departure": { "time": "1771618479" }, "stopId": "SAJACQ-E", "stopSequence": 39 }, { "arrival": { "time": "1771618537" }, "departure": { "time": "1771618537" }, "stopId": "FARCSJ-E", "stopSequence": 40 }, { "arrival": { "time": "1771618628" }, "departure": { "time": "1771618628" }, "stopId": "MVIGNE-E", "stopSequence": 41 }, { "arrival": { "time": "1771618695" }, "departure": { "time": "1771618695" }, "stopId": "CHBBEI-E", "stopSequence": 42 }, { "arrival": { "time": "1771618736" }, "departure": { "time": "1771618736" }, "stopId": "BOISRA-E", "stopSequence": 43 }, { "arrival": { "time": "1771618785" }, "departure": { "time": "1771618785" }, "stopId": "NDAMLA-E", "stopSequence": 44 }, { "arrival": { "time": "1771618832" }, "departure": { "time": "1771618832" }, "stopId": "POLYTE-E", "stopSequence": 45 }, { "arrival": { "time": "1771618875" }, "departure": { "time": "1771618875" }, "stopId": "CITEUN-E", "stopSequence": 46 }, { "arrival": { "time": "1771618928" }, "departure": { "time": "1771618928" }, "stopId": "RESTUN-E", "stopSequence": 47 }, { "arrival": { "time": "1771618970" }, "departure": { "time": "1771618970" }, "stopId": "I.U.T.-E", "stopSequence": 48 }, { "arrival": { "time": "1771619055" }, "departure": { "time": "1771619055" }, "stopId": "BBCAMT-E", "stopSequence": 49 }, { "arrival": { "time": "1771619091" }, "departure": { "time": "1771619091" }, "stopId": "LENOT-E", "stopSequence": 50 }, { "arrival": { "time": "1771619115" }, "departure": { "time": "1771619115" }, "stopId": "MOREL-E", "stopSequence": 51 }, { "arrival": { "time": "1771619143" }, "departure": { "time": "1771619143" }, "stopId": "INRA-E", "stopSequence": 52 }, { "arrival": { "time": "1771619180" }, "departure": { "time": "1771619180" }, "stopId": "GDPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1771619211" }, "departure": { "time": "1771619211" }, "stopId": "LANDRE-E", "stopSequence": 54 }, { "arrival": { "time": "1771619295" }, "departure": { "time": "1771619295" }, "stopId": "BRGPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1771619317" }, "departure": { "time": "1771619317" }, "stopId": "RODIN-E", "stopSequence": 56 }, { "arrival": { "time": "1771619343" }, "departure": { "time": "1771619343" }, "stopId": "GRANBE-E", "stopSequence": 57 }, { "arrival": { "time": "1771619377" }, "departure": { "time": "1771619377" }, "stopId": "PROME-E", "stopSequence": 58 }, { "arrival": { "time": "1771619415" }, "departure": { "time": "1771619415" }, "stopId": "CERFEU-E", "stopSequence": 59 }, { "arrival": { "time": "1771619472" }, "departure": { "time": "1771619472" }, "stopId": "LASOUR-E", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257967" } } }, { "id": "trip:6544799", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771616310" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1771616390" }, "departure": { "time": "1771616390" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1771616460" }, "departure": { "time": "1771616460" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1771616540" }, "departure": { "time": "1771616540" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1771616620" }, "departure": { "time": "1771616620" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1771616700" }, "departure": { "time": "1771616700" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1771616800" }, "departure": { "time": "1771616800" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1771616950" }, "departure": { "time": "1771616950" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1771617040" }, "departure": { "time": "1771617040" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1771617150" }, "departure": { "time": "1771617150" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1771617230" }, "departure": { "time": "1771617230" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1771617350" }, "departure": { "time": "1771617350" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1771617440" }, "departure": { "time": "1771617440" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1771617560" }, "departure": { "time": "1771617560" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1771617670" }, "departure": { "time": "1771617670" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1771617770" }, "departure": { "time": "1771617770" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1771617840" }, "departure": { "time": "1771617840" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1771617910" }, "departure": { "time": "1771617910" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1771618020" }, "departure": { "time": "1771618020" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1771618110" }, "departure": { "time": "1771618110" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1771618210" }, "departure": { "time": "1771618210" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1771618310" }, "departure": { "time": "1771618310" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1771618430" }, "departure": { "time": "1771618430" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1771618550" }, "departure": { "time": "1771618550" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1771618670" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544799" } } }, { "id": "trip:6544403", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1771618200" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1771618237" }, "departure": { "time": "1771618237" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1771618412" }, "departure": { "time": "1771618412" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1771618440" }, "departure": { "time": "1771618440" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1771618560" }, "departure": { "time": "1771618560" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1771618643" }, "departure": { "time": "1771618643" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1771618740" }, "departure": { "time": "1771618740" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1771618860" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544403" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1771615881" } }