Détails de la ressource
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
En savoir plus
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
❌1 755 erreurs, 1 295 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 16/01/2026 à 08h12 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
Not in POSIX time E001 18 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 10602 stop_sequence 9 departure_time 0 is not POSIX time
- trip_id 30202 stop_sequence 20 departure_time 0 is not POSIX time
- trip_id 4005 stop_sequence 2 departure_time 0 is not POSIX time
- trip_id 4034 stop_sequence 2 departure_time 0 is not POSIX time
- trip_id 3210 stop_sequence 19 departure_time 0 is not POSIX time
stop_times_updates not strictly sorted E002 2 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 6237321 stop_sequence [17, 17, 17] is not strictly sorted by increasing stop_sequence
- trip_id 6237340 stop_sequence [0, 0] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 242 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 6239150 stop_sequence 13 arrival_time 08:17:50 (1768547870) is less than previous stop arrival_time 08:24:42 (1768548282) - times must increase between two sequential stops
- trip_id 6239150 stop_sequence 13 arrival_time 08:17:50 (1768547870) is less than previous stop departure_time 08:24:42 (1768548282) - times must increase between two sequential stops
- trip_id 6239150 stop_sequence 13 departure_time 08:17:50 (1768547870) is less than previous stop departure_time 08:24:42 (1768548282) - times must increase between two sequential stops
- trip_id 6239150 stop_sequence 13 departure_time 08:17:50 (1768547870) is less than previous stop arrival_time 08:24:42 (1768548282) - times must increase between two sequential stops
- trip_id 6239150 stop_sequence 40 arrival_time 08:57:48 (1768550268) is less than previous stop arrival_time 09:00:07 (1768550407) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 18 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 10602 stop_sequence 9 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:11:20 (1768547480) - departure time must be equal to or greater than arrival time
- trip_id 30202 stop_sequence 20 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:11:38 (1768547498) - departure time must be equal to or greater than arrival time
- trip_id 4005 stop_sequence 2 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:11:49 (1768547509) - departure time must be equal to or greater than arrival time
- trip_id 4034 stop_sequence 2 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:11:38 (1768547498) - departure time must be equal to or greater than arrival time
- trip_id 3210 stop_sequence 19 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:10:47 (1768547447) - departure time must be equal to or greater than arrival time
Sequential stop_time_updates have the same stop_sequence E036 3 erreurs
Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence
Exemples d'erreurs
- trip_id 6237321 has repeating stop_sequence 17 - stop_sequence must increase for each stop_time_update
- trip_id 6237321 has repeating stop_sequence 17 - stop_sequence must increase for each stop_time_update
- trip_id 6237340 has repeating stop_sequence 0 - stop_sequence must increase for each stop_time_update
Sequential stop_time_updates have the same stop_id E037 1 erreur
Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id
Exemples d'erreurs
- trip_id 6238838 has repeating stop_id LANGEVI at stop_sequence 57 - sequential stop_ids should be different
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 1 443 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 2401 stop_sequence 6 has stop_id BRAI8M-E but GTFS stop_sequence 6 has stop_id BRAICO-E - stop_ids should be the same
- GTFS-rt trip_id 2401 stop_sequence 7 has stop_id AZEMA-E but GTFS stop_sequence 7 has stop_id ANDAMA-E - stop_ids should be the same
- GTFS-rt trip_id 2401 stop_sequence 8 has stop_id BRAICO-E but GTFS stop_sequence 8 has stop_id RESTLA-E - stop_ids should be the same
- GTFS-rt trip_id 2401 stop_sequence 9 has stop_id ANDAMA-E but GTFS stop_sequence 9 has stop_id ANDALA-E - stop_ids should be the same
- GTFS-rt trip_id 2401 stop_sequence 10 has stop_id RESTLA-E but GTFS stop_sequence 10 has stop_id JDELAV-E - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 28 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 6239150 contains stop_sequence 49 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6239149 contains stop_sequence 49 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 14602 contains stop_sequence 9 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 35604 contains stop_sequence 2 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 12102 contains stop_sequence 6 that does not exist in GTFS stop_times.txt for this trip
Avertissements
timestamp not populated W001 324 erreurs
Timestamps should be populated for all elements
Exemples d'erreurs
- trip_id 6239749 does not have a timestamp
- trip_id 6237315 does not have a timestamp
- trip_id 6239698 does not have a timestamp
- trip_id 2401 does not have a timestamp
- trip_id 6240211 does not have a timestamp
vehicle_id not populated W002 324 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 6239749 does not have a vehicle_id
- trip_id 6237315 does not have a vehicle_id
- trip_id 6239698 does not have a vehicle_id
- trip_id 2401 does not have a vehicle_id
- trip_id 6240211 does not have a vehicle_id
schedule_relationship not populated W009 647 erreurs
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Exemples d'erreurs
- trip_id 6239749 stop_sequence 31 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6239749 does not have a schedule_relationship
- trip_id 6237315 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6237315 does not have a schedule_relationship
- trip_id 6239698 stop_sequence 38 (and potentially more for this trip) does not have a schedule_relationship
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. | 2 763 | 28 fois (93 % 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 | 23 429 | 28 fois (93 % des validations) |
| W001 | Timestamps should be populated for all elements | 6 255 | 28 fois (93 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 6 255 | 28 fois (93 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 12 475 | 28 fois (93 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 306 | 26 fois (87 % 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. | 195 | 21 fois (70 % des validations) |
| E001 | All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) | 173 | 20 fois (67 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 27 | 11 fois (37 % des validations) |
| E036 | Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence | 32 | 11 fois (37 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 8 | 7 fois (23 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 16/01/2026 à 17h04 Europe/Paris.
trip_updates (429) vehicle_positions (0) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updatesFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 16/01/2026 à 17h04 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "trip:6052306",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579405"
},
"departure": {
"time": "1768579405"
},
"stopId": "STSYCHVE",
"stopSequence": 20
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6052306"
}
}
},
{
"id": "trip:6237441",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579475"
},
"departure": {
"time": "1768579475"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237441"
}
}
},
{
"id": "trip:6239059",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579630"
},
"departure": {
"time": "1768579630"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579731"
},
"departure": {
"time": "1768579731"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579818"
},
"departure": {
"time": "1768579818"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579881"
},
"departure": {
"time": "1768579881"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580126"
},
"departure": {
"time": "1768580126"
},
"stopId": "GERICA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580157"
},
"departure": {
"time": "1768580157"
},
"stopId": "STLEON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580278"
},
"departure": {
"time": "1768580278"
},
"stopId": "CORMI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "VILSAN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580500"
},
"departure": {
"time": "1768580500"
},
"stopId": "GASPAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580614"
},
"departure": {
"time": "1768580614"
},
"stopId": "MARAIS",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580679"
},
"departure": {
"time": "1768580679"
},
"stopId": "BELLVUTR",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580771"
},
"departure": {
"time": "1768580771"
},
"stopId": "DAGUER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580839"
},
"departure": {
"time": "1768580839"
},
"stopId": "ALLUME-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580899"
},
"departure": {
"time": "1768580899"
},
"stopId": "RIOTTE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580984"
},
"departure": {
"time": "1768580984"
},
"stopId": "LAVOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "JEBOUT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581200"
},
"departure": {
"time": "1768581200"
},
"stopId": "GUILLEB.",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581239"
},
"departure": {
"time": "1768581239"
},
"stopId": "RONCIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581283"
},
"departure": {
"time": "1768581283"
},
"stopId": "JEROST-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581322"
},
"departure": {
"time": "1768581322"
},
"stopId": "MACURI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"stopId": "GGSAND-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581429"
},
"departure": {
"time": "1768581429"
},
"stopId": "FRANVI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581463"
},
"departure": {
"time": "1768581463"
},
"stopId": "GALLI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581500"
},
"departure": {
"time": "1768581500"
},
"stopId": "PATUR-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581683"
},
"stopId": "VERNUSSO",
"stopSequence": 56
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6239059"
}
}
},
{
"id": "trip:6238746",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579423"
},
"departure": {
"time": "1768579442"
},
"stopId": "PETVIVIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579554"
},
"departure": {
"time": "1768579554"
},
"stopId": "PRUNIERS",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579593"
},
"departure": {
"time": "1768579593"
},
"stopId": "CROISETT",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579713"
},
"departure": {
"time": "1768579713"
},
"stopId": "CAMLACMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579765"
},
"departure": {
"time": "1768579765"
},
"stopId": "LACDMAIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579866"
},
"departure": {
"time": "1768579866"
},
"stopId": "PERUSSAI",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579939"
},
"departure": {
"time": "1768579939"
},
"stopId": "JEAN-MON",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580097"
},
"departure": {
"time": "1768580097"
},
"stopId": "CNFPT",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580168"
},
"departure": {
"time": "1768580168"
},
"stopId": "BEAUSSIE",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580288"
},
"departure": {
"time": "1768580288"
},
"stopId": "CITEUNIV",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580427"
},
"departure": {
"time": "1768580427"
},
"stopId": "NDAMELAC",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580510"
},
"departure": {
"time": "1768580510"
},
"stopId": "BOISRAME",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580588"
},
"departure": {
"time": "1768580588"
},
"stopId": "CHBBEILL",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580673"
},
"departure": {
"time": "1768580673"
},
"stopId": "MVIGNE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580795"
},
"departure": {
"time": "1768580795"
},
"stopId": "FARCYSJA",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581070"
},
"departure": {
"time": "1768581070"
},
"stopId": "LEQUAI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581151"
},
"departure": {
"time": "1768581151"
},
"stopId": "MONPR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581221"
},
"departure": {
"time": "1768581221"
},
"stopId": "DESCAZ-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581347"
},
"departure": {
"time": "1768581347"
},
"stopId": "STTHER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581441"
},
"departure": {
"time": "1768581441"
},
"stopId": "BARRA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581509"
},
"departure": {
"time": "1768581509"
},
"stopId": "BLERIO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581627"
},
"departure": {
"time": "1768581627"
},
"stopId": "LECUIT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581678"
},
"departure": {
"time": "1768581678"
},
"stopId": "FRATE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581763"
},
"departure": {
"time": "1768581763"
},
"stopId": "CHARNA-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581844"
},
"departure": {
"time": "1768581844"
},
"stopId": "ESEO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581884"
},
"departure": {
"time": "1768581884"
},
"stopId": "WJMOU",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581980"
},
"departure": {
"time": "1768581980"
},
"stopId": "FMEDEC-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582044"
},
"departure": {
"time": "1768582044"
},
"stopId": "HRECUL-E",
"stopSequence": 50
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6238746"
}
}
},
{
"id": "trip:6238372",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579401"
},
"departure": {
"time": "1768579401"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579499"
},
"departure": {
"time": "1768579499"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579589"
},
"departure": {
"time": "1768579589"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579668"
},
"departure": {
"time": "1768579668"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579754"
},
"departure": {
"time": "1768579754"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579802"
},
"departure": {
"time": "1768579802"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579871"
},
"departure": {
"time": "1768579871"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579908"
},
"departure": {
"time": "1768579908"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579984"
},
"departure": {
"time": "1768579984"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580080"
},
"departure": {
"time": "1768580080"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580244"
},
"departure": {
"time": "1768580244"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580317"
},
"departure": {
"time": "1768580317"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580367"
},
"departure": {
"time": "1768580367"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580409"
},
"departure": {
"time": "1768580409"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580500"
},
"departure": {
"time": "1768580500"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580687"
},
"departure": {
"time": "1768580687"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580743"
},
"departure": {
"time": "1768580743"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580800"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238372"
}
}
},
{
"id": "trip:6237522",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579421"
},
"departure": {
"time": "1768579453"
},
"stopId": "2FARC",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579549"
},
"departure": {
"time": "1768579549"
},
"stopId": "2ELYS",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579641"
},
"departure": {
"time": "1768579641"
},
"stopId": "2PATT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579720"
},
"departure": {
"time": "1768579720"
},
"stopId": "2BARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579820"
},
"departure": {
"time": "1768579820"
},
"stopId": "2BEAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579910"
},
"stopId": "1BBCA",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237522"
}
}
},
{
"id": "trip:6238736",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579393"
},
"departure": {
"time": "1768579393"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PERUSS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579490"
},
"departure": {
"time": "1768579490"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LACDMA-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579542"
},
"departure": {
"time": "1768579542"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMLAC-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579664"
},
"departure": {
"time": "1768579664"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CROISE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579700"
},
"departure": {
"time": "1768579700"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PRUNIE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579913"
},
"departure": {
"time": "1768579913"
},
"scheduleRelationship": "SKIPPED",
"stopId": "P-ANJO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579993"
},
"departure": {
"time": "1768579993"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HARENC",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580063"
},
"departure": {
"time": "1768580063"
},
"scheduleRelationship": "SKIPPED",
"stopId": "P-ANJOU",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580128"
},
"departure": {
"time": "1768580128"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLOSVIGN",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580226"
},
"departure": {
"time": "1768580226"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PIVERD-E",
"stopSequence": 39
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238736"
}
}
},
{
"id": "trip:6237523",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579403"
},
"departure": {
"time": "1768579453"
},
"stopId": "2STSE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579565"
},
"departure": {
"time": "1768579565"
},
"stopId": "2MOLIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579685"
},
"departure": {
"time": "1768579685"
},
"stopId": "2DOUT",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579855"
},
"departure": {
"time": "1768579855"
},
"stopId": "2QUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580026"
},
"departure": {
"time": "1768580026"
},
"stopId": "2FARC",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580134"
},
"departure": {
"time": "1768580134"
},
"stopId": "2ELYS",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580226"
},
"departure": {
"time": "1768580226"
},
"stopId": "2PATT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580305"
},
"departure": {
"time": "1768580305"
},
"stopId": "2BARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580405"
},
"departure": {
"time": "1768580405"
},
"stopId": "2BEAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580495"
},
"stopId": "1BBCA",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237523"
}
}
},
{
"id": "trip:6239950",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579422"
},
"departure": {
"time": "1768579453"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579525"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239950"
}
}
},
{
"id": "trip:20503",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579445"
},
"departure": {
"time": "0"
},
"stopId": "BENE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580000"
},
"departure": {
"time": "1768580000"
},
"stopId": "LAURIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580088"
},
"departure": {
"time": "1768580088"
},
"stopId": "REUSSI-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580180"
},
"departure": {
"time": "1768580180"
},
"stopId": "SOUL-E",
"stopSequence": 5
}
],
"trip": {
"directionId": 1,
"routeId": "205",
"tripId": "20503"
}
}
},
{
"id": "trip:6238852",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580040"
},
"stopId": "SAUBIN",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580123"
},
"departure": {
"time": "1768580123"
},
"stopId": "PIGNONIE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580186"
},
"departure": {
"time": "1768580186"
},
"stopId": "CLAVERIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580230"
},
"departure": {
"time": "1768580230"
},
"stopId": "JARDFA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580280"
},
"departure": {
"time": "1768580280"
},
"stopId": "BANCHAIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580346"
},
"departure": {
"time": "1768580346"
},
"stopId": "CHATELAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580399"
},
"departure": {
"time": "1768580399"
},
"stopId": "CRBLANCH",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580441"
},
"departure": {
"time": "1768580441"
},
"stopId": "ORMEAUX",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580497"
},
"departure": {
"time": "1768580497"
},
"stopId": "VANDEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580590"
},
"departure": {
"time": "1768580590"
},
"stopId": "ISORET",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580662"
},
"departure": {
"time": "1768580662"
},
"stopId": "GILLIER",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "DAGUENET",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580774"
},
"departure": {
"time": "1768580774"
},
"stopId": "JERUSALE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580888"
},
"departure": {
"time": "1768580888"
},
"stopId": "MONTAIG",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581100"
},
"departure": {
"time": "1768581100"
},
"stopId": "LANGLADE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581244"
},
"departure": {
"time": "1768581244"
},
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581333"
},
"departure": {
"time": "1768581333"
},
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581420"
},
"departure": {
"time": "1768581420"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581479"
},
"departure": {
"time": "1768581479"
},
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581656"
},
"departure": {
"time": "1768581656"
},
"stopId": "MICHELET",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "ANLEROY",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582140"
},
"departure": {
"time": "1768582200"
},
"stopId": "LICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582372"
},
"departure": {
"time": "1768582372"
},
"stopId": "OFFTOURI",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "SAICROIX",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582559"
},
"departure": {
"time": "1768582559"
},
"stopId": "REPUBL-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "BEAURE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582941"
},
"departure": {
"time": "1768582941"
},
"stopId": "TRINIT-E",
"stopSequence": 31
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6238852"
}
}
},
{
"id": "trip:6238211",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580640"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580770"
},
"departure": {
"time": "1768580770"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580832"
},
"departure": {
"time": "1768580832"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581060"
},
"departure": {
"time": "1768581060"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581171"
},
"departure": {
"time": "1768581171"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581304"
},
"departure": {
"time": "1768581304"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581381"
},
"departure": {
"time": "1768581381"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581539"
},
"departure": {
"time": "1768581539"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581588"
},
"departure": {
"time": "1768581588"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581688"
},
"departure": {
"time": "1768581688"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581791"
},
"departure": {
"time": "1768581791"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581881"
},
"departure": {
"time": "1768581881"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581971"
},
"departure": {
"time": "1768581971"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582050"
},
"departure": {
"time": "1768582050"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582136"
},
"departure": {
"time": "1768582136"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582184"
},
"departure": {
"time": "1768582184"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582253"
},
"departure": {
"time": "1768582253"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582290"
},
"departure": {
"time": "1768582290"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582366"
},
"departure": {
"time": "1768582366"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582581"
},
"departure": {
"time": "1768582581"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582643"
},
"departure": {
"time": "1768582643"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582686"
},
"departure": {
"time": "1768582686"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582722"
},
"departure": {
"time": "1768582722"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582800"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582987"
},
"departure": {
"time": "1768582987"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768583043"
},
"departure": {
"time": "1768583043"
},
"stopId": "MALRAU-E",
"stopSequence": 31
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238211"
}
}
},
{
"id": "trip:6239492",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580520"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580591"
},
"departure": {
"time": "1768580591"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580660"
},
"departure": {
"time": "1768580660"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580759"
},
"departure": {
"time": "1768580759"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580854"
},
"departure": {
"time": "1768580854"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581165"
},
"departure": {
"time": "1768581165"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581272"
},
"departure": {
"time": "1768581272"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581486"
},
"departure": {
"time": "1768581486"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581623"
},
"departure": {
"time": "1768581623"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581678"
},
"departure": {
"time": "1768581678"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581722"
},
"departure": {
"time": "1768581722"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581813"
},
"departure": {
"time": "1768581813"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581919"
},
"departure": {
"time": "1768581919"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582020"
},
"departure": {
"time": "1768582020"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582116"
},
"departure": {
"time": "1768582116"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582218"
},
"departure": {
"time": "1768582218"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582340"
},
"departure": {
"time": "1768582340"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582496"
},
"departure": {
"time": "1768582496"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582712"
},
"departure": {
"time": "1768582712"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582795"
},
"departure": {
"time": "1768582795"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582920"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768583014"
},
"departure": {
"time": "1768583014"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1768583056"
},
"departure": {
"time": "1768583056"
},
"stopId": "ARBORE-E",
"stopSequence": 27
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239492"
}
}
},
{
"id": "trip:6240138",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579392"
},
"departure": {
"time": "1768579392"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579491"
},
"departure": {
"time": "1768579491"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579754"
},
"departure": {
"time": "1768579754"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579826"
},
"departure": {
"time": "1768579826"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579880"
},
"departure": {
"time": "1768579880"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579973"
},
"departure": {
"time": "1768579973"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580020"
},
"departure": {
"time": "1768580020"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580052"
},
"departure": {
"time": "1768580052"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580098"
},
"departure": {
"time": "1768580098"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580194"
},
"departure": {
"time": "1768580194"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHMART-E",
"stopSequence": 40
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240138"
}
}
},
{
"id": "trip:6237435",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579474"
},
"departure": {
"time": "1768579476"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579544"
},
"departure": {
"time": "1768579544"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579654"
},
"departure": {
"time": "1768579654"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579764"
},
"departure": {
"time": "1768579764"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579864"
},
"departure": {
"time": "1768579864"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579984"
},
"departure": {
"time": "1768579984"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580078"
},
"departure": {
"time": "1768580078"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580208"
},
"departure": {
"time": "1768580208"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580288"
},
"departure": {
"time": "1768580288"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580408"
},
"departure": {
"time": "1768580408"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580498"
},
"departure": {
"time": "1768580498"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580688"
},
"departure": {
"time": "1768580688"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580788"
},
"departure": {
"time": "1768580788"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580868"
},
"departure": {
"time": "1768580868"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580968"
},
"departure": {
"time": "1768580968"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581048"
},
"departure": {
"time": "1768581048"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581138"
},
"departure": {
"time": "1768581138"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581228"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237435"
}
}
},
{
"id": "trip:6237422",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579460"
},
"departure": {
"time": "1768579488"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579587"
},
"stopId": "1ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237422"
}
}
},
{
"id": "trip:15903",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"stopId": "LABOET-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579830"
},
"departure": {
"time": "1768579830"
},
"stopId": "DAGUEG-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579920"
},
"departure": {
"time": "1768579920"
},
"stopId": "DAGUVA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579993"
},
"departure": {
"time": "1768579993"
},
"stopId": "LE.CLO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "RUAU-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580437"
},
"departure": {
"time": "1768580437"
},
"stopId": "BOHASA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580478"
},
"departure": {
"time": "1768580478"
},
"stopId": "BACHEM-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "BOHACE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580839"
},
"departure": {
"time": "1768580839"
},
"stopId": "MARSAULA",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580875"
},
"departure": {
"time": "1768580875"
},
"stopId": "VOISINAY",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "PALLUAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581105"
},
"departure": {
"time": "1768581105"
},
"stopId": "BROCHONS",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581182"
},
"departure": {
"time": "1768581182"
},
"stopId": "RUCOURTE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "LACROIX",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581338"
},
"departure": {
"time": "1768581338"
},
"stopId": "GRANCHEM",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581516"
},
"departure": {
"time": "1768581516"
},
"stopId": "LESGRA-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "BELNOUE",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581721"
},
"departure": {
"time": "1768581721"
},
"stopId": "BOIRES",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582020"
},
"departure": {
"time": "1768582020"
},
"stopId": "BOURJOLY",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582118"
},
"departure": {
"time": "1768582118"
},
"stopId": "SMATOFTO",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582260"
},
"departure": {
"time": "1768582260"
},
"stopId": "SMATGDRU",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "159",
"tripId": "15903"
}
}
},
{
"id": "trip:6239954",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579476"
},
"departure": {
"time": "1768579476"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579571"
},
"departure": {
"time": "1768579571"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579645"
},
"departure": {
"time": "1768579645"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579706"
},
"departure": {
"time": "1768579706"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579748"
},
"departure": {
"time": "1768579748"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579873"
},
"departure": {
"time": "1768579873"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579931"
},
"departure": {
"time": "1768579931"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580150"
},
"departure": {
"time": "1768580150"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580341"
},
"departure": {
"time": "1768580341"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580464"
},
"departure": {
"time": "1768580464"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580475"
},
"departure": {
"time": "1768580475"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580651"
},
"departure": {
"time": "1768580651"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580768"
},
"departure": {
"time": "1768580768"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580790"
},
"departure": {
"time": "1768580790"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580836"
},
"departure": {
"time": "1768580836"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581326"
},
"departure": {
"time": "1768581326"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581396"
},
"departure": {
"time": "1768581396"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581472"
},
"departure": {
"time": "1768581472"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581540"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581582"
},
"departure": {
"time": "1768581582"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581623"
},
"departure": {
"time": "1768581623"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581674"
},
"departure": {
"time": "1768581674"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581740"
},
"departure": {
"time": "1768581740"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581779"
},
"departure": {
"time": "1768581779"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581866"
},
"departure": {
"time": "1768581866"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581910"
},
"departure": {
"time": "1768581910"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581980"
},
"departure": {
"time": "1768581980"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582100"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239954"
}
}
},
{
"id": "trip:6052315",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581098"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581217"
},
"departure": {
"time": "1768581217"
},
"stopId": "CLEMOI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581578"
},
"departure": {
"time": "1768581578"
},
"stopId": "BRISEP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581744"
},
"departure": {
"time": "1768581744"
},
"stopId": "CHATEN-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581911"
},
"departure": {
"time": "1768581911"
},
"stopId": "SEPSON-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582032"
},
"departure": {
"time": "1768582032"
},
"stopId": "RTEPAR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582152"
},
"departure": {
"time": "1768582152"
},
"stopId": "PROVIN-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582297"
},
"departure": {
"time": "1768582297"
},
"stopId": "PARCEX-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582537"
},
"departure": {
"time": "1768582537"
},
"stopId": "CARREA-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582570"
},
"departure": {
"time": "1768582570"
},
"stopId": "MILLAR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582615"
},
"departure": {
"time": "1768582615"
},
"stopId": "BASMOR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582676"
},
"departure": {
"time": "1768582676"
},
"stopId": "CHABLA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582728"
},
"departure": {
"time": "1768582728"
},
"stopId": "UNION-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582925"
},
"departure": {
"time": "1768582925"
},
"stopId": "FRANCA-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582414"
},
"departure": {
"time": "1768582414"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LECLSYLV",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582469"
},
"departure": {
"time": "1768582469"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FRANCAIS",
"stopSequence": 16
},
{
"arrival": {
"time": "1768583075"
},
"departure": {
"time": "1768583075"
},
"stopId": "ANBRUE-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768583206"
},
"stopId": "STSYCHVE",
"stopSequence": 20
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6052315"
}
}
},
{
"id": "trip:6237467",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581700"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581811"
},
"departure": {
"time": "1768581811"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581860"
},
"departure": {
"time": "1768581860"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581972"
},
"departure": {
"time": "1768581972"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582020"
},
"departure": {
"time": "1768582020"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582100"
},
"departure": {
"time": "1768582100"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582360"
},
"departure": {
"time": "1768582360"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582450"
},
"departure": {
"time": "1768582450"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582570"
},
"departure": {
"time": "1768582570"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582650"
},
"departure": {
"time": "1768582650"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582780"
},
"departure": {
"time": "1768582780"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582870"
},
"departure": {
"time": "1768582870"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768583020"
},
"departure": {
"time": "1768583020"
},
"stopId": "1STSE",
"stopSequence": 14
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237467"
}
}
},
{
"id": "trip:6238571",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581000"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581112"
},
"departure": {
"time": "1768581112"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "GUILLEB.",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581224"
},
"departure": {
"time": "1768581224"
},
"stopId": "RONCIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581273"
},
"departure": {
"time": "1768581273"
},
"stopId": "JEROST-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581317"
},
"departure": {
"time": "1768581317"
},
"stopId": "MACURI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"stopId": "GGSAND-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581429"
},
"departure": {
"time": "1768581429"
},
"stopId": "FRANVI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581558"
},
"departure": {
"time": "1768581558"
},
"stopId": "GIRARDE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581613"
},
"departure": {
"time": "1768581613"
},
"stopId": "CHESNAIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "GENDRON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581714"
},
"departure": {
"time": "1768581714"
},
"stopId": "DIONNEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581772"
},
"departure": {
"time": "1768581772"
},
"stopId": "ATHLETIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581842"
},
"departure": {
"time": "1768581842"
},
"stopId": "DANGELIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581903"
},
"departure": {
"time": "1768581903"
},
"stopId": "LINOVENT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "MARIANNE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582034"
},
"departure": {
"time": "1768582034"
},
"stopId": "VIVIERS",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582095"
},
"departure": {
"time": "1768582095"
},
"stopId": "VILLESIC",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582185"
},
"departure": {
"time": "1768582185"
},
"stopId": "MUTUALIT",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582243"
},
"departure": {
"time": "1768582243"
},
"stopId": "BLANDEAU",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582294"
},
"departure": {
"time": "1768582294"
},
"stopId": "CESARGEO",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582375"
},
"departure": {
"time": "1768582375"
},
"stopId": "MIRABEAU",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582495"
},
"departure": {
"time": "1768582495"
},
"stopId": "CHANZY",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582569"
},
"departure": {
"time": "1768582569"
},
"stopId": "VAUBAN",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582613"
},
"departure": {
"time": "1768582613"
},
"stopId": "POIREL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582690"
},
"departure": {
"time": "1768582690"
},
"stopId": "PONTNOIR",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582740"
},
"departure": {
"time": "1768582740"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582824"
},
"departure": {
"time": "1768582824"
},
"stopId": "GARETERM",
"stopSequence": 28
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6238571"
}
}
},
{
"id": "trip:6238205",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579405"
},
"departure": {
"time": "1768579451"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579589"
},
"departure": {
"time": "1768579589"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579645"
},
"departure": {
"time": "1768579645"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579702"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238205"
}
}
},
{
"id": "trip:6239723",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579477"
},
"departure": {
"time": "1768579477"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579545"
},
"departure": {
"time": "1768579545"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURMA",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579793"
},
"departure": {
"time": "1768579793"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579861"
},
"departure": {
"time": "1768579861"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580042"
},
"departure": {
"time": "1768580042"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GARETERM",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579380"
},
"departure": {
"time": "1768579402"
},
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768579431"
},
"departure": {
"time": "1768579463"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768579520"
},
"departure": {
"time": "1768579520"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768579570"
},
"departure": {
"time": "1768579570"
},
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768579703"
},
"departure": {
"time": "1768579703"
},
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768579744"
},
"departure": {
"time": "1768579744"
},
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768579779"
},
"departure": {
"time": "1768579779"
},
"stopId": "CEZAN-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768579833"
},
"departure": {
"time": "1768579833"
},
"stopId": "COROT-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768579930"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239723"
}
}
},
{
"id": "trip:6239113",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579607"
},
"departure": {
"time": "1768579607"
},
"stopId": "MENDES-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579751"
},
"departure": {
"time": "1768579751"
},
"stopId": "TALET-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580018"
},
"departure": {
"time": "1768580018"
},
"stopId": "RAMON-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580104"
},
"departure": {
"time": "1768580104"
},
"stopId": "RBRIOL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580147"
},
"departure": {
"time": "1768580147"
},
"stopId": "NOZAY-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580224"
},
"departure": {
"time": "1768580224"
},
"stopId": "AUVERG-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580288"
},
"departure": {
"time": "1768580288"
},
"stopId": "SAVOIE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580373"
},
"departure": {
"time": "1768580373"
},
"stopId": "INDUST-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580435"
},
"departure": {
"time": "1768580435"
},
"stopId": "HOTELL-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580667"
},
"departure": {
"time": "1768580667"
},
"stopId": "RTEPAR-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768580774"
},
"stopId": "PROVIN-E",
"stopSequence": 57
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6239113"
}
}
},
{
"id": "trip:6238536",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580220"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580344"
},
"departure": {
"time": "1768580344"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580415"
},
"departure": {
"time": "1768580415"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580460"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580880"
},
"departure": {
"time": "1768580880"
},
"stopId": "CNFPT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "DARWIN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "MOREL-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581148"
},
"departure": {
"time": "1768581148"
},
"stopId": "INRA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581185"
},
"departure": {
"time": "1768581185"
},
"stopId": "GDPERI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581216"
},
"departure": {
"time": "1768581216"
},
"stopId": "LANDRE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "BRGPAI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581333"
},
"departure": {
"time": "1768581333"
},
"stopId": "RODIN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581373"
},
"departure": {
"time": "1768581373"
},
"stopId": "GRANBE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581424"
},
"departure": {
"time": "1768581424"
},
"stopId": "PROME-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "CERFEU-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581525"
},
"departure": {
"time": "1768581525"
},
"stopId": "MONOD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581570"
},
"departure": {
"time": "1768581570"
},
"stopId": "CITRON-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581611"
},
"departure": {
"time": "1768581611"
},
"stopId": "ECHATS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581720"
},
"stopId": "LATOLL",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6238536"
}
}
},
{
"id": "trip:13303",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579400"
},
"departure": {
"time": "1768579442"
},
"stopId": "ESTAMI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579587"
},
"departure": {
"time": "1768579587"
},
"stopId": "JARDBOTA",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579800"
},
"departure": {
"time": "1768579800"
},
"stopId": "BRARDIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579850"
},
"departure": {
"time": "1768579850"
},
"stopId": "GUICHERE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579928"
},
"departure": {
"time": "1768579928"
},
"stopId": "AULNERIE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "CHANSONN",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580100"
},
"departure": {
"time": "1768580100"
},
"stopId": "DAVIERES",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580185"
},
"departure": {
"time": "1768580185"
},
"stopId": "RAINIERE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580238"
},
"departure": {
"time": "1768580238"
},
"stopId": "GDMOTTAY",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580325"
},
"departure": {
"time": "1768580325"
},
"stopId": "GARVIBRI",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "RESIDENC",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580548"
},
"departure": {
"time": "1768580548"
},
"stopId": "VIEUXPOR",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580580"
},
"departure": {
"time": "1768580580"
},
"stopId": "DEUVAL",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "133",
"tripId": "13303"
}
}
},
{
"id": "trip:16603",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579389"
},
"departure": {
"time": "1768579434"
},
"stopId": "BELOEI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579490"
},
"departure": {
"time": "1768579490"
},
"stopId": "RTEDAN-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579546"
},
"departure": {
"time": "1768579546"
},
"stopId": "LESROS-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579627"
},
"departure": {
"time": "1768579627"
},
"stopId": "LOUPIN-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579682"
},
"departure": {
"time": "1768579682"
},
"stopId": "MASGEM-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579730"
},
"departure": {
"time": "1768579730"
},
"stopId": "HOSGEM-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579824"
},
"departure": {
"time": "1768579824"
},
"stopId": "CLOS9-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579914"
},
"departure": {
"time": "1768579914"
},
"stopId": "VANRIE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579968"
},
"departure": {
"time": "1768579968"
},
"stopId": "PORTSG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580027"
},
"departure": {
"time": "1768580027"
},
"stopId": "LECHEN-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580090"
},
"departure": {
"time": "1768580090"
},
"stopId": "ROMORNA",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "166",
"tripId": "16603"
}
}
},
{
"id": "trip:6239776",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579397"
},
"departure": {
"time": "1768579397"
},
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579471"
},
"departure": {
"time": "1768579471"
},
"stopId": "COEURM-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579572"
},
"departure": {
"time": "1768579572"
},
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579615"
},
"departure": {
"time": "1768579615"
},
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579815"
},
"departure": {
"time": "1768579815"
},
"stopId": "MONPRO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579915"
},
"departure": {
"time": "1768579915"
},
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579984"
},
"departure": {
"time": "1768579984"
},
"stopId": "FARCSJ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580054"
},
"departure": {
"time": "1768580054"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580167"
},
"departure": {
"time": "1768580167"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580222"
},
"departure": {
"time": "1768580222"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580288"
},
"departure": {
"time": "1768580288"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580407"
},
"departure": {
"time": "1768580407"
},
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580478"
},
"departure": {
"time": "1768580478"
},
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580533"
},
"departure": {
"time": "1768580533"
},
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580647"
},
"departure": {
"time": "1768580647"
},
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580695"
},
"departure": {
"time": "1768580695"
},
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580726"
},
"departure": {
"time": "1768580726"
},
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580762"
},
"departure": {
"time": "1768580762"
},
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580808"
},
"departure": {
"time": "1768580808"
},
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580847"
},
"departure": {
"time": "1768580847"
},
"stopId": "LANDRE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580952"
},
"departure": {
"time": "1768580952"
},
"stopId": "BRGPAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580982"
},
"departure": {
"time": "1768580982"
},
"stopId": "RODIN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581018"
},
"departure": {
"time": "1768581018"
},
"stopId": "GRANBE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581034"
},
"departure": {
"time": "1768581034"
},
"stopId": "PROME-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768581116"
},
"departure": {
"time": "1768581116"
},
"stopId": "CERFEU-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768581183"
},
"departure": {
"time": "1768581183"
},
"stopId": "LASOUR-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768581245"
},
"departure": {
"time": "1768581245"
},
"stopId": "ROUAIR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768581316"
},
"departure": {
"time": "1768581316"
},
"stopId": "VAURAG-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581366"
},
"departure": {
"time": "1768581366"
},
"stopId": "PRIEUR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768581407"
},
"departure": {
"time": "1768581407"
},
"stopId": "GRANPI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581434"
},
"departure": {
"time": "1768581434"
},
"stopId": "PINSON-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768581478"
},
"departure": {
"time": "1768581478"
},
"stopId": "FAUVET-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768581536"
},
"stopId": "BEAUCOUZ",
"stopSequence": 65
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239776"
}
}
},
{
"id": "trip:6238805",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579398"
},
"departure": {
"time": "1768579429"
},
"stopId": "PRUNIE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579661"
},
"departure": {
"time": "1768579661"
},
"stopId": "P-ANJO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579741"
},
"departure": {
"time": "1768579741"
},
"stopId": "HARENC",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579811"
},
"departure": {
"time": "1768579811"
},
"stopId": "P-ANJOU",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579876"
},
"departure": {
"time": "1768579876"
},
"stopId": "CLOSVIGN",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579970"
},
"departure": {
"time": "1768579970"
},
"stopId": "PIVERD-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580032"
},
"departure": {
"time": "1768580032"
},
"stopId": "ARTAUD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580095"
},
"departure": {
"time": "1768580095"
},
"stopId": "HAUBOU-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580177"
},
"departure": {
"time": "1768580177"
},
"stopId": "PETPOR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580218"
},
"departure": {
"time": "1768580218"
},
"stopId": "CHEVRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580272"
},
"departure": {
"time": "1768580272"
},
"stopId": "BOUCHE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580272"
},
"departure": {
"time": "1768580272"
},
"stopId": "CAMPBO-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580323"
},
"departure": {
"time": "1768580323"
},
"stopId": "GAREBO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580381"
},
"departure": {
"time": "1768580381"
},
"stopId": "PONTLA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580440"
},
"departure": {
"time": "1768580440"
},
"stopId": "LAPOIN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580491"
},
"departure": {
"time": "1768580491"
},
"stopId": "RANGEA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580507"
},
"departure": {
"time": "1768580507"
},
"stopId": "VIGNES-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580608"
},
"stopId": "CHANTOUR",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238805"
}
}
},
{
"id": "trip:6238278",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579489"
},
"departure": {
"time": "1768579489"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579579"
},
"departure": {
"time": "1768579579"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579658"
},
"departure": {
"time": "1768579658"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579744"
},
"departure": {
"time": "1768579744"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579792"
},
"departure": {
"time": "1768579792"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579861"
},
"departure": {
"time": "1768579861"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579898"
},
"departure": {
"time": "1768579898"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579974"
},
"departure": {
"time": "1768579974"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580204"
},
"departure": {
"time": "1768580204"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580277"
},
"departure": {
"time": "1768580277"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580327"
},
"departure": {
"time": "1768580327"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580369"
},
"departure": {
"time": "1768580369"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580460"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580647"
},
"departure": {
"time": "1768580647"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580703"
},
"departure": {
"time": "1768580703"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580760"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238278"
}
}
},
{
"id": "trip:6239910",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580400"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580410"
},
"departure": {
"time": "1768580410"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580569"
},
"departure": {
"time": "1768580569"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580603"
},
"departure": {
"time": "1768580603"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580669"
},
"departure": {
"time": "1768580669"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580745"
},
"departure": {
"time": "1768580745"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580817"
},
"departure": {
"time": "1768580817"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580853"
},
"departure": {
"time": "1768580853"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580894"
},
"departure": {
"time": "1768580894"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580959"
},
"departure": {
"time": "1768580959"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581052"
},
"departure": {
"time": "1768581052"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581420"
},
"departure": {
"time": "1768581420"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581487"
},
"departure": {
"time": "1768581487"
},
"stopId": "ACADEMIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581560"
},
"departure": {
"time": "1768581560"
},
"stopId": "GBREM-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581668"
},
"departure": {
"time": "1768581668"
},
"stopId": "GARETERM",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "LESGARES",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581872"
},
"departure": {
"time": "1768581872"
},
"stopId": "HARAS",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581957"
},
"departure": {
"time": "1768581957"
},
"stopId": "STAUBIN",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582020"
},
"departure": {
"time": "1768582080"
},
"stopId": "LOR-FO-A",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582306"
},
"departure": {
"time": "1768582306"
},
"stopId": "MENDES-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582500"
},
"departure": {
"time": "1768582500"
},
"stopId": "SAVARY-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582555"
},
"departure": {
"time": "1768582555"
},
"stopId": "MUSSET-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582674"
},
"departure": {
"time": "1768582674"
},
"stopId": "LUTIN-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582740"
},
"departure": {
"time": "1768582740"
},
"stopId": "MACE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582783"
},
"departure": {
"time": "1768582783"
},
"stopId": "DESJAR-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "BRISEP-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582961"
},
"departure": {
"time": "1768582961"
},
"stopId": "MIMOSA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768583011"
},
"departure": {
"time": "1768583011"
},
"stopId": "CHATEN-E",
"stopSequence": 31
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239910"
}
}
},
{
"id": "trip:6239909",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579566"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579579"
},
"departure": {
"time": "1768579579"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579614"
},
"departure": {
"time": "1768579614"
},
"stopId": "PAVILL-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579663"
},
"departure": {
"time": "1768579663"
},
"stopId": "EBEAUP-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579686"
},
"departure": {
"time": "1768579686"
},
"stopId": "AAMIPI-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579770"
},
"departure": {
"time": "1768579770"
},
"stopId": "GUINEZ-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579832"
},
"departure": {
"time": "1768579832"
},
"stopId": "CLAIE-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579861"
},
"departure": {
"time": "1768579861"
},
"stopId": "THOMAS-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579952"
},
"departure": {
"time": "1768579952"
},
"stopId": "ZIBEAU-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579986"
},
"departure": {
"time": "1768579986"
},
"stopId": "CCMOLIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580035"
},
"departure": {
"time": "1768580035"
},
"stopId": "AAQUITN",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580069"
},
"departure": {
"time": "1768580069"
},
"stopId": "SHEAKSPE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580135"
},
"departure": {
"time": "1768580135"
},
"stopId": "WIGAN",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580166"
},
"departure": {
"time": "1768580166"
},
"stopId": "GRESILLE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580211"
},
"departure": {
"time": "1768580211"
},
"stopId": "PROUDHON",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580283"
},
"departure": {
"time": "1768580283"
},
"stopId": "VALLO",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580319"
},
"departure": {
"time": "1768580319"
},
"stopId": "MONTECLA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580360"
},
"departure": {
"time": "1768580360"
},
"stopId": "DELESCL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580425"
},
"departure": {
"time": "1768580425"
},
"stopId": "JEMONNET",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580518"
},
"departure": {
"time": "1768580518"
},
"stopId": "PERUSS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580586"
},
"departure": {
"time": "1768580586"
},
"stopId": "GDMAINE",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580923"
},
"departure": {
"time": "1768580923"
},
"stopId": "CHDARR",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580977"
},
"departure": {
"time": "1768580977"
},
"stopId": "ACADEMIE",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581098"
},
"departure": {
"time": "1768581098"
},
"stopId": "GBREM-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581203"
},
"departure": {
"time": "1768581203"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581254"
},
"departure": {
"time": "1768581254"
},
"stopId": "LESGARES",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581406"
},
"departure": {
"time": "1768581406"
},
"stopId": "HARAS",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581492"
},
"departure": {
"time": "1768581492"
},
"stopId": "STAUBIN",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581555"
},
"departure": {
"time": "1768581555"
},
"stopId": "LOR-FO-A",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581781"
},
"departure": {
"time": "1768581781"
},
"stopId": "MENDES-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581975"
},
"departure": {
"time": "1768581975"
},
"stopId": "SAVARY-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582030"
},
"departure": {
"time": "1768582030"
},
"stopId": "MUSSET-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582112"
},
"departure": {
"time": "1768582112"
},
"stopId": "LUTIN-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582215"
},
"departure": {
"time": "1768582215"
},
"stopId": "MACE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582258"
},
"departure": {
"time": "1768582258"
},
"stopId": "DESJAR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582335"
},
"departure": {
"time": "1768582335"
},
"stopId": "BRISEP-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582436"
},
"departure": {
"time": "1768582436"
},
"stopId": "MIMOSA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582486"
},
"departure": {
"time": "1768582486"
},
"stopId": "CHATEN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582561"
},
"departure": {
"time": "1768582561"
},
"stopId": "SOLELE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582602"
},
"departure": {
"time": "1768582602"
},
"stopId": "SEPSON-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582695"
},
"departure": {
"time": "1768582695"
},
"stopId": "BANCST-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582780"
},
"departure": {
"time": "1768582780"
},
"stopId": "RTEPAR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582886"
},
"departure": {
"time": "1768582886"
},
"stopId": "PROVIN-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768583046"
},
"stopId": "PARCEX-E",
"stopSequence": 44
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239909"
}
}
},
{
"id": "trip:19205",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579849"
},
"departure": {
"time": "1768579849"
},
"stopId": "LACDMA-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579911"
},
"departure": {
"time": "1768579911"
},
"stopId": "CAMLAC-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "CROISE-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580080"
},
"departure": {
"time": "1768580080"
},
"stopId": "PRUNIE-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580187"
},
"departure": {
"time": "1768580187"
},
"stopId": "PVIVIE-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580275"
},
"departure": {
"time": "1768580275"
},
"stopId": "VALDEMAI",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580316"
},
"departure": {
"time": "1768580316"
},
"stopId": "P-ANJO-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "HARENC",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "CAMPBO-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580795"
},
"departure": {
"time": "1768580795"
},
"stopId": "GAREBO-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580835"
},
"departure": {
"time": "1768580835"
},
"stopId": "PONTLA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580876"
},
"departure": {
"time": "1768580876"
},
"stopId": "LAPOIN-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580897"
},
"departure": {
"time": "1768580897"
},
"stopId": "RANGEA-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580939"
},
"departure": {
"time": "1768580939"
},
"stopId": "VIGNES-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "CHANTOUR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581149"
},
"departure": {
"time": "1768581149"
},
"stopId": "EPIRE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581177"
},
"departure": {
"time": "1768581177"
},
"stopId": "CHAMBO-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581265"
},
"departure": {
"time": "1768581265"
},
"stopId": "RMOINE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"stopId": "FORGES-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581537"
},
"departure": {
"time": "1768581537"
},
"stopId": "SAVENNIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "SAVGARE",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "192",
"tripId": "19205"
}
}
},
{
"id": "trip:6238996",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579385"
},
"departure": {
"time": "1768579416"
},
"stopId": "LETAND-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579461"
},
"departure": {
"time": "1768579461"
},
"stopId": "BEDIER-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579506"
},
"departure": {
"time": "1768579506"
},
"stopId": "INTREP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579543"
},
"departure": {
"time": "1768579543"
},
"stopId": "MTARDA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579588"
},
"departure": {
"time": "1768579588"
},
"stopId": "AUBRY-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579647"
},
"departure": {
"time": "1768579647"
},
"stopId": "COSSE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768579721"
},
"departure": {
"time": "1768579721"
},
"stopId": "HUTREA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768579745"
},
"departure": {
"time": "1768579745"
},
"stopId": "JOLIVE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579809"
},
"departure": {
"time": "1768579809"
},
"stopId": "BELOEI-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579851"
},
"departure": {
"time": "1768579851"
},
"stopId": "RTEDAN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579902"
},
"departure": {
"time": "1768579902"
},
"stopId": "LESROS-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579985"
},
"departure": {
"time": "1768579985"
},
"stopId": "LOUPIN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580059"
},
"departure": {
"time": "1768580059"
},
"stopId": "MASGEM-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580111"
},
"departure": {
"time": "1768580111"
},
"stopId": "HOSGEM-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580183"
},
"departure": {
"time": "1768580183"
},
"stopId": "CLOS9-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580235"
},
"departure": {
"time": "1768580235"
},
"stopId": "VANRIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580296"
},
"departure": {
"time": "1768580296"
},
"stopId": "PORTSG-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580329"
},
"departure": {
"time": "1768580329"
},
"stopId": "LECHEN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580391"
},
"stopId": "ROMORNA",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6238996"
}
}
},
{
"id": "trip:3813",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768580124"
},
"departure": {
"time": "1768580124"
},
"stopId": "ELYSEE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580239"
},
"departure": {
"time": "1768580239"
},
"stopId": "WPAT-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "LABARR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580434"
},
"departure": {
"time": "1768580434"
},
"stopId": "MORSU-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580493"
},
"departure": {
"time": "1768580493"
},
"stopId": "DESER-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "ATOSUB-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580851"
},
"departure": {
"time": "1768580851"
},
"stopId": "5ROUTE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580893"
},
"departure": {
"time": "1768580893"
},
"stopId": "PAQUER-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581240"
},
"departure": {
"time": "1768581240"
},
"stopId": "CRFRUX-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581285"
},
"departure": {
"time": "1768581285"
},
"stopId": "LAJANV-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581540"
},
"stopId": "PINELI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581597"
},
"departure": {
"time": "1768581597"
},
"stopId": "CLEMEG-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "GUERAN-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581780"
},
"departure": {
"time": "1768581780"
},
"stopId": "STCLEM",
"stopSequence": 16
}
],
"trip": {
"directionId": 1,
"routeId": "38",
"tripId": "3813"
}
}
},
{
"id": "trip:6238849",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581540"
},
"stopId": "SAUBIN",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581623"
},
"departure": {
"time": "1768581623"
},
"stopId": "PIGNONIE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581686"
},
"departure": {
"time": "1768581686"
},
"stopId": "CLAVERIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581730"
},
"departure": {
"time": "1768581730"
},
"stopId": "JARDFA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581780"
},
"departure": {
"time": "1768581780"
},
"stopId": "BANCHAIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581846"
},
"departure": {
"time": "1768581846"
},
"stopId": "CHATELAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581899"
},
"departure": {
"time": "1768581899"
},
"stopId": "CRBLANCH",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581941"
},
"departure": {
"time": "1768581941"
},
"stopId": "ORMEAUX",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581997"
},
"departure": {
"time": "1768581997"
},
"stopId": "VANDEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582090"
},
"departure": {
"time": "1768582090"
},
"stopId": "ISORET",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582162"
},
"departure": {
"time": "1768582162"
},
"stopId": "GILLIER",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "DAGUENET",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582274"
},
"departure": {
"time": "1768582274"
},
"stopId": "JERUSALE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582388"
},
"departure": {
"time": "1768582388"
},
"stopId": "MONTAIG",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582600"
},
"departure": {
"time": "1768582600"
},
"stopId": "LANGLADE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582680"
},
"departure": {
"time": "1768582680"
},
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582744"
},
"departure": {
"time": "1768582744"
},
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582833"
},
"departure": {
"time": "1768582833"
},
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582967"
},
"departure": {
"time": "1768582967"
},
"stopId": "VOLNEY",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6238849"
}
}
},
{
"id": "trip:6052383",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581480"
},
"stopId": "DOMVATER",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581526"
},
"departure": {
"time": "1768581526"
},
"stopId": "BECKE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581570"
},
"departure": {
"time": "1768581570"
},
"stopId": "LAENN",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581612"
},
"departure": {
"time": "1768581612"
},
"stopId": "CAMPJUIG",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581730"
},
"departure": {
"time": "1768581730"
},
"stopId": "ANAFRAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581780"
},
"departure": {
"time": "1768581780"
},
"stopId": "ZOLA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581836"
},
"departure": {
"time": "1768581836"
},
"stopId": "BELAIR",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581895"
},
"departure": {
"time": "1768581895"
},
"stopId": "ESPMONTR",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581963"
},
"departure": {
"time": "1768581963"
},
"stopId": "PLATFLEU",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582025"
},
"departure": {
"time": "1768582025"
},
"stopId": "JEHUEZ",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582080"
},
"departure": {
"time": "1768582080"
},
"stopId": "CHENOIR",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582490"
},
"departure": {
"time": "1768582490"
},
"stopId": "AURIOL",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582558"
},
"departure": {
"time": "1768582558"
},
"stopId": "LECUIT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"stopId": "BLERIOT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582677"
},
"departure": {
"time": "1768582677"
},
"stopId": "BARRA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582750"
},
"departure": {
"time": "1768582750"
},
"stopId": "STTERESE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582845"
},
"departure": {
"time": "1768582845"
},
"stopId": "DESCAZEA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "MONPROFI",
"stopSequence": 20
},
{
"arrival": {
"time": "1768583032"
},
"departure": {
"time": "1768583032"
},
"stopId": "LEQUAI",
"stopSequence": 21
}
],
"trip": {
"directionId": 0,
"routeId": "21",
"tripId": "6052383"
}
}
},
{
"id": "trip:6238747",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579478"
},
"departure": {
"time": "1768579478"
},
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579487"
},
"departure": {
"time": "1768579487"
},
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579518"
},
"departure": {
"time": "1768579518"
},
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579540"
},
"departure": {
"time": "1768579540"
},
"stopId": "LAPOINTE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579580"
},
"departure": {
"time": "1768579580"
},
"stopId": "PONTLAIT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579619"
},
"departure": {
"time": "1768579619"
},
"stopId": "GAREBOUC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579656"
},
"departure": {
"time": "1768579656"
},
"stopId": "CAMPBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579687"
},
"departure": {
"time": "1768579687"
},
"stopId": "BOUCHEM",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579743"
},
"departure": {
"time": "1768579743"
},
"stopId": "CHEVRIER",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579779"
},
"departure": {
"time": "1768579779"
},
"stopId": "PETPORT",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579862"
},
"departure": {
"time": "1768579862"
},
"stopId": "HAUBOUCH",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579927"
},
"departure": {
"time": "1768579927"
},
"stopId": "ARTAUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579980"
},
"departure": {
"time": "1768579980"
},
"stopId": "PIVERDIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580065"
},
"departure": {
"time": "1768580065"
},
"stopId": "CLOSVI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580114"
},
"departure": {
"time": "1768580114"
},
"stopId": "P-ANJO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580174"
},
"departure": {
"time": "1768580174"
},
"stopId": "HARENC",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580246"
},
"departure": {
"time": "1768580246"
},
"stopId": "P-ANJOU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580362"
},
"departure": {
"time": "1768580362"
},
"stopId": "PETVIVIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580451"
},
"departure": {
"time": "1768580451"
},
"stopId": "PRUNIERS",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580490"
},
"departure": {
"time": "1768580490"
},
"stopId": "CROISETT",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580547"
},
"departure": {
"time": "1768580547"
},
"stopId": "CAMLACMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580599"
},
"departure": {
"time": "1768580599"
},
"stopId": "LACDMAIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "PERUSSAI",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580771"
},
"departure": {
"time": "1768580771"
},
"stopId": "JEAN-MON",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580929"
},
"departure": {
"time": "1768580929"
},
"stopId": "CNFPT",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "BEAUSSIE",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "CITEUNIV",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581259"
},
"departure": {
"time": "1768581259"
},
"stopId": "NDAMELAC",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581342"
},
"departure": {
"time": "1768581342"
},
"stopId": "BOISRAME",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581420"
},
"departure": {
"time": "1768581420"
},
"stopId": "CHBBEILL",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581504"
},
"departure": {
"time": "1768581504"
},
"stopId": "MVIGNE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581625"
},
"departure": {
"time": "1768581625"
},
"stopId": "FARCYSJA",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "LEQUAI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581980"
},
"departure": {
"time": "1768581980"
},
"stopId": "MONPR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582050"
},
"departure": {
"time": "1768582050"
},
"stopId": "DESCAZ-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582176"
},
"departure": {
"time": "1768582176"
},
"stopId": "STTHER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582270"
},
"departure": {
"time": "1768582270"
},
"stopId": "BARRA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582338"
},
"departure": {
"time": "1768582338"
},
"stopId": "BLERIO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582449"
},
"departure": {
"time": "1768582449"
},
"stopId": "LECUIT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582500"
},
"departure": {
"time": "1768582500"
},
"stopId": "FRATE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582570"
},
"departure": {
"time": "1768582570"
},
"stopId": "CHARNA-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582637"
},
"departure": {
"time": "1768582637"
},
"stopId": "ESEO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582673"
},
"departure": {
"time": "1768582673"
},
"stopId": "WJMOU",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582759"
},
"departure": {
"time": "1768582759"
},
"stopId": "FMEDEC-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582816"
},
"departure": {
"time": "1768582816"
},
"stopId": "HRECUL-E",
"stopSequence": 50
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6238747"
}
}
},
{
"id": "trip:6237436",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579369"
},
"departure": {
"time": "1768579412"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579526"
},
"departure": {
"time": "1768579526"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579646"
},
"departure": {
"time": "1768579646"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579766"
},
"departure": {
"time": "1768579766"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579856"
},
"departure": {
"time": "1768579856"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579955"
},
"departure": {
"time": "1768579955"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580065"
},
"departure": {
"time": "1768580065"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580145"
},
"departure": {
"time": "1768580145"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580255"
},
"departure": {
"time": "1768580255"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580365"
},
"departure": {
"time": "1768580365"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580472"
},
"departure": {
"time": "1768580472"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580592"
},
"departure": {
"time": "1768580592"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580692"
},
"departure": {
"time": "1768580692"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580822"
},
"departure": {
"time": "1768580822"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580902"
},
"departure": {
"time": "1768580902"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581022"
},
"departure": {
"time": "1768581022"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581112"
},
"departure": {
"time": "1768581112"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581302"
},
"departure": {
"time": "1768581302"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581402"
},
"departure": {
"time": "1768581402"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581482"
},
"departure": {
"time": "1768581482"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581582"
},
"departure": {
"time": "1768581582"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581662"
},
"departure": {
"time": "1768581662"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581752"
},
"departure": {
"time": "1768581752"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581842"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237436"
}
}
},
{
"id": "trip:6238375",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582020"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582150"
},
"departure": {
"time": "1768582150"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582212"
},
"departure": {
"time": "1768582212"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582535"
},
"departure": {
"time": "1768582535"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582649"
},
"departure": {
"time": "1768582649"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582715"
},
"departure": {
"time": "1768582715"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582859"
},
"departure": {
"time": "1768582859"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582908"
},
"departure": {
"time": "1768582908"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768583008"
},
"departure": {
"time": "1768583008"
},
"stopId": "ECLATE-E",
"stopSequence": 11
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238375"
}
}
},
{
"id": "trip:6237424",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579379"
},
"departure": {
"time": "1768579422"
},
"stopId": "1HARA",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579492"
},
"departure": {
"time": "1768579492"
},
"stopId": "1LGAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579592"
},
"departure": {
"time": "1768579592"
},
"stopId": "1LAFA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579692"
},
"departure": {
"time": "1768579692"
},
"stopId": "1STRA",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579809"
},
"departure": {
"time": "1768579809"
},
"stopId": "1BAMA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579929"
},
"departure": {
"time": "1768579929"
},
"stopId": "1JE23",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580039"
},
"departure": {
"time": "1768580039"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580149"
},
"stopId": "1ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237424"
}
}
},
{
"id": "trip:6238596",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579391"
},
"departure": {
"time": "1768579467"
},
"stopId": "LORRAIN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579554"
},
"departure": {
"time": "1768579554"
},
"stopId": "MENDES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579779"
},
"departure": {
"time": "1768579779"
},
"stopId": "TALET-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579984"
},
"departure": {
"time": "1768579984"
},
"stopId": "FACULT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580195"
},
"departure": {
"time": "1768580195"
},
"stopId": "FFAURE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580303"
},
"departure": {
"time": "1768580303"
},
"stopId": "CARCIT-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580447"
},
"departure": {
"time": "1768580447"
},
"stopId": "CITESO-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580513"
},
"departure": {
"time": "1768580513"
},
"stopId": "DOYENN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580598"
},
"departure": {
"time": "1768580598"
},
"stopId": "SAVOIE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580687"
},
"departure": {
"time": "1768580687"
},
"stopId": "INDUST-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580749"
},
"departure": {
"time": "1768580749"
},
"stopId": "HOTELL-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580818"
},
"departure": {
"time": "1768580818"
},
"stopId": "DEBUSS-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580871"
},
"departure": {
"time": "1768580871"
},
"stopId": "BOISAB-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580939"
},
"departure": {
"time": "1768580939"
},
"stopId": "DUBELL-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581015"
},
"departure": {
"time": "1768581015"
},
"stopId": "COTTAG-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581075"
},
"stopId": "EVENTARD",
"stopSequence": 47
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6238596"
}
}
},
{
"id": "trip:6237548",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579407"
},
"departure": {
"time": "1768579457"
},
"stopId": "1CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579585"
},
"departure": {
"time": "1768579585"
},
"stopId": "1CONS",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579678"
},
"departure": {
"time": "1768579678"
},
"stopId": "1MTAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579836"
},
"departure": {
"time": "1768579836"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579915"
},
"departure": {
"time": "1768579915"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580059"
},
"departure": {
"time": "1768580059"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580130"
},
"departure": {
"time": "1768580130"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580195"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237548"
}
}
},
{
"id": "trip:6237471",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582510"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582590"
},
"departure": {
"time": "1768582590"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582670"
},
"departure": {
"time": "1768582670"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582750"
},
"departure": {
"time": "1768582750"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582830"
},
"departure": {
"time": "1768582830"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582910"
},
"departure": {
"time": "1768582910"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1768583010"
},
"departure": {
"time": "1768583010"
},
"stopId": "1BOTA",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237471"
}
}
},
{
"id": "trip:6238549",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581960"
},
"stopId": "DARWIN",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582080"
},
"departure": {
"time": "1768582080"
},
"stopId": "CNFPT-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582500"
},
"departure": {
"time": "1768582500"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582571"
},
"departure": {
"time": "1768582571"
},
"stopId": "ACADEMIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582649"
},
"departure": {
"time": "1768582649"
},
"stopId": "GBREM-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582740"
},
"stopId": "GAREPAPI",
"stopSequence": 5
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6238549"
}
}
},
{
"id": "trip:6052381",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579382"
},
"departure": {
"time": "1768579398"
},
"stopId": "LEQUAI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579685"
},
"departure": {
"time": "1768579685"
},
"stopId": "CHDARR",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579754"
},
"departure": {
"time": "1768579754"
},
"stopId": "ACADEMIE",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579826"
},
"departure": {
"time": "1768579826"
},
"stopId": "GBREM-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579907"
},
"stopId": "GAREPAPI",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "21",
"tripId": "6052381"
}
}
},
{
"id": "trip:6238993",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580760"
},
"stopId": "SORGES",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580814"
},
"departure": {
"time": "1768580814"
},
"stopId": "RTSORG-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580974"
},
"departure": {
"time": "1768580974"
},
"stopId": "BAUDRAI",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "JEBOUTON",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581128"
},
"departure": {
"time": "1768581128"
},
"stopId": "LAVOIR",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581209"
},
"departure": {
"time": "1768581209"
},
"stopId": "RIOTTEAU",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581257"
},
"departure": {
"time": "1768581257"
},
"stopId": "ALLUMETT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581321"
},
"departure": {
"time": "1768581321"
},
"stopId": "DAGUERRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581387"
},
"departure": {
"time": "1768581387"
},
"stopId": "BELVTR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581467"
},
"departure": {
"time": "1768581467"
},
"stopId": "MARAIS-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581580"
},
"departure": {
"time": "1768581580"
},
"stopId": "GASPALON",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "VILSANTE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581769"
},
"departure": {
"time": "1768581769"
},
"stopId": "CORMIER",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "GERICAUL",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582066"
},
"departure": {
"time": "1768582066"
},
"stopId": "DESMAZ",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582124"
},
"departure": {
"time": "1768582124"
},
"stopId": "ANFRANCK",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582191"
},
"departure": {
"time": "1768582191"
},
"stopId": "STJOSEP",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582266"
},
"departure": {
"time": "1768582266"
},
"stopId": "PLDULYCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582380"
},
"departure": {
"time": "1768582440"
},
"stopId": "HMAI",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582494"
},
"departure": {
"time": "1768582494"
},
"stopId": "FO-LOR-R",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582605"
},
"departure": {
"time": "1768582605"
},
"stopId": "STAUBI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582658"
},
"departure": {
"time": "1768582658"
},
"stopId": "HARAS-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582800"
},
"stopId": "LESGAR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582900"
},
"departure": {
"time": "1768582900"
},
"stopId": "SEMARD-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582944"
},
"departure": {
"time": "1768582944"
},
"stopId": "PONTNO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768583029"
},
"departure": {
"time": "1768583029"
},
"stopId": "POIREL-E",
"stopSequence": 29
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6238993"
}
}
},
{
"id": "trip:6238994",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579436"
},
"departure": {
"time": "1768579456"
},
"stopId": "POUILLE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579503"
},
"departure": {
"time": "1768579503"
},
"stopId": "PATUREAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579542"
},
"departure": {
"time": "1768579542"
},
"stopId": "GALLIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579575"
},
"departure": {
"time": "1768579575"
},
"stopId": "FRANVILL",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579620"
},
"departure": {
"time": "1768579620"
},
"stopId": "GGESSAND",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579661"
},
"departure": {
"time": "1768579661"
},
"stopId": "MACURIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579699"
},
"departure": {
"time": "1768579699"
},
"stopId": "JEROSTAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579738"
},
"departure": {
"time": "1768579738"
},
"stopId": "RONCIERE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579775"
},
"departure": {
"time": "1768579775"
},
"stopId": "GUILLE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579860"
},
"departure": {
"time": "1768579860"
},
"stopId": "JEBOUTON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579988"
},
"departure": {
"time": "1768579988"
},
"stopId": "LAVOIR",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580069"
},
"departure": {
"time": "1768580069"
},
"stopId": "RIOTTEAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580117"
},
"departure": {
"time": "1768580117"
},
"stopId": "ALLUMETT",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580181"
},
"departure": {
"time": "1768580181"
},
"stopId": "DAGUERRE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580247"
},
"departure": {
"time": "1768580247"
},
"stopId": "BELVTR-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580327"
},
"departure": {
"time": "1768580327"
},
"stopId": "MARAIS-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580440"
},
"departure": {
"time": "1768580440"
},
"stopId": "GASPALON",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580580"
},
"departure": {
"time": "1768580580"
},
"stopId": "VILSANTE",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580641"
},
"departure": {
"time": "1768580641"
},
"stopId": "CORMIER",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580805"
},
"departure": {
"time": "1768580805"
},
"stopId": "GERICAUL",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580986"
},
"departure": {
"time": "1768580986"
},
"stopId": "DESMAZ",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581044"
},
"departure": {
"time": "1768581044"
},
"stopId": "ANFRANCK",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581111"
},
"departure": {
"time": "1768581111"
},
"stopId": "STJOSEP",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581186"
},
"departure": {
"time": "1768581186"
},
"stopId": "PLDULYCE",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581360"
},
"stopId": "HMAI",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581414"
},
"departure": {
"time": "1768581414"
},
"stopId": "FO-LOR-R",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581525"
},
"departure": {
"time": "1768581525"
},
"stopId": "STAUBI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581578"
},
"departure": {
"time": "1768581578"
},
"stopId": "HARAS-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "LESGAR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581820"
},
"departure": {
"time": "1768581820"
},
"stopId": "SEMARD-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581864"
},
"departure": {
"time": "1768581864"
},
"stopId": "PONTNO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581949"
},
"departure": {
"time": "1768581949"
},
"stopId": "POIREL-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582056"
},
"departure": {
"time": "1768582056"
},
"stopId": "FREMUR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582260"
},
"departure": {
"time": "1768582260"
},
"stopId": "LETAND-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582297"
},
"departure": {
"time": "1768582297"
},
"stopId": "BEDIER-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582335"
},
"departure": {
"time": "1768582335"
},
"stopId": "INTREP-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582372"
},
"departure": {
"time": "1768582372"
},
"stopId": "MTARDA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582417"
},
"departure": {
"time": "1768582417"
},
"stopId": "AUBRY-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582476"
},
"departure": {
"time": "1768582476"
},
"stopId": "COSSE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582550"
},
"departure": {
"time": "1768582550"
},
"stopId": "HUTREA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582574"
},
"departure": {
"time": "1768582574"
},
"stopId": "JOLIVE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582638"
},
"departure": {
"time": "1768582638"
},
"stopId": "BELOEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582680"
},
"departure": {
"time": "1768582680"
},
"stopId": "RTEDAN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582731"
},
"departure": {
"time": "1768582731"
},
"stopId": "LESROS-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582814"
},
"departure": {
"time": "1768582814"
},
"stopId": "LOUPIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582888"
},
"departure": {
"time": "1768582888"
},
"stopId": "MASGEM-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582940"
},
"departure": {
"time": "1768582940"
},
"stopId": "HOSGEM-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768583012"
},
"departure": {
"time": "1768583012"
},
"stopId": "CLOS9-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768583064"
},
"departure": {
"time": "1768583064"
},
"stopId": "VANRIE-E",
"stopSequence": 54
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6238994"
}
}
},
{
"id": "trip:6237454",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580750"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580870"
},
"departure": {
"time": "1768580870"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580990"
},
"departure": {
"time": "1768580990"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581110"
},
"departure": {
"time": "1768581110"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581230"
},
"departure": {
"time": "1768581230"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581320"
},
"departure": {
"time": "1768581320"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581420"
},
"departure": {
"time": "1768581420"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581530"
},
"departure": {
"time": "1768581530"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581610"
},
"departure": {
"time": "1768581610"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581830"
},
"departure": {
"time": "1768581830"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581940"
},
"departure": {
"time": "1768581940"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582060"
},
"departure": {
"time": "1768582060"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582160"
},
"departure": {
"time": "1768582160"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582290"
},
"departure": {
"time": "1768582290"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582370"
},
"departure": {
"time": "1768582370"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582490"
},
"departure": {
"time": "1768582490"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582580"
},
"departure": {
"time": "1768582580"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582770"
},
"departure": {
"time": "1768582770"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582870"
},
"departure": {
"time": "1768582870"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582950"
},
"departure": {
"time": "1768582950"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768583050"
},
"departure": {
"time": "1768583050"
},
"stopId": "2ACAS",
"stopSequence": 22
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237454"
}
}
},
{
"id": "trip:6238804",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580618"
},
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580636"
},
"departure": {
"time": "1768580636"
},
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580666"
},
"departure": {
"time": "1768580666"
},
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580688"
},
"departure": {
"time": "1768580688"
},
"stopId": "LAPOINTE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580728"
},
"departure": {
"time": "1768580728"
},
"stopId": "PONTLAIT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580820"
},
"departure": {
"time": "1768580820"
},
"stopId": "GAREBOUC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580805"
},
"departure": {
"time": "1768580805"
},
"stopId": "CAMPBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580836"
},
"departure": {
"time": "1768580836"
},
"stopId": "BOUCHEM",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580914"
},
"departure": {
"time": "1768580914"
},
"stopId": "CHEVRIER",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580928"
},
"departure": {
"time": "1768580928"
},
"stopId": "PETPORT",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581033"
},
"departure": {
"time": "1768581033"
},
"stopId": "HAUBOUCH",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581076"
},
"departure": {
"time": "1768581076"
},
"stopId": "ARTAUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581128"
},
"departure": {
"time": "1768581128"
},
"stopId": "PIVERDIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581210"
},
"departure": {
"time": "1768581210"
},
"stopId": "CLOSVI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "P-ANJO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581330"
},
"departure": {
"time": "1768581330"
},
"stopId": "HARENC",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581393"
},
"departure": {
"time": "1768581393"
},
"stopId": "P-ANJOU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581511"
},
"departure": {
"time": "1768581511"
},
"stopId": "PETVIVIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581586"
},
"departure": {
"time": "1768581586"
},
"stopId": "PRUNIERS",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581621"
},
"departure": {
"time": "1768581621"
},
"stopId": "CROISETT",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581768"
},
"departure": {
"time": "1768581768"
},
"stopId": "CAMLACMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581813"
},
"departure": {
"time": "1768581813"
},
"stopId": "LACDMAIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "PERUSSAI",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581982"
},
"departure": {
"time": "1768581982"
},
"stopId": "JEAN-MON",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582098"
},
"departure": {
"time": "1768582098"
},
"stopId": "CNFPT",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582177"
},
"departure": {
"time": "1768582177"
},
"stopId": "BEAUSSIE",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582289"
},
"departure": {
"time": "1768582289"
},
"stopId": "CITEUNIV",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582432"
},
"departure": {
"time": "1768582432"
},
"stopId": "NDAMELAC",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582553"
},
"departure": {
"time": "1768582553"
},
"stopId": "BOISRAME",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582611"
},
"departure": {
"time": "1768582611"
},
"stopId": "CHBBEILL",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582696"
},
"departure": {
"time": "1768582696"
},
"stopId": "MVIGNE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582851"
},
"departure": {
"time": "1768582851"
},
"stopId": "FARCYSJA",
"stopSequence": 36
},
{
"arrival": {
"time": "1768583082"
},
"departure": {
"time": "1768583082"
},
"stopId": "LEQUAI-E",
"stopSequence": 37
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6238804"
}
}
},
{
"id": "trip:6237466",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581240"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581330"
},
"departure": {
"time": "1768581330"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581410"
},
"departure": {
"time": "1768581410"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581490"
},
"departure": {
"time": "1768581490"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581570"
},
"departure": {
"time": "1768581570"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581650"
},
"departure": {
"time": "1768581650"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581750"
},
"departure": {
"time": "1768581750"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581910"
},
"departure": {
"time": "1768581910"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582000"
},
"departure": {
"time": "1768582000"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582120"
},
"departure": {
"time": "1768582120"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582330"
},
"departure": {
"time": "1768582330"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582420"
},
"departure": {
"time": "1768582420"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582570"
},
"departure": {
"time": "1768582570"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582680"
},
"departure": {
"time": "1768582680"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582780"
},
"departure": {
"time": "1768582780"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582900"
},
"departure": {
"time": "1768582900"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582990"
},
"departure": {
"time": "1768582990"
},
"stopId": "1HARA",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237466"
}
}
},
{
"id": "trip:6240196",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579383"
},
"departure": {
"time": "1768579383"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579610"
},
"departure": {
"time": "1768579610"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579709"
},
"departure": {
"time": "1768579709"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579972"
},
"departure": {
"time": "1768579972"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580044"
},
"departure": {
"time": "1768580044"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580098"
},
"departure": {
"time": "1768580098"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580191"
},
"departure": {
"time": "1768580191"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580238"
},
"departure": {
"time": "1768580238"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580270"
},
"departure": {
"time": "1768580270"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580315"
},
"departure": {
"time": "1768580315"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580409"
},
"departure": {
"time": "1768580409"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHMART-E",
"stopSequence": 40
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240196"
}
}
},
{
"id": "trip:6240178",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580100"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580139"
},
"departure": {
"time": "1768580139"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580179"
},
"departure": {
"time": "1768580179"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580233"
},
"departure": {
"time": "1768580233"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580280"
},
"departure": {
"time": "1768580280"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580303"
},
"departure": {
"time": "1768580303"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580383"
},
"departure": {
"time": "1768580383"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580445"
},
"departure": {
"time": "1768580445"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580484"
},
"departure": {
"time": "1768580484"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580551"
},
"departure": {
"time": "1768580551"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580604"
},
"departure": {
"time": "1768580604"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580641"
},
"departure": {
"time": "1768580641"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580706"
},
"departure": {
"time": "1768580706"
},
"stopId": "GRANDMON",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "CLINIQUE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580803"
},
"departure": {
"time": "1768580803"
},
"stopId": "VALOR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580835"
},
"departure": {
"time": "1768580835"
},
"stopId": "MEIGNANN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580903"
},
"departure": {
"time": "1768580903"
},
"stopId": "REVERIES",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580958"
},
"departure": {
"time": "1768580958"
},
"stopId": "POMONE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581048"
},
"departure": {
"time": "1768581048"
},
"stopId": "CIOUEST",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581090"
},
"departure": {
"time": "1768581090"
},
"stopId": "CLEMENCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "DESCAZ-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581259"
},
"departure": {
"time": "1768581259"
},
"stopId": "HOTDIEU",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "ROCHEFOU",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581580"
},
"departure": {
"time": "1768581580"
},
"stopId": "STSERGEU",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582046"
},
"departure": {
"time": "1768582046"
},
"stopId": "MENDESFR",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582260"
},
"departure": {
"time": "1768582320"
},
"stopId": "FO-LOR-R",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582450"
},
"departure": {
"time": "1768582450"
},
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582512"
},
"departure": {
"time": "1768582512"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582740"
},
"departure": {
"time": "1768582740"
},
"stopId": "ANLERO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582825"
},
"departure": {
"time": "1768582825"
},
"stopId": "RABELA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582892"
},
"departure": {
"time": "1768582892"
},
"stopId": "ESA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768583047"
},
"departure": {
"time": "1768583047"
},
"stopId": "DELATA-E",
"stopSequence": 34
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240178"
}
}
},
{
"id": "trip:6238738",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579385"
},
"departure": {
"time": "1768579416"
},
"stopId": "CNFPT-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579526"
},
"departure": {
"time": "1768579526"
},
"stopId": "JEMONNET",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579624"
},
"departure": {
"time": "1768579624"
},
"stopId": "PERUSS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579711"
},
"departure": {
"time": "1768579711"
},
"stopId": "LACDMA-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579766"
},
"departure": {
"time": "1768579766"
},
"stopId": "CAMLAC-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579934"
},
"departure": {
"time": "1768579934"
},
"stopId": "CROISE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579968"
},
"departure": {
"time": "1768579968"
},
"stopId": "PRUNIE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580112"
},
"departure": {
"time": "1768580112"
},
"stopId": "P-ANJO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580172"
},
"departure": {
"time": "1768580172"
},
"stopId": "HARENC",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580244"
},
"departure": {
"time": "1768580244"
},
"stopId": "P-ANJOU",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580309"
},
"departure": {
"time": "1768580309"
},
"stopId": "CLOSVIGN",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580455"
},
"departure": {
"time": "1768580455"
},
"stopId": "PIVERD-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580481"
},
"departure": {
"time": "1768580481"
},
"stopId": "ARTAUD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580544"
},
"departure": {
"time": "1768580544"
},
"stopId": "HAUBOU-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580619"
},
"departure": {
"time": "1768580619"
},
"stopId": "PETPOR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580660"
},
"departure": {
"time": "1768580660"
},
"stopId": "CHEVRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580714"
},
"departure": {
"time": "1768580714"
},
"stopId": "BOUCHE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580757"
},
"departure": {
"time": "1768580757"
},
"stopId": "CAMPBO-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580813"
},
"departure": {
"time": "1768580813"
},
"stopId": "GAREBO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580876"
},
"departure": {
"time": "1768580876"
},
"stopId": "PONTLA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580941"
},
"departure": {
"time": "1768580941"
},
"stopId": "LAPOIN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580973"
},
"departure": {
"time": "1768580973"
},
"stopId": "RANGEA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581045"
},
"departure": {
"time": "1768581045"
},
"stopId": "VIGNES-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581180"
},
"stopId": "CHANTOUR",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238738"
}
}
},
{
"id": "trip:6239547",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579444"
},
"departure": {
"time": "1768579444"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579546"
},
"departure": {
"time": "1768579546"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579643"
},
"departure": {
"time": "1768579643"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579739"
},
"departure": {
"time": "1768579739"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579841"
},
"departure": {
"time": "1768579841"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579963"
},
"departure": {
"time": "1768579963"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580108"
},
"departure": {
"time": "1768580108"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580302"
},
"departure": {
"time": "1768580302"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580385"
},
"departure": {
"time": "1768580385"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580450"
},
"departure": {
"time": "1768580450"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580609"
},
"departure": {
"time": "1768580609"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580680"
},
"departure": {
"time": "1768580680"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580831"
},
"departure": {
"time": "1768580831"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581042"
},
"departure": {
"time": "1768581042"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581115"
},
"departure": {
"time": "1768581115"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581179"
},
"departure": {
"time": "1768581179"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581267"
},
"departure": {
"time": "1768581267"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581361"
},
"departure": {
"time": "1768581361"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581441"
},
"departure": {
"time": "1768581441"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581512"
},
"departure": {
"time": "1768581512"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581576"
},
"departure": {
"time": "1768581576"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581636"
},
"departure": {
"time": "1768581636"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581737"
},
"departure": {
"time": "1768581737"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581935"
},
"departure": {
"time": "1768581935"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582035"
},
"departure": {
"time": "1768582035"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582110"
},
"departure": {
"time": "1768582110"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582203"
},
"departure": {
"time": "1768582203"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580937"
},
"departure": {
"time": "1768580937"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTNOIR",
"stopSequence": 48
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239547"
}
}
},
{
"id": "trip:6239489",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768583294"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239489"
}
}
},
{
"id": "trip:6238248",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581000"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581022"
},
"departure": {
"time": "1768581022"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581060"
},
"departure": {
"time": "1768581060"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "HMTREL",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581268"
},
"departure": {
"time": "1768581268"
},
"stopId": "CIMTRELA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581307"
},
"departure": {
"time": "1768581307"
},
"stopId": "EGLTRELA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581355"
},
"departure": {
"time": "1768581355"
},
"stopId": "MAIRTREL",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581408"
},
"departure": {
"time": "1768581408"
},
"stopId": "MONTHIBE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581540"
},
"stopId": "BUISSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581676"
},
"departure": {
"time": "1768581676"
},
"stopId": "LEFEVRE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581711"
},
"departure": {
"time": "1768581711"
},
"stopId": "MALAQUAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581770"
},
"departure": {
"time": "1768581770"
},
"stopId": "MENARD",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581815"
},
"departure": {
"time": "1768581815"
},
"stopId": "CHOUTEAU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581885"
},
"departure": {
"time": "1768581885"
},
"stopId": "FRESNAIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581970"
},
"departure": {
"time": "1768581970"
},
"stopId": "MARAIS",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582031"
},
"departure": {
"time": "1768582031"
},
"stopId": "BELLVUTR",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582080"
},
"departure": {
"time": "1768582080"
},
"stopId": "LEOLAGRA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582143"
},
"departure": {
"time": "1768582143"
},
"stopId": "VDLOIRE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582250"
},
"departure": {
"time": "1768582250"
},
"stopId": "ECLATERI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582374"
},
"departure": {
"time": "1768582374"
},
"stopId": "JUSTICES",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582419"
},
"departure": {
"time": "1768582419"
},
"stopId": "DELACROI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582582"
},
"departure": {
"time": "1768582582"
},
"stopId": "MADELEIN",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582637"
},
"departure": {
"time": "1768582637"
},
"stopId": "VOLNEY",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582801"
},
"departure": {
"time": "1768582801"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "ANLEROY",
"stopSequence": 29
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238248"
}
}
},
{
"id": "trip:6237550",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579428"
},
"departure": {
"time": "1768579474"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579564"
},
"departure": {
"time": "1768579564"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579662"
},
"departure": {
"time": "1768579662"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579776"
},
"departure": {
"time": "1768579776"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579960"
},
"departure": {
"time": "1768579960"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580120"
},
"departure": {
"time": "1768580120"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580270"
},
"departure": {
"time": "1768580270"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580430"
},
"departure": {
"time": "1768580430"
},
"stopId": "1STSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580560"
},
"departure": {
"time": "1768580560"
},
"stopId": "1CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580690"
},
"departure": {
"time": "1768580690"
},
"stopId": "1CONS",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580783"
},
"departure": {
"time": "1768580783"
},
"stopId": "1MTAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580941"
},
"departure": {
"time": "1768580941"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581020"
},
"departure": {
"time": "1768581020"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581164"
},
"departure": {
"time": "1768581164"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581235"
},
"departure": {
"time": "1768581235"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581300"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237550"
}
}
},
{
"id": "trip:10603",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579406"
},
"departure": {
"time": "1768579420"
},
"stopId": "PETGUI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579456"
},
"departure": {
"time": "0"
},
"stopId": "SAULA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579636"
},
"departure": {
"time": "1768579636"
},
"stopId": "AUBERD-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579693"
},
"departure": {
"time": "1768579693"
},
"stopId": "BOUVET-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579750"
},
"departure": {
"time": "1768579750"
},
"stopId": "DIONNIER",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580028"
},
"departure": {
"time": "1768580028"
},
"stopId": "SPORBR-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580054"
},
"departure": {
"time": "1768580054"
},
"stopId": "BRIOLL-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580110"
},
"departure": {
"time": "1768580110"
},
"stopId": "ESTAMI-E",
"stopSequence": 9
}
],
"trip": {
"directionId": 1,
"routeId": "106",
"tripId": "10603"
}
}
},
{
"id": "trip:6238212",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580383"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580493"
},
"departure": {
"time": "1768580493"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580545"
},
"departure": {
"time": "1768580545"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580773"
},
"departure": {
"time": "1768580773"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580881"
},
"departure": {
"time": "1768580881"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581011"
},
"departure": {
"time": "1768581011"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581086"
},
"departure": {
"time": "1768581086"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581286"
},
"departure": {
"time": "1768581286"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581368"
},
"departure": {
"time": "1768581368"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581468"
},
"departure": {
"time": "1768581468"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581571"
},
"departure": {
"time": "1768581571"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581661"
},
"departure": {
"time": "1768581661"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581751"
},
"departure": {
"time": "1768581751"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581830"
},
"departure": {
"time": "1768581830"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581916"
},
"departure": {
"time": "1768581916"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581964"
},
"departure": {
"time": "1768581964"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582033"
},
"departure": {
"time": "1768582033"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582070"
},
"departure": {
"time": "1768582070"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582146"
},
"departure": {
"time": "1768582146"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582244"
},
"departure": {
"time": "1768582244"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582346"
},
"departure": {
"time": "1768582346"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582408"
},
"departure": {
"time": "1768582408"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582451"
},
"departure": {
"time": "1768582451"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582487"
},
"departure": {
"time": "1768582487"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582604"
},
"departure": {
"time": "1768582604"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582752"
},
"departure": {
"time": "1768582752"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582808"
},
"departure": {
"time": "1768582808"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582865"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238212"
}
}
},
{
"id": "trip:6238748",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581420"
},
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581460"
},
"departure": {
"time": "1768581460"
},
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581491"
},
"departure": {
"time": "1768581491"
},
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581513"
},
"departure": {
"time": "1768581513"
},
"stopId": "LAPOINTE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581553"
},
"departure": {
"time": "1768581553"
},
"stopId": "PONTLAIT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581592"
},
"departure": {
"time": "1768581592"
},
"stopId": "GAREBOUC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581629"
},
"departure": {
"time": "1768581629"
},
"stopId": "CAMPBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "BOUCHEM",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581716"
},
"departure": {
"time": "1768581716"
},
"stopId": "CHEVRIER",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581752"
},
"departure": {
"time": "1768581752"
},
"stopId": "PETPORT",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581835"
},
"departure": {
"time": "1768581835"
},
"stopId": "HAUBOUCH",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "ARTAUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581957"
},
"departure": {
"time": "1768581957"
},
"stopId": "PIVERDIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582050"
},
"departure": {
"time": "1768582050"
},
"stopId": "CLOSVI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582099"
},
"departure": {
"time": "1768582099"
},
"stopId": "P-ANJO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582157"
},
"departure": {
"time": "1768582157"
},
"stopId": "HARENC",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582229"
},
"departure": {
"time": "1768582229"
},
"stopId": "P-ANJOU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582348"
},
"departure": {
"time": "1768582348"
},
"stopId": "PETVIVIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582424"
},
"departure": {
"time": "1768582424"
},
"stopId": "PRUNIERS",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582458"
},
"departure": {
"time": "1768582458"
},
"stopId": "CROISETT",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582563"
},
"departure": {
"time": "1768582563"
},
"stopId": "CAMLACMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582609"
},
"departure": {
"time": "1768582609"
},
"stopId": "LACDMAIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582697"
},
"departure": {
"time": "1768582697"
},
"stopId": "PERUSSAI",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582768"
},
"departure": {
"time": "1768582768"
},
"stopId": "JEAN-MON",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582926"
},
"departure": {
"time": "1768582926"
},
"stopId": "CNFPT",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582997"
},
"departure": {
"time": "1768582997"
},
"stopId": "BEAUSSIE",
"stopSequence": 29
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6238748"
}
}
},
{
"id": "trip:19303",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579381"
},
"departure": {
"time": "1768579389"
},
"stopId": "CRFRUX-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579417"
},
"departure": {
"time": "1768579423"
},
"stopId": "LAJANV-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579517"
},
"departure": {
"time": "1768579517"
},
"stopId": "FROMIO-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579710"
},
"departure": {
"time": "1768579710"
},
"stopId": "PINELI-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579771"
},
"departure": {
"time": "1768579771"
},
"stopId": "CLEMEG-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579838"
},
"departure": {
"time": "1768579838"
},
"stopId": "GUERAN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579923"
},
"departure": {
"time": "1768579923"
},
"stopId": "STCLEM",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580070"
},
"departure": {
"time": "1768580070"
},
"stopId": "ROCHETTE",
"stopSequence": 14
}
],
"trip": {
"directionId": 1,
"routeId": "193",
"tripId": "19303"
}
}
},
{
"id": "trip:20203",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579394"
},
"departure": {
"time": "1768579457"
},
"stopId": "LORPLM-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579507"
},
"departure": {
"time": "1768579507"
},
"stopId": "NOUE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579630"
},
"departure": {
"time": "1768579630"
},
"stopId": "PLMACE-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579930"
},
"departure": {
"time": "1768579930"
},
"stopId": "CHAUVIRA",
"stopSequence": 5
}
],
"trip": {
"directionId": 1,
"routeId": "202",
"tripId": "20203"
}
}
},
{
"id": "trip:6240176",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579374"
},
"departure": {
"time": "1768579453"
},
"stopId": "GENDRO-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579525"
},
"departure": {
"time": "1768579525"
},
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579625"
},
"departure": {
"time": "1768579625"
},
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579710"
},
"departure": {
"time": "1768579710"
},
"stopId": "BELPOU-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579797"
},
"departure": {
"time": "1768579797"
},
"stopId": "PONTSC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579971"
},
"departure": {
"time": "1768579971"
},
"stopId": "LOIRE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580021"
},
"departure": {
"time": "1768580021"
},
"stopId": "DUBE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580087"
},
"departure": {
"time": "1768580087"
},
"stopId": "LOUET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580145"
},
"departure": {
"time": "1768580145"
},
"stopId": "BOSQUE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580217"
},
"departure": {
"time": "1768580217"
},
"stopId": "CHAERI-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580283"
},
"departure": {
"time": "1768580283"
},
"stopId": "FONTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580360"
},
"departure": {
"time": "1768580360"
},
"stopId": "ERIGNE",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580443"
},
"stopId": "SOLAND",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240176"
}
}
},
{
"id": "trip:6237432",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579390"
},
"departure": {
"time": "1768579414"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579476"
},
"departure": {
"time": "1768579476"
},
"stopId": "2AARD",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579460"
},
"departure": {
"time": "1768579460"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237432"
}
}
},
{
"id": "trip:15029",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579393"
},
"departure": {
"time": "0"
},
"stopId": "ERIGNE-E",
"stopSequence": 10
}
],
"trip": {
"directionId": 1,
"routeId": "150",
"tripId": "15029"
}
}
},
{
"id": "trip:6238283",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579470"
},
"departure": {
"time": "1768579470"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579590"
},
"departure": {
"time": "1768579590"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579688"
},
"departure": {
"time": "1768579688"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579778"
},
"departure": {
"time": "1768579778"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579857"
},
"departure": {
"time": "1768579857"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579943"
},
"departure": {
"time": "1768579943"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579991"
},
"departure": {
"time": "1768579991"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580060"
},
"departure": {
"time": "1768580060"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580097"
},
"departure": {
"time": "1768580097"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580173"
},
"departure": {
"time": "1768580173"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580224"
},
"departure": {
"time": "1768580224"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580388"
},
"departure": {
"time": "1768580388"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580461"
},
"departure": {
"time": "1768580461"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580511"
},
"departure": {
"time": "1768580511"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580553"
},
"departure": {
"time": "1768580553"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580644"
},
"departure": {
"time": "1768580644"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580831"
},
"departure": {
"time": "1768580831"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580887"
},
"departure": {
"time": "1768580887"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580944"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238283"
}
}
},
{
"id": "trip:6239171",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579374"
},
"departure": {
"time": "1768579374"
},
"stopId": "LEOLAGRA",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579409"
},
"departure": {
"time": "1768579409"
},
"stopId": "VDLOIRE",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579453"
},
"departure": {
"time": "1768579469"
},
"stopId": "ECLATERI",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579371"
},
"departure": {
"time": "1768579371"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579443"
},
"departure": {
"time": "1768579443"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579509"
},
"departure": {
"time": "1768579509"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579596"
},
"departure": {
"time": "1768579596"
},
"stopId": "JUSTICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579650"
},
"departure": {
"time": "1768579650"
},
"stopId": "DELACROI",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579861"
},
"departure": {
"time": "1768579861"
},
"stopId": "INTERMIL",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579944"
},
"departure": {
"time": "1768579944"
},
"stopId": "HAUTPRES",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580009"
},
"departure": {
"time": "1768580009"
},
"stopId": "DELATTRE",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580079"
},
"departure": {
"time": "1768580079"
},
"stopId": "MORELLIE",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580128"
},
"departure": {
"time": "1768580128"
},
"stopId": "LORETTE",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580179"
},
"departure": {
"time": "1768580179"
},
"stopId": "BEAUVAL",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580448"
},
"departure": {
"time": "1768580448"
},
"stopId": "FREMUR",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580511"
},
"departure": {
"time": "1768580511"
},
"stopId": "VAUBAN",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580556"
},
"departure": {
"time": "1768580556"
},
"stopId": "POIREL",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580635"
},
"departure": {
"time": "1768580635"
},
"stopId": "PONTNOIR",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580686"
},
"departure": {
"time": "1768580686"
},
"stopId": "SEMARD",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580732"
},
"departure": {
"time": "1768580732"
},
"stopId": "GARETERM",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581027"
},
"departure": {
"time": "1768581027"
},
"stopId": "HARAS",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581112"
},
"departure": {
"time": "1768581112"
},
"stopId": "STAUBIN",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581213"
},
"departure": {
"time": "1768581240"
},
"stopId": "LORRAIN1",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581391"
},
"departure": {
"time": "1768581391"
},
"stopId": "MENDES-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581548"
},
"departure": {
"time": "1768581548"
},
"stopId": "TALET-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581815"
},
"departure": {
"time": "1768581815"
},
"stopId": "RAMON-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581545"
},
"departure": {
"time": "1768581545"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACEN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581885"
},
"departure": {
"time": "1768581885"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOU-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581990"
},
"departure": {
"time": "1768581990"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581901"
},
"departure": {
"time": "1768581901"
},
"stopId": "RBRIOL-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581944"
},
"departure": {
"time": "1768581944"
},
"stopId": "NOZAY-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582021"
},
"departure": {
"time": "1768582021"
},
"stopId": "AUVERG-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582085"
},
"departure": {
"time": "1768582085"
},
"stopId": "SAVOIE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768582174"
},
"departure": {
"time": "1768582174"
},
"stopId": "INDUST-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768582238"
},
"departure": {
"time": "1768582238"
},
"stopId": "HOTELL-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768582470"
},
"departure": {
"time": "1768582470"
},
"stopId": "RTEPAR-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768582575"
},
"stopId": "PROVIN-E",
"stopSequence": 61
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6239171"
}
}
},
{
"id": "trip:6238782",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579457"
},
"departure": {
"time": "1768579457"
},
"stopId": "MVIGNE-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579520"
},
"departure": {
"time": "1768579520"
},
"stopId": "CHBBEI-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579575"
},
"departure": {
"time": "1768579575"
},
"stopId": "BOISRA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579641"
},
"departure": {
"time": "1768579641"
},
"stopId": "NDAMLA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579760"
},
"departure": {
"time": "1768579760"
},
"stopId": "CITEUN-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579880"
},
"departure": {
"time": "1768579880"
},
"stopId": "BEAUSS-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579979"
},
"departure": {
"time": "1768579979"
},
"stopId": "CNFPT-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580195"
},
"departure": {
"time": "1768580195"
},
"stopId": "JEMONNET",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580335"
},
"departure": {
"time": "1768580335"
},
"stopId": "PERUSS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580432"
},
"departure": {
"time": "1768580432"
},
"stopId": "LACDMA-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580484"
},
"departure": {
"time": "1768580484"
},
"stopId": "CAMLAC-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580606"
},
"departure": {
"time": "1768580606"
},
"stopId": "CROISE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580642"
},
"departure": {
"time": "1768580642"
},
"stopId": "PRUNIE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580855"
},
"departure": {
"time": "1768580855"
},
"stopId": "P-ANJO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580896"
},
"departure": {
"time": "1768580896"
},
"stopId": "HARENC",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "P-ANJOU",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581065"
},
"departure": {
"time": "1768581065"
},
"stopId": "CLOSVIGN",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581131"
},
"departure": {
"time": "1768581131"
},
"stopId": "PIVERD-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581196"
},
"departure": {
"time": "1768581196"
},
"stopId": "ARTAUD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581259"
},
"departure": {
"time": "1768581259"
},
"stopId": "HAUBOU-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581341"
},
"departure": {
"time": "1768581341"
},
"stopId": "PETPOR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581382"
},
"departure": {
"time": "1768581382"
},
"stopId": "CHEVRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581436"
},
"departure": {
"time": "1768581436"
},
"stopId": "BOUCHE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581479"
},
"departure": {
"time": "1768581479"
},
"stopId": "CAMPBO-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581535"
},
"departure": {
"time": "1768581535"
},
"stopId": "GAREBO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581598"
},
"departure": {
"time": "1768581598"
},
"stopId": "PONTLA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581663"
},
"departure": {
"time": "1768581663"
},
"stopId": "LAPOIN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581732"
},
"departure": {
"time": "1768581732"
},
"stopId": "RANGEA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581796"
},
"departure": {
"time": "1768581796"
},
"stopId": "VIGNES-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581856"
},
"stopId": "CHANTOUR",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238782"
}
}
},
{
"id": "trip:6238509",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580400"
},
"stopId": "LATOLL",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580457"
},
"departure": {
"time": "1768580457"
},
"stopId": "ECHATS",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580498"
},
"departure": {
"time": "1768580498"
},
"stopId": "CITRONNL",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580545"
},
"departure": {
"time": "1768580545"
},
"stopId": "MONOD",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580580"
},
"departure": {
"time": "1768580580"
},
"stopId": "CERFEUIL",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580641"
},
"departure": {
"time": "1768580641"
},
"stopId": "PROMENIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580682"
},
"departure": {
"time": "1768580682"
},
"stopId": "GRANBELL",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580722"
},
"departure": {
"time": "1768580722"
},
"stopId": "RODIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "BRGPAILL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580842"
},
"departure": {
"time": "1768580842"
},
"stopId": "LANDREAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580874"
},
"departure": {
"time": "1768580874"
},
"stopId": "GDPERIGN",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580914"
},
"departure": {
"time": "1768580914"
},
"stopId": "INRA",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580940"
},
"departure": {
"time": "1768580940"
},
"stopId": "MOREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581060"
},
"departure": {
"time": "1768581060"
},
"stopId": "DARWIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "CNFPT-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581671"
},
"departure": {
"time": "1768581671"
},
"stopId": "ACADEMIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581749"
},
"departure": {
"time": "1768581749"
},
"stopId": "GBREM-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581840"
},
"stopId": "GAREPAPI",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6238509"
}
}
},
{
"id": "trip:6238698",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768581537"
},
"departure": {
"time": "1768581537"
},
"stopId": "POULARDE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581720"
},
"stopId": "POLE49",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581783"
},
"departure": {
"time": "1768581783"
},
"stopId": "HELBOU",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581818"
},
"departure": {
"time": "1768581818"
},
"stopId": "COLOMB",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581855"
},
"departure": {
"time": "1768581855"
},
"stopId": "CHANTRI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582010"
},
"departure": {
"time": "1768582010"
},
"stopId": "COINTREA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582065"
},
"departure": {
"time": "1768582065"
},
"stopId": "MAISONSR",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582125"
},
"departure": {
"time": "1768582125"
},
"stopId": "GATS",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582192"
},
"departure": {
"time": "1768582192"
},
"stopId": "CAMELI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582259"
},
"departure": {
"time": "1768582259"
},
"stopId": "MONTREJO",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582320"
},
"departure": {
"time": "1768582320"
},
"stopId": "COUPERIN",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582546"
},
"departure": {
"time": "1768582546"
},
"stopId": "MONTAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582882"
},
"departure": {
"time": "1768582882"
},
"stopId": "CLEMOINE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768583025"
},
"departure": {
"time": "1768583025"
},
"stopId": "MAIL-NAE",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "11",
"tripId": "6238698"
}
}
},
{
"id": "trip:3624",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579408"
},
"departure": {
"time": "1768579456"
},
"stopId": "CNFPT",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579456"
},
"departure": {
"time": "0"
},
"stopId": "LABABEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579856"
},
"departure": {
"time": "1768579856"
},
"stopId": "FARCYSJA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580010"
},
"departure": {
"time": "1768580010"
},
"stopId": "QUAIsubN",
"stopSequence": 13
}
],
"trip": {
"directionId": 0,
"routeId": "36",
"tripId": "3624"
}
}
},
{
"id": "trip:6239486",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579408"
},
"departure": {
"time": "1768579443"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579573"
},
"departure": {
"time": "1768579573"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579673"
},
"departure": {
"time": "1768579673"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579748"
},
"departure": {
"time": "1768579748"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579841"
},
"departure": {
"time": "1768579841"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1768579884"
},
"departure": {
"time": "1768579884"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1768579960"
},
"departure": {
"time": "1768579960"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580032"
},
"departure": {
"time": "1768580032"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580095"
},
"departure": {
"time": "1768580095"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580151"
},
"departure": {
"time": "1768580151"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580201"
},
"departure": {
"time": "1768580201"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580411"
},
"departure": {
"time": "1768580411"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580467"
},
"departure": {
"time": "1768580467"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580542"
},
"departure": {
"time": "1768580542"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768580613"
},
"departure": {
"time": "1768580613"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768580752"
},
"departure": {
"time": "1768580752"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768580934"
},
"departure": {
"time": "1768580934"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768581052"
},
"departure": {
"time": "1768581052"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581191"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239486"
}
}
},
{
"id": "trip:6238997",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579561"
},
"departure": {
"time": "1768579561"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SEMARD-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579624"
},
"departure": {
"time": "1768579624"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTNO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579745"
},
"departure": {
"time": "1768579745"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POIREL-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579877"
},
"departure": {
"time": "1768579877"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FREMUR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580111"
},
"departure": {
"time": "1768580111"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LETAND-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580148"
},
"departure": {
"time": "1768580148"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEDIER-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580186"
},
"departure": {
"time": "1768580186"
},
"scheduleRelationship": "SKIPPED",
"stopId": "INTREP-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580223"
},
"departure": {
"time": "1768580223"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MTARDA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580268"
},
"departure": {
"time": "1768580268"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AUBRY-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580327"
},
"departure": {
"time": "1768580327"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COSSE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580401"
},
"departure": {
"time": "1768580401"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HUTREA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580425"
},
"departure": {
"time": "1768580425"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JOLIVE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580489"
},
"departure": {
"time": "1768580489"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BELOEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580531"
},
"departure": {
"time": "1768580531"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RTEDAN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580582"
},
"departure": {
"time": "1768580582"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LESROS-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580665"
},
"departure": {
"time": "1768580665"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LOUPIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580739"
},
"departure": {
"time": "1768580739"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MASGEM-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580791"
},
"departure": {
"time": "1768580791"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOSGEM-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580863"
},
"departure": {
"time": "1768580863"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLOS9-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580915"
},
"departure": {
"time": "1768580915"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VANRIE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580976"
},
"departure": {
"time": "1768580976"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PORTSG-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581009"
},
"departure": {
"time": "1768581009"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LECHEN-E",
"stopSequence": 56
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6238997"
}
}
},
{
"id": "trip:6238739",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579376"
},
"departure": {
"time": "1768579392"
},
"stopId": "CHARNASS",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579466"
},
"departure": {
"time": "1768579482"
},
"stopId": "FRATER",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579569"
},
"departure": {
"time": "1768579569"
},
"stopId": "LECUIT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579668"
},
"departure": {
"time": "1768579668"
},
"stopId": "BLERIOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579736"
},
"departure": {
"time": "1768579736"
},
"stopId": "BARRA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579822"
},
"departure": {
"time": "1768579822"
},
"stopId": "STTERESE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579934"
},
"departure": {
"time": "1768579934"
},
"stopId": "DESCAZEA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580023"
},
"departure": {
"time": "1768580023"
},
"stopId": "MONPROFI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580108"
},
"departure": {
"time": "1768580108"
},
"stopId": "LEQUAI",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580303"
},
"departure": {
"time": "1768580303"
},
"stopId": "FARCSJ-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580398"
},
"departure": {
"time": "1768580398"
},
"stopId": "MVIGNE-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580453"
},
"departure": {
"time": "1768580453"
},
"stopId": "CHBBEI-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580508"
},
"departure": {
"time": "1768580508"
},
"stopId": "BOISRA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580574"
},
"departure": {
"time": "1768580574"
},
"stopId": "NDAMLA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580693"
},
"departure": {
"time": "1768580693"
},
"stopId": "CITEUN-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580813"
},
"departure": {
"time": "1768580813"
},
"stopId": "BEAUSS-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580912"
},
"departure": {
"time": "1768580912"
},
"stopId": "CNFPT-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581143"
},
"departure": {
"time": "1768581143"
},
"stopId": "JEMONNET",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581248"
},
"departure": {
"time": "1768581248"
},
"stopId": "PERUSS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581330"
},
"departure": {
"time": "1768581330"
},
"stopId": "LACDMA-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581382"
},
"departure": {
"time": "1768581382"
},
"stopId": "CAMLAC-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581517"
},
"departure": {
"time": "1768581517"
},
"stopId": "CROISE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581553"
},
"departure": {
"time": "1768581553"
},
"stopId": "PRUNIE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581753"
},
"departure": {
"time": "1768581753"
},
"stopId": "P-ANJO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581840"
},
"departure": {
"time": "1768581840"
},
"stopId": "HARENC",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581910"
},
"departure": {
"time": "1768581910"
},
"stopId": "P-ANJOU",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581975"
},
"departure": {
"time": "1768581975"
},
"stopId": "CLOSVIGN",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582075"
},
"departure": {
"time": "1768582075"
},
"stopId": "PIVERD-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582140"
},
"departure": {
"time": "1768582140"
},
"stopId": "ARTAUD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582203"
},
"departure": {
"time": "1768582203"
},
"stopId": "HAUBOU-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582285"
},
"departure": {
"time": "1768582285"
},
"stopId": "PETPOR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582326"
},
"departure": {
"time": "1768582326"
},
"stopId": "CHEVRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582380"
},
"departure": {
"time": "1768582380"
},
"stopId": "BOUCHE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582417"
},
"departure": {
"time": "1768582417"
},
"stopId": "CAMPBO-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582465"
},
"departure": {
"time": "1768582465"
},
"stopId": "GAREBO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582519"
},
"departure": {
"time": "1768582519"
},
"stopId": "PONTLA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582581"
},
"departure": {
"time": "1768582581"
},
"stopId": "LAPOIN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582594"
},
"departure": {
"time": "1768582594"
},
"stopId": "RANGEA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582630"
},
"departure": {
"time": "1768582630"
},
"stopId": "VIGNES-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582707"
},
"stopId": "CHANTOUR",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238739"
}
}
},
{
"id": "trip:6238535",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579394"
},
"departure": {
"time": "1768579440"
},
"stopId": "MOREL-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579455"
},
"departure": {
"time": "1768579455"
},
"stopId": "INRA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579507"
},
"departure": {
"time": "1768579507"
},
"stopId": "GDPERI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579541"
},
"departure": {
"time": "1768579541"
},
"stopId": "LANDRE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579604"
},
"departure": {
"time": "1768579604"
},
"stopId": "BRGPAI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579636"
},
"departure": {
"time": "1768579636"
},
"stopId": "RODIN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579703"
},
"departure": {
"time": "1768579703"
},
"stopId": "GRANBE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579753"
},
"departure": {
"time": "1768579753"
},
"stopId": "PROME-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579808"
},
"departure": {
"time": "1768579808"
},
"stopId": "CERFEU-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579853"
},
"departure": {
"time": "1768579853"
},
"stopId": "MONOD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579898"
},
"departure": {
"time": "1768579898"
},
"stopId": "CITRON-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579939"
},
"departure": {
"time": "1768579939"
},
"stopId": "ECHATS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580048"
},
"stopId": "LATOLL",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6238535"
}
}
},
{
"id": "trip:15015",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579421"
},
"departure": {
"time": "1768579421"
},
"stopId": "GDPRES-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579450"
},
"departure": {
"time": "1768579450"
},
"stopId": "SOLAND-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579497"
},
"departure": {
"time": "1768579497"
},
"stopId": "ERIGNE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579617"
},
"departure": {
"time": "1768579617"
},
"stopId": "LEVESQ-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579656"
},
"departure": {
"time": "1768579656"
},
"stopId": "MURSHV-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579750"
},
"departure": {
"time": "1768579750"
},
"stopId": "CARMET-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579864"
},
"departure": {
"time": "1768579864"
},
"stopId": "LECOTE-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579937"
},
"departure": {
"time": "1768579937"
},
"stopId": "LABUIS-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579990"
},
"departure": {
"time": "1768579990"
},
"stopId": "HTMURS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580136"
},
"departure": {
"time": "1768580136"
},
"stopId": "CLBEUR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580222"
},
"departure": {
"time": "1768580222"
},
"stopId": "RGILAR-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580290"
},
"departure": {
"time": "1768580290"
},
"stopId": "BOURRE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580501"
},
"departure": {
"time": "1768580501"
},
"stopId": "GAIGNE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580530"
},
"departure": {
"time": "1768580530"
},
"stopId": "JONCHE-E",
"stopSequence": 31
}
],
"trip": {
"directionId": 1,
"routeId": "150",
"tripId": "15015"
}
}
},
{
"id": "trip:6237527",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580810"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580879"
},
"departure": {
"time": "1768580879"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580960"
},
"departure": {
"time": "1768580960"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581204"
},
"departure": {
"time": "1768581204"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581378"
},
"departure": {
"time": "1768581378"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581630"
},
"departure": {
"time": "1768581630"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581740"
},
"departure": {
"time": "1768581740"
},
"stopId": "2STSE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581870"
},
"departure": {
"time": "1768581870"
},
"stopId": "2MOLIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581990"
},
"departure": {
"time": "1768581990"
},
"stopId": "2DOUT",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582160"
},
"departure": {
"time": "1768582160"
},
"stopId": "2QUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582331"
},
"departure": {
"time": "1768582331"
},
"stopId": "2FARC",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582439"
},
"departure": {
"time": "1768582439"
},
"stopId": "2ELYS",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582531"
},
"departure": {
"time": "1768582531"
},
"stopId": "2PATT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582610"
},
"departure": {
"time": "1768582610"
},
"stopId": "2BARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582710"
},
"departure": {
"time": "1768582710"
},
"stopId": "2BEAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582800"
},
"stopId": "1BBCA",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237527"
}
}
},
{
"id": "trip:6239063",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581900"
},
"stopId": "ROMORNA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581992"
},
"departure": {
"time": "1768581992"
},
"stopId": "LECHENE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582018"
},
"departure": {
"time": "1768582018"
},
"stopId": "PORTSG",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582063"
},
"departure": {
"time": "1768582063"
},
"stopId": "VANRIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582127"
},
"departure": {
"time": "1768582127"
},
"stopId": "CLOSNEUF",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582191"
},
"departure": {
"time": "1768582191"
},
"stopId": "HOSGEMME",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582241"
},
"departure": {
"time": "1768582241"
},
"stopId": "MASGEMME",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582306"
},
"departure": {
"time": "1768582306"
},
"stopId": "LOUPINO",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582381"
},
"departure": {
"time": "1768582381"
},
"stopId": "LESROSES",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "RTEDANGE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582466"
},
"departure": {
"time": "1768582466"
},
"stopId": "BELOEIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582536"
},
"departure": {
"time": "1768582536"
},
"stopId": "JOLIVETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582561"
},
"departure": {
"time": "1768582561"
},
"stopId": "HUTREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582641"
},
"departure": {
"time": "1768582641"
},
"stopId": "COSSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582684"
},
"departure": {
"time": "1768582684"
},
"stopId": "AUBRY",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582742"
},
"departure": {
"time": "1768582742"
},
"stopId": "MTARDAT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582777"
},
"departure": {
"time": "1768582777"
},
"stopId": "INTREPID",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582820"
},
"departure": {
"time": "1768582820"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1768583059"
},
"departure": {
"time": "1768583059"
},
"stopId": "FREMUR",
"stopSequence": 20
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6239063"
}
}
},
{
"id": "trip:6052372",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579451"
},
"departure": {
"time": "1768579451"
},
"stopId": "LEQUAI-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579564"
},
"departure": {
"time": "1768579564"
},
"stopId": "MONPR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579634"
},
"departure": {
"time": "1768579634"
},
"stopId": "DESCAZ-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579701"
},
"departure": {
"time": "1768579701"
},
"stopId": "STTHER-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579796"
},
"departure": {
"time": "1768579796"
},
"stopId": "BARRA-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579864"
},
"departure": {
"time": "1768579864"
},
"stopId": "BLERIO-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580050"
},
"departure": {
"time": "1768580050"
},
"stopId": "LECUIT-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580190"
},
"departure": {
"time": "1768580190"
},
"stopId": "AQUAVITA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580550"
},
"departure": {
"time": "1768580550"
},
"stopId": "CHENOI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580610"
},
"departure": {
"time": "1768580610"
},
"stopId": "JEHUEZ-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580678"
},
"departure": {
"time": "1768580678"
},
"stopId": "PLATEF-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580768"
},
"departure": {
"time": "1768580768"
},
"stopId": "ESPMON-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580845"
},
"departure": {
"time": "1768580845"
},
"stopId": "BELAIR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580905"
},
"departure": {
"time": "1768580905"
},
"stopId": "ZOLA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580983"
},
"departure": {
"time": "1768580983"
},
"stopId": "ANAFRA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581128"
},
"departure": {
"time": "1768581128"
},
"stopId": "CAMPJU-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581202"
},
"departure": {
"time": "1768581202"
},
"stopId": "LAEN-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581261"
},
"departure": {
"time": "1768581261"
},
"stopId": "BECK-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581325"
},
"stopId": "DOMVATER",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052372"
}
}
},
{
"id": "trip:6237529",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581940"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582009"
},
"departure": {
"time": "1768582009"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582090"
},
"departure": {
"time": "1768582090"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582250"
},
"departure": {
"time": "1768582250"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582334"
},
"departure": {
"time": "1768582334"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582508"
},
"departure": {
"time": "1768582508"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582610"
},
"departure": {
"time": "1768582610"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582760"
},
"departure": {
"time": "1768582760"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582870"
},
"departure": {
"time": "1768582870"
},
"stopId": "2STSE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768583000"
},
"departure": {
"time": "1768583000"
},
"stopId": "2MOLIE",
"stopSequence": 9
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237529"
}
}
},
{
"id": "trip:3421",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579480"
},
"departure": {
"time": "1768579480"
},
"stopId": "MEIG34-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579507"
},
"departure": {
"time": "1768579507"
},
"stopId": "MOLINE-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579571"
},
"departure": {
"time": "1768579571"
},
"stopId": "MAUNY-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579704"
},
"departure": {
"time": "1768579704"
},
"stopId": "GUILL-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579815"
},
"departure": {
"time": "1768579815"
},
"stopId": "ESPLO-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579854"
},
"departure": {
"time": "1768579854"
},
"stopId": "LORPLM-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579900"
},
"departure": {
"time": "1768579900"
},
"stopId": "NOUE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580089"
},
"departure": {
"time": "1768580089"
},
"stopId": "PAGNOL-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580140"
},
"departure": {
"time": "1768580140"
},
"stopId": "JOUVET-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580199"
},
"departure": {
"time": "1768580199"
},
"stopId": "MEMBMA-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580260"
},
"departure": {
"time": "1768580260"
},
"stopId": "GABORI-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580320"
},
"departure": {
"time": "1768580320"
},
"stopId": "BOISDA-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580380"
},
"departure": {
"time": "1768580380"
},
"stopId": "ZACHESNA",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "34",
"tripId": "3421"
}
}
},
{
"id": "trip:6237419",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580520"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580640"
},
"departure": {
"time": "1768580640"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580880"
},
"departure": {
"time": "1768580880"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581090"
},
"departure": {
"time": "1768581090"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581190"
},
"departure": {
"time": "1768581190"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581380"
},
"departure": {
"time": "1768581380"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581490"
},
"departure": {
"time": "1768581490"
},
"stopId": "2RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581630"
},
"departure": {
"time": "1768581630"
},
"stopId": "2MOLIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581750"
},
"departure": {
"time": "1768581750"
},
"stopId": "2DOUT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581920"
},
"departure": {
"time": "1768581920"
},
"stopId": "2QUAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582092"
},
"departure": {
"time": "1768582092"
},
"stopId": "2FARC",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "2ELYS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582292"
},
"departure": {
"time": "1768582292"
},
"stopId": "2PATT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582370"
},
"departure": {
"time": "1768582370"
},
"stopId": "2BARR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582467"
},
"departure": {
"time": "1768582467"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582560"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237419"
}
}
},
{
"id": "trip:6238581",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579421"
},
"departure": {
"time": "1768579421"
},
"stopId": "MUTUAL-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579503"
},
"departure": {
"time": "1768579503"
},
"stopId": "VILLES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579588"
},
"departure": {
"time": "1768579588"
},
"stopId": "VIVIER-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579661"
},
"departure": {
"time": "1768579661"
},
"stopId": "MARIAN-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579725"
},
"departure": {
"time": "1768579725"
},
"stopId": "LINOVE-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579849"
},
"departure": {
"time": "1768579849"
},
"stopId": "ATHLET-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579904"
},
"departure": {
"time": "1768579904"
},
"stopId": "DIONNE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768579961"
},
"departure": {
"time": "1768579961"
},
"stopId": "GENDRO-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580005"
},
"departure": {
"time": "1768580005"
},
"stopId": "CHESNA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580053"
},
"departure": {
"time": "1768580053"
},
"stopId": "GIRAD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580148"
},
"departure": {
"time": "1768580148"
},
"stopId": "FRANVILL",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580172"
},
"departure": {
"time": "1768580172"
},
"stopId": "GGESSAND",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580284"
},
"departure": {
"time": "1768580284"
},
"stopId": "MACURIE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579576"
},
"departure": {
"time": "1768579576"
},
"stopId": "JEROSTAN",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579556"
},
"departure": {
"time": "1768579556"
},
"stopId": "RONCIERE",
"stopSequence": 46
},
{
"arrival": {
"time": "1768579528"
},
"departure": {
"time": "1768579528"
},
"stopId": "GUILLE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580652"
},
"stopId": "MOULINMA",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6238581"
}
}
},
{
"id": "trip:6239126",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580954"
},
"stopId": "PROVINS",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581026"
},
"departure": {
"time": "1768581026"
},
"stopId": "RTEPARIS",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581191"
},
"departure": {
"time": "1768581191"
},
"stopId": "HOTELLER",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581237"
},
"departure": {
"time": "1768581237"
},
"stopId": "INDUSTRI",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581376"
},
"departure": {
"time": "1768581376"
},
"stopId": "SAVOIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581466"
},
"departure": {
"time": "1768581466"
},
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581525"
},
"departure": {
"time": "1768581525"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581570"
},
"departure": {
"time": "1768581570"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581616"
},
"departure": {
"time": "1768581616"
},
"stopId": "RAMON",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581815"
},
"departure": {
"time": "1768581815"
},
"stopId": "BESNARDI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581899"
},
"departure": {
"time": "1768581899"
},
"stopId": "TALET",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581170"
},
"departure": {
"time": "1768581170"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLANT",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581308"
},
"departure": {
"time": "1768581308"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOUER",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACENEY",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581716"
},
"departure": {
"time": "1768581716"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582159"
},
"departure": {
"time": "1768582159"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582302"
},
"departure": {
"time": "1768582302"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582441"
},
"departure": {
"time": "1768582441"
},
"stopId": "STAUBI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582499"
},
"departure": {
"time": "1768582499"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582635"
},
"departure": {
"time": "1768582635"
},
"stopId": "LESGAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582775"
},
"departure": {
"time": "1768582775"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582816"
},
"departure": {
"time": "1768582816"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582968"
},
"departure": {
"time": "1768582968"
},
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768583022"
},
"departure": {
"time": "1768583022"
},
"stopId": "FREMUR-E",
"stopSequence": 26
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6239126"
}
}
},
{
"id": "trip:6239153",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579404"
},
"departure": {
"time": "1768579404"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579512"
},
"departure": {
"time": "1768579512"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579541"
},
"departure": {
"time": "1768579541"
},
"stopId": "RAMON",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"stopId": "BESNARDI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579824"
},
"departure": {
"time": "1768579824"
},
"stopId": "TALET",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580105"
},
"departure": {
"time": "1768580105"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579392"
},
"departure": {
"time": "1768579392"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580671"
},
"departure": {
"time": "1768580671"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580704"
},
"departure": {
"time": "1768580704"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580856"
},
"departure": {
"time": "1768580856"
},
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580990"
},
"departure": {
"time": "1768580990"
},
"stopId": "FREMUR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581212"
},
"departure": {
"time": "1768581212"
},
"stopId": "LETAND-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581282"
},
"departure": {
"time": "1768581282"
},
"stopId": "BEAUVA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581392"
},
"departure": {
"time": "1768581392"
},
"stopId": "LORETT-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581455"
},
"departure": {
"time": "1768581455"
},
"stopId": "MORELI-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581553"
},
"departure": {
"time": "1768581553"
},
"stopId": "DELATR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581662"
},
"departure": {
"time": "1768581662"
},
"stopId": "HAUTPR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581832"
},
"departure": {
"time": "1768581832"
},
"stopId": "INTMIL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582017"
},
"departure": {
"time": "1768582017"
},
"stopId": "DELACR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582072"
},
"departure": {
"time": "1768582072"
},
"stopId": "JUSTIC-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582166"
},
"departure": {
"time": "1768582166"
},
"stopId": "ECLATE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582265"
},
"departure": {
"time": "1768582265"
},
"stopId": "VDLOIR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582399"
},
"departure": {
"time": "1768582399"
},
"stopId": "DAGUER-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582468"
},
"departure": {
"time": "1768582468"
},
"stopId": "ALLUME-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581802"
},
"departure": {
"time": "1768581802"
},
"stopId": "RIOTTE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768583039"
},
"stopId": "SLEZIND",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6239153"
}
}
},
{
"id": "trip:16303",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579820"
},
"departure": {
"time": "1768579820"
},
"stopId": "BAUDRA-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580027"
},
"departure": {
"time": "1768580027"
},
"stopId": "RTSORGES",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580094"
},
"departure": {
"time": "1768580094"
},
"stopId": "SORGES",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580128"
},
"departure": {
"time": "1768580128"
},
"stopId": "MAUPERTH",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580180"
},
"departure": {
"time": "1768580180"
},
"stopId": "RENOU",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580444"
},
"departure": {
"time": "1768580444"
},
"stopId": "BUISSON",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580540"
},
"departure": {
"time": "1768580540"
},
"stopId": "PYRAM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580605"
},
"departure": {
"time": "1768580605"
},
"stopId": "LEFEVRE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580651"
},
"departure": {
"time": "1768580651"
},
"stopId": "MALAQUAI",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580720"
},
"departure": {
"time": "1768580720"
},
"stopId": "MENARD",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580780"
},
"departure": {
"time": "1768580780"
},
"stopId": "CHOUTEAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580860"
},
"departure": {
"time": "1768580860"
},
"stopId": "FRESNAIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580958"
},
"departure": {
"time": "1768580958"
},
"stopId": "MARAIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581026"
},
"departure": {
"time": "1768581026"
},
"stopId": "BELLVUTR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581080"
},
"departure": {
"time": "1768581080"
},
"stopId": "LEOLAGRA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581207"
},
"departure": {
"time": "1768581207"
},
"stopId": "MONNAIE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581365"
},
"departure": {
"time": "1768581365"
},
"stopId": "ROCHMAR",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581500"
},
"departure": {
"time": "1768581500"
},
"stopId": "BOURGLAC",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "163",
"tripId": "16303"
}
}
},
{
"id": "trip:6239802",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580100"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580136"
},
"departure": {
"time": "1768580136"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580169"
},
"departure": {
"time": "1768580169"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580198"
},
"departure": {
"time": "1768580198"
},
"stopId": "GRANDPIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580228"
},
"departure": {
"time": "1768580228"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580259"
},
"departure": {
"time": "1768580259"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580319"
},
"departure": {
"time": "1768580319"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580362"
},
"departure": {
"time": "1768580362"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580458"
},
"departure": {
"time": "1768580458"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580497"
},
"departure": {
"time": "1768580497"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580535"
},
"departure": {
"time": "1768580535"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580571"
},
"departure": {
"time": "1768580571"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580675"
},
"departure": {
"time": "1768580675"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580716"
},
"departure": {
"time": "1768580716"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580767"
},
"departure": {
"time": "1768580767"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580800"
},
"departure": {
"time": "1768580800"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580839"
},
"departure": {
"time": "1768580839"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580880"
},
"departure": {
"time": "1768580880"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581024"
},
"departure": {
"time": "1768581024"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581087"
},
"departure": {
"time": "1768581087"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581319"
},
"departure": {
"time": "1768581319"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581402"
},
"departure": {
"time": "1768581402"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581567"
},
"departure": {
"time": "1768581567"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581694"
},
"departure": {
"time": "1768581694"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581806"
},
"departure": {
"time": "1768581806"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "MONPROF.",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582002"
},
"departure": {
"time": "1768582002"
},
"stopId": "TRINITE",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582072"
},
"departure": {
"time": "1768582072"
},
"stopId": "BEAUREPA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582140"
},
"departure": {
"time": "1768582140"
},
"stopId": "COEURMA",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582388"
},
"departure": {
"time": "1768582388"
},
"stopId": "CHDARR",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582453"
},
"departure": {
"time": "1768582453"
},
"stopId": "ACADEMIE",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582524"
},
"departure": {
"time": "1768582524"
},
"stopId": "GBREM-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582629"
},
"departure": {
"time": "1768582629"
},
"stopId": "GARETERM",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582680"
},
"departure": {
"time": "1768582680"
},
"stopId": "LESGARES",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582802"
},
"departure": {
"time": "1768582802"
},
"stopId": "HARAS",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582870"
},
"departure": {
"time": "1768582870"
},
"stopId": "STAUBIN",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582980"
},
"stopId": "LOR-FO-A",
"stopSequence": 40
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239802"
}
}
},
{
"id": "trip:6238737",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579456"
},
"departure": {
"time": "1768579456"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FRATER",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579517"
},
"departure": {
"time": "1768579517"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LECUIT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579613"
},
"departure": {
"time": "1768579613"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BLERIOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579683"
},
"departure": {
"time": "1768579683"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BARRA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579771"
},
"departure": {
"time": "1768579771"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STTERESE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579977"
},
"departure": {
"time": "1768579977"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPROFI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580355"
},
"departure": {
"time": "1768580355"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MVIGNE-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580426"
},
"departure": {
"time": "1768580426"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHBBEI-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580481"
},
"departure": {
"time": "1768580481"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOISRA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580547"
},
"departure": {
"time": "1768580547"
},
"scheduleRelationship": "SKIPPED",
"stopId": "NDAMLA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580666"
},
"departure": {
"time": "1768580666"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITEUN-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580786"
},
"departure": {
"time": "1768580786"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUSS-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580885"
},
"departure": {
"time": "1768580885"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CNFPT-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581101"
},
"departure": {
"time": "1768581101"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JEMONNET",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581204"
},
"departure": {
"time": "1768581204"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PERUSS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581301"
},
"departure": {
"time": "1768581301"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LACDMA-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581353"
},
"departure": {
"time": "1768581353"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMLAC-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581475"
},
"departure": {
"time": "1768581475"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CROISE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581511"
},
"departure": {
"time": "1768581511"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PRUNIE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581724"
},
"departure": {
"time": "1768581724"
},
"scheduleRelationship": "SKIPPED",
"stopId": "P-ANJO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581803"
},
"departure": {
"time": "1768581803"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HARENC",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581873"
},
"departure": {
"time": "1768581873"
},
"scheduleRelationship": "SKIPPED",
"stopId": "P-ANJOU",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581938"
},
"departure": {
"time": "1768581938"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLOSVIGN",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582036"
},
"departure": {
"time": "1768582036"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PIVERD-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582099"
},
"departure": {
"time": "1768582099"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARTAUD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582162"
},
"departure": {
"time": "1768582162"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUBOU-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582244"
},
"departure": {
"time": "1768582244"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PETPOR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582285"
},
"departure": {
"time": "1768582285"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHEVRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582339"
},
"departure": {
"time": "1768582339"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOUCHE-E",
"stopSequence": 44
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238737"
}
}
},
{
"id": "trip:6237452",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580990"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581110"
},
"departure": {
"time": "1768581110"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581230"
},
"departure": {
"time": "1768581230"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581350"
},
"departure": {
"time": "1768581350"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581470"
},
"departure": {
"time": "1768581470"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581560"
},
"departure": {
"time": "1768581560"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581770"
},
"departure": {
"time": "1768581770"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581850"
},
"departure": {
"time": "1768581850"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "2RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582100"
},
"departure": {
"time": "1768582100"
},
"stopId": "2MOLIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582220"
},
"departure": {
"time": "1768582220"
},
"stopId": "2DOUT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582390"
},
"departure": {
"time": "1768582390"
},
"stopId": "2QUAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582562"
},
"departure": {
"time": "1768582562"
},
"stopId": "2FARC",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582670"
},
"departure": {
"time": "1768582670"
},
"stopId": "2ELYS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582762"
},
"departure": {
"time": "1768582762"
},
"stopId": "2PATT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582840"
},
"departure": {
"time": "1768582840"
},
"stopId": "2BARR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582937"
},
"departure": {
"time": "1768582937"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768583030"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237452"
}
}
},
{
"id": "trip:6237417",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579689"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579809"
},
"departure": {
"time": "1768579809"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579929"
},
"departure": {
"time": "1768579929"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580049"
},
"departure": {
"time": "1768580049"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580169"
},
"departure": {
"time": "1768580169"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580259"
},
"departure": {
"time": "1768580259"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580359"
},
"departure": {
"time": "1768580359"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580469"
},
"departure": {
"time": "1768580469"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580549"
},
"departure": {
"time": "1768580549"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580659"
},
"departure": {
"time": "1768580659"
},
"stopId": "2RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580799"
},
"departure": {
"time": "1768580799"
},
"stopId": "2MOLIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580919"
},
"departure": {
"time": "1768580919"
},
"stopId": "2DOUT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581089"
},
"departure": {
"time": "1768581089"
},
"stopId": "2QUAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581260"
},
"departure": {
"time": "1768581260"
},
"stopId": "2FARC",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581368"
},
"departure": {
"time": "1768581368"
},
"stopId": "2ELYS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581460"
},
"departure": {
"time": "1768581460"
},
"stopId": "2PATT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581539"
},
"departure": {
"time": "1768581539"
},
"stopId": "2BARR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581638"
},
"departure": {
"time": "1768581638"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581729"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237417"
}
}
},
{
"id": "trip:15019",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579435"
},
"departure": {
"time": "0"
},
"stopId": "FRAVISCO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "AUTHIO-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580119"
},
"departure": {
"time": "1768580119"
},
"stopId": "BELPOU-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580197"
},
"departure": {
"time": "1768580197"
},
"stopId": "PONTSC-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "LOIRE-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580441"
},
"departure": {
"time": "1768580441"
},
"stopId": "DUBE-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580495"
},
"departure": {
"time": "1768580495"
},
"stopId": "LOUET-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580543"
},
"departure": {
"time": "1768580543"
},
"stopId": "BOSQUE-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580604"
},
"departure": {
"time": "1768580604"
},
"stopId": "CHAERI-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "FONTEN-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580730"
},
"departure": {
"time": "1768580730"
},
"stopId": "BARBOT-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580791"
},
"departure": {
"time": "1768580791"
},
"stopId": "GDPRES-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580820"
},
"departure": {
"time": "1768580820"
},
"stopId": "SOLAND-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580881"
},
"departure": {
"time": "1768580881"
},
"stopId": "ERIGNE-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581005"
},
"departure": {
"time": "1768581005"
},
"stopId": "LEVESQ-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581039"
},
"departure": {
"time": "1768581039"
},
"stopId": "MURSHV-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "CARMET-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581245"
},
"departure": {
"time": "1768581245"
},
"stopId": "LECOTE-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581312"
},
"departure": {
"time": "1768581312"
},
"stopId": "LABUIS-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"stopId": "HTMURS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581506"
},
"departure": {
"time": "1768581506"
},
"stopId": "CLBEUR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581592"
},
"departure": {
"time": "1768581592"
},
"stopId": "RGILAR-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "BOURRE-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581871"
},
"departure": {
"time": "1768581871"
},
"stopId": "GAIGNE-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "JONCHE-E",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "150",
"tripId": "15019"
}
}
},
{
"id": "trip:6238705",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579509"
},
"departure": {
"time": "1768579509"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLEMOI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579789"
},
"departure": {
"time": "1768579789"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTAIG",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580007"
},
"departure": {
"time": "1768580007"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COUPER-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580089"
},
"departure": {
"time": "1768580089"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTRJ-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580168"
},
"departure": {
"time": "1768580168"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMELIAS",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580246"
},
"departure": {
"time": "1768580246"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GATS-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580371"
},
"departure": {
"time": "1768580371"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COINTR-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580558"
},
"departure": {
"time": "1768580558"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHANTR-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580621"
},
"departure": {
"time": "1768580621"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COLOM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580683"
},
"departure": {
"time": "1768580683"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HELBO-E",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "11",
"tripId": "6238705"
}
}
},
{
"id": "trip:4031",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579720"
},
"departure": {
"time": "1768579720"
},
"stopId": "MILLOT-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579807"
},
"departure": {
"time": "1768579807"
},
"stopId": "JUSTIC-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580103"
},
"departure": {
"time": "1768580103"
},
"stopId": "FRESNA-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580320"
},
"departure": {
"time": "1768580320"
},
"stopId": "DAUTEL",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580560"
},
"departure": {
"time": "1768580560"
},
"stopId": "MAIRTR-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580680"
},
"departure": {
"time": "1768580680"
},
"stopId": "TRELCH-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580860"
},
"departure": {
"time": "1768580860"
},
"stopId": "BRAINN-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580928"
},
"departure": {
"time": "1768580928"
},
"stopId": "BRAIBO-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580978"
},
"departure": {
"time": "1768580978"
},
"stopId": "BUISBE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581076"
},
"departure": {
"time": "1768581076"
},
"stopId": "BRAI8M-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581141"
},
"departure": {
"time": "1768581141"
},
"stopId": "AZEMA-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581220"
},
"departure": {
"time": "1768581220"
},
"stopId": "BRAICO-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581328"
},
"departure": {
"time": "1768581328"
},
"stopId": "ANDAMA-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581387"
},
"departure": {
"time": "1768581387"
},
"stopId": "RESTLA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581448"
},
"departure": {
"time": "1768581448"
},
"stopId": "ANDALA-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581520"
},
"departure": {
"time": "1768581520"
},
"stopId": "JDELAV-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581754"
},
"departure": {
"time": "1768581754"
},
"stopId": "CORNCR-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581807"
},
"departure": {
"time": "1768581807"
},
"stopId": "CORNMA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581880"
},
"departure": {
"time": "1768581880"
},
"stopId": "ROYALE-E",
"stopSequence": 21
}
],
"trip": {
"directionId": 1,
"routeId": "40",
"tripId": "4031"
}
}
},
{
"id": "trip:6238298",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579404"
},
"departure": {
"time": "1768579404"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579572"
},
"departure": {
"time": "1768579572"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579746"
},
"departure": {
"time": "1768579746"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579866"
},
"departure": {
"time": "1768579866"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579964"
},
"departure": {
"time": "1768579964"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580054"
},
"departure": {
"time": "1768580054"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580133"
},
"departure": {
"time": "1768580133"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580219"
},
"departure": {
"time": "1768580219"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580267"
},
"departure": {
"time": "1768580267"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580336"
},
"departure": {
"time": "1768580336"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580373"
},
"departure": {
"time": "1768580373"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580449"
},
"departure": {
"time": "1768580449"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580523"
},
"departure": {
"time": "1768580523"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580687"
},
"departure": {
"time": "1768580687"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580810"
},
"departure": {
"time": "1768580810"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 26
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238298"
}
}
},
{
"id": "trip:6239951",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579384"
},
"departure": {
"time": "1768579415"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579470"
},
"departure": {
"time": "1768579474"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579516"
},
"departure": {
"time": "1768579516"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579557"
},
"departure": {
"time": "1768579557"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579608"
},
"departure": {
"time": "1768579608"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579674"
},
"departure": {
"time": "1768579674"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579713"
},
"departure": {
"time": "1768579713"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579800"
},
"departure": {
"time": "1768579800"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579844"
},
"departure": {
"time": "1768579844"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579914"
},
"departure": {
"time": "1768579914"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580034"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239951"
}
}
},
{
"id": "trip:3223",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579530"
},
"departure": {
"time": "1768579530"
},
"stopId": "CHATEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579647"
},
"departure": {
"time": "1768579647"
},
"stopId": "SEPSON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579798"
},
"departure": {
"time": "1768579798"
},
"stopId": "RTEPAR-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579902"
},
"departure": {
"time": "1768579902"
},
"stopId": "PROVIN-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580070"
},
"departure": {
"time": "1768580070"
},
"stopId": "PARCEX-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580550"
},
"departure": {
"time": "1768580550"
},
"stopId": "PELEGL-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580610"
},
"departure": {
"time": "1768580610"
},
"stopId": "PELSTA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580676"
},
"departure": {
"time": "1768580676"
},
"stopId": "BLITOU-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580797"
},
"departure": {
"time": "1768580797"
},
"stopId": "TOURAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580939"
},
"departure": {
"time": "1768580939"
},
"stopId": "LOUDIN-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580999"
},
"departure": {
"time": "1768580999"
},
"stopId": "BLEUNI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581030"
},
"departure": {
"time": "1768581030"
},
"stopId": "VILVEQ-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581049"
},
"departure": {
"time": "1768581049"
},
"stopId": "VILVEC-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581176"
},
"departure": {
"time": "1768581176"
},
"stopId": "SOUCEL-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581392"
},
"departure": {
"time": "1768581392"
},
"stopId": "NONNA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581450"
},
"departure": {
"time": "1768581450"
},
"stopId": "HERMIT32",
"stopSequence": 20
}
],
"trip": {
"directionId": 1,
"routeId": "32",
"tripId": "3223"
}
}
},
{
"id": "trip:6239778",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579463"
},
"departure": {
"time": "1768579463"
},
"stopId": "GARDOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579505"
},
"departure": {
"time": "1768579505"
},
"stopId": "STEXUPER",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579606"
},
"departure": {
"time": "1768579606"
},
"stopId": "SECUSOCI",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579786"
},
"departure": {
"time": "1768579786"
},
"stopId": "MAIL-NAE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579865"
},
"departure": {
"time": "1768580040"
},
"stopId": "FO-LOR-R",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580185"
},
"departure": {
"time": "1768580185"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580201"
},
"departure": {
"time": "1768580201"
},
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580376"
},
"departure": {
"time": "1768580376"
},
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580493"
},
"departure": {
"time": "1768580493"
},
"stopId": "BREMON-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580536"
},
"departure": {
"time": "1768580536"
},
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580585"
},
"departure": {
"time": "1768580585"
},
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "COEURM-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580873"
},
"departure": {
"time": "1768580873"
},
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580972"
},
"departure": {
"time": "1768580972"
},
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "MONPRO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581263"
},
"departure": {
"time": "1768581263"
},
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581289"
},
"departure": {
"time": "1768581289"
},
"stopId": "FARCSJ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581457"
},
"departure": {
"time": "1768581457"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581498"
},
"departure": {
"time": "1768581498"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581535"
},
"departure": {
"time": "1768581535"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581601"
},
"departure": {
"time": "1768581601"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581816"
},
"departure": {
"time": "1768581816"
},
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581876"
},
"departure": {
"time": "1768581876"
},
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582003"
},
"departure": {
"time": "1768582003"
},
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582040"
},
"departure": {
"time": "1768582040"
},
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582071"
},
"departure": {
"time": "1768582071"
},
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582091"
},
"departure": {
"time": "1768582091"
},
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582126"
},
"departure": {
"time": "1768582126"
},
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582168"
},
"departure": {
"time": "1768582168"
},
"stopId": "LANDRE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768582280"
},
"departure": {
"time": "1768582280"
},
"stopId": "BRGPAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582309"
},
"departure": {
"time": "1768582309"
},
"stopId": "RODIN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582344"
},
"departure": {
"time": "1768582344"
},
"stopId": "GRANBE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582389"
},
"departure": {
"time": "1768582389"
},
"stopId": "PROME-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "CERFEU-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768582507"
},
"departure": {
"time": "1768582507"
},
"stopId": "LASOUR-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768582569"
},
"departure": {
"time": "1768582569"
},
"stopId": "ROUAIR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768582640"
},
"departure": {
"time": "1768582640"
},
"stopId": "VAURAG-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768582690"
},
"departure": {
"time": "1768582690"
},
"stopId": "PRIEUR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768582731"
},
"departure": {
"time": "1768582731"
},
"stopId": "GRANPI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768582758"
},
"departure": {
"time": "1768582758"
},
"stopId": "PINSON-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768582802"
},
"departure": {
"time": "1768582802"
},
"stopId": "FAUVET-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768582860"
},
"stopId": "BEAUCOUZ",
"stopSequence": 65
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239778"
}
}
},
{
"id": "trip:6240186",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581780"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581819"
},
"departure": {
"time": "1768581819"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581859"
},
"departure": {
"time": "1768581859"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581913"
},
"departure": {
"time": "1768581913"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581983"
},
"departure": {
"time": "1768581983"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582020"
},
"departure": {
"time": "1768582020"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582063"
},
"departure": {
"time": "1768582063"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582125"
},
"departure": {
"time": "1768582125"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582164"
},
"departure": {
"time": "1768582164"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582231"
},
"departure": {
"time": "1768582231"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582284"
},
"departure": {
"time": "1768582284"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582321"
},
"departure": {
"time": "1768582321"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582386"
},
"departure": {
"time": "1768582386"
},
"stopId": "GRANDMON",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "CLINIQUE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582483"
},
"departure": {
"time": "1768582483"
},
"stopId": "VALOR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582515"
},
"departure": {
"time": "1768582515"
},
"stopId": "MEIGNANN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582583"
},
"departure": {
"time": "1768582583"
},
"stopId": "REVERIES",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582638"
},
"departure": {
"time": "1768582638"
},
"stopId": "POMONE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582728"
},
"departure": {
"time": "1768582728"
},
"stopId": "CIOUEST",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582770"
},
"departure": {
"time": "1768582770"
},
"stopId": "CLEMENCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582800"
},
"stopId": "DESCAZ-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582939"
},
"departure": {
"time": "1768582939"
},
"stopId": "HOTDIEU",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582980"
},
"departure": {
"time": "1768582980"
},
"stopId": "ROCHEFOU",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240186"
}
}
},
{
"id": "trip:6238789",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579506"
},
"departure": {
"time": "1768579506"
},
"stopId": "P-ANJO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579586"
},
"departure": {
"time": "1768579586"
},
"stopId": "HARENC",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579656"
},
"departure": {
"time": "1768579656"
},
"stopId": "P-ANJOU",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579721"
},
"departure": {
"time": "1768579721"
},
"stopId": "CLOSVIGN",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579818"
},
"departure": {
"time": "1768579818"
},
"stopId": "PIVERD-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768579881"
},
"departure": {
"time": "1768579881"
},
"stopId": "ARTAUD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579944"
},
"departure": {
"time": "1768579944"
},
"stopId": "HAUBOU-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580026"
},
"departure": {
"time": "1768580026"
},
"stopId": "PETPOR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580067"
},
"departure": {
"time": "1768580067"
},
"stopId": "CHEVRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580121"
},
"departure": {
"time": "1768580121"
},
"stopId": "BOUCHE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580162"
},
"departure": {
"time": "1768580162"
},
"stopId": "CAMPBO-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580215"
},
"departure": {
"time": "1768580215"
},
"stopId": "GAREBO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580295"
},
"departure": {
"time": "1768580295"
},
"stopId": "PONTLA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580356"
},
"departure": {
"time": "1768580356"
},
"stopId": "LAPOIN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580386"
},
"departure": {
"time": "1768580386"
},
"stopId": "RANGEA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580448"
},
"departure": {
"time": "1768580448"
},
"stopId": "VIGNES-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580539"
},
"stopId": "CHANTOUR",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238789"
}
}
},
{
"id": "trip:6239026",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581960"
},
"stopId": "SORGES",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582014"
},
"departure": {
"time": "1768582014"
},
"stopId": "RTSORG-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582174"
},
"departure": {
"time": "1768582174"
},
"stopId": "BAUDRAI",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "JEBOUTON",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582328"
},
"departure": {
"time": "1768582328"
},
"stopId": "LAVOIR",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582409"
},
"departure": {
"time": "1768582409"
},
"stopId": "RIOTTEAU",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582457"
},
"departure": {
"time": "1768582457"
},
"stopId": "ALLUMETT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582521"
},
"departure": {
"time": "1768582521"
},
"stopId": "DAGUERRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582587"
},
"departure": {
"time": "1768582587"
},
"stopId": "BELVTR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582667"
},
"departure": {
"time": "1768582667"
},
"stopId": "MARAIS-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582780"
},
"departure": {
"time": "1768582780"
},
"stopId": "GASPALON",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "VILSANTE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582969"
},
"departure": {
"time": "1768582969"
},
"stopId": "CORMIER",
"stopSequence": 13
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6239026"
}
}
},
{
"id": "trip:6238261",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579458"
},
"departure": {
"time": "1768579458"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579521"
},
"departure": {
"time": "1768579521"
},
"stopId": "ANLEROY",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579837"
},
"departure": {
"time": "1768579837"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579948"
},
"departure": {
"time": "1768579948"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580091"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238261"
}
}
},
{
"id": "trip:6239167",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579434"
},
"departure": {
"time": "1768579434"
},
"stopId": "RTEPAR-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768579536"
},
"stopId": "PROVIN-E",
"stopSequence": 57
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6239167"
}
}
},
{
"id": "trip:17603",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768580780"
},
"departure": {
"time": "1768580780"
},
"stopId": "GROESPLA",
"stopSequence": 2
}
],
"trip": {
"directionId": 1,
"routeId": "176",
"tripId": "17603"
}
}
},
{
"id": "trip:6239061",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579560"
},
"stopId": "ROMORNA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579652"
},
"departure": {
"time": "1768579652"
},
"stopId": "LECHENE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579678"
},
"departure": {
"time": "1768579678"
},
"stopId": "PORTSG",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579723"
},
"departure": {
"time": "1768579723"
},
"stopId": "VANRIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579787"
},
"departure": {
"time": "1768579787"
},
"stopId": "CLOSNEUF",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579851"
},
"departure": {
"time": "1768579851"
},
"stopId": "HOSGEMME",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579901"
},
"departure": {
"time": "1768579901"
},
"stopId": "MASGEMME",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579966"
},
"departure": {
"time": "1768579966"
},
"stopId": "LOUPINO",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580041"
},
"departure": {
"time": "1768580041"
},
"stopId": "LESROSES",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580100"
},
"departure": {
"time": "1768580100"
},
"stopId": "RTEDANGE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580126"
},
"departure": {
"time": "1768580126"
},
"stopId": "BELOEIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580196"
},
"departure": {
"time": "1768580196"
},
"stopId": "JOLIVETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580221"
},
"departure": {
"time": "1768580221"
},
"stopId": "HUTREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580301"
},
"departure": {
"time": "1768580301"
},
"stopId": "COSSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580344"
},
"departure": {
"time": "1768580344"
},
"stopId": "AUBRY",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580402"
},
"departure": {
"time": "1768580402"
},
"stopId": "MTARDAT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580437"
},
"departure": {
"time": "1768580437"
},
"stopId": "INTREPID",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580480"
},
"departure": {
"time": "1768580480"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580719"
},
"departure": {
"time": "1768580719"
},
"stopId": "FREMUR",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580782"
},
"departure": {
"time": "1768580782"
},
"stopId": "VAUBAN",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580826"
},
"departure": {
"time": "1768580826"
},
"stopId": "POIREL",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580904"
},
"departure": {
"time": "1768580904"
},
"stopId": "PONTNOIR",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580955"
},
"departure": {
"time": "1768580955"
},
"stopId": "SEMARD",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581317"
},
"departure": {
"time": "1768581317"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581407"
},
"departure": {
"time": "1768581407"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581600"
},
"stopId": "LOHUIT",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581771"
},
"departure": {
"time": "1768581771"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581861"
},
"departure": {
"time": "1768581861"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581939"
},
"departure": {
"time": "1768581939"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581996"
},
"departure": {
"time": "1768581996"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582226"
},
"departure": {
"time": "1768582226"
},
"stopId": "GERICA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582257"
},
"departure": {
"time": "1768582257"
},
"stopId": "STLEON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582378"
},
"departure": {
"time": "1768582378"
},
"stopId": "CORMI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "VILSAN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582600"
},
"departure": {
"time": "1768582600"
},
"stopId": "GASPAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582714"
},
"departure": {
"time": "1768582714"
},
"stopId": "MARAIS",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582779"
},
"departure": {
"time": "1768582779"
},
"stopId": "BELLVUTR",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582871"
},
"departure": {
"time": "1768582871"
},
"stopId": "DAGUER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582939"
},
"departure": {
"time": "1768582939"
},
"stopId": "ALLUME-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582999"
},
"departure": {
"time": "1768582999"
},
"stopId": "RIOTTE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768583084"
},
"departure": {
"time": "1768583084"
},
"stopId": "LAVOIR-E",
"stopSequence": 45
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6239061"
}
}
},
{
"id": "trip:6239531",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579381"
},
"departure": {
"time": "1768579401"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579442"
},
"departure": {
"time": "1768579476"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579481"
},
"departure": {
"time": "1768579481"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579550"
},
"departure": {
"time": "1768579550"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579584"
},
"departure": {
"time": "1768579584"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579680"
},
"departure": {
"time": "1768579680"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579806"
},
"departure": {
"time": "1768579806"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579918"
},
"departure": {
"time": "1768579918"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580035"
},
"departure": {
"time": "1768580035"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580110"
},
"departure": {
"time": "1768580110"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580331"
},
"departure": {
"time": "1768580331"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580466"
},
"departure": {
"time": "1768580466"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580566"
},
"departure": {
"time": "1768580566"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580705"
},
"departure": {
"time": "1768580705"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580814"
},
"departure": {
"time": "1768580814"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580984"
},
"departure": {
"time": "1768580984"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581139"
},
"departure": {
"time": "1768581139"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581205"
},
"departure": {
"time": "1768581205"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581331"
},
"departure": {
"time": "1768581331"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581476"
},
"departure": {
"time": "1768581476"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581584"
},
"departure": {
"time": "1768581584"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581685"
},
"departure": {
"time": "1768581685"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581805"
},
"departure": {
"time": "1768581805"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581904"
},
"departure": {
"time": "1768581904"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581981"
},
"departure": {
"time": "1768581981"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768582025"
},
"departure": {
"time": "1768582025"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582084"
},
"departure": {
"time": "1768582084"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582199"
},
"departure": {
"time": "1768582199"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582431"
},
"departure": {
"time": "1768582431"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1768582545"
},
"departure": {
"time": "1768582545"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1768582846"
},
"departure": {
"time": "1768582846"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1768582926"
},
"departure": {
"time": "1768582926"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1768583013"
},
"departure": {
"time": "1768583013"
},
"stopId": "FRATER",
"stopSequence": 62
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239531"
}
}
},
{
"id": "trip:6240162",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579672"
},
"departure": {
"time": "1768579672"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RABELA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579739"
},
"departure": {
"time": "1768579739"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ESA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579894"
},
"departure": {
"time": "1768579894"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DELATA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580007"
},
"departure": {
"time": "1768580007"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ALLARD-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580073"
},
"departure": {
"time": "1768580073"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TASSIG-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580196"
},
"departure": {
"time": "1768580196"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TROIPA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580247"
},
"departure": {
"time": "1768580247"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SABLON-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580330"
},
"departure": {
"time": "1768580330"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RUELLE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580460"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GENDRO-E",
"stopSequence": 40
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240162"
}
}
},
{
"id": "trip:6239543",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581660"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581723"
},
"departure": {
"time": "1768581723"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581784"
},
"departure": {
"time": "1768581784"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581872"
},
"departure": {
"time": "1768581872"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581956"
},
"departure": {
"time": "1768581956"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582224"
},
"departure": {
"time": "1768582224"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582309"
},
"departure": {
"time": "1768582309"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582506"
},
"departure": {
"time": "1768582506"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582643"
},
"departure": {
"time": "1768582643"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582698"
},
"departure": {
"time": "1768582698"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582742"
},
"departure": {
"time": "1768582742"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582833"
},
"departure": {
"time": "1768582833"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582939"
},
"departure": {
"time": "1768582939"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583040"
},
"stopId": "CAMELI-E",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239543"
}
}
},
{
"id": "trip:22103",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579441"
},
"departure": {
"time": "1768579462"
},
"stopId": "LEGRAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579507"
},
"departure": {
"time": "1768579507"
},
"stopId": "RONCER-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579568"
},
"departure": {
"time": "1768579568"
},
"stopId": "MASSON-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579683"
},
"departure": {
"time": "1768579683"
},
"stopId": "MAROTT-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579810"
},
"departure": {
"time": "1768579810"
},
"stopId": "CSARTH-E",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "221",
"tripId": "22103"
}
}
},
{
"id": "trip:3226",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579396"
},
"departure": {
"time": "1768579406"
},
"stopId": "OCEANSUD",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579570"
},
"departure": {
"time": "1768579570"
},
"stopId": "HJOU32",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579620"
},
"departure": {
"time": "1768579620"
},
"stopId": "FOUSSE-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579654"
},
"departure": {
"time": "1768579654"
},
"stopId": "STSYL-AR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579870"
},
"departure": {
"time": "1768579870"
},
"stopId": "PARCEXPO",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579998"
},
"departure": {
"time": "1768579998"
},
"stopId": "PROVINS",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580086"
},
"departure": {
"time": "1768580086"
},
"stopId": "RTEPARIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580190"
},
"departure": {
"time": "1768580190"
},
"stopId": "SEPSONET",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580290"
},
"departure": {
"time": "1768580290"
},
"stopId": "CHATENAY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580468"
},
"departure": {
"time": "1768580468"
},
"stopId": "BRISEPOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580679"
},
"departure": {
"time": "1768580679"
},
"stopId": "LUTIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581070"
},
"departure": {
"time": "1768581070"
},
"stopId": "HDVSUB",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "32",
"tripId": "3226"
}
}
},
{
"id": "trip:6237465",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580610"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580780"
},
"departure": {
"time": "1768580780"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580860"
},
"departure": {
"time": "1768580860"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580940"
},
"departure": {
"time": "1768580940"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581030"
},
"departure": {
"time": "1768581030"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581130"
},
"departure": {
"time": "1768581130"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581290"
},
"departure": {
"time": "1768581290"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581380"
},
"departure": {
"time": "1768581380"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581500"
},
"departure": {
"time": "1768581500"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581580"
},
"departure": {
"time": "1768581580"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581810"
},
"departure": {
"time": "1768581810"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581970"
},
"departure": {
"time": "1768581970"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582080"
},
"departure": {
"time": "1768582080"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582180"
},
"departure": {
"time": "1768582180"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582300"
},
"departure": {
"time": "1768582300"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582390"
},
"departure": {
"time": "1768582390"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582510"
},
"departure": {
"time": "1768582510"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582610"
},
"departure": {
"time": "1768582610"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582710"
},
"departure": {
"time": "1768582710"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582820"
},
"departure": {
"time": "1768582820"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582940"
},
"departure": {
"time": "1768582940"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1768583050"
},
"departure": {
"time": "1768583050"
},
"stopId": "1JVIL",
"stopSequence": 24
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237465"
}
}
},
{
"id": "trip:11103",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579445"
},
"departure": {
"time": "0"
},
"stopId": "GROESPLA",
"stopSequence": 3
}
],
"trip": {
"directionId": 1,
"routeId": "111",
"tripId": "11103"
}
}
},
{
"id": "trip:6237450",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579490"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579580"
},
"departure": {
"time": "1768579580"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579660"
},
"departure": {
"time": "1768579660"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579750"
},
"departure": {
"time": "1768579750"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579830"
},
"departure": {
"time": "1768579830"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579920"
},
"departure": {
"time": "1768579920"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580020"
},
"departure": {
"time": "1768580020"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580180"
},
"departure": {
"time": "1768580180"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580270"
},
"departure": {
"time": "1768580270"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580490"
},
"departure": {
"time": "1768580490"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580630"
},
"departure": {
"time": "1768580630"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580730"
},
"departure": {
"time": "1768580730"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580890"
},
"departure": {
"time": "1768580890"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581020"
},
"departure": {
"time": "1768581020"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581130"
},
"departure": {
"time": "1768581130"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581260"
},
"departure": {
"time": "1768581260"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581350"
},
"departure": {
"time": "1768581350"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581470"
},
"departure": {
"time": "1768581470"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581570"
},
"departure": {
"time": "1768581570"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581670"
},
"departure": {
"time": "1768581670"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581780"
},
"departure": {
"time": "1768581780"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582010"
},
"departure": {
"time": "1768582010"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582120"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237450"
}
}
},
{
"id": "trip:6239532",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579426"
},
"departure": {
"time": "1768579487"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579499"
},
"departure": {
"time": "1768579499"
},
"stopId": "PELUAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579747"
},
"departure": {
"time": "1768579747"
},
"stopId": "ROCEPINE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579796"
},
"departure": {
"time": "1768579796"
},
"stopId": "PARCGARE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579861"
},
"departure": {
"time": "1768579861"
},
"stopId": "LABRUYER",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579936"
},
"departure": {
"time": "1768579936"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579993"
},
"departure": {
"time": "1768579993"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "LEQUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580323"
},
"departure": {
"time": "1768580323"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580388"
},
"departure": {
"time": "1768580388"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580460"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580507"
},
"departure": {
"time": "1768580507"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580561"
},
"departure": {
"time": "1768580561"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580665"
},
"departure": {
"time": "1768580665"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580834"
},
"departure": {
"time": "1768580834"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580938"
},
"departure": {
"time": "1768580938"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581071"
},
"departure": {
"time": "1768581071"
},
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581318"
},
"departure": {
"time": "1768581318"
},
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581380"
},
"departure": {
"time": "1768581380"
},
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581432"
},
"departure": {
"time": "1768581432"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581485"
},
"departure": {
"time": "1768581485"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581521"
},
"departure": {
"time": "1768581521"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581590"
},
"departure": {
"time": "1768581590"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581624"
},
"departure": {
"time": "1768581624"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581832"
},
"departure": {
"time": "1768581832"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581945"
},
"departure": {
"time": "1768581945"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582064"
},
"departure": {
"time": "1768582064"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582140"
},
"departure": {
"time": "1768582140"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582339"
},
"departure": {
"time": "1768582339"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582515"
},
"departure": {
"time": "1768582515"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582718"
},
"departure": {
"time": "1768582718"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582871"
},
"departure": {
"time": "1768582871"
},
"stopId": "INTMIL-E",
"stopSequence": 41
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239532"
}
}
},
{
"id": "trip:6238900",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579400"
},
"departure": {
"time": "1768579400"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLATFLEU",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579463"
},
"departure": {
"time": "1768579463"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JEHUEZ",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579514"
},
"departure": {
"time": "1768579514"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MASTELLE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579558"
},
"departure": {
"time": "1768579558"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AVENEURO",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579578"
},
"departure": {
"time": "1768579578"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DANEMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579641"
},
"departure": {
"time": "1768579641"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ALLEMAGN",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579677"
},
"departure": {
"time": "1768579677"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ITALIE",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579718"
},
"departure": {
"time": "1768579718"
},
"scheduleRelationship": "SKIPPED",
"stopId": "IRLANDE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579773"
},
"departure": {
"time": "1768579773"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AUTRICH",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579795"
},
"departure": {
"time": "1768579795"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLOTTIER",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579852"
},
"departure": {
"time": "1768579852"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CCADEA",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579397"
},
"departure": {
"time": "1768579432"
},
"stopId": "PLAMAY",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579461"
},
"departure": {
"time": "1768579477"
},
"stopId": "KENNEDY",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579527"
},
"departure": {
"time": "1768579527"
},
"stopId": "ECHMAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1768579662"
},
"departure": {
"time": "1768579662"
},
"stopId": "GASNIER",
"stopSequence": 48
},
{
"arrival": {
"time": "1768579728"
},
"departure": {
"time": "1768579728"
},
"stopId": "GOURONNI",
"stopSequence": 49
},
{
"arrival": {
"time": "1768579812"
},
"departure": {
"time": "1768579812"
},
"stopId": "CLOUET",
"stopSequence": 50
},
{
"arrival": {
"time": "1768579888"
},
"departure": {
"time": "1768579888"
},
"stopId": "DESCAZEA",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580036"
},
"departure": {
"time": "1768580036"
},
"stopId": "TRINITE",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580127"
},
"departure": {
"time": "1768580127"
},
"stopId": "BEAUREPA",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580334"
},
"departure": {
"time": "1768580334"
},
"stopId": "REPUBLIQ",
"stopSequence": 56
},
{
"arrival": {
"time": "1768580427"
},
"departure": {
"time": "1768580427"
},
"stopId": "SAICRO-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768580557"
},
"departure": {
"time": "1768580557"
},
"stopId": "OFFTOU-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768580847"
},
"departure": {
"time": "1768580847"
},
"stopId": "LICES-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581087"
},
"departure": {
"time": "1768581087"
},
"stopId": "ANLERO-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768581198"
},
"departure": {
"time": "1768581198"
},
"stopId": "MICHEL-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581331"
},
"departure": {
"time": "1768581331"
},
"stopId": "VOLNEY-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768581408"
},
"departure": {
"time": "1768581408"
},
"stopId": "MADELE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768581481"
},
"departure": {
"time": "1768581481"
},
"stopId": "JEBOUI-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1768581553"
},
"departure": {
"time": "1768581553"
},
"stopId": "PCOUBE-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1768581588"
},
"departure": {
"time": "1768581588"
},
"stopId": "AROBA-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1768581721"
},
"departure": {
"time": "1768581721"
},
"stopId": "LANGLA-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1768581879"
},
"departure": {
"time": "1768581879"
},
"stopId": "MONTAI-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1768582011"
},
"departure": {
"time": "1768582011"
},
"stopId": "JERUSA-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1768582068"
},
"departure": {
"time": "1768582068"
},
"stopId": "DAGNET-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1768582106"
},
"departure": {
"time": "1768582106"
},
"stopId": "GILLIE-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1768582186"
},
"departure": {
"time": "1768582186"
},
"stopId": "ISORET-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1768582298"
},
"departure": {
"time": "1768582298"
},
"stopId": "VANDE-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1768582307"
},
"departure": {
"time": "1768582307"
},
"stopId": "ORMEAU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1768582389"
},
"departure": {
"time": "1768582389"
},
"stopId": "CRBLAN-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1768582439"
},
"departure": {
"time": "1768582439"
},
"stopId": "CHATEL-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1768582487"
},
"departure": {
"time": "1768582487"
},
"stopId": "BANCHA-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1768582524"
},
"departure": {
"time": "1768582524"
},
"stopId": "JARDF-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1768582615"
},
"departure": {
"time": "1768582615"
},
"stopId": "SAILLE-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1768582667"
},
"stopId": "SAUBIN",
"stopSequence": 82
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6238900"
}
}
},
{
"id": "trip:6239800",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579443"
},
"departure": {
"time": "1768579443"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579496"
},
"departure": {
"time": "1768579496"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579555"
},
"departure": {
"time": "1768579555"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579611"
},
"departure": {
"time": "1768579611"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579666"
},
"departure": {
"time": "1768579666"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579720"
},
"departure": {
"time": "1768579720"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579786"
},
"departure": {
"time": "1768579786"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579861"
},
"departure": {
"time": "1768579861"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579920"
},
"departure": {
"time": "1768579920"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579971"
},
"departure": {
"time": "1768579971"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580061"
},
"departure": {
"time": "1768580061"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580165"
},
"departure": {
"time": "1768580165"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARCEAU",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580327"
},
"departure": {
"time": "1768580327"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580447"
},
"departure": {
"time": "1768580447"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTAIG",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580498"
},
"departure": {
"time": "1768580498"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GARDOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580577"
},
"departure": {
"time": "1768580577"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STEXUPER",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580668"
},
"departure": {
"time": "1768580668"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SECUSOCI",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580956"
},
"departure": {
"time": "1768580956"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FO-LOR-R",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581065"
},
"departure": {
"time": "1768581065"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581117"
},
"departure": {
"time": "1768581117"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581256"
},
"departure": {
"time": "1768581256"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581372"
},
"departure": {
"time": "1768581372"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BREMON-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581448"
},
"departure": {
"time": "1768581448"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581496"
},
"departure": {
"time": "1768581496"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581671"
},
"departure": {
"time": "1768581671"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581751"
},
"departure": {
"time": "1768581751"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582023"
},
"departure": {
"time": "1768582023"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPRO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582123"
},
"departure": {
"time": "1768582123"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582301"
},
"departure": {
"time": "1768582301"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582383"
},
"departure": {
"time": "1768582383"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582438"
},
"departure": {
"time": "1768582438"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582504"
},
"departure": {
"time": "1768582504"
},
"scheduleRelationship": "SKIPPED",
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582623"
},
"departure": {
"time": "1768582623"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582694"
},
"departure": {
"time": "1768582694"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582749"
},
"departure": {
"time": "1768582749"
},
"scheduleRelationship": "SKIPPED",
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582863"
},
"departure": {
"time": "1768582863"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582905"
},
"departure": {
"time": "1768582905"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582932"
},
"departure": {
"time": "1768582932"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582961"
},
"departure": {
"time": "1768582961"
},
"scheduleRelationship": "SKIPPED",
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768583000"
},
"departure": {
"time": "1768583000"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768583032"
},
"departure": {
"time": "1768583032"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LANDRE-E",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239800"
}
}
},
{
"id": "trip:6237555",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582220"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582326"
},
"departure": {
"time": "1768582326"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582450"
},
"departure": {
"time": "1768582450"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582534"
},
"departure": {
"time": "1768582534"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582632"
},
"departure": {
"time": "1768582632"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582746"
},
"departure": {
"time": "1768582746"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582930"
},
"departure": {
"time": "1768582930"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237555"
}
}
},
{
"id": "trip:6239142",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582560"
},
"stopId": "SLEZIND",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582622"
},
"departure": {
"time": "1768582622"
},
"stopId": "GENTRIC",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582693"
},
"departure": {
"time": "1768582693"
},
"stopId": "DAUTEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582713"
},
"departure": {
"time": "1768582713"
},
"stopId": "BUISSON",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582754"
},
"departure": {
"time": "1768582754"
},
"stopId": "PYRAM02",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582822"
},
"departure": {
"time": "1768582822"
},
"stopId": "LEFEVRE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582855"
},
"departure": {
"time": "1768582855"
},
"stopId": "MALAQUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582800"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORLONG",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582833"
},
"departure": {
"time": "1768582833"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOURSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768583012"
},
"departure": {
"time": "1768583012"
},
"stopId": "RIOTTEAU",
"stopSequence": 10
},
{
"arrival": {
"time": "1768583051"
},
"departure": {
"time": "1768583051"
},
"stopId": "ALLUMETT",
"stopSequence": 11
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6239142"
}
}
},
{
"id": "trip:10303",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579440"
},
"departure": {
"time": "0"
},
"stopId": "AUBERD-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579533"
},
"departure": {
"time": "1768579533"
},
"stopId": "BOUVET-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579590"
},
"departure": {
"time": "1768579590"
},
"stopId": "DIONNIER",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579890"
},
"departure": {
"time": "1768579890"
},
"stopId": "ESTAMI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580012"
},
"departure": {
"time": "1768580012"
},
"stopId": "JARDBOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580190"
},
"departure": {
"time": "1768580190"
},
"stopId": "BRARDIER",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580240"
},
"departure": {
"time": "1768580240"
},
"stopId": "GUICHERE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580318"
},
"departure": {
"time": "1768580318"
},
"stopId": "AULNERIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580430"
},
"departure": {
"time": "1768580430"
},
"stopId": "CHANSONN",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580490"
},
"departure": {
"time": "1768580490"
},
"stopId": "DAVIERES",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580572"
},
"departure": {
"time": "1768580572"
},
"stopId": "RAINIERE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580635"
},
"departure": {
"time": "1768580635"
},
"stopId": "GDMOTTAY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580718"
},
"departure": {
"time": "1768580718"
},
"stopId": "GARVIBRI",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580790"
},
"departure": {
"time": "1768580790"
},
"stopId": "RESIDENC",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580859"
},
"departure": {
"time": "1768580859"
},
"stopId": "VIEUXPOR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580970"
},
"departure": {
"time": "1768580970"
},
"stopId": "DEUVAL",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "103",
"tripId": "10303"
}
}
},
{
"id": "trip:6237552",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580420"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580526"
},
"departure": {
"time": "1768580526"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580650"
},
"departure": {
"time": "1768580650"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580734"
},
"departure": {
"time": "1768580734"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580832"
},
"departure": {
"time": "1768580832"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580946"
},
"departure": {
"time": "1768580946"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581130"
},
"departure": {
"time": "1768581130"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581290"
},
"departure": {
"time": "1768581290"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581440"
},
"departure": {
"time": "1768581440"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "1STSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "1CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581850"
},
"departure": {
"time": "1768581850"
},
"stopId": "1CONS",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581943"
},
"departure": {
"time": "1768581943"
},
"stopId": "1MTAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582101"
},
"departure": {
"time": "1768582101"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582180"
},
"departure": {
"time": "1768582180"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582324"
},
"departure": {
"time": "1768582324"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582395"
},
"departure": {
"time": "1768582395"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582460"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237552"
}
}
},
{
"id": "trip:6054214",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579418"
},
"departure": {
"time": "1768579449"
},
"stopId": "FONTENE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579478"
},
"departure": {
"time": "1768579478"
},
"stopId": "BRISSAC",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "GARDOT",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580547"
},
"departure": {
"time": "1768580547"
},
"stopId": "STEXUPER",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580690"
},
"departure": {
"time": "1768580690"
},
"stopId": "SECUSOCI",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580881"
},
"stopId": "HDVSUB",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "23",
"tripId": "6054214"
}
}
},
{
"id": "trip:16103",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768580240"
},
"departure": {
"time": "1768580240"
},
"stopId": "PRINCE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580387"
},
"departure": {
"time": "1768580387"
},
"stopId": "LBALUE-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580540"
},
"departure": {
"time": "1768580540"
},
"stopId": "LTAC-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580578"
},
"departure": {
"time": "1768580578"
},
"stopId": "SOULEC-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580622"
},
"departure": {
"time": "1768580622"
},
"stopId": "MALNOU-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580691"
},
"departure": {
"time": "1768580691"
},
"stopId": "CHARRU-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580780"
},
"departure": {
"time": "1768580780"
},
"stopId": "STEMEL-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580928"
},
"departure": {
"time": "1768580928"
},
"stopId": "ECOTIE-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581051"
},
"departure": {
"time": "1768581051"
},
"stopId": "SOULAI-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581145"
},
"departure": {
"time": "1768581145"
},
"stopId": "GROLLI-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581260"
},
"departure": {
"time": "1768581260"
},
"stopId": "LMARZELL",
"stopSequence": 13
}
],
"trip": {
"directionId": 1,
"routeId": "161",
"tripId": "16103"
}
}
},
{
"id": "trip:6237549",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579540"
},
"departure": {
"time": "1768579540"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579690"
},
"departure": {
"time": "1768579690"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579850"
},
"departure": {
"time": "1768579850"
},
"stopId": "1STSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579980"
},
"departure": {
"time": "1768579980"
},
"stopId": "1CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580110"
},
"departure": {
"time": "1768580110"
},
"stopId": "1CONS",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580203"
},
"departure": {
"time": "1768580203"
},
"stopId": "1MTAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580361"
},
"departure": {
"time": "1768580361"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580440"
},
"departure": {
"time": "1768580440"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580584"
},
"departure": {
"time": "1768580584"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580655"
},
"departure": {
"time": "1768580655"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580720"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237549"
}
}
},
{
"id": "trip:6238551",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581060"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581184"
},
"departure": {
"time": "1768581184"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581255"
},
"departure": {
"time": "1768581255"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "CNFPT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581840"
},
"stopId": "DARWIN-E",
"stopSequence": 5
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6238551"
}
}
},
{
"id": "trip:6237386",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768580145"
},
"departure": {
"time": "1768580145"
},
"scheduleRelationship": "SKIPPED",
"stopId": "2BASC",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237386"
}
}
},
{
"id": "trip:6238585",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579380"
},
"departure": {
"time": "1768579412"
},
"stopId": "CARCITR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579452"
},
"departure": {
"time": "1768579472"
},
"stopId": "FFAURE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579544"
},
"departure": {
"time": "1768579544"
},
"stopId": "FACUL-SS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579756"
},
"departure": {
"time": "1768579756"
},
"stopId": "TALET",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580057"
},
"departure": {
"time": "1768580057"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580220"
},
"departure": {
"time": "1768580280"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580376"
},
"departure": {
"time": "1768580376"
},
"stopId": "STAUBI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580422"
},
"departure": {
"time": "1768580422"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580544"
},
"departure": {
"time": "1768580544"
},
"stopId": "LESGAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580695"
},
"departure": {
"time": "1768580695"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580884"
},
"departure": {
"time": "1768580884"
},
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581047"
},
"departure": {
"time": "1768581047"
},
"stopId": "CHANZY-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581218"
},
"departure": {
"time": "1768581218"
},
"stopId": "MIRABE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581281"
},
"departure": {
"time": "1768581281"
},
"stopId": "CESARG-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581325"
},
"departure": {
"time": "1768581325"
},
"stopId": "BLANDE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581389"
},
"departure": {
"time": "1768581389"
},
"stopId": "MUTUAL-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581471"
},
"departure": {
"time": "1768581471"
},
"stopId": "VILLES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581527"
},
"departure": {
"time": "1768581527"
},
"stopId": "VIVIER-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "MARIAN-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581677"
},
"departure": {
"time": "1768581677"
},
"stopId": "LINOVE-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581826"
},
"departure": {
"time": "1768581826"
},
"stopId": "ATHLET-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581892"
},
"departure": {
"time": "1768581892"
},
"stopId": "DIONNE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "GENDRO-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582004"
},
"departure": {
"time": "1768582004"
},
"stopId": "CHESNA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582052"
},
"departure": {
"time": "1768582052"
},
"stopId": "GIRAD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582147"
},
"departure": {
"time": "1768582147"
},
"stopId": "FRANVILL",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "GGESSAND",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582264"
},
"departure": {
"time": "1768582264"
},
"stopId": "MACURIE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582323"
},
"departure": {
"time": "1768582323"
},
"stopId": "JEROSTAN",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582383"
},
"departure": {
"time": "1768582383"
},
"stopId": "RONCIERE",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "GUILLE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582527"
},
"departure": {
"time": "1768582527"
},
"stopId": "BAUDRA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582680"
},
"stopId": "MOULINMA",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6238585"
}
}
},
{
"id": "trip:3914",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579377"
},
"departure": {
"time": "1768579385"
},
"stopId": "RANGEARD",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579402"
},
"departure": {
"time": "1768579410"
},
"stopId": "LAPOINTE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579430"
},
"departure": {
"time": "1768579436"
},
"stopId": "PONTLAIT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579490"
},
"departure": {
"time": "1768579490"
},
"stopId": "GAREBOUC",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579550"
},
"departure": {
"time": "1768579550"
},
"stopId": "CAMPBOUC",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579708"
},
"departure": {
"time": "1768579708"
},
"stopId": "EMPIRE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579848"
},
"departure": {
"time": "1768579848"
},
"stopId": "CHAUVE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579910"
},
"departure": {
"time": "1768579910"
},
"stopId": "FRESN37",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580005"
},
"departure": {
"time": "1768580005"
},
"stopId": "CROIXVER",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580080"
},
"departure": {
"time": "1768580080"
},
"stopId": "GAUBLOCB",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580150"
},
"departure": {
"time": "1768580150"
},
"stopId": "CTRETRI",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580398"
},
"departure": {
"time": "1768580398"
},
"stopId": "VAUBAN",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580570"
},
"departure": {
"time": "1768580570"
},
"stopId": "GROSEMAR",
"stopSequence": 21
}
],
"trip": {
"directionId": 0,
"routeId": "39",
"tripId": "3914"
}
}
},
{
"id": "trip:6238895",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579409"
},
"departure": {
"time": "1768579429"
},
"stopId": "BANCHA-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1768579471"
},
"departure": {
"time": "1768579473"
},
"stopId": "JARDF-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1768579552"
},
"departure": {
"time": "1768579552"
},
"stopId": "SAILLE-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1768579629"
},
"stopId": "SAUBIN",
"stopSequence": 82
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6238895"
}
}
},
{
"id": "trip:6239071",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579404"
},
"departure": {
"time": "1768579404"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VILSAN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768579547"
},
"departure": {
"time": "1768579547"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GASPAL-E",
"stopSequence": 39
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6239071"
}
}
},
{
"id": "trip:6238696",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579530"
},
"stopId": "LORRAIN2",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "11",
"tripId": "6238696"
}
}
},
{
"id": "trip:6237521",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579437"
},
"departure": {
"time": "1768579437"
},
"stopId": "1BBCA",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237521"
}
}
},
{
"id": "trip:6238591",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579456"
},
"departure": {
"time": "1768579487"
},
"stopId": "DANGELIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579508"
},
"departure": {
"time": "1768579508"
},
"stopId": "LINOVENT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579565"
},
"departure": {
"time": "1768579565"
},
"stopId": "MARIANNE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579639"
},
"departure": {
"time": "1768579639"
},
"stopId": "VIVIERS",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579700"
},
"departure": {
"time": "1768579700"
},
"stopId": "VILLESIC",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579790"
},
"departure": {
"time": "1768579790"
},
"stopId": "MUTUALIT",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579848"
},
"departure": {
"time": "1768579848"
},
"stopId": "BLANDEAU",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579899"
},
"departure": {
"time": "1768579899"
},
"stopId": "CESARGEO",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579980"
},
"departure": {
"time": "1768579980"
},
"stopId": "MIRABEAU",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580100"
},
"departure": {
"time": "1768580100"
},
"stopId": "CHANZY",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580174"
},
"departure": {
"time": "1768580174"
},
"stopId": "VAUBAN",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580218"
},
"departure": {
"time": "1768580218"
},
"stopId": "POIREL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580295"
},
"departure": {
"time": "1768580295"
},
"stopId": "PONTNOIR",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580345"
},
"departure": {
"time": "1768580345"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580428"
},
"departure": {
"time": "1768580428"
},
"stopId": "GARETERM",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580737"
},
"departure": {
"time": "1768580737"
},
"stopId": "HARAS",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580842"
},
"departure": {
"time": "1768580842"
},
"stopId": "STAUBIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580944"
},
"departure": {
"time": "1768581000"
},
"stopId": "LORRAIN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581151"
},
"departure": {
"time": "1768581151"
},
"stopId": "MENDES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581376"
},
"departure": {
"time": "1768581376"
},
"stopId": "TALET-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581581"
},
"departure": {
"time": "1768581581"
},
"stopId": "FACULT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581792"
},
"departure": {
"time": "1768581792"
},
"stopId": "FFAURE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "CARCIT-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582055"
},
"departure": {
"time": "1768582055"
},
"stopId": "CITESO-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582141"
},
"departure": {
"time": "1768582141"
},
"stopId": "DOYENN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582232"
},
"departure": {
"time": "1768582232"
},
"stopId": "SAVOIE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582320"
},
"departure": {
"time": "1768582320"
},
"stopId": "INDUST-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582378"
},
"departure": {
"time": "1768582378"
},
"stopId": "HOTELL-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582447"
},
"departure": {
"time": "1768582447"
},
"stopId": "DEBUSS-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582500"
},
"departure": {
"time": "1768582500"
},
"stopId": "BOISAB-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582545"
},
"departure": {
"time": "1768582545"
},
"stopId": "DUBELL-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582619"
},
"departure": {
"time": "1768582619"
},
"stopId": "COTTAG-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582680"
},
"stopId": "EVENTARD",
"stopSequence": 47
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6238591"
}
}
},
{
"id": "trip:6052540",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579620"
},
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579660"
},
"departure": {
"time": "1768579660"
},
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579691"
},
"departure": {
"time": "1768579691"
},
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579713"
},
"departure": {
"time": "1768579713"
},
"stopId": "LAPOINTE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579753"
},
"departure": {
"time": "1768579753"
},
"stopId": "PONTLAIT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579792"
},
"departure": {
"time": "1768579792"
},
"stopId": "GAREBOUC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579829"
},
"departure": {
"time": "1768579829"
},
"stopId": "CAMPBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579860"
},
"departure": {
"time": "1768579860"
},
"stopId": "BOUCHEM",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579916"
},
"departure": {
"time": "1768579916"
},
"stopId": "CHEVRIER",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579952"
},
"departure": {
"time": "1768579952"
},
"stopId": "PETPORT",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580035"
},
"departure": {
"time": "1768580035"
},
"stopId": "HAUBOUCH",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580100"
},
"departure": {
"time": "1768580100"
},
"stopId": "ARTAUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580157"
},
"departure": {
"time": "1768580157"
},
"stopId": "PIVERDIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580250"
},
"departure": {
"time": "1768580250"
},
"stopId": "CLOSVI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580348"
},
"departure": {
"time": "1768580348"
},
"stopId": "PETVIVIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580421"
},
"departure": {
"time": "1768580421"
},
"stopId": "PRUNIERS",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580454"
},
"departure": {
"time": "1768580454"
},
"stopId": "CROISETT",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580555"
},
"departure": {
"time": "1768580555"
},
"stopId": "CAMLACMA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580599"
},
"departure": {
"time": "1768580599"
},
"stopId": "LACDMAIN",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580709"
},
"departure": {
"time": "1768580709"
},
"stopId": "GDMAINE",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581205"
},
"departure": {
"time": "1768581205"
},
"stopId": "CHDARR",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581236"
},
"departure": {
"time": "1768581236"
},
"stopId": "ACADEMIE",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581269"
},
"departure": {
"time": "1768581269"
},
"stopId": "GBREM-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581308"
},
"stopId": "GAREPAPI",
"stopSequence": 26
}
],
"trip": {
"directionId": 0,
"routeId": "22",
"tripId": "6052540"
}
}
},
{
"id": "trip:4212",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579725"
},
"departure": {
"time": "1768579725"
},
"stopId": "DAUTEL-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579850"
},
"departure": {
"time": "1768579850"
},
"stopId": "FRESNAIE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580150"
},
"departure": {
"time": "1768580150"
},
"stopId": "JUSTICES",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580350"
},
"departure": {
"time": "1768580350"
},
"stopId": "MILLCO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580690"
},
"departure": {
"time": "1768580690"
},
"stopId": "ANLEROY",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580814"
},
"departure": {
"time": "1768580814"
},
"stopId": "PATNOIRE",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581110"
},
"departure": {
"time": "1768581110"
},
"stopId": "GROESPLA",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "42",
"tripId": "4212"
}
}
},
{
"id": "trip:3024",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579490"
},
"departure": {
"time": "1768579490"
},
"stopId": "HDVSUB",
"stopSequence": 30
}
],
"trip": {
"directionId": 0,
"routeId": "30",
"tripId": "3024"
}
}
},
{
"id": "trip:6240170",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579848"
},
"departure": {
"time": "1768579848"
},
"stopId": "MENDESFR",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580047"
},
"departure": {
"time": "1768580047"
},
"stopId": "FO-LOR-R",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580172"
},
"departure": {
"time": "1768580172"
},
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580232"
},
"departure": {
"time": "1768580232"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580460"
},
"stopId": "ANLERO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580545"
},
"departure": {
"time": "1768580545"
},
"stopId": "RABELA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580612"
},
"departure": {
"time": "1768580612"
},
"stopId": "ESA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580767"
},
"departure": {
"time": "1768580767"
},
"stopId": "DELATA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580880"
},
"departure": {
"time": "1768580880"
},
"stopId": "ALLARD-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580946"
},
"departure": {
"time": "1768580946"
},
"stopId": "TASSIG-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581069"
},
"departure": {
"time": "1768581069"
},
"stopId": "TROIPA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "SABLON-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581203"
},
"departure": {
"time": "1768581203"
},
"stopId": "RUELLE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581333"
},
"departure": {
"time": "1768581333"
},
"stopId": "GENDRO-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581536"
},
"departure": {
"time": "1768581536"
},
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581629"
},
"departure": {
"time": "1768581629"
},
"stopId": "BELPOU-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581748"
},
"departure": {
"time": "1768581748"
},
"stopId": "PONTSC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581935"
},
"departure": {
"time": "1768581935"
},
"stopId": "LOIRE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581950"
},
"departure": {
"time": "1768581950"
},
"stopId": "DUBE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582067"
},
"departure": {
"time": "1768582067"
},
"stopId": "LOUET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582121"
},
"departure": {
"time": "1768582121"
},
"stopId": "BOSQUE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582204"
},
"departure": {
"time": "1768582204"
},
"stopId": "CHAERI-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582266"
},
"departure": {
"time": "1768582266"
},
"stopId": "FONTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582342"
},
"departure": {
"time": "1768582342"
},
"stopId": "ERIGNE",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582348"
},
"stopId": "SOLAND",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240170"
}
}
},
{
"id": "trip:15803",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579372"
},
"departure": {
"time": "1768579390"
},
"stopId": "MILLOTCO",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579970"
},
"departure": {
"time": "1768579970"
},
"stopId": "JEANRO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580506"
},
"departure": {
"time": "1768580506"
},
"stopId": "LABOET-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580570"
},
"departure": {
"time": "1768580570"
},
"stopId": "DAGUEG-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580732"
},
"departure": {
"time": "1768580732"
},
"stopId": "DAGUVA-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580870"
},
"departure": {
"time": "1768580870"
},
"stopId": "LE.CLO-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581110"
},
"departure": {
"time": "1768581110"
},
"stopId": "RUAU-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581237"
},
"departure": {
"time": "1768581237"
},
"stopId": "BOHASA-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581291"
},
"departure": {
"time": "1768581291"
},
"stopId": "BACHEM-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581470"
},
"departure": {
"time": "1768581470"
},
"stopId": "EPINAY",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581630"
},
"departure": {
"time": "1768581630"
},
"stopId": "COUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581770"
},
"departure": {
"time": "1768581770"
},
"stopId": "BOHACEND",
"stopSequence": 13
}
],
"trip": {
"directionId": 1,
"routeId": "158",
"tripId": "15803"
}
}
},
{
"id": "trip:6237526",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580270"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580339"
},
"departure": {
"time": "1768580339"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580420"
},
"departure": {
"time": "1768580420"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580580"
},
"departure": {
"time": "1768580580"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580664"
},
"departure": {
"time": "1768580664"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580838"
},
"departure": {
"time": "1768580838"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580940"
},
"departure": {
"time": "1768580940"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581090"
},
"departure": {
"time": "1768581090"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581200"
},
"departure": {
"time": "1768581200"
},
"stopId": "2STSE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581330"
},
"departure": {
"time": "1768581330"
},
"stopId": "2MOLIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581450"
},
"departure": {
"time": "1768581450"
},
"stopId": "2DOUT",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581620"
},
"departure": {
"time": "1768581620"
},
"stopId": "2QUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581791"
},
"departure": {
"time": "1768581791"
},
"stopId": "2FARC",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581899"
},
"departure": {
"time": "1768581899"
},
"stopId": "2ELYS",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581991"
},
"departure": {
"time": "1768581991"
},
"stopId": "2PATT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582070"
},
"departure": {
"time": "1768582070"
},
"stopId": "2BARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582170"
},
"departure": {
"time": "1768582170"
},
"stopId": "2BEAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582260"
},
"stopId": "1BBCA",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237526"
}
}
},
{
"id": "trip:6237427",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579540"
},
"stopId": "2BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579651"
},
"departure": {
"time": "1768579651"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579770"
},
"departure": {
"time": "1768579770"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579855"
},
"departure": {
"time": "1768579855"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579952"
},
"departure": {
"time": "1768579952"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580067"
},
"departure": {
"time": "1768580067"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580250"
},
"departure": {
"time": "1768580250"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580410"
},
"departure": {
"time": "1768580410"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580560"
},
"departure": {
"time": "1768580560"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580710"
},
"departure": {
"time": "1768580710"
},
"stopId": "1RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580820"
},
"departure": {
"time": "1768580820"
},
"stopId": "1FMBL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580910"
},
"departure": {
"time": "1768580910"
},
"stopId": "1HARA",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581030"
},
"departure": {
"time": "1768581030"
},
"stopId": "1LGAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581130"
},
"departure": {
"time": "1768581130"
},
"stopId": "1LAFA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581230"
},
"departure": {
"time": "1768581230"
},
"stopId": "1STRA",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581340"
},
"departure": {
"time": "1768581340"
},
"stopId": "1BAMA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581460"
},
"departure": {
"time": "1768581460"
},
"stopId": "1JE23",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581570"
},
"departure": {
"time": "1768581570"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581680"
},
"stopId": "1ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237427"
}
}
},
{
"id": "trip:6054233",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580580"
},
"stopId": "HTDEMURS",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580620"
},
"departure": {
"time": "1768580620"
},
"stopId": "LABUISSA",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580671"
},
"departure": {
"time": "1768580671"
},
"stopId": "LECOTEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580743"
},
"departure": {
"time": "1768580743"
},
"stopId": "CARMET",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580823"
},
"departure": {
"time": "1768580823"
},
"stopId": "MURSHDV",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580854"
},
"departure": {
"time": "1768580854"
},
"stopId": "LEVESQUE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580932"
},
"departure": {
"time": "1768580932"
},
"stopId": "ERIGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580961"
},
"departure": {
"time": "1768580961"
},
"stopId": "SOLAND",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "GDPRESSO",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581060"
},
"departure": {
"time": "1768581060"
},
"stopId": "BARBOTER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581124"
},
"departure": {
"time": "1768581124"
},
"stopId": "FONTENE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "BRISSAC",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582260"
},
"departure": {
"time": "1768582260"
},
"stopId": "GARDOT",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582340"
},
"departure": {
"time": "1768582340"
},
"stopId": "STEXUPER",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582429"
},
"departure": {
"time": "1768582429"
},
"stopId": "SECUSOCI",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582620"
},
"stopId": "HDVSUB",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "23",
"tripId": "6054233"
}
}
},
{
"id": "trip:6239144",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579416"
},
"departure": {
"time": "1768579416"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOTELLER",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579467"
},
"departure": {
"time": "1768579467"
},
"scheduleRelationship": "SKIPPED",
"stopId": "INDUSTRI",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579547"
},
"departure": {
"time": "1768579547"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAVOIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579637"
},
"departure": {
"time": "1768579637"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579696"
},
"departure": {
"time": "1768579696"
},
"scheduleRelationship": "SKIPPED",
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579741"
},
"departure": {
"time": "1768579741"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579806"
},
"departure": {
"time": "1768579806"
},
"stopId": "RAMON",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579536"
},
"departure": {
"time": "1768579536"
},
"stopId": "BESNARDI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579511"
},
"departure": {
"time": "1768579511"
},
"stopId": "TALET",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579383"
},
"departure": {
"time": "1768579383"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579993"
},
"departure": {
"time": "1768579993"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580043"
},
"departure": {
"time": "1768580043"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580140"
},
"departure": {
"time": "1768580140"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580262"
},
"departure": {
"time": "1768580262"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FREMUR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580522"
},
"departure": {
"time": "1768580522"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LETAND-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580592"
},
"departure": {
"time": "1768580592"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUVA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580702"
},
"departure": {
"time": "1768580702"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LORETT-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580765"
},
"departure": {
"time": "1768580765"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORELI-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579472"
},
"departure": {
"time": "1768579472"
},
"stopId": "HAUTPR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579642"
},
"departure": {
"time": "1768579642"
},
"stopId": "INTMIL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579831"
},
"departure": {
"time": "1768579831"
},
"stopId": "DELACR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579888"
},
"departure": {
"time": "1768579888"
},
"stopId": "JUSTIC-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579985"
},
"departure": {
"time": "1768579985"
},
"stopId": "ECLATE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768579526"
},
"departure": {
"time": "1768579526"
},
"stopId": "VDLOIR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768579380"
},
"departure": {
"time": "1768579380"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579467"
},
"departure": {
"time": "1768579467"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579500"
},
"departure": {
"time": "1768579500"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579529"
},
"departure": {
"time": "1768579529"
},
"stopId": "DAGUER-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579589"
},
"departure": {
"time": "1768579589"
},
"stopId": "ALLUME-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768579642"
},
"departure": {
"time": "1768579642"
},
"stopId": "RIOTTE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768579547"
},
"departure": {
"time": "1768579547"
},
"stopId": "MALAQU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768579459"
},
"departure": {
"time": "1768579459"
},
"stopId": "LEFEVR-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768579817"
},
"departure": {
"time": "1768579817"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOURSE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768579860"
},
"departure": {
"time": "1768579860"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORLON-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768579487"
},
"departure": {
"time": "1768579487"
},
"stopId": "PYRAM2-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768579523"
},
"departure": {
"time": "1768579523"
},
"stopId": "BUISSO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768579549"
},
"departure": {
"time": "1768579549"
},
"stopId": "DAUTEL-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768579620"
},
"departure": {
"time": "1768579620"
},
"stopId": "GENTR-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"stopId": "SLEZIND",
"stopSequence": 57
},
{
"arrival": {
"time": "1768579831"
},
"departure": {
"time": "1768579831"
},
"stopId": "BAHONN-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768579877"
},
"departure": {
"time": "1768579877"
},
"stopId": "DEGAUL-E",
"stopSequence": 59
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6239144"
}
}
},
{
"id": "trip:6054222",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579733"
},
"departure": {
"time": "1768579733"
},
"stopId": "BRISSA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579808"
},
"departure": {
"time": "1768579808"
},
"stopId": "FONTEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579845"
},
"departure": {
"time": "1768579845"
},
"stopId": "BARBOT-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579913"
},
"departure": {
"time": "1768579913"
},
"stopId": "GDPRES-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579946"
},
"departure": {
"time": "1768579946"
},
"stopId": "SOLAND-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579985"
},
"departure": {
"time": "1768579985"
},
"stopId": "ERIGNE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580084"
},
"departure": {
"time": "1768580084"
},
"stopId": "LEVESQ-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580116"
},
"departure": {
"time": "1768580116"
},
"stopId": "MURSHV-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580194"
},
"departure": {
"time": "1768580194"
},
"stopId": "CARMET-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580283"
},
"departure": {
"time": "1768580283"
},
"stopId": "LECOTE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580339"
},
"departure": {
"time": "1768580339"
},
"stopId": "LABUIS-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580393"
},
"stopId": "HTDEMURS",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "23",
"tripId": "6054222"
}
}
},
{
"id": "trip:6238584",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579389"
},
"departure": {
"time": "1768579449"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579560"
},
"departure": {
"time": "1768579560"
},
"stopId": "STAUBI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579645"
},
"departure": {
"time": "1768579645"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579768"
},
"departure": {
"time": "1768579768"
},
"stopId": "LESGAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579898"
},
"departure": {
"time": "1768579898"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579947"
},
"departure": {
"time": "1768579947"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579995"
},
"departure": {
"time": "1768579995"
},
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580142"
},
"departure": {
"time": "1768580142"
},
"stopId": "CHANZY-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580313"
},
"departure": {
"time": "1768580313"
},
"stopId": "MIRABE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580376"
},
"departure": {
"time": "1768580376"
},
"stopId": "CESARG-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580420"
},
"departure": {
"time": "1768580420"
},
"stopId": "BLANDE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580484"
},
"departure": {
"time": "1768580484"
},
"stopId": "MUTUAL-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580566"
},
"departure": {
"time": "1768580566"
},
"stopId": "VILLES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580622"
},
"departure": {
"time": "1768580622"
},
"stopId": "VIVIER-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580695"
},
"departure": {
"time": "1768580695"
},
"stopId": "MARIAN-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580761"
},
"departure": {
"time": "1768580761"
},
"stopId": "LINOVE-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580889"
},
"departure": {
"time": "1768580889"
},
"stopId": "ATHLET-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580946"
},
"departure": {
"time": "1768580946"
},
"stopId": "DIONNE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581005"
},
"departure": {
"time": "1768581005"
},
"stopId": "GENDRO-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581049"
},
"departure": {
"time": "1768581049"
},
"stopId": "CHESNA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581097"
},
"departure": {
"time": "1768581097"
},
"stopId": "GIRAD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581192"
},
"departure": {
"time": "1768581192"
},
"stopId": "FRANVILL",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581245"
},
"departure": {
"time": "1768581245"
},
"stopId": "GGESSAND",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581309"
},
"departure": {
"time": "1768581309"
},
"stopId": "MACURIE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581368"
},
"departure": {
"time": "1768581368"
},
"stopId": "JEROSTAN",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581428"
},
"departure": {
"time": "1768581428"
},
"stopId": "RONCIERE",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581485"
},
"departure": {
"time": "1768581485"
},
"stopId": "GUILLE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581572"
},
"departure": {
"time": "1768581572"
},
"stopId": "BAUDRA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581725"
},
"stopId": "MOULINMA",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6238584"
}
}
},
{
"id": "trip:6238898",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579519"
},
"departure": {
"time": "1768579560"
},
"stopId": "LICES-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768579800"
},
"departure": {
"time": "1768579800"
},
"stopId": "ANLERO-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768579911"
},
"departure": {
"time": "1768579911"
},
"stopId": "MICHEL-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768580044"
},
"departure": {
"time": "1768580044"
},
"stopId": "VOLNEY-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768580121"
},
"departure": {
"time": "1768580121"
},
"stopId": "MADELE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768580194"
},
"departure": {
"time": "1768580194"
},
"stopId": "JEBOUI-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1768580266"
},
"departure": {
"time": "1768580266"
},
"stopId": "PCOUBE-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1768580301"
},
"departure": {
"time": "1768580301"
},
"stopId": "AROBA-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1768580434"
},
"departure": {
"time": "1768580434"
},
"stopId": "LANGLA-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1768580592"
},
"departure": {
"time": "1768580592"
},
"stopId": "MONTAI-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1768580724"
},
"departure": {
"time": "1768580724"
},
"stopId": "JERUSA-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1768580781"
},
"departure": {
"time": "1768580781"
},
"stopId": "DAGNET-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1768580819"
},
"departure": {
"time": "1768580819"
},
"stopId": "GILLIE-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1768580896"
},
"departure": {
"time": "1768580896"
},
"stopId": "ISORET-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1768580988"
},
"departure": {
"time": "1768580988"
},
"stopId": "VANDE-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1768581048"
},
"departure": {
"time": "1768581048"
},
"stopId": "ORMEAU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1768581079"
},
"departure": {
"time": "1768581079"
},
"stopId": "CRBLAN-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1768581144"
},
"departure": {
"time": "1768581144"
},
"stopId": "CHATEL-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1768581202"
},
"departure": {
"time": "1768581202"
},
"stopId": "BANCHA-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1768581265"
},
"departure": {
"time": "1768581265"
},
"stopId": "JARDF-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1768581305"
},
"departure": {
"time": "1768581305"
},
"stopId": "SAILLE-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1768581382"
},
"stopId": "SAUBIN",
"stopSequence": 82
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6238898"
}
}
},
{
"id": "trip:6239534",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768581955"
},
"departure": {
"time": "1768581955"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582019"
},
"departure": {
"time": "1768582019"
},
"stopId": "PELUAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582267"
},
"departure": {
"time": "1768582267"
},
"stopId": "ROCEPINE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582316"
},
"departure": {
"time": "1768582316"
},
"stopId": "PARCGARE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582381"
},
"departure": {
"time": "1768582381"
},
"stopId": "LABRUYER",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582456"
},
"departure": {
"time": "1768582456"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582513"
},
"departure": {
"time": "1768582513"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582560"
},
"departure": {
"time": "1768582560"
},
"stopId": "LEQUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582884"
},
"departure": {
"time": "1768582884"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582959"
},
"departure": {
"time": "1768582959"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583040"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768583084"
},
"departure": {
"time": "1768583084"
},
"stopId": "SEMARD-E",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239534"
}
}
},
{
"id": "trip:6238858",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579477"
},
"departure": {
"time": "1768579477"
},
"stopId": "TRINIT-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579655"
},
"departure": {
"time": "1768579655"
},
"stopId": "DESCAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579781"
},
"departure": {
"time": "1768579781"
},
"stopId": "CLOUET-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579868"
},
"departure": {
"time": "1768579868"
},
"stopId": "GOURON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579937"
},
"departure": {
"time": "1768579937"
},
"stopId": "GASNIE-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580087"
},
"departure": {
"time": "1768580087"
},
"stopId": "ECHMA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580146"
},
"departure": {
"time": "1768580146"
},
"stopId": "KENNED-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580272"
},
"departure": {
"time": "1768580272"
},
"stopId": "WPMA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580339"
},
"departure": {
"time": "1768580339"
},
"stopId": "RONDE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580420"
},
"departure": {
"time": "1768580420"
},
"stopId": "BRASSE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580450"
},
"departure": {
"time": "1768580450"
},
"stopId": "BEURRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580565"
},
"departure": {
"time": "1768580565"
},
"stopId": "DELAUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580628"
},
"departure": {
"time": "1768580628"
},
"stopId": "MAUFIN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580685"
},
"departure": {
"time": "1768580685"
},
"stopId": "MAIRAV-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580745"
},
"departure": {
"time": "1768580745"
},
"stopId": "CIAVRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580800"
},
"departure": {
"time": "1768580800"
},
"stopId": "PEGARD-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580883"
},
"departure": {
"time": "1768580883"
},
"stopId": "RIPOLE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580925"
},
"departure": {
"time": "1768580925"
},
"stopId": "SALETT-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581104"
},
"departure": {
"time": "1768581104"
},
"stopId": "BONPLA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581148"
},
"departure": {
"time": "1768581148"
},
"stopId": "POIVRE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581225"
},
"departure": {
"time": "1768581225"
},
"stopId": "AARDBU-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581467"
},
"departure": {
"time": "1768581467"
},
"stopId": "LANGEVI",
"stopSequence": 57
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CCADEA-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768581602"
},
"departure": {
"time": "1768581602"
},
"stopId": "PLOTTI-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768581625"
},
"departure": {
"time": "1768581625"
},
"stopId": "AUTRIC-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581678"
},
"departure": {
"time": "1768581678"
},
"stopId": "IRLAND-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768581715"
},
"departure": {
"time": "1768581715"
},
"stopId": "ITALIE-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581774"
},
"departure": {
"time": "1768581774"
},
"stopId": "ALLEMA-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768581796"
},
"departure": {
"time": "1768581796"
},
"stopId": "DANEMA-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768581829"
},
"departure": {
"time": "1768581829"
},
"stopId": "AVENEU-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768581864"
},
"departure": {
"time": "1768581864"
},
"stopId": "MASTEL-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1768581920"
},
"departure": {
"time": "1768581920"
},
"stopId": "JEHUEZ-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1768581979"
},
"departure": {
"time": "1768581979"
},
"stopId": "PLATEF-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1768582001"
},
"departure": {
"time": "1768582001"
},
"stopId": "ESPMON-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1768582067"
},
"departure": {
"time": "1768582067"
},
"stopId": "BELAIR-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1768582118"
},
"departure": {
"time": "1768582118"
},
"stopId": "ZOLA-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1768582199"
},
"departure": {
"time": "1768582199"
},
"stopId": "ANAFRA-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1768582495"
},
"departure": {
"time": "1768582495"
},
"stopId": "DOMVATER",
"stopSequence": 74
},
{
"arrival": {
"time": "1768582002"
},
"departure": {
"time": "1768582002"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAU-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1768582032"
},
"departure": {
"time": "1768582032"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1768582064"
},
"departure": {
"time": "1768582064"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGU-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1768582109"
},
"departure": {
"time": "1768582109"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOU-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1768582320"
},
"departure": {
"time": "1768582320"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1768582540"
},
"departure": {
"time": "1768582540"
},
"stopId": "RECLAI-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1768582636"
},
"departure": {
"time": "1768582636"
},
"stopId": "RENOIR-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1768582655"
},
"departure": {
"time": "1768582655"
},
"stopId": "CAMPJU-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1768582692"
},
"departure": {
"time": "1768582692"
},
"stopId": "JUIGN-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1768582733"
},
"stopId": "BENE-E",
"stopSequence": 85
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6238858"
}
}
},
{
"id": "trip:15503",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579800"
},
"departure": {
"time": "1768579800"
},
"stopId": "MILLOTCO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579920"
},
"departure": {
"time": "1768579920"
},
"stopId": "HAUTPRES",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579980"
},
"departure": {
"time": "1768579980"
},
"stopId": "DELATTRE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580003"
},
"departure": {
"time": "1768580003"
},
"stopId": "MORELLIE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "LORETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580108"
},
"departure": {
"time": "1768580108"
},
"stopId": "BEDIER-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580152"
},
"departure": {
"time": "1768580152"
},
"stopId": "INTREP-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580194"
},
"departure": {
"time": "1768580194"
},
"stopId": "MTARDA-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580247"
},
"departure": {
"time": "1768580247"
},
"stopId": "AUBRY-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580308"
},
"departure": {
"time": "1768580308"
},
"stopId": "COSSE-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "HUTREA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580441"
},
"departure": {
"time": "1768580441"
},
"stopId": "JOLIVE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580483"
},
"departure": {
"time": "1768580483"
},
"stopId": "BELOEI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "RTEDAN-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580572"
},
"departure": {
"time": "1768580572"
},
"stopId": "LESROS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580640"
},
"departure": {
"time": "1768580640"
},
"stopId": "LOUPIN-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580710"
},
"departure": {
"time": "1768580710"
},
"stopId": "MASGEM-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580771"
},
"departure": {
"time": "1768580771"
},
"stopId": "HOSGEM-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580857"
},
"departure": {
"time": "1768580857"
},
"stopId": "CLOS9-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580940"
},
"departure": {
"time": "1768580940"
},
"stopId": "VANRIE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580974"
},
"departure": {
"time": "1768580974"
},
"stopId": "PORTSG-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581011"
},
"departure": {
"time": "1768581011"
},
"stopId": "LECHEN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581050"
},
"departure": {
"time": "1768581050"
},
"stopId": "ROMORNA",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"stopId": "BOUCHEM",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581416"
},
"departure": {
"time": "1768581416"
},
"stopId": "CHEVRIER",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581452"
},
"departure": {
"time": "1768581452"
},
"stopId": "PETPORT",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581534"
},
"departure": {
"time": "1768581534"
},
"stopId": "HAUBOUCH",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "ARTAUD",
"stopSequence": 28
}
],
"trip": {
"directionId": 1,
"routeId": "155",
"tripId": "15503"
}
}
},
{
"id": "trip:6239775",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579393"
},
"departure": {
"time": "1768579484"
},
"stopId": "MONPRO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579533"
},
"departure": {
"time": "1768579533"
},
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579602"
},
"departure": {
"time": "1768579602"
},
"stopId": "FARCSJ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768579725"
},
"departure": {
"time": "1768579725"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768579829"
},
"departure": {
"time": "1768579829"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579884"
},
"departure": {
"time": "1768579884"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579950"
},
"departure": {
"time": "1768579950"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580069"
},
"departure": {
"time": "1768580069"
},
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580135"
},
"departure": {
"time": "1768580135"
},
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580158"
},
"departure": {
"time": "1768580158"
},
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580292"
},
"departure": {
"time": "1768580292"
},
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580371"
},
"departure": {
"time": "1768580371"
},
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580409"
},
"departure": {
"time": "1768580409"
},
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580458"
},
"departure": {
"time": "1768580458"
},
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580500"
},
"departure": {
"time": "1768580500"
},
"stopId": "LANDRE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580612"
},
"departure": {
"time": "1768580612"
},
"stopId": "BRGPAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580641"
},
"departure": {
"time": "1768580641"
},
"stopId": "RODIN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580676"
},
"departure": {
"time": "1768580676"
},
"stopId": "GRANBE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768580721"
},
"departure": {
"time": "1768580721"
},
"stopId": "PROME-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768580772"
},
"departure": {
"time": "1768580772"
},
"stopId": "CERFEU-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768580839"
},
"departure": {
"time": "1768580839"
},
"stopId": "LASOUR-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768580901"
},
"departure": {
"time": "1768580901"
},
"stopId": "ROUAIR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768580972"
},
"departure": {
"time": "1768580972"
},
"stopId": "VAURAG-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581022"
},
"departure": {
"time": "1768581022"
},
"stopId": "PRIEUR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768581063"
},
"departure": {
"time": "1768581063"
},
"stopId": "GRANPI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581090"
},
"departure": {
"time": "1768581090"
},
"stopId": "PINSON-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768581134"
},
"departure": {
"time": "1768581134"
},
"stopId": "FAUVET-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768581192"
},
"stopId": "BEAUCOUZ",
"stopSequence": 65
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239775"
}
}
},
{
"id": "trip:6238301",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579382"
},
"departure": {
"time": "1768579382"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579397"
},
"departure": {
"time": "1768579397"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579427"
},
"departure": {
"time": "1768579458"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579565"
},
"departure": {
"time": "1768579565"
},
"stopId": "HMTREL",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579653"
},
"departure": {
"time": "1768579653"
},
"stopId": "CIMTRELA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579692"
},
"departure": {
"time": "1768579692"
},
"stopId": "EGLTRELA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"stopId": "MAIRTREL",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579793"
},
"departure": {
"time": "1768579793"
},
"stopId": "MONTHIBE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579925"
},
"departure": {
"time": "1768579925"
},
"stopId": "BUISSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579985"
},
"departure": {
"time": "1768579985"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580061"
},
"departure": {
"time": "1768580061"
},
"stopId": "LEFEVRE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580096"
},
"departure": {
"time": "1768580096"
},
"stopId": "MALAQUAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580155"
},
"departure": {
"time": "1768580155"
},
"stopId": "MENARD",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580200"
},
"departure": {
"time": "1768580200"
},
"stopId": "CHOUTEAU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580270"
},
"departure": {
"time": "1768580270"
},
"stopId": "FRESNAIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580355"
},
"departure": {
"time": "1768580355"
},
"stopId": "MARAIS",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580419"
},
"departure": {
"time": "1768580419"
},
"stopId": "BELLVUTR",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580468"
},
"departure": {
"time": "1768580468"
},
"stopId": "LEOLAGRA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580531"
},
"departure": {
"time": "1768580531"
},
"stopId": "VDLOIRE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580638"
},
"departure": {
"time": "1768580638"
},
"stopId": "ECLATERI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580762"
},
"departure": {
"time": "1768580762"
},
"stopId": "JUSTICES",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580807"
},
"departure": {
"time": "1768580807"
},
"stopId": "DELACROI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580970"
},
"departure": {
"time": "1768580970"
},
"stopId": "MADELEIN",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581025"
},
"departure": {
"time": "1768581025"
},
"stopId": "VOLNEY",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581189"
},
"departure": {
"time": "1768581189"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581248"
},
"departure": {
"time": "1768581248"
},
"stopId": "ANLEROY",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581557"
},
"departure": {
"time": "1768581557"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581624"
},
"departure": {
"time": "1768581624"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581783"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238301"
}
}
},
{
"id": "trip:3534",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579394"
},
"departure": {
"time": "1768579436"
},
"stopId": "RENARD",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579640"
},
"departure": {
"time": "1768579640"
},
"stopId": "PAQUERET",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579687"
},
"departure": {
"time": "1768579687"
},
"stopId": "5ROUTES",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579775"
},
"departure": {
"time": "1768579775"
},
"stopId": "ATOLL",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579969"
},
"departure": {
"time": "1768579969"
},
"stopId": "DESERRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580029"
},
"departure": {
"time": "1768580029"
},
"stopId": "MORSUB",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580120"
},
"departure": {
"time": "1768580120"
},
"stopId": "LABABEAU",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580506"
},
"departure": {
"time": "1768580506"
},
"stopId": "FARCYSJA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580660"
},
"departure": {
"time": "1768580660"
},
"stopId": "QUAIsubN",
"stopSequence": 21
}
],
"trip": {
"directionId": 0,
"routeId": "35",
"tripId": "3534"
}
}
},
{
"id": "trip:6238254",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579369"
},
"departure": {
"time": "1768579385"
},
"stopId": "MARAIS",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579430"
},
"departure": {
"time": "1768579461"
},
"stopId": "BELLVUTR",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579513"
},
"departure": {
"time": "1768579513"
},
"stopId": "LEOLAGRA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579576"
},
"departure": {
"time": "1768579576"
},
"stopId": "VDLOIRE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579683"
},
"departure": {
"time": "1768579683"
},
"stopId": "ECLATERI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579807"
},
"departure": {
"time": "1768579807"
},
"stopId": "JUSTICES",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579852"
},
"departure": {
"time": "1768579852"
},
"stopId": "DELACROI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580003"
},
"departure": {
"time": "1768580003"
},
"stopId": "MADELEIN",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580059"
},
"departure": {
"time": "1768580059"
},
"stopId": "VOLNEY",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580221"
},
"departure": {
"time": "1768580221"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580281"
},
"departure": {
"time": "1768580281"
},
"stopId": "ANLEROY",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580573"
},
"departure": {
"time": "1768580573"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580679"
},
"departure": {
"time": "1768580679"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580822"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238254"
}
}
},
{
"id": "trip:6052554",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579378"
},
"departure": {
"time": "1768579378"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579734"
},
"departure": {
"time": "1768579734"
},
"stopId": "GDMAIN-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579852"
},
"departure": {
"time": "1768579852"
},
"stopId": "LACDMA-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579906"
},
"departure": {
"time": "1768579906"
},
"stopId": "CAMLAC-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580022"
},
"departure": {
"time": "1768580022"
},
"stopId": "CROISE-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580057"
},
"departure": {
"time": "1768580057"
},
"stopId": "PRUNIE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580253"
},
"departure": {
"time": "1768580253"
},
"stopId": "CLOSVIGN",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580353"
},
"departure": {
"time": "1768580353"
},
"stopId": "PIVERD-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580418"
},
"departure": {
"time": "1768580418"
},
"stopId": "ARTAUD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580481"
},
"departure": {
"time": "1768580481"
},
"stopId": "HAUBOU-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580563"
},
"departure": {
"time": "1768580563"
},
"stopId": "PETPOR-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580604"
},
"departure": {
"time": "1768580604"
},
"stopId": "CHEVRI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580658"
},
"departure": {
"time": "1768580658"
},
"stopId": "BOUCHE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580728"
},
"departure": {
"time": "1768580728"
},
"stopId": "CAMPBO-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580784"
},
"departure": {
"time": "1768580784"
},
"stopId": "GAREBO-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580830"
},
"departure": {
"time": "1768580830"
},
"stopId": "PONTLA-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580874"
},
"departure": {
"time": "1768580874"
},
"stopId": "LAPOIN-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580906"
},
"departure": {
"time": "1768580906"
},
"stopId": "RANGEA-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580971"
},
"departure": {
"time": "1768580971"
},
"stopId": "VIGNES-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581075"
},
"stopId": "CHANTOUR",
"stopSequence": 26
}
],
"trip": {
"directionId": 1,
"routeId": "22",
"tripId": "6052554"
}
}
},
{
"id": "trip:6238641",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579680"
},
"stopId": "EVENTARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579755"
},
"departure": {
"time": "1768579755"
},
"stopId": "CHABOLA.",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579837"
},
"departure": {
"time": "1768579837"
},
"stopId": "RAPIDEX",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579860"
},
"departure": {
"time": "1768579860"
},
"stopId": "VALEO",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579901"
},
"departure": {
"time": "1768579901"
},
"stopId": "POMANJO",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579926"
},
"departure": {
"time": "1768579926"
},
"stopId": "LEMERCIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579994"
},
"departure": {
"time": "1768579994"
},
"stopId": "SCANIA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "INDUSTRI",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580136"
},
"departure": {
"time": "1768580136"
},
"stopId": "SAVOIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580218"
},
"departure": {
"time": "1768580218"
},
"stopId": "DOYENNE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580302"
},
"departure": {
"time": "1768580302"
},
"stopId": "CITESOLI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580460"
},
"stopId": "CARCITR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580515"
},
"departure": {
"time": "1768580515"
},
"stopId": "FFAURE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580624"
},
"departure": {
"time": "1768580624"
},
"stopId": "FACUL-SS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580836"
},
"departure": {
"time": "1768580836"
},
"stopId": "TALET",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581137"
},
"departure": {
"time": "1768581137"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581360"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581456"
},
"departure": {
"time": "1768581456"
},
"stopId": "STAUBI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581502"
},
"departure": {
"time": "1768581502"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581624"
},
"departure": {
"time": "1768581624"
},
"stopId": "LESGAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581775"
},
"departure": {
"time": "1768581775"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581840"
},
"departure": {
"time": "1768581840"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581964"
},
"departure": {
"time": "1768581964"
},
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582127"
},
"departure": {
"time": "1768582127"
},
"stopId": "CHANZY-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582298"
},
"departure": {
"time": "1768582298"
},
"stopId": "MIRABE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582361"
},
"departure": {
"time": "1768582361"
},
"stopId": "CESARG-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582405"
},
"departure": {
"time": "1768582405"
},
"stopId": "BLANDE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582469"
},
"departure": {
"time": "1768582469"
},
"stopId": "MUTUAL-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582551"
},
"departure": {
"time": "1768582551"
},
"stopId": "VILLES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582607"
},
"departure": {
"time": "1768582607"
},
"stopId": "VIVIER-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582680"
},
"departure": {
"time": "1768582680"
},
"stopId": "MARIAN-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582757"
},
"departure": {
"time": "1768582757"
},
"stopId": "LINOVE-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582906"
},
"departure": {
"time": "1768582906"
},
"stopId": "ATHLET-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582972"
},
"departure": {
"time": "1768582972"
},
"stopId": "DIONNE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583040"
},
"stopId": "GENDRO-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768583084"
},
"departure": {
"time": "1768583084"
},
"stopId": "CHESNA-E",
"stopSequence": 40
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6238641"
}
}
},
{
"id": "trip:6238893",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579584"
},
"departure": {
"time": "1768579584"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 54
},
{
"arrival": {
"time": "1768579884"
},
"departure": {
"time": "1768579884"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICRO-E",
"stopSequence": 57
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6238893"
}
}
},
{
"id": "trip:6240003",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579684"
},
"departure": {
"time": "1768579684"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579758"
},
"departure": {
"time": "1768579758"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580118"
},
"departure": {
"time": "1768580118"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580188"
},
"departure": {
"time": "1768580188"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580243"
},
"departure": {
"time": "1768580243"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580311"
},
"departure": {
"time": "1768580311"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580353"
},
"departure": {
"time": "1768580353"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580394"
},
"departure": {
"time": "1768580394"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580445"
},
"departure": {
"time": "1768580445"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580511"
},
"departure": {
"time": "1768580511"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580550"
},
"departure": {
"time": "1768580550"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580637"
},
"departure": {
"time": "1768580637"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580681"
},
"departure": {
"time": "1768580681"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580751"
},
"departure": {
"time": "1768580751"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580871"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6240003"
}
}
},
{
"id": "trip:6237461",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582400"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582520"
},
"departure": {
"time": "1768582520"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582640"
},
"departure": {
"time": "1768582640"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582760"
},
"departure": {
"time": "1768582760"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582880"
},
"departure": {
"time": "1768582880"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582970"
},
"departure": {
"time": "1768582970"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768583070"
},
"departure": {
"time": "1768583070"
},
"stopId": "2LGAR",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237461"
}
}
},
{
"id": "trip:6238508",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579512"
},
"departure": {
"time": "1768579512"
},
"stopId": "CNFPT-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579932"
},
"departure": {
"time": "1768579932"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579996"
},
"departure": {
"time": "1768579996"
},
"stopId": "ACADEMIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580022"
},
"departure": {
"time": "1768580022"
},
"stopId": "GBREM-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580104"
},
"stopId": "GAREPAPI",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6238508"
}
}
},
{
"id": "trip:6239810",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579773"
},
"departure": {
"time": "1768579773"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SECUSO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579851"
},
"departure": {
"time": "1768579851"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STEXUP-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579939"
},
"departure": {
"time": "1768579939"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GARDOT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579966"
},
"departure": {
"time": "1768579966"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580056"
},
"departure": {
"time": "1768580056"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580182"
},
"departure": {
"time": "1768580182"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580235"
},
"departure": {
"time": "1768580235"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CASERN-E",
"stopSequence": 49
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239810"
}
}
},
{
"id": "trip:11505",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579440"
},
"departure": {
"time": "1768579440"
},
"stopId": "QVENTS-E",
"stopSequence": 9
}
],
"trip": {
"directionId": 1,
"routeId": "115",
"tripId": "11505"
}
}
},
{
"id": "trip:3523",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579540"
},
"departure": {
"time": "1768579540"
},
"stopId": "5ROUTE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579584"
},
"departure": {
"time": "1768579584"
},
"stopId": "PAQUER-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579786"
},
"departure": {
"time": "1768579786"
},
"stopId": "RENAR-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579811"
},
"departure": {
"time": "1768579811"
},
"stopId": "PAUGE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579840"
},
"departure": {
"time": "1768579840"
},
"stopId": "PERRAU-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579876"
},
"departure": {
"time": "1768579876"
},
"stopId": "BELLAN-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579926"
},
"departure": {
"time": "1768579926"
},
"stopId": "ABI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579984"
},
"departure": {
"time": "1768579984"
},
"stopId": "LANGEV-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580052"
},
"departure": {
"time": "1768580052"
},
"stopId": "LESECO-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580140"
},
"departure": {
"time": "1768580140"
},
"stopId": "LESLAN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580249"
},
"departure": {
"time": "1768580249"
},
"stopId": "FOUQUE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580300"
},
"departure": {
"time": "1768580300"
},
"stopId": "DPATIS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580349"
},
"departure": {
"time": "1768580349"
},
"stopId": "DFRAYON-E",
"stopSequence": 21
}
],
"trip": {
"directionId": 1,
"routeId": "35",
"tripId": "3523"
}
}
},
{
"id": "trip:6239819",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581900"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581986"
},
"departure": {
"time": "1768581986"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582030"
},
"departure": {
"time": "1768582030"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582067"
},
"departure": {
"time": "1768582067"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582094"
},
"departure": {
"time": "1768582094"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582245"
},
"departure": {
"time": "1768582245"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582306"
},
"departure": {
"time": "1768582306"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582349"
},
"departure": {
"time": "1768582349"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582396"
},
"departure": {
"time": "1768582396"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582495"
},
"departure": {
"time": "1768582495"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582549"
},
"departure": {
"time": "1768582549"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582615"
},
"departure": {
"time": "1768582615"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582690"
},
"departure": {
"time": "1768582690"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582749"
},
"departure": {
"time": "1768582749"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582800"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582881"
},
"departure": {
"time": "1768582881"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582975"
},
"departure": {
"time": "1768582975"
},
"stopId": "ARCEAU",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239819"
}
}
},
{
"id": "trip:6238300",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579372"
},
"departure": {
"time": "1768579372"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579448"
},
"departure": {
"time": "1768579448"
},
"stopId": "LEFEVRE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579483"
},
"departure": {
"time": "1768579483"
},
"stopId": "MALAQUAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579542"
},
"departure": {
"time": "1768579542"
},
"stopId": "MENARD",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579587"
},
"departure": {
"time": "1768579587"
},
"stopId": "CHOUTEAU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579657"
},
"departure": {
"time": "1768579657"
},
"stopId": "FRESNAIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579742"
},
"departure": {
"time": "1768579742"
},
"stopId": "MARAIS",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579803"
},
"departure": {
"time": "1768579803"
},
"stopId": "BELLVUTR",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579852"
},
"departure": {
"time": "1768579852"
},
"stopId": "LEOLAGRA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579915"
},
"departure": {
"time": "1768579915"
},
"stopId": "VDLOIRE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580022"
},
"departure": {
"time": "1768580022"
},
"stopId": "ECLATERI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580146"
},
"departure": {
"time": "1768580146"
},
"stopId": "JUSTICES",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580191"
},
"departure": {
"time": "1768580191"
},
"stopId": "DELACROI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580324"
},
"departure": {
"time": "1768580324"
},
"stopId": "MADELEIN",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580396"
},
"departure": {
"time": "1768580396"
},
"stopId": "VOLNEY",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580581"
},
"departure": {
"time": "1768580581"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580642"
},
"departure": {
"time": "1768580642"
},
"stopId": "ANLEROY",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580925"
},
"departure": {
"time": "1768580925"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581073"
},
"departure": {
"time": "1768581073"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581216"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238300"
}
}
},
{
"id": "trip:6239125",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581720"
},
"stopId": "PROVINS",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581793"
},
"departure": {
"time": "1768581793"
},
"stopId": "RTEPARIS",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581958"
},
"departure": {
"time": "1768581958"
},
"stopId": "HOTELLER",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582007"
},
"departure": {
"time": "1768582007"
},
"stopId": "INDUSTRI",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582080"
},
"departure": {
"time": "1768582080"
},
"stopId": "SAVOIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582170"
},
"departure": {
"time": "1768582170"
},
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582229"
},
"departure": {
"time": "1768582229"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582274"
},
"departure": {
"time": "1768582274"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582366"
},
"departure": {
"time": "1768582366"
},
"stopId": "RAMON",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582565"
},
"departure": {
"time": "1768582565"
},
"stopId": "BESNARDI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582649"
},
"departure": {
"time": "1768582649"
},
"stopId": "TALET",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582310"
},
"departure": {
"time": "1768582310"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLANT",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582448"
},
"departure": {
"time": "1768582448"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOUER",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACENEY",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582834"
},
"departure": {
"time": "1768582834"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582854"
},
"departure": {
"time": "1768582854"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768583053"
},
"departure": {
"time": "1768583280"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6239125"
}
}
},
{
"id": "trip:6237528",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581340"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581409"
},
"departure": {
"time": "1768581409"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581490"
},
"departure": {
"time": "1768581490"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581650"
},
"departure": {
"time": "1768581650"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581734"
},
"departure": {
"time": "1768581734"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581908"
},
"departure": {
"time": "1768581908"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582010"
},
"departure": {
"time": "1768582010"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582160"
},
"departure": {
"time": "1768582160"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582270"
},
"departure": {
"time": "1768582270"
},
"stopId": "2STSE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582400"
},
"departure": {
"time": "1768582400"
},
"stopId": "2MOLIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582520"
},
"departure": {
"time": "1768582520"
},
"stopId": "2DOUT",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582690"
},
"departure": {
"time": "1768582690"
},
"stopId": "2QUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582861"
},
"departure": {
"time": "1768582861"
},
"stopId": "2FARC",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582969"
},
"departure": {
"time": "1768582969"
},
"stopId": "2ELYS",
"stopSequence": 13
},
{
"arrival": {
"time": "1768583061"
},
"departure": {
"time": "1768583061"
},
"stopId": "2PATT",
"stopSequence": 14
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237528"
}
}
},
{
"id": "trip:6239720",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579395"
},
"departure": {
"time": "1768579395"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579485"
},
"departure": {
"time": "1768579485"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768579611"
},
"departure": {
"time": "1768579611"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768579664"
},
"departure": {
"time": "1768579664"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CASERN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768579764"
},
"departure": {
"time": "1768579764"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAREU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768579822"
},
"departure": {
"time": "1768579822"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PAPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768579876"
},
"departure": {
"time": "1768579876"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CCHEMI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768579946"
},
"departure": {
"time": "1768579946"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JUFERR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580008"
},
"departure": {
"time": "1768580008"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GEMMET-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580068"
},
"departure": {
"time": "1768580068"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AUBEPI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768580124"
},
"departure": {
"time": "1768580124"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STADE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768580187"
},
"departure": {
"time": "1768580187"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768580237"
},
"departure": {
"time": "1768580237"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768580289"
},
"departure": {
"time": "1768580289"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768580374"
},
"departure": {
"time": "1768580374"
},
"scheduleRelationship": "SKIPPED",
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768580424"
},
"departure": {
"time": "1768580424"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768580557"
},
"departure": {
"time": "1768580557"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768580598"
},
"departure": {
"time": "1768580598"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768580633"
},
"departure": {
"time": "1768580633"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CEZAN-E",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239720"
}
}
},
{
"id": "trip:6238697",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579617"
},
"departure": {
"time": "1768579617"
},
"stopId": "POULARDE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579680"
},
"departure": {
"time": "1768579800"
},
"stopId": "POLE49",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579863"
},
"departure": {
"time": "1768579863"
},
"stopId": "HELBOU",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579898"
},
"departure": {
"time": "1768579898"
},
"stopId": "COLOMB",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579935"
},
"departure": {
"time": "1768579935"
},
"stopId": "CHANTRI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580090"
},
"departure": {
"time": "1768580090"
},
"stopId": "COINTREA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580145"
},
"departure": {
"time": "1768580145"
},
"stopId": "MAISONSR",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580205"
},
"departure": {
"time": "1768580205"
},
"stopId": "GATS",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580272"
},
"departure": {
"time": "1768580272"
},
"stopId": "CAMELI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580339"
},
"departure": {
"time": "1768580339"
},
"stopId": "MONTREJO",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "COUPERIN",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580626"
},
"departure": {
"time": "1768580626"
},
"stopId": "MONTAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580962"
},
"departure": {
"time": "1768580962"
},
"stopId": "CLEMOINE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581105"
},
"departure": {
"time": "1768581105"
},
"stopId": "MAIL-NAE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581180"
},
"stopId": "LORRAIN2",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "11",
"tripId": "6238697"
}
}
},
{
"id": "trip:3221",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579459"
},
"departure": {
"time": "0"
},
"stopId": "BLITOU-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579587"
},
"departure": {
"time": "1768579587"
},
"stopId": "TOURAI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579729"
},
"departure": {
"time": "1768579729"
},
"stopId": "LOUDIN-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579789"
},
"departure": {
"time": "1768579789"
},
"stopId": "BLEUNI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579820"
},
"departure": {
"time": "1768579820"
},
"stopId": "VILVEQ-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579839"
},
"departure": {
"time": "1768579839"
},
"stopId": "VILVEC-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579966"
},
"departure": {
"time": "1768579966"
},
"stopId": "SOUCEL-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580182"
},
"departure": {
"time": "1768580182"
},
"stopId": "NONNA-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580240"
},
"departure": {
"time": "1768580240"
},
"stopId": "HERMIT32",
"stopSequence": 23
}
],
"trip": {
"directionId": 1,
"routeId": "32",
"tripId": "3221"
}
}
},
{
"id": "trip:3423",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579409"
},
"departure": {
"time": "0"
},
"stopId": "GPOMPI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579680"
},
"departure": {
"time": "1768579680"
},
"stopId": "LAPLES-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579808"
},
"departure": {
"time": "1768579808"
},
"stopId": "LAGRAN-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579872"
},
"departure": {
"time": "1768579872"
},
"stopId": "LAGLOU-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "TANCE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580074"
},
"departure": {
"time": "1768580074"
},
"stopId": "AUBRIA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580120"
},
"departure": {
"time": "1768580120"
},
"stopId": "MEIG34-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580147"
},
"departure": {
"time": "1768580147"
},
"stopId": "MOLINE-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580211"
},
"departure": {
"time": "1768580211"
},
"stopId": "MAUNY-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580344"
},
"departure": {
"time": "1768580344"
},
"stopId": "GUILL-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580455"
},
"departure": {
"time": "1768580455"
},
"stopId": "ESPLO-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580494"
},
"departure": {
"time": "1768580494"
},
"stopId": "LORPLM-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580540"
},
"departure": {
"time": "1768580540"
},
"stopId": "NOUE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580729"
},
"departure": {
"time": "1768580729"
},
"stopId": "PAGNOL-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580780"
},
"departure": {
"time": "1768580780"
},
"stopId": "JOUVET-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580839"
},
"departure": {
"time": "1768580839"
},
"stopId": "MEMBMA-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580900"
},
"departure": {
"time": "1768580900"
},
"stopId": "GABORI-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580960"
},
"departure": {
"time": "1768580960"
},
"stopId": "BOISDA-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581020"
},
"departure": {
"time": "1768581020"
},
"stopId": "ZACHESNA",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "34",
"tripId": "3423"
}
}
},
{
"id": "trip:3811",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579560"
},
"departure": {
"time": "1768579560"
},
"stopId": "CRFRUX-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579605"
},
"departure": {
"time": "1768579605"
},
"stopId": "LAJANV-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579860"
},
"departure": {
"time": "1768579860"
},
"stopId": "PINELI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579917"
},
"departure": {
"time": "1768579917"
},
"stopId": "CLEMEG-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579980"
},
"departure": {
"time": "1768579980"
},
"stopId": "GUERAN-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580100"
},
"departure": {
"time": "1768580100"
},
"stopId": "STCLEM",
"stopSequence": 16
}
],
"trip": {
"directionId": 1,
"routeId": "38",
"tripId": "3811"
}
}
},
{
"id": "trip:3613",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579379"
},
"departure": {
"time": "1768579427"
},
"stopId": "STMART-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579543"
},
"departure": {
"time": "1768579543"
},
"stopId": "OLIVER-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579620"
},
"departure": {
"time": "1768579620"
},
"stopId": "BSOLEI-E",
"stopSequence": 13
}
],
"trip": {
"directionId": 1,
"routeId": "36",
"tripId": "3613"
}
}
},
{
"id": "trip:6239948",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579432"
},
"departure": {
"time": "1768579432"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579552"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239948"
}
}
},
{
"id": "trip:6239493",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582860"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582915"
},
"departure": {
"time": "1768582915"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582969"
},
"departure": {
"time": "1768582969"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768583046"
},
"departure": {
"time": "1768583046"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHARNA-E",
"stopSequence": 3
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239493"
}
}
},
{
"id": "trip:6054517",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582740"
},
"stopId": "VEILLIER",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582980"
},
"stopId": "GRIMOREL",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "12",
"tripId": "6054517"
}
}
},
{
"id": "trip:6239548",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579385"
},
"departure": {
"time": "1768579446"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579514"
},
"departure": {
"time": "1768579514"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579616"
},
"departure": {
"time": "1768579616"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579738"
},
"departure": {
"time": "1768579738"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579838"
},
"departure": {
"time": "1768579838"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579883"
},
"departure": {
"time": "1768579883"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580095"
},
"departure": {
"time": "1768580095"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580160"
},
"departure": {
"time": "1768580160"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580196"
},
"departure": {
"time": "1768580196"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580350"
},
"departure": {
"time": "1768580350"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580613"
},
"departure": {
"time": "1768580613"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580807"
},
"departure": {
"time": "1768580807"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580893"
},
"departure": {
"time": "1768580893"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580960"
},
"departure": {
"time": "1768580960"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581052"
},
"departure": {
"time": "1768581052"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581150"
},
"departure": {
"time": "1768581150"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581233"
},
"departure": {
"time": "1768581233"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581274"
},
"departure": {
"time": "1768581274"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581307"
},
"departure": {
"time": "1768581307"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581374"
},
"departure": {
"time": "1768581374"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581436"
},
"departure": {
"time": "1768581436"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581540"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581706"
},
"departure": {
"time": "1768581706"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581806"
},
"departure": {
"time": "1768581806"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581881"
},
"departure": {
"time": "1768581881"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581974"
},
"departure": {
"time": "1768581974"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581988"
},
"departure": {
"time": "1768581988"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582066"
},
"departure": {
"time": "1768582066"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582117"
},
"departure": {
"time": "1768582117"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582180"
},
"departure": {
"time": "1768582180"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582254"
},
"departure": {
"time": "1768582254"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582330"
},
"departure": {
"time": "1768582330"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768582510"
},
"departure": {
"time": "1768582510"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582566"
},
"departure": {
"time": "1768582566"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582674"
},
"departure": {
"time": "1768582674"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582760"
},
"departure": {
"time": "1768582760"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768582833"
},
"departure": {
"time": "1768582833"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768582871"
},
"departure": {
"time": "1768582871"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768583046"
},
"departure": {
"time": "1768583046"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768583261"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239548"
}
}
},
{
"id": "trip:6240190",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579457"
},
"departure": {
"time": "1768579457"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579589"
},
"departure": {
"time": "1768579589"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579840"
},
"departure": {
"time": "1768579840"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580044"
},
"departure": {
"time": "1768580044"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580143"
},
"departure": {
"time": "1768580143"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580284"
},
"departure": {
"time": "1768580284"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580431"
},
"departure": {
"time": "1768580431"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580499"
},
"departure": {
"time": "1768580499"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580550"
},
"departure": {
"time": "1768580550"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580638"
},
"departure": {
"time": "1768580638"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580682"
},
"departure": {
"time": "1768580682"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580724"
},
"departure": {
"time": "1768580724"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580769"
},
"departure": {
"time": "1768580769"
},
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580863"
},
"departure": {
"time": "1768580863"
},
"stopId": "CHMART-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580906"
},
"departure": {
"time": "1768580906"
},
"stopId": "MLYAUT-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580980"
},
"departure": {
"time": "1768580980"
},
"stopId": "BRASSE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581035"
},
"departure": {
"time": "1768581035"
},
"stopId": "BEURRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581091"
},
"departure": {
"time": "1768581091"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581150"
},
"departure": {
"time": "1768581150"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581204"
},
"departure": {
"time": "1768581204"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581304"
},
"departure": {
"time": "1768581304"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581368"
},
"departure": {
"time": "1768581368"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581450"
},
"departure": {
"time": "1768581450"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581516"
},
"departure": {
"time": "1768581516"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581564"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240190"
}
}
},
{
"id": "trip:6237446",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579438"
},
"departure": {
"time": "1768579475"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579530"
},
"departure": {
"time": "1768579530"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579620"
},
"departure": {
"time": "1768579620"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579720"
},
"departure": {
"time": "1768579720"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579880"
},
"departure": {
"time": "1768579880"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579970"
},
"departure": {
"time": "1768579970"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580100"
},
"departure": {
"time": "1768580100"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580190"
},
"departure": {
"time": "1768580190"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580330"
},
"departure": {
"time": "1768580330"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580430"
},
"departure": {
"time": "1768580430"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580590"
},
"departure": {
"time": "1768580590"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580720"
},
"departure": {
"time": "1768580720"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580830"
},
"departure": {
"time": "1768580830"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580960"
},
"departure": {
"time": "1768580960"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581050"
},
"departure": {
"time": "1768581050"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581170"
},
"departure": {
"time": "1768581170"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581270"
},
"departure": {
"time": "1768581270"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581370"
},
"departure": {
"time": "1768581370"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581710"
},
"departure": {
"time": "1768581710"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581820"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237446"
}
}
},
{
"id": "trip:6237447",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579460"
},
"departure": {
"time": "1768579460"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"departure": {
"time": "1768579960"
},
"stopId": "2AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580050"
},
"departure": {
"time": "1768580050"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580130"
},
"departure": {
"time": "1768580130"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580220"
},
"departure": {
"time": "1768580220"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580300"
},
"departure": {
"time": "1768580300"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580390"
},
"departure": {
"time": "1768580390"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580490"
},
"departure": {
"time": "1768580490"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580650"
},
"departure": {
"time": "1768580650"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580740"
},
"departure": {
"time": "1768580740"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580870"
},
"departure": {
"time": "1768580870"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580960"
},
"departure": {
"time": "1768580960"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581100"
},
"departure": {
"time": "1768581100"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581190"
},
"departure": {
"time": "1768581190"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581350"
},
"departure": {
"time": "1768581350"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581470"
},
"departure": {
"time": "1768581470"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581570"
},
"departure": {
"time": "1768581570"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581700"
},
"departure": {
"time": "1768581700"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581790"
},
"departure": {
"time": "1768581790"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581910"
},
"departure": {
"time": "1768581910"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582010"
},
"departure": {
"time": "1768582010"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582110"
},
"departure": {
"time": "1768582110"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582220"
},
"departure": {
"time": "1768582220"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582340"
},
"departure": {
"time": "1768582340"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582450"
},
"departure": {
"time": "1768582450"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582560"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237447"
}
}
},
{
"id": "trip:6238255",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579456"
},
"departure": {
"time": "1768579456"
},
"stopId": "MADELEIN",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579545"
},
"departure": {
"time": "1768579545"
},
"stopId": "VOLNEY",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579694"
},
"departure": {
"time": "1768579694"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579753"
},
"departure": {
"time": "1768579753"
},
"stopId": "ANLEROY",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580055"
},
"departure": {
"time": "1768580055"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580147"
},
"departure": {
"time": "1768580147"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580290"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238255"
}
}
},
{
"id": "trip:17601",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579494"
},
"departure": {
"time": "1768579494"
},
"stopId": "PYRAM02",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579620"
},
"departure": {
"time": "1768579620"
},
"stopId": "ALLUMETT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579920"
},
"departure": {
"time": "1768579920"
},
"stopId": "JUSTICES",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580044"
},
"departure": {
"time": "1768580044"
},
"stopId": "MILLOT.",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "ANLEROY",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580464"
},
"departure": {
"time": "1768580464"
},
"stopId": "PATNOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "GROESPLA",
"stopSequence": 9
}
],
"trip": {
"directionId": 1,
"routeId": "176",
"tripId": "17601"
}
}
},
{
"id": "trip:3525",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579486"
},
"departure": {
"time": "1768579486"
},
"stopId": "RENAR-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579511"
},
"departure": {
"time": "1768579511"
},
"stopId": "PAUGE-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579540"
},
"departure": {
"time": "1768579540"
},
"stopId": "PERRAU-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579576"
},
"departure": {
"time": "1768579576"
},
"stopId": "BELLAN-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579626"
},
"departure": {
"time": "1768579626"
},
"stopId": "ABI-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579684"
},
"departure": {
"time": "1768579684"
},
"stopId": "LANGEV-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579752"
},
"departure": {
"time": "1768579752"
},
"stopId": "LESECO-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579840"
},
"departure": {
"time": "1768579840"
},
"stopId": "LESLAN-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579949"
},
"departure": {
"time": "1768579949"
},
"stopId": "FOUQUE-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580000"
},
"departure": {
"time": "1768580000"
},
"stopId": "DPATIS-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580049"
},
"departure": {
"time": "1768580049"
},
"stopId": "DFRAYON-E",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "35",
"tripId": "3525"
}
}
},
{
"id": "trip:6237414",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579418"
},
"departure": {
"time": "1768579463"
},
"stopId": "2ELYS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579539"
},
"departure": {
"time": "1768579539"
},
"stopId": "2PATT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579618"
},
"departure": {
"time": "1768579618"
},
"stopId": "2BARR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579717"
},
"departure": {
"time": "1768579717"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579808"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237414"
}
}
},
{
"id": "trip:4109",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579403"
},
"departure": {
"time": "1768579418"
},
"stopId": "BAUDELAI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579485"
},
"departure": {
"time": "1768579485"
},
"stopId": "PRINCE-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579610"
},
"departure": {
"time": "1768579610"
},
"stopId": "LBALUE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"stopId": "LTAC-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579776"
},
"departure": {
"time": "1768579776"
},
"stopId": "SOULAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579894"
},
"departure": {
"time": "1768579894"
},
"stopId": "GROLLI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "LMARZELL",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "41",
"tripId": "4109"
}
}
},
{
"id": "trip:6239781",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580015"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580117"
},
"departure": {
"time": "1768580117"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580169"
},
"departure": {
"time": "1768580169"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580214"
},
"departure": {
"time": "1768580214"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580246"
},
"departure": {
"time": "1768580246"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580373"
},
"departure": {
"time": "1768580373"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580429"
},
"departure": {
"time": "1768580429"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580505"
},
"departure": {
"time": "1768580505"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580558"
},
"departure": {
"time": "1768580558"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580617"
},
"departure": {
"time": "1768580617"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580673"
},
"departure": {
"time": "1768580673"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580728"
},
"departure": {
"time": "1768580728"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580782"
},
"departure": {
"time": "1768580782"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580848"
},
"departure": {
"time": "1768580848"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580923"
},
"departure": {
"time": "1768580923"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580982"
},
"departure": {
"time": "1768580982"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581033"
},
"departure": {
"time": "1768581033"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581123"
},
"departure": {
"time": "1768581123"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581204"
},
"departure": {
"time": "1768581204"
},
"stopId": "ARCEAU",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581356"
},
"departure": {
"time": "1768581356"
},
"stopId": "CIMETIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581476"
},
"departure": {
"time": "1768581476"
},
"stopId": "MONTAIG",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581527"
},
"departure": {
"time": "1768581527"
},
"stopId": "GARDOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "STEXUPER",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581701"
},
"departure": {
"time": "1768581701"
},
"stopId": "SECUSOCI",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581889"
},
"departure": {
"time": "1768581889"
},
"stopId": "MAIL-NAE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768582020"
},
"stopId": "FO-LOR-R",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582150"
},
"departure": {
"time": "1768582150"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582212"
},
"departure": {
"time": "1768582212"
},
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582351"
},
"departure": {
"time": "1768582351"
},
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582469"
},
"departure": {
"time": "1768582469"
},
"stopId": "BREMON-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582538"
},
"departure": {
"time": "1768582538"
},
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582582"
},
"departure": {
"time": "1768582582"
},
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582757"
},
"departure": {
"time": "1768582757"
},
"stopId": "COEURM-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582837"
},
"departure": {
"time": "1768582837"
},
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582923"
},
"departure": {
"time": "1768582923"
},
"stopId": "TRINIT-E",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239781"
}
}
},
{
"id": "trip:6052555",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580700"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580854"
},
"departure": {
"time": "1768580854"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580943"
},
"departure": {
"time": "1768580943"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580999"
},
"departure": {
"time": "1768580999"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581432"
},
"departure": {
"time": "1768581432"
},
"stopId": "GDMAIN-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581548"
},
"departure": {
"time": "1768581548"
},
"stopId": "LACDMA-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581603"
},
"departure": {
"time": "1768581603"
},
"stopId": "CAMLAC-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581718"
},
"departure": {
"time": "1768581718"
},
"stopId": "CROISE-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581752"
},
"departure": {
"time": "1768581752"
},
"stopId": "PRUNIE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581946"
},
"departure": {
"time": "1768581946"
},
"stopId": "CLOSVIGN",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582045"
},
"departure": {
"time": "1768582045"
},
"stopId": "PIVERD-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582109"
},
"departure": {
"time": "1768582109"
},
"stopId": "ARTAUD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582172"
},
"departure": {
"time": "1768582172"
},
"stopId": "HAUBOU-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582254"
},
"departure": {
"time": "1768582254"
},
"stopId": "PETPOR-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582295"
},
"departure": {
"time": "1768582295"
},
"stopId": "CHEVRI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582349"
},
"departure": {
"time": "1768582349"
},
"stopId": "BOUCHE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582386"
},
"departure": {
"time": "1768582386"
},
"stopId": "CAMPBO-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582434"
},
"departure": {
"time": "1768582434"
},
"stopId": "GAREBO-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582488"
},
"departure": {
"time": "1768582488"
},
"stopId": "PONTLA-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582543"
},
"departure": {
"time": "1768582543"
},
"stopId": "LAPOIN-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582571"
},
"departure": {
"time": "1768582571"
},
"stopId": "RANGEA-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582627"
},
"departure": {
"time": "1768582627"
},
"stopId": "VIGNES-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582709"
},
"stopId": "CHANTOUR",
"stopSequence": 26
}
],
"trip": {
"directionId": 1,
"routeId": "22",
"tripId": "6052555"
}
}
},
{
"id": "trip:6240183",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579412"
},
"departure": {
"time": "1768579428"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579456"
},
"departure": {
"time": "1768579488"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579463"
},
"departure": {
"time": "1768579463"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579500"
},
"departure": {
"time": "1768579500"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579549"
},
"departure": {
"time": "1768579549"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579619"
},
"departure": {
"time": "1768579619"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579663"
},
"departure": {
"time": "1768579663"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579800"
},
"departure": {
"time": "1768579800"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579842"
},
"departure": {
"time": "1768579842"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579917"
},
"departure": {
"time": "1768579917"
},
"stopId": "GRANDMON",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579980"
},
"departure": {
"time": "1768579980"
},
"stopId": "CLINIQUE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580023"
},
"departure": {
"time": "1768580023"
},
"stopId": "VALOR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580055"
},
"departure": {
"time": "1768580055"
},
"stopId": "MEIGNANN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580123"
},
"departure": {
"time": "1768580123"
},
"stopId": "REVERIES",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580178"
},
"departure": {
"time": "1768580178"
},
"stopId": "POMONE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580268"
},
"departure": {
"time": "1768580268"
},
"stopId": "CIOUEST",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580310"
},
"departure": {
"time": "1768580310"
},
"stopId": "CLEMENCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "DESCAZ-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580479"
},
"departure": {
"time": "1768580479"
},
"stopId": "HOTDIEU",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "ROCHEFOU",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580800"
},
"departure": {
"time": "1768580800"
},
"stopId": "STSERGEU",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581266"
},
"departure": {
"time": "1768581266"
},
"stopId": "MENDESFR",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581540"
},
"stopId": "FO-LOR-R",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581670"
},
"departure": {
"time": "1768581670"
},
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581732"
},
"departure": {
"time": "1768581732"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "ANLERO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582045"
},
"departure": {
"time": "1768582045"
},
"stopId": "RABELA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582112"
},
"departure": {
"time": "1768582112"
},
"stopId": "ESA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582267"
},
"departure": {
"time": "1768582267"
},
"stopId": "DELATA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582380"
},
"departure": {
"time": "1768582380"
},
"stopId": "ALLARD-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582430"
},
"departure": {
"time": "1768582430"
},
"stopId": "TASSIG-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582523"
},
"departure": {
"time": "1768582523"
},
"stopId": "TROIPA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582560"
},
"departure": {
"time": "1768582560"
},
"stopId": "SABLON-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582636"
},
"departure": {
"time": "1768582636"
},
"stopId": "RUELLE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582754"
},
"departure": {
"time": "1768582754"
},
"stopId": "GENDRO-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582888"
},
"departure": {
"time": "1768582888"
},
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582988"
},
"departure": {
"time": "1768582988"
},
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768583073"
},
"departure": {
"time": "1768583073"
},
"stopId": "BELPOU-E",
"stopSequence": 43
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240183"
}
}
},
{
"id": "trip:35403",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768581080"
},
"departure": {
"time": "1768581080"
},
"stopId": "HOUSSAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581560"
},
"departure": {
"time": "1768581560"
},
"stopId": "SOUCMAIR",
"stopSequence": 9
}
],
"trip": {
"directionId": 1,
"routeId": "354",
"tripId": "35403"
}
}
},
{
"id": "trip:6238742",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768582980"
},
"departure": {
"time": "1768582980"
},
"stopId": "HRECULEE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768583038"
},
"departure": {
"time": "1768583038"
},
"stopId": "FMEDECIN",
"stopSequence": 2
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238742"
}
}
},
{
"id": "trip:6054224",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581780"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582002"
},
"departure": {
"time": "1768582002"
},
"stopId": "SECUSO-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582073"
},
"departure": {
"time": "1768582073"
},
"stopId": "STEXUP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "GARDOT-E",
"stopSequence": 3
}
],
"trip": {
"directionId": 1,
"routeId": "23",
"tripId": "6054224"
}
}
},
{
"id": "trip:6237442",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579423"
},
"departure": {
"time": "1768579454"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579591"
},
"departure": {
"time": "1768579591"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579707"
},
"departure": {
"time": "1768579707"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579817"
},
"departure": {
"time": "1768579817"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579927"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237442"
}
}
},
{
"id": "trip:6238607",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579430"
},
"departure": {
"time": "1768579461"
},
"stopId": "DOYENN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768579517"
},
"departure": {
"time": "1768579517"
},
"stopId": "SAVOIE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579604"
},
"departure": {
"time": "1768579604"
},
"stopId": "INDUST-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579667"
},
"departure": {
"time": "1768579667"
},
"stopId": "HOTELL-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"stopId": "DEBUSS-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579775"
},
"departure": {
"time": "1768579775"
},
"stopId": "BOISAB-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579815"
},
"departure": {
"time": "1768579815"
},
"stopId": "DUBELL-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579914"
},
"departure": {
"time": "1768579914"
},
"stopId": "REDUM-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580099"
},
"departure": {
"time": "1768580099"
},
"stopId": "COTTAG-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580158"
},
"stopId": "EVENTARD",
"stopSequence": 49
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6238607"
}
}
},
{
"id": "trip:6239487",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579485"
},
"departure": {
"time": "1768579485"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579555"
},
"departure": {
"time": "1768579555"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579705"
},
"departure": {
"time": "1768579705"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579772"
},
"departure": {
"time": "1768579772"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579914"
},
"departure": {
"time": "1768579914"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580126"
},
"departure": {
"time": "1768580126"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580205"
},
"departure": {
"time": "1768580205"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580274"
},
"departure": {
"time": "1768580274"
},
"scheduleRelationship": "SKIPPED",
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580369"
},
"departure": {
"time": "1768580369"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580471"
},
"departure": {
"time": "1768580471"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580557"
},
"departure": {
"time": "1768580557"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580599"
},
"departure": {
"time": "1768580599"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580633"
},
"departure": {
"time": "1768580633"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580702"
},
"departure": {
"time": "1768580702"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580766"
},
"departure": {
"time": "1768580766"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580874"
},
"departure": {
"time": "1768580874"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581059"
},
"departure": {
"time": "1768581059"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581159"
},
"departure": {
"time": "1768581159"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581234"
},
"departure": {
"time": "1768581234"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581327"
},
"departure": {
"time": "1768581327"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581371"
},
"departure": {
"time": "1768581371"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581449"
},
"departure": {
"time": "1768581449"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581499"
},
"departure": {
"time": "1768581499"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581562"
},
"departure": {
"time": "1768581562"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581639"
},
"departure": {
"time": "1768581639"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581687"
},
"departure": {
"time": "1768581687"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581897"
},
"departure": {
"time": "1768581897"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581953"
},
"departure": {
"time": "1768581953"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582028"
},
"departure": {
"time": "1768582028"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582099"
},
"departure": {
"time": "1768582099"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768582186"
},
"departure": {
"time": "1768582186"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768582238"
},
"departure": {
"time": "1768582238"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768582412"
},
"departure": {
"time": "1768582412"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768582522"
},
"departure": {
"time": "1768582522"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768582652"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239487"
}
}
},
{
"id": "trip:6237469",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582520"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582631"
},
"departure": {
"time": "1768582631"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582750"
},
"departure": {
"time": "1768582750"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582835"
},
"departure": {
"time": "1768582835"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582932"
},
"departure": {
"time": "1768582932"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768583047"
},
"departure": {
"time": "1768583047"
},
"stopId": "1FARC",
"stopSequence": 5
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237469"
}
}
},
{
"id": "trip:6237457",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581140"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581260"
},
"departure": {
"time": "1768581260"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581380"
},
"departure": {
"time": "1768581380"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581500"
},
"departure": {
"time": "1768581500"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581620"
},
"departure": {
"time": "1768581620"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581710"
},
"departure": {
"time": "1768581710"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581810"
},
"departure": {
"time": "1768581810"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581920"
},
"departure": {
"time": "1768581920"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582000"
},
"departure": {
"time": "1768582000"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582100"
},
"departure": {
"time": "1768582100"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582210"
},
"departure": {
"time": "1768582210"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582320"
},
"departure": {
"time": "1768582320"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582540"
},
"departure": {
"time": "1768582540"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582670"
},
"departure": {
"time": "1768582670"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582750"
},
"departure": {
"time": "1768582750"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582870"
},
"departure": {
"time": "1768582870"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582960"
},
"departure": {
"time": "1768582960"
},
"stopId": "2VERN",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237457"
}
}
},
{
"id": "trip:3325",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579860"
},
"departure": {
"time": "1768579860"
},
"stopId": "MONPR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580015"
},
"departure": {
"time": "1768580015"
},
"stopId": "BICHO.-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580219"
},
"departure": {
"time": "1768580219"
},
"stopId": "BLERIO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580460"
},
"stopId": "AQUAVITA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580938"
},
"departure": {
"time": "1768580938"
},
"stopId": "LEGRAS-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580968"
},
"departure": {
"time": "1768580968"
},
"stopId": "RONCER-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "MASSON-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581085"
},
"departure": {
"time": "1768581085"
},
"stopId": "MAROTT-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "CSARTH-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581208"
},
"departure": {
"time": "1768581208"
},
"stopId": "LAPOMM-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "PETLAN-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"stopId": "LALAN-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581492"
},
"departure": {
"time": "1768581492"
},
"stopId": "FONTAI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581546"
},
"departure": {
"time": "1768581546"
},
"stopId": "RTECHA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "PETMOT-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "ZARTIS-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581840"
},
"departure": {
"time": "1768581840"
},
"stopId": "CRBEAU-E",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "33",
"tripId": "3325"
}
}
},
{
"id": "trip:3026",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579404"
},
"departure": {
"time": "1768579414"
},
"stopId": "RTINARD",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579540"
},
"departure": {
"time": "1768579540"
},
"stopId": "QVENTS",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579608"
},
"departure": {
"time": "1768579608"
},
"stopId": "DTOUSSAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579641"
},
"departure": {
"time": "1768579641"
},
"stopId": "DLOGINOD",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579679"
},
"departure": {
"time": "1768579679"
},
"stopId": "CLODOREA",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"stopId": "MEUNIERS",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579780"
},
"departure": {
"time": "1768579780"
},
"stopId": "BEAULIEU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579824"
},
"departure": {
"time": "1768579824"
},
"stopId": "GENETIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579953"
},
"departure": {
"time": "1768579953"
},
"stopId": "MERCIER",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580194"
},
"departure": {
"time": "1768580194"
},
"stopId": "CMONGAZO",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580271"
},
"departure": {
"time": "1768580271"
},
"stopId": "COLOM-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580320"
},
"departure": {
"time": "1768580320"
},
"stopId": "HELBO-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580440"
},
"departure": {
"time": "1768580440"
},
"stopId": "POLE49",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580550"
},
"departure": {
"time": "1768580550"
},
"stopId": "GRAZE",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580620"
},
"departure": {
"time": "1768580620"
},
"stopId": "SAUBIN-S",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580692"
},
"departure": {
"time": "1768580692"
},
"stopId": "RTEPARIS",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580808"
},
"departure": {
"time": "1768580808"
},
"stopId": "SEPSONET",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580920"
},
"departure": {
"time": "1768580920"
},
"stopId": "CHATENAY",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581030"
},
"departure": {
"time": "1768581030"
},
"stopId": "BRISEPOT",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581159"
},
"departure": {
"time": "1768581159"
},
"stopId": "LUTIN",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581400"
},
"departure": {
"time": "1768581400"
},
"stopId": "HDVSUB",
"stopSequence": 30
}
],
"trip": {
"directionId": 0,
"routeId": "30",
"tripId": "3026"
}
}
},
{
"id": "trip:6240185",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768582329"
},
"departure": {
"time": "1768582329"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582384"
},
"departure": {
"time": "1768582384"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582443"
},
"departure": {
"time": "1768582443"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582519"
},
"departure": {
"time": "1768582519"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582593"
},
"departure": {
"time": "1768582593"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582642"
},
"departure": {
"time": "1768582642"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582717"
},
"departure": {
"time": "1768582717"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582782"
},
"departure": {
"time": "1768582782"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582983"
},
"departure": {
"time": "1768582983"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768583065"
},
"departure": {
"time": "1768583065"
},
"stopId": "AUTHION",
"stopSequence": 11
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240185"
}
}
},
{
"id": "trip:6238593",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579380"
},
"departure": {
"time": "1768579396"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579492"
},
"departure": {
"time": "1768579492"
},
"stopId": "GARETERM",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579804"
},
"departure": {
"time": "1768579804"
},
"stopId": "HARAS",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579841"
},
"departure": {
"time": "1768579841"
},
"stopId": "STAUBIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579990"
},
"departure": {
"time": "1768579990"
},
"stopId": "LORRAIN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580135"
},
"departure": {
"time": "1768580135"
},
"stopId": "MENDES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580360"
},
"departure": {
"time": "1768580360"
},
"stopId": "TALET-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580565"
},
"departure": {
"time": "1768580565"
},
"stopId": "FACULT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580776"
},
"departure": {
"time": "1768580776"
},
"stopId": "FFAURE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580884"
},
"departure": {
"time": "1768580884"
},
"stopId": "CARCIT-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581039"
},
"departure": {
"time": "1768581039"
},
"stopId": "CITESO-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581125"
},
"departure": {
"time": "1768581125"
},
"stopId": "DOYENN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581216"
},
"departure": {
"time": "1768581216"
},
"stopId": "SAVOIE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581304"
},
"departure": {
"time": "1768581304"
},
"stopId": "INDUST-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581365"
},
"departure": {
"time": "1768581365"
},
"stopId": "HOTELL-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581427"
},
"departure": {
"time": "1768581427"
},
"stopId": "DEBUSS-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581484"
},
"departure": {
"time": "1768581484"
},
"stopId": "BOISAB-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581518"
},
"departure": {
"time": "1768581518"
},
"stopId": "DUBELL-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581617"
},
"departure": {
"time": "1768581617"
},
"stopId": "REDUM-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581802"
},
"departure": {
"time": "1768581802"
},
"stopId": "COTTAG-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581846"
},
"stopId": "EVENTARD",
"stopSequence": 49
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6238593"
}
}
},
{
"id": "trip:12305",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579960"
},
"departure": {
"time": "1768579960"
},
"stopId": "DIONNIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580191"
},
"departure": {
"time": "1768580191"
},
"stopId": "SPORBR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580213"
},
"departure": {
"time": "1768580213"
},
"stopId": "BRIOLL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580260"
},
"departure": {
"time": "1768580260"
},
"stopId": "ESTAMI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580407"
},
"departure": {
"time": "1768580407"
},
"stopId": "JARDBOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580620"
},
"departure": {
"time": "1768580620"
},
"stopId": "BRARDIER",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580670"
},
"departure": {
"time": "1768580670"
},
"stopId": "GUICHERE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580748"
},
"departure": {
"time": "1768580748"
},
"stopId": "AULNERIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580860"
},
"departure": {
"time": "1768580860"
},
"stopId": "CHANSONN",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580920"
},
"departure": {
"time": "1768580920"
},
"stopId": "DAVIERES",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581002"
},
"departure": {
"time": "1768581002"
},
"stopId": "RAINIERE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581065"
},
"departure": {
"time": "1768581065"
},
"stopId": "GDMOTTAY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581148"
},
"departure": {
"time": "1768581148"
},
"stopId": "GARVIBRI",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581220"
},
"departure": {
"time": "1768581220"
},
"stopId": "RESIDENC",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581289"
},
"departure": {
"time": "1768581289"
},
"stopId": "VIEUXPOR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581400"
},
"departure": {
"time": "1768581400"
},
"stopId": "DEUVAL",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "123",
"tripId": "12305"
}
}
},
{
"id": "trip:6239780",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580743"
},
"stopId": "SBAVENAI",
"stopSequence": 0
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239780"
}
}
},
{
"id": "trip:6237438",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580220"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580460"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580580"
},
"departure": {
"time": "1768580580"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580790"
},
"departure": {
"time": "1768580790"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580890"
},
"departure": {
"time": "1768580890"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581080"
},
"departure": {
"time": "1768581080"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581190"
},
"departure": {
"time": "1768581190"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581410"
},
"departure": {
"time": "1768581410"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581530"
},
"departure": {
"time": "1768581530"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581630"
},
"departure": {
"time": "1768581630"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581760"
},
"departure": {
"time": "1768581760"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581840"
},
"departure": {
"time": "1768581840"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582050"
},
"departure": {
"time": "1768582050"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582240"
},
"departure": {
"time": "1768582240"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582340"
},
"departure": {
"time": "1768582340"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582420"
},
"departure": {
"time": "1768582420"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582520"
},
"departure": {
"time": "1768582520"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582600"
},
"departure": {
"time": "1768582600"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582690"
},
"departure": {
"time": "1768582690"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582780"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237438"
}
}
},
{
"id": "trip:6237453",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580720"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580831"
},
"departure": {
"time": "1768580831"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580950"
},
"departure": {
"time": "1768580950"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581035"
},
"departure": {
"time": "1768581035"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581132"
},
"departure": {
"time": "1768581132"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581247"
},
"departure": {
"time": "1768581247"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581430"
},
"departure": {
"time": "1768581430"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581590"
},
"departure": {
"time": "1768581590"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581740"
},
"departure": {
"time": "1768581740"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581890"
},
"departure": {
"time": "1768581890"
},
"stopId": "1RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582000"
},
"departure": {
"time": "1768582000"
},
"stopId": "1FMBL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582090"
},
"departure": {
"time": "1768582090"
},
"stopId": "1HARA",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582210"
},
"departure": {
"time": "1768582210"
},
"stopId": "1LGAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582310"
},
"departure": {
"time": "1768582310"
},
"stopId": "1LAFA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582410"
},
"departure": {
"time": "1768582410"
},
"stopId": "1STRA",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582520"
},
"departure": {
"time": "1768582520"
},
"stopId": "1BAMA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582640"
},
"departure": {
"time": "1768582640"
},
"stopId": "1JE23",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582750"
},
"departure": {
"time": "1768582750"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582860"
},
"stopId": "1ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237453"
}
}
},
{
"id": "trip:6238213",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581060"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581190"
},
"departure": {
"time": "1768581190"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581252"
},
"departure": {
"time": "1768581252"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581591"
},
"departure": {
"time": "1768581591"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581724"
},
"departure": {
"time": "1768581724"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581801"
},
"departure": {
"time": "1768581801"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581959"
},
"departure": {
"time": "1768581959"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582008"
},
"departure": {
"time": "1768582008"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582108"
},
"departure": {
"time": "1768582108"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582211"
},
"departure": {
"time": "1768582211"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582301"
},
"departure": {
"time": "1768582301"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582391"
},
"departure": {
"time": "1768582391"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582470"
},
"departure": {
"time": "1768582470"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582556"
},
"departure": {
"time": "1768582556"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582604"
},
"departure": {
"time": "1768582604"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582673"
},
"departure": {
"time": "1768582673"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582710"
},
"departure": {
"time": "1768582710"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582786"
},
"departure": {
"time": "1768582786"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768583001"
},
"departure": {
"time": "1768583001"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768583063"
},
"departure": {
"time": "1768583063"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238213"
}
}
},
{
"id": "trip:6237456",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582190"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582310"
},
"departure": {
"time": "1768582310"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582430"
},
"departure": {
"time": "1768582430"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582550"
},
"departure": {
"time": "1768582550"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582670"
},
"departure": {
"time": "1768582670"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582760"
},
"departure": {
"time": "1768582760"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582970"
},
"departure": {
"time": "1768582970"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768583050"
},
"departure": {
"time": "1768583050"
},
"stopId": "2FMBL",
"stopSequence": 8
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237456"
}
}
},
{
"id": "trip:6239957",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581540"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581691"
},
"departure": {
"time": "1768581691"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581794"
},
"departure": {
"time": "1768581794"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581942"
},
"departure": {
"time": "1768581942"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582000"
},
"departure": {
"time": "1768582000"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582073"
},
"departure": {
"time": "1768582073"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582121"
},
"departure": {
"time": "1768582121"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582274"
},
"departure": {
"time": "1768582274"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582335"
},
"departure": {
"time": "1768582335"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582377"
},
"departure": {
"time": "1768582377"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582502"
},
"departure": {
"time": "1768582502"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582560"
},
"departure": {
"time": "1768582560"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582779"
},
"departure": {
"time": "1768582779"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582980"
},
"departure": {
"time": "1768583040"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239957"
}
}
},
{
"id": "trip:2419",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579570"
},
"departure": {
"time": "1768579570"
},
"stopId": "BRAI8M-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579628"
},
"departure": {
"time": "1768579628"
},
"stopId": "AZEMA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579700"
},
"departure": {
"time": "1768579700"
},
"stopId": "BRAICO-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579820"
},
"departure": {
"time": "1768579820"
},
"stopId": "ANDAMA-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579857"
},
"departure": {
"time": "1768579857"
},
"stopId": "RESTLA-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579895"
},
"departure": {
"time": "1768579895"
},
"stopId": "ANDALA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579940"
},
"departure": {
"time": "1768579940"
},
"stopId": "JDELAV-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580120"
},
"departure": {
"time": "1768580120"
},
"stopId": "CORNCR-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580196"
},
"departure": {
"time": "1768580196"
},
"stopId": "CORNMA-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580300"
},
"departure": {
"time": "1768580300"
},
"stopId": "ROYALE-E",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "24",
"tripId": "2419"
}
}
},
{
"id": "trip:6239913",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582200"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582213"
},
"departure": {
"time": "1768582213"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582248"
},
"departure": {
"time": "1768582248"
},
"stopId": "PAVILL-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582297"
},
"departure": {
"time": "1768582297"
},
"stopId": "EBEAUP-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582320"
},
"departure": {
"time": "1768582320"
},
"stopId": "AAMIPI-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582404"
},
"departure": {
"time": "1768582404"
},
"stopId": "GUINEZ-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582466"
},
"departure": {
"time": "1768582466"
},
"stopId": "CLAIE-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582495"
},
"departure": {
"time": "1768582495"
},
"stopId": "THOMAS-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582586"
},
"departure": {
"time": "1768582586"
},
"stopId": "ZIBEAU-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"stopId": "CCMOLIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582669"
},
"departure": {
"time": "1768582669"
},
"stopId": "AAQUITN",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582703"
},
"departure": {
"time": "1768582703"
},
"stopId": "SHEAKSPE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582769"
},
"departure": {
"time": "1768582769"
},
"stopId": "WIGAN",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582800"
},
"stopId": "GRESILLE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582845"
},
"departure": {
"time": "1768582845"
},
"stopId": "PROUDHON",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582917"
},
"departure": {
"time": "1768582917"
},
"stopId": "VALLO",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582953"
},
"departure": {
"time": "1768582953"
},
"stopId": "MONTECLA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582994"
},
"departure": {
"time": "1768582994"
},
"stopId": "DELESCL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768583059"
},
"departure": {
"time": "1768583059"
},
"stopId": "JEMONNET",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239913"
}
}
},
{
"id": "trip:6239995",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580040"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580191"
},
"departure": {
"time": "1768580191"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580294"
},
"departure": {
"time": "1768580294"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580451"
},
"departure": {
"time": "1768580451"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580608"
},
"departure": {
"time": "1768580608"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580665"
},
"departure": {
"time": "1768580665"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580834"
},
"departure": {
"time": "1768580834"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580895"
},
"departure": {
"time": "1768580895"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580937"
},
"departure": {
"time": "1768580937"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581062"
},
"departure": {
"time": "1768581062"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581339"
},
"departure": {
"time": "1768581339"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581600"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581709"
},
"departure": {
"time": "1768581709"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581761"
},
"departure": {
"time": "1768581761"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582016"
},
"departure": {
"time": "1768582016"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582092"
},
"departure": {
"time": "1768582092"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582140"
},
"departure": {
"time": "1768582140"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582500"
},
"departure": {
"time": "1768582500"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582570"
},
"departure": {
"time": "1768582570"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582652"
},
"departure": {
"time": "1768582652"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582720"
},
"departure": {
"time": "1768582720"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582762"
},
"departure": {
"time": "1768582762"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582803"
},
"departure": {
"time": "1768582803"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582854"
},
"departure": {
"time": "1768582854"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582959"
},
"departure": {
"time": "1768582959"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768583046"
},
"departure": {
"time": "1768583046"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239995"
}
}
},
{
"id": "trip:6239058",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579526"
},
"departure": {
"time": "1768579526"
},
"stopId": "GASPAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768579615"
},
"departure": {
"time": "1768579615"
},
"stopId": "MARAIS",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579676"
},
"departure": {
"time": "1768579676"
},
"stopId": "BELLVUTR",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579758"
},
"departure": {
"time": "1768579758"
},
"stopId": "DAGUER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579809"
},
"departure": {
"time": "1768579809"
},
"stopId": "ALLUME-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579865"
},
"departure": {
"time": "1768579865"
},
"stopId": "RIOTTE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579941"
},
"departure": {
"time": "1768579941"
},
"stopId": "LAVOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580045"
},
"departure": {
"time": "1768580045"
},
"stopId": "JEBOUT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580098"
},
"departure": {
"time": "1768580098"
},
"stopId": "BAUDRA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580283"
},
"departure": {
"time": "1768580283"
},
"stopId": "RTSORGES",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580345"
},
"stopId": "SORGES",
"stopSequence": 50
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6239058"
}
}
},
{
"id": "trip:6238299",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581540"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581670"
},
"departure": {
"time": "1768581670"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581732"
},
"departure": {
"time": "1768581732"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582055"
},
"departure": {
"time": "1768582055"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582169"
},
"departure": {
"time": "1768582169"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582235"
},
"departure": {
"time": "1768582235"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582379"
},
"departure": {
"time": "1768582379"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582428"
},
"departure": {
"time": "1768582428"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582528"
},
"departure": {
"time": "1768582528"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582631"
},
"departure": {
"time": "1768582631"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582721"
},
"departure": {
"time": "1768582721"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582811"
},
"departure": {
"time": "1768582811"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582890"
},
"departure": {
"time": "1768582890"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582976"
},
"departure": {
"time": "1768582976"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768583024"
},
"departure": {
"time": "1768583024"
},
"stopId": "MENA-E",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238299"
}
}
},
{
"id": "trip:6238580",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579426"
},
"departure": {
"time": "1768579426"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VILLES-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579482"
},
"departure": {
"time": "1768579482"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIVIER-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579555"
},
"departure": {
"time": "1768579555"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MARIAN-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579619"
},
"departure": {
"time": "1768579619"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LINOVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579743"
},
"departure": {
"time": "1768579743"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ATHLET-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579798"
},
"departure": {
"time": "1768579798"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIONNE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579855"
},
"departure": {
"time": "1768579855"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GENDRO-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579899"
},
"departure": {
"time": "1768579899"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHESNA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768579947"
},
"departure": {
"time": "1768579947"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GIRAD-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580042"
},
"departure": {
"time": "1768580042"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FRANVILL",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580095"
},
"departure": {
"time": "1768580095"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GGESSAND",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580159"
},
"departure": {
"time": "1768580159"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MACURIE",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580218"
},
"departure": {
"time": "1768580218"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JEROSTAN",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580278"
},
"departure": {
"time": "1768580278"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RONCIERE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580335"
},
"departure": {
"time": "1768580335"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GUILLE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580422"
},
"departure": {
"time": "1768580422"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BAUDRA-E",
"stopSequence": 46
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6238580"
}
}
},
{
"id": "trip:6238891",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579381"
},
"departure": {
"time": "1768579381"
},
"stopId": "BEURRIER",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579459"
},
"departure": {
"time": "1768579459"
},
"stopId": "BRASSENS",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579566"
},
"departure": {
"time": "1768579566"
},
"stopId": "PLAMAY",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579631"
},
"departure": {
"time": "1768579631"
},
"scheduleRelationship": "SKIPPED",
"stopId": "KENNEDY",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579690"
},
"departure": {
"time": "1768579690"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ECHMAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1768579825"
},
"departure": {
"time": "1768579825"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GASNIER",
"stopSequence": 48
},
{
"arrival": {
"time": "1768579891"
},
"departure": {
"time": "1768579891"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GOURONNI",
"stopSequence": 49
},
{
"arrival": {
"time": "1768579975"
},
"departure": {
"time": "1768579975"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLOUET",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580289"
},
"departure": {
"time": "1768580289"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580589"
},
"departure": {
"time": "1768580589"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICRO-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768581009"
},
"departure": {
"time": "1768581009"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LICES-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MICHEL-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581493"
},
"departure": {
"time": "1768581493"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VOLNEY-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768581570"
},
"departure": {
"time": "1768581570"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MADELE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768581643"
},
"departure": {
"time": "1768581643"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JEBOUI-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1768581715"
},
"departure": {
"time": "1768581715"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PCOUBE-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1768581750"
},
"departure": {
"time": "1768581750"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AROBA-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1768581883"
},
"departure": {
"time": "1768581883"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LANGLA-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1768582041"
},
"departure": {
"time": "1768582041"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTAI-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1768582173"
},
"departure": {
"time": "1768582173"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JERUSA-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1768582230"
},
"departure": {
"time": "1768582230"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DAGNET-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1768582268"
},
"departure": {
"time": "1768582268"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GILLIE-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1768582354"
},
"departure": {
"time": "1768582354"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ISORET-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1768582446"
},
"departure": {
"time": "1768582446"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VANDE-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1768582506"
},
"departure": {
"time": "1768582506"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ORMEAU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1768582537"
},
"departure": {
"time": "1768582537"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CRBLAN-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1768582602"
},
"departure": {
"time": "1768582602"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHATEL-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1768582660"
},
"departure": {
"time": "1768582660"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BANCHA-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1768582723"
},
"departure": {
"time": "1768582723"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JARDF-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1768582763"
},
"departure": {
"time": "1768582763"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAILLE-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1768582840"
},
"stopId": "SAUBIN",
"stopSequence": 82
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6238891"
}
}
},
{
"id": "trip:6238743",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579855"
},
"departure": {
"time": "1768579855"
},
"stopId": "STTHER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579950"
},
"departure": {
"time": "1768579950"
},
"stopId": "BARRA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580018"
},
"departure": {
"time": "1768580018"
},
"stopId": "BLERIO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580158"
},
"departure": {
"time": "1768580158"
},
"stopId": "LECUIT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580209"
},
"departure": {
"time": "1768580209"
},
"stopId": "FRATE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580263"
},
"departure": {
"time": "1768580263"
},
"stopId": "CHARNA-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580379"
},
"departure": {
"time": "1768580379"
},
"stopId": "ESEO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580420"
},
"departure": {
"time": "1768580420"
},
"stopId": "WJMOU",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580518"
},
"departure": {
"time": "1768580518"
},
"stopId": "FMEDEC-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580583"
},
"departure": {
"time": "1768580583"
},
"stopId": "HRECUL-E",
"stopSequence": 50
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6238743"
}
}
},
{
"id": "trip:6237462",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582690"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582810"
},
"departure": {
"time": "1768582810"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582930"
},
"departure": {
"time": "1768582930"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768583050"
},
"departure": {
"time": "1768583050"
},
"stopId": "2BAMA",
"stopSequence": 3
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237462"
}
}
},
{
"id": "trip:6238537",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582080"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582204"
},
"departure": {
"time": "1768582204"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582275"
},
"departure": {
"time": "1768582275"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582320"
},
"departure": {
"time": "1768582320"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582740"
},
"departure": {
"time": "1768582740"
},
"stopId": "CNFPT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "DARWIN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582980"
},
"departure": {
"time": "1768582980"
},
"stopId": "MOREL-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768583008"
},
"departure": {
"time": "1768583008"
},
"stopId": "INRA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768583045"
},
"departure": {
"time": "1768583045"
},
"stopId": "GDPERI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768583076"
},
"departure": {
"time": "1768583076"
},
"stopId": "LANDRE-E",
"stopSequence": 9
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6238537"
}
}
},
{
"id": "trip:6239024",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579386"
},
"departure": {
"time": "1768579386"
},
"stopId": "LECHEN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768579423"
},
"departure": {
"time": "1768579423"
},
"stopId": "ROMORNA",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6239024"
}
}
},
{
"id": "trip:12105",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579910"
},
"departure": {
"time": "1768579910"
},
"stopId": "PELLEG-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580013"
},
"departure": {
"time": "1768580013"
},
"stopId": "COSSIE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580090"
},
"departure": {
"time": "1768580090"
},
"stopId": "DOLANT-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580346"
},
"departure": {
"time": "1768580346"
},
"stopId": "BLITOURN",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580510"
},
"departure": {
"time": "1768580510"
},
"stopId": "PELSTADE",
"stopSequence": 5
}
],
"trip": {
"directionId": 1,
"routeId": "121",
"tripId": "12105"
}
}
},
{
"id": "trip:6238741",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768581555"
},
"departure": {
"time": "1768581555"
},
"stopId": "HRECULEE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581620"
},
"departure": {
"time": "1768581620"
},
"stopId": "FMEDECIN",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581729"
},
"departure": {
"time": "1768581729"
},
"stopId": "WJMO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581792"
},
"departure": {
"time": "1768581792"
},
"stopId": "ESEO",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581866"
},
"departure": {
"time": "1768581866"
},
"stopId": "CHARNASS",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "FRATER",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582015"
},
"departure": {
"time": "1768582015"
},
"stopId": "LECUIT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582104"
},
"departure": {
"time": "1768582104"
},
"stopId": "BLERIOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582165"
},
"departure": {
"time": "1768582165"
},
"stopId": "BARRA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582242"
},
"departure": {
"time": "1768582242"
},
"stopId": "STTERESE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582343"
},
"departure": {
"time": "1768582343"
},
"stopId": "DESCAZEA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582423"
},
"departure": {
"time": "1768582423"
},
"stopId": "MONPROFI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582500"
},
"departure": {
"time": "1768582500"
},
"stopId": "LEQUAI",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582695"
},
"departure": {
"time": "1768582695"
},
"stopId": "FARCSJ-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582790"
},
"departure": {
"time": "1768582790"
},
"stopId": "MVIGNE-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "CHBBEI-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582915"
},
"departure": {
"time": "1768582915"
},
"stopId": "BOISRA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582981"
},
"departure": {
"time": "1768582981"
},
"stopId": "NDAMLA-E",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238741"
}
}
},
{
"id": "trip:6237415",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579421"
},
"departure": {
"time": "1768579456"
},
"stopId": "2DOUT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579560"
},
"departure": {
"time": "1768579560"
},
"stopId": "2QUAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579732"
},
"departure": {
"time": "1768579732"
},
"stopId": "2FARC",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579840"
},
"departure": {
"time": "1768579840"
},
"stopId": "2ELYS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579932"
},
"departure": {
"time": "1768579932"
},
"stopId": "2PATT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580010"
},
"departure": {
"time": "1768580010"
},
"stopId": "2BARR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580107"
},
"departure": {
"time": "1768580107"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580200"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237415"
}
}
},
{
"id": "trip:6237524",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579432"
},
"departure": {
"time": "1768579472"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579571"
},
"departure": {
"time": "1768579571"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579745"
},
"departure": {
"time": "1768579745"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579847"
},
"departure": {
"time": "1768579847"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579997"
},
"departure": {
"time": "1768579997"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580097"
},
"departure": {
"time": "1768580097"
},
"stopId": "2STSE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580227"
},
"departure": {
"time": "1768580227"
},
"stopId": "2MOLIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580347"
},
"departure": {
"time": "1768580347"
},
"stopId": "2DOUT",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580517"
},
"departure": {
"time": "1768580517"
},
"stopId": "2QUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580688"
},
"departure": {
"time": "1768580688"
},
"stopId": "2FARC",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580796"
},
"departure": {
"time": "1768580796"
},
"stopId": "2ELYS",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580888"
},
"departure": {
"time": "1768580888"
},
"stopId": "2PATT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580967"
},
"departure": {
"time": "1768580967"
},
"stopId": "2BARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581066"
},
"departure": {
"time": "1768581066"
},
"stopId": "2BEAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581157"
},
"stopId": "1BBCA",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237524"
}
}
},
{
"id": "trip:6239955",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579410"
},
"departure": {
"time": "1768579471"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579504"
},
"departure": {
"time": "1768579504"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579610"
},
"departure": {
"time": "1768579610"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579661"
},
"departure": {
"time": "1768579661"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579730"
},
"departure": {
"time": "1768579730"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579818"
},
"departure": {
"time": "1768579818"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579875"
},
"departure": {
"time": "1768579875"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579970"
},
"departure": {
"time": "1768579970"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580044"
},
"departure": {
"time": "1768580044"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580105"
},
"departure": {
"time": "1768580105"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580147"
},
"departure": {
"time": "1768580147"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580272"
},
"departure": {
"time": "1768580272"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580330"
},
"departure": {
"time": "1768580330"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580549"
},
"departure": {
"time": "1768580549"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580757"
},
"departure": {
"time": "1768580880"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580989"
},
"departure": {
"time": "1768580989"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581041"
},
"departure": {
"time": "1768581041"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581296"
},
"departure": {
"time": "1768581296"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581372"
},
"departure": {
"time": "1768581372"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581420"
},
"departure": {
"time": "1768581420"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581780"
},
"departure": {
"time": "1768581780"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581850"
},
"departure": {
"time": "1768581850"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581932"
},
"departure": {
"time": "1768581932"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582000"
},
"departure": {
"time": "1768582000"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582042"
},
"departure": {
"time": "1768582042"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582083"
},
"departure": {
"time": "1768582083"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582134"
},
"departure": {
"time": "1768582134"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582239"
},
"departure": {
"time": "1768582239"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582326"
},
"departure": {
"time": "1768582326"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582370"
},
"departure": {
"time": "1768582370"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582560"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239955"
}
}
},
{
"id": "trip:6239484",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579450"
},
"departure": {
"time": "1768579450"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579552"
},
"departure": {
"time": "1768579552"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579639"
},
"departure": {
"time": "1768579639"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579682"
},
"departure": {
"time": "1768579682"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579716"
},
"departure": {
"time": "1768579716"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579786"
},
"departure": {
"time": "1768579786"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768579851"
},
"departure": {
"time": "1768579851"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580144"
},
"departure": {
"time": "1768580144"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580094"
},
"departure": {
"time": "1768580094"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579741"
},
"departure": {
"time": "1768579741"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579380"
},
"departure": {
"time": "1768579380"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581698"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239484"
}
}
},
{
"id": "trip:6237464",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581920"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582031"
},
"departure": {
"time": "1768582031"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582150"
},
"departure": {
"time": "1768582150"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582235"
},
"departure": {
"time": "1768582235"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582332"
},
"departure": {
"time": "1768582332"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582447"
},
"departure": {
"time": "1768582447"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582630"
},
"departure": {
"time": "1768582630"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582790"
},
"departure": {
"time": "1768582790"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582940"
},
"departure": {
"time": "1768582940"
},
"stopId": "1MOLIE",
"stopSequence": 8
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237464"
}
}
},
{
"id": "trip:6238784",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579393"
},
"departure": {
"time": "1768579393"
},
"stopId": "CITEUN-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579549"
},
"departure": {
"time": "1768579549"
},
"stopId": "BEAUSS-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579648"
},
"departure": {
"time": "1768579648"
},
"stopId": "CNFPT-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579864"
},
"departure": {
"time": "1768579864"
},
"stopId": "JEMONNET",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579929"
},
"departure": {
"time": "1768579929"
},
"stopId": "PERUSS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580021"
},
"departure": {
"time": "1768580021"
},
"stopId": "LACDMA-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580074"
},
"departure": {
"time": "1768580074"
},
"stopId": "CAMLAC-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580209"
},
"departure": {
"time": "1768580209"
},
"stopId": "CROISE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580210"
},
"departure": {
"time": "1768580210"
},
"stopId": "PRUNIE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580468"
},
"departure": {
"time": "1768580468"
},
"stopId": "P-ANJO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580522"
},
"departure": {
"time": "1768580522"
},
"stopId": "HARENC",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580558"
},
"departure": {
"time": "1768580558"
},
"stopId": "P-ANJOU",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580623"
},
"departure": {
"time": "1768580623"
},
"stopId": "CLOSVIGN",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580774"
},
"departure": {
"time": "1768580774"
},
"stopId": "PIVERD-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580788"
},
"departure": {
"time": "1768580788"
},
"stopId": "ARTAUD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580851"
},
"departure": {
"time": "1768580851"
},
"stopId": "HAUBOU-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580933"
},
"departure": {
"time": "1768580933"
},
"stopId": "PETPOR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580974"
},
"departure": {
"time": "1768580974"
},
"stopId": "CHEVRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581028"
},
"departure": {
"time": "1768581028"
},
"stopId": "BOUCHE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581071"
},
"departure": {
"time": "1768581071"
},
"stopId": "CAMPBO-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581127"
},
"departure": {
"time": "1768581127"
},
"stopId": "GAREBO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581190"
},
"departure": {
"time": "1768581190"
},
"stopId": "PONTLA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581255"
},
"departure": {
"time": "1768581255"
},
"stopId": "LAPOIN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581287"
},
"departure": {
"time": "1768581287"
},
"stopId": "RANGEA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581075"
},
"departure": {
"time": "1768581075"
},
"stopId": "VIGNES-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581483"
},
"stopId": "CHANTOUR",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238784"
}
}
},
{
"id": "trip:6239533",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768580575"
},
"departure": {
"time": "1768580575"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580639"
},
"departure": {
"time": "1768580639"
},
"stopId": "PELUAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580887"
},
"departure": {
"time": "1768580887"
},
"stopId": "ROCEPINE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580936"
},
"departure": {
"time": "1768580936"
},
"stopId": "PARCGARE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581001"
},
"departure": {
"time": "1768581001"
},
"stopId": "LABRUYER",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581076"
},
"departure": {
"time": "1768581076"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581133"
},
"departure": {
"time": "1768581133"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "LEQUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581504"
},
"departure": {
"time": "1768581504"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581579"
},
"departure": {
"time": "1768581579"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581707"
},
"departure": {
"time": "1768581707"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581761"
},
"departure": {
"time": "1768581761"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581865"
},
"departure": {
"time": "1768581865"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582034"
},
"departure": {
"time": "1768582034"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582138"
},
"departure": {
"time": "1768582138"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582271"
},
"departure": {
"time": "1768582271"
},
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582518"
},
"departure": {
"time": "1768582518"
},
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582580"
},
"departure": {
"time": "1768582580"
},
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582632"
},
"departure": {
"time": "1768582632"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582685"
},
"departure": {
"time": "1768582685"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582721"
},
"departure": {
"time": "1768582721"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582790"
},
"departure": {
"time": "1768582790"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582824"
},
"departure": {
"time": "1768582824"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1768583020"
},
"departure": {
"time": "1768583020"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239533"
}
}
},
{
"id": "trip:6239114",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579442"
},
"departure": {
"time": "1768579442"
},
"stopId": "MALEMBAR",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579487"
},
"departure": {
"time": "1768579487"
},
"stopId": "DEGAULLE",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579518"
},
"departure": {
"time": "1768579518"
},
"stopId": "BAHONNEA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579620"
},
"departure": {
"time": "1768579620"
},
"stopId": "SLEZIND",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579682"
},
"departure": {
"time": "1768579682"
},
"stopId": "GENTRIC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579753"
},
"departure": {
"time": "1768579753"
},
"stopId": "DAUTEL",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579773"
},
"departure": {
"time": "1768579773"
},
"stopId": "BUISSON",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579814"
},
"departure": {
"time": "1768579814"
},
"stopId": "PYRAM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579882"
},
"departure": {
"time": "1768579882"
},
"stopId": "LEFEVRE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579915"
},
"departure": {
"time": "1768579915"
},
"stopId": "MALAQUAI",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579860"
},
"departure": {
"time": "1768579860"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORLONG",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579900"
},
"departure": {
"time": "1768579900"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOURSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580081"
},
"departure": {
"time": "1768580081"
},
"stopId": "RIOTTEAU",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580129"
},
"departure": {
"time": "1768580129"
},
"stopId": "ALLUMETT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580193"
},
"departure": {
"time": "1768580193"
},
"stopId": "DAGUERRE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580251"
},
"departure": {
"time": "1768580251"
},
"stopId": "LEOLAGRA",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580305"
},
"departure": {
"time": "1768580305"
},
"stopId": "VDLOIRE",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580398"
},
"departure": {
"time": "1768580398"
},
"stopId": "ECLATERI",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580220"
},
"departure": {
"time": "1768580220"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUMAN",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580271"
},
"departure": {
"time": "1768580271"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580343"
},
"departure": {
"time": "1768580343"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580409"
},
"departure": {
"time": "1768580409"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580502"
},
"departure": {
"time": "1768580502"
},
"stopId": "JUSTICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580555"
},
"departure": {
"time": "1768580555"
},
"stopId": "DELACROI",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580766"
},
"departure": {
"time": "1768580766"
},
"stopId": "INTERMIL",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580849"
},
"departure": {
"time": "1768580849"
},
"stopId": "HAUTPRES",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580914"
},
"departure": {
"time": "1768580914"
},
"stopId": "DELATTRE",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580984"
},
"departure": {
"time": "1768580984"
},
"stopId": "MORELLIE",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581033"
},
"departure": {
"time": "1768581033"
},
"stopId": "LORETTE",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581084"
},
"departure": {
"time": "1768581084"
},
"stopId": "BEAUVAL",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581350"
},
"departure": {
"time": "1768581350"
},
"stopId": "FREMUR",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581413"
},
"departure": {
"time": "1768581413"
},
"stopId": "VAUBAN",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581458"
},
"departure": {
"time": "1768581458"
},
"stopId": "POIREL",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581537"
},
"departure": {
"time": "1768581537"
},
"stopId": "PONTNOIR",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581588"
},
"departure": {
"time": "1768581588"
},
"stopId": "SEMARD",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581634"
},
"departure": {
"time": "1768581634"
},
"stopId": "GARETERM",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581931"
},
"departure": {
"time": "1768581931"
},
"stopId": "HARAS",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582034"
},
"departure": {
"time": "1768582034"
},
"stopId": "STAUBIN",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582137"
},
"departure": {
"time": "1768582140"
},
"stopId": "LORRAIN1",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582291"
},
"departure": {
"time": "1768582291"
},
"stopId": "MENDES-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582448"
},
"departure": {
"time": "1768582448"
},
"stopId": "TALET-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582715"
},
"departure": {
"time": "1768582715"
},
"stopId": "RAMON-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582445"
},
"departure": {
"time": "1768582445"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACEN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582785"
},
"departure": {
"time": "1768582785"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOU-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582890"
},
"departure": {
"time": "1768582890"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768582801"
},
"departure": {
"time": "1768582801"
},
"stopId": "RBRIOL-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582844"
},
"departure": {
"time": "1768582844"
},
"stopId": "NOZAY-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582921"
},
"departure": {
"time": "1768582921"
},
"stopId": "AUVERG-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582985"
},
"departure": {
"time": "1768582985"
},
"stopId": "SAVOIE-E",
"stopSequence": 56
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6239114"
}
}
},
{
"id": "trip:6238570",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582080"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582192"
},
"departure": {
"time": "1768582192"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582260"
},
"departure": {
"time": "1768582260"
},
"stopId": "GUILLEB.",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582304"
},
"departure": {
"time": "1768582304"
},
"stopId": "RONCIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582353"
},
"departure": {
"time": "1768582353"
},
"stopId": "JEROST-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582397"
},
"departure": {
"time": "1768582397"
},
"stopId": "MACURI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "GGSAND-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582509"
},
"departure": {
"time": "1768582509"
},
"stopId": "FRANVI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582638"
},
"departure": {
"time": "1768582638"
},
"stopId": "GIRARDE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582693"
},
"departure": {
"time": "1768582693"
},
"stopId": "CHESNAIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582740"
},
"departure": {
"time": "1768582740"
},
"stopId": "GENDRON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582794"
},
"departure": {
"time": "1768582794"
},
"stopId": "DIONNEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582852"
},
"departure": {
"time": "1768582852"
},
"stopId": "ATHLETIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582922"
},
"departure": {
"time": "1768582922"
},
"stopId": "DANGELIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582983"
},
"departure": {
"time": "1768582983"
},
"stopId": "LINOVENT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583040"
},
"stopId": "MARIANNE",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6238570"
}
}
},
{
"id": "trip:6239182",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579406"
},
"departure": {
"time": "1768579406"
},
"stopId": "HAUTPR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579576"
},
"departure": {
"time": "1768579576"
},
"stopId": "INTMIL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579763"
},
"departure": {
"time": "1768579763"
},
"stopId": "DELACR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579917"
},
"departure": {
"time": "1768579917"
},
"stopId": "ECLATE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580016"
},
"departure": {
"time": "1768580016"
},
"stopId": "VDLOIR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580118"
},
"departure": {
"time": "1768580118"
},
"stopId": "DAGUER-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580199"
},
"departure": {
"time": "1768580199"
},
"stopId": "ALLUME-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580241"
},
"departure": {
"time": "1768580241"
},
"stopId": "RIOTTE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "MALAQU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768579865"
},
"departure": {
"time": "1768579865"
},
"stopId": "LEFEVR-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768579799"
},
"departure": {
"time": "1768579799"
},
"stopId": "PYRAM2-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768579706"
},
"departure": {
"time": "1768579706"
},
"stopId": "BUISSO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580798"
},
"stopId": "SLEZIND",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6239182"
}
}
},
{
"id": "trip:6239141",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580520"
},
"stopId": "SLEZIND",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580582"
},
"departure": {
"time": "1768580582"
},
"stopId": "GENTRIC",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580653"
},
"departure": {
"time": "1768580653"
},
"stopId": "DAUTEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580673"
},
"departure": {
"time": "1768580673"
},
"stopId": "BUISSON",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580714"
},
"departure": {
"time": "1768580714"
},
"stopId": "PYRAM02",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580782"
},
"departure": {
"time": "1768580782"
},
"stopId": "LEFEVRE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580815"
},
"departure": {
"time": "1768580815"
},
"stopId": "MALAQUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORLONG",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580800"
},
"departure": {
"time": "1768580800"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOURSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580981"
},
"departure": {
"time": "1768580981"
},
"stopId": "RIOTTEAU",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581028"
},
"departure": {
"time": "1768581028"
},
"stopId": "ALLUMETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581091"
},
"departure": {
"time": "1768581091"
},
"stopId": "DAGUERRE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581149"
},
"departure": {
"time": "1768581149"
},
"stopId": "LEOLAGRA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581203"
},
"departure": {
"time": "1768581203"
},
"stopId": "VDLOIRE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581296"
},
"departure": {
"time": "1768581296"
},
"stopId": "ECLATERI",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUMAN",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581171"
},
"departure": {
"time": "1768581171"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581243"
},
"departure": {
"time": "1768581243"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581309"
},
"departure": {
"time": "1768581309"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581400"
},
"departure": {
"time": "1768581400"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581456"
},
"departure": {
"time": "1768581456"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581672"
},
"departure": {
"time": "1768581672"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581755"
},
"departure": {
"time": "1768581755"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581820"
},
"departure": {
"time": "1768581820"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581890"
},
"departure": {
"time": "1768581890"
},
"stopId": "MORELLIE",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581939"
},
"departure": {
"time": "1768581939"
},
"stopId": "LORETTE",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581990"
},
"departure": {
"time": "1768581990"
},
"stopId": "BEAUVAL",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582259"
},
"departure": {
"time": "1768582259"
},
"stopId": "FREMUR",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582325"
},
"departure": {
"time": "1768582325"
},
"stopId": "VAUBAN",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582371"
},
"departure": {
"time": "1768582371"
},
"stopId": "POIREL",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582452"
},
"departure": {
"time": "1768582452"
},
"stopId": "PONTNOIR",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582505"
},
"departure": {
"time": "1768582505"
},
"stopId": "SEMARD",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582539"
},
"departure": {
"time": "1768582539"
},
"stopId": "GAREPAPI",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582844"
},
"departure": {
"time": "1768582844"
},
"stopId": "HARAS",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582926"
},
"departure": {
"time": "1768582926"
},
"stopId": "STAUBIN",
"stopSequence": 38
},
{
"arrival": {
"time": "1768583021"
},
"departure": {
"time": "1768583040"
},
"stopId": "LORRAIN1",
"stopSequence": 39
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6239141"
}
}
},
{
"id": "trip:10403",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579397"
},
"departure": {
"time": "1768579408"
},
"stopId": "MILLAR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579720"
},
"departure": {
"time": "1768579720"
},
"stopId": "GRIMOREL",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579835"
},
"departure": {
"time": "1768579835"
},
"stopId": "BMOTTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579906"
},
"departure": {
"time": "1768579906"
},
"stopId": "LABROSSE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579959"
},
"departure": {
"time": "1768579959"
},
"stopId": "FIEFGENT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580003"
},
"departure": {
"time": "1768580003"
},
"stopId": "MAI4VEN",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580042"
},
"departure": {
"time": "1768580042"
},
"stopId": "VIELLMAI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580080"
},
"departure": {
"time": "1768580080"
},
"stopId": "BBRANCHE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580114"
},
"departure": {
"time": "1768580114"
},
"stopId": "LESRIVES",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580151"
},
"departure": {
"time": "1768580151"
},
"stopId": "CHAUMIER",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580197"
},
"departure": {
"time": "1768580197"
},
"stopId": "PRTLAUNA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580321"
},
"departure": {
"time": "1768580321"
},
"stopId": "PTFILLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580389"
},
"departure": {
"time": "1768580389"
},
"stopId": "ARCADES",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580440"
},
"departure": {
"time": "1768580440"
},
"stopId": "GARECOUF",
"stopSequence": 16
}
],
"trip": {
"directionId": 1,
"routeId": "104",
"tripId": "10403"
}
}
},
{
"id": "trip:6240182",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579447"
},
"departure": {
"time": "1768579484"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579725"
},
"departure": {
"time": "1768579725"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579825"
},
"departure": {
"time": "1768579825"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579910"
},
"departure": {
"time": "1768579980"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580142"
},
"departure": {
"time": "1768580142"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580407"
},
"departure": {
"time": "1768580407"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580657"
},
"departure": {
"time": "1768580657"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580756"
},
"departure": {
"time": "1768580756"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580897"
},
"departure": {
"time": "1768580897"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581001"
},
"departure": {
"time": "1768581001"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581063"
},
"departure": {
"time": "1768581063"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581109"
},
"departure": {
"time": "1768581109"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581189"
},
"departure": {
"time": "1768581189"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581229"
},
"departure": {
"time": "1768581229"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581257"
},
"departure": {
"time": "1768581257"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581302"
},
"departure": {
"time": "1768581302"
},
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581396"
},
"departure": {
"time": "1768581396"
},
"stopId": "CHMART-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581422"
},
"departure": {
"time": "1768581422"
},
"stopId": "MLYAUT-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581496"
},
"departure": {
"time": "1768581496"
},
"stopId": "BRASSE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581602"
},
"departure": {
"time": "1768581602"
},
"stopId": "BEURRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581655"
},
"departure": {
"time": "1768581655"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581686"
},
"departure": {
"time": "1768581686"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581857"
},
"departure": {
"time": "1768581857"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581884"
},
"departure": {
"time": "1768581884"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581999"
},
"departure": {
"time": "1768581999"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582061"
},
"departure": {
"time": "1768582061"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582123"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240182"
}
}
},
{
"id": "trip:6237455",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581590"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581710"
},
"departure": {
"time": "1768581710"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581830"
},
"departure": {
"time": "1768581830"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581950"
},
"departure": {
"time": "1768581950"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582070"
},
"departure": {
"time": "1768582070"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582160"
},
"departure": {
"time": "1768582160"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582260"
},
"departure": {
"time": "1768582260"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582370"
},
"departure": {
"time": "1768582370"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582450"
},
"departure": {
"time": "1768582450"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582560"
},
"departure": {
"time": "1768582560"
},
"stopId": "2RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582700"
},
"departure": {
"time": "1768582700"
},
"stopId": "2MOLIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582820"
},
"departure": {
"time": "1768582820"
},
"stopId": "2DOUT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582990"
},
"departure": {
"time": "1768582990"
},
"stopId": "2QUAI",
"stopSequence": 12
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237455"
}
}
},
{
"id": "trip:6238586",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580580"
},
"stopId": "EVENTARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580618"
},
"departure": {
"time": "1768580618"
},
"stopId": "COTTAGE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580808"
},
"departure": {
"time": "1768580808"
},
"stopId": "REDUMONT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580920"
},
"departure": {
"time": "1768580920"
},
"stopId": "DUBELL-2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580950"
},
"departure": {
"time": "1768580950"
},
"stopId": "BOISABBE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581004"
},
"departure": {
"time": "1768581004"
},
"stopId": "DEBUSSY",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581073"
},
"departure": {
"time": "1768581073"
},
"stopId": "HOTELLER",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581130"
},
"departure": {
"time": "1768581130"
},
"stopId": "INDUSTRI",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581226"
},
"departure": {
"time": "1768581226"
},
"stopId": "SAVOIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581308"
},
"departure": {
"time": "1768581308"
},
"stopId": "DOYENNE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581392"
},
"departure": {
"time": "1768581392"
},
"stopId": "CITESOLI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581550"
},
"departure": {
"time": "1768581550"
},
"stopId": "CARCITR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581605"
},
"departure": {
"time": "1768581605"
},
"stopId": "FFAURE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581714"
},
"departure": {
"time": "1768581714"
},
"stopId": "FACUL-SS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581926"
},
"departure": {
"time": "1768581926"
},
"stopId": "TALET",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582227"
},
"departure": {
"time": "1768582227"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582391"
},
"departure": {
"time": "1768582440"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582536"
},
"departure": {
"time": "1768582536"
},
"stopId": "STAUBI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582582"
},
"departure": {
"time": "1768582582"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582704"
},
"departure": {
"time": "1768582704"
},
"stopId": "LESGAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582855"
},
"departure": {
"time": "1768582855"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768583044"
},
"departure": {
"time": "1768583044"
},
"stopId": "POIREL-E",
"stopSequence": 24
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6238586"
}
}
},
{
"id": "trip:3319",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579382"
},
"departure": {
"time": "1768579412"
},
"stopId": "PETMOT-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579442"
},
"departure": {
"time": "0"
},
"stopId": "ZARTIS-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579620"
},
"departure": {
"time": "1768579620"
},
"stopId": "CRBEAU-E",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "33",
"tripId": "3319"
}
}
},
{
"id": "trip:6237426",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579449"
},
"departure": {
"time": "1768579449"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579556"
},
"departure": {
"time": "1768579556"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579739"
},
"departure": {
"time": "1768579739"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579899"
},
"departure": {
"time": "1768579899"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580049"
},
"departure": {
"time": "1768580049"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580199"
},
"departure": {
"time": "1768580199"
},
"stopId": "1RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580309"
},
"departure": {
"time": "1768580309"
},
"stopId": "1FMBL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580399"
},
"departure": {
"time": "1768580399"
},
"stopId": "1HARA",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580519"
},
"departure": {
"time": "1768580519"
},
"stopId": "1LGAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580619"
},
"departure": {
"time": "1768580619"
},
"stopId": "1LAFA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580719"
},
"departure": {
"time": "1768580719"
},
"stopId": "1STRA",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580829"
},
"departure": {
"time": "1768580829"
},
"stopId": "1BAMA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580949"
},
"departure": {
"time": "1768580949"
},
"stopId": "1JE23",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581059"
},
"departure": {
"time": "1768581059"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581169"
},
"stopId": "1ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237426"
}
}
},
{
"id": "trip:6240179",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579372"
},
"departure": {
"time": "1768579448"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579597"
},
"departure": {
"time": "1768579597"
},
"stopId": "ANLERO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579682"
},
"departure": {
"time": "1768579682"
},
"stopId": "RABELA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579749"
},
"departure": {
"time": "1768579749"
},
"stopId": "ESA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579952"
},
"departure": {
"time": "1768579952"
},
"stopId": "DELATA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580065"
},
"departure": {
"time": "1768580065"
},
"stopId": "ALLARD-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580131"
},
"departure": {
"time": "1768580131"
},
"stopId": "TASSIG-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580254"
},
"departure": {
"time": "1768580254"
},
"stopId": "TROIPA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580305"
},
"departure": {
"time": "1768580305"
},
"stopId": "SABLON-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580388"
},
"departure": {
"time": "1768580388"
},
"stopId": "RUELLE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580518"
},
"departure": {
"time": "1768580518"
},
"stopId": "GENDRO-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580665"
},
"departure": {
"time": "1768580665"
},
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580727"
},
"departure": {
"time": "1768580727"
},
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580835"
},
"departure": {
"time": "1768580835"
},
"stopId": "BELPOU-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580965"
},
"departure": {
"time": "1768580965"
},
"stopId": "PONTSC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581139"
},
"departure": {
"time": "1768581139"
},
"stopId": "LOIRE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581172"
},
"departure": {
"time": "1768581172"
},
"stopId": "DUBE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581207"
},
"departure": {
"time": "1768581207"
},
"stopId": "LOUET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581296"
},
"departure": {
"time": "1768581296"
},
"stopId": "BOSQUE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581385"
},
"departure": {
"time": "1768581385"
},
"stopId": "CHAERI-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581451"
},
"departure": {
"time": "1768581451"
},
"stopId": "FONTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581511"
},
"departure": {
"time": "1768581511"
},
"stopId": "ERIGNE",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581548"
},
"stopId": "SOLAND",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240179"
}
}
},
{
"id": "trip:14303",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "COUTAR-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580770"
},
"departure": {
"time": "1768580770"
},
"stopId": "GAUTIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580876"
},
"departure": {
"time": "1768580876"
},
"stopId": "VEAUDO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580940"
},
"departure": {
"time": "1768580940"
},
"stopId": "GRANCL-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580965"
},
"departure": {
"time": "1768580965"
},
"stopId": "MALBOI-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580991"
},
"departure": {
"time": "1768580991"
},
"stopId": "PAQURA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "MONCEAU",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581249"
},
"departure": {
"time": "1768581249"
},
"stopId": "CHAPE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581315"
},
"departure": {
"time": "1768581315"
},
"stopId": "HAUCHA-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581385"
},
"departure": {
"time": "1768581385"
},
"stopId": "RIDERE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581450"
},
"departure": {
"time": "1768581450"
},
"stopId": "LAMAIL-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581540"
},
"stopId": "LAVALE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581608"
},
"departure": {
"time": "1768581608"
},
"stopId": "POLIGU-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581647"
},
"departure": {
"time": "1768581647"
},
"stopId": "GROI.2-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581694"
},
"departure": {
"time": "1768581694"
},
"stopId": "BOULAI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "CLOTEA-E",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "143",
"tripId": "14303"
}
}
},
{
"id": "trip:6239546",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579552"
},
"departure": {
"time": "1768579552"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579617"
},
"departure": {
"time": "1768579617"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579688"
},
"departure": {
"time": "1768579688"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579732"
},
"departure": {
"time": "1768579732"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579780"
},
"departure": {
"time": "1768579780"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579874"
},
"departure": {
"time": "1768579874"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580031"
},
"departure": {
"time": "1768580031"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580128"
},
"departure": {
"time": "1768580128"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580252"
},
"departure": {
"time": "1768580252"
},
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580486"
},
"departure": {
"time": "1768580486"
},
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580548"
},
"departure": {
"time": "1768580548"
},
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580600"
},
"departure": {
"time": "1768580600"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580653"
},
"departure": {
"time": "1768580653"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580689"
},
"departure": {
"time": "1768580689"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580758"
},
"departure": {
"time": "1768580758"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580792"
},
"departure": {
"time": "1768580792"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580888"
},
"departure": {
"time": "1768580888"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581113"
},
"departure": {
"time": "1768581113"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581232"
},
"departure": {
"time": "1768581232"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581308"
},
"departure": {
"time": "1768581308"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581528"
},
"departure": {
"time": "1768581528"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581661"
},
"departure": {
"time": "1768581661"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581771"
},
"departure": {
"time": "1768581771"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581919"
},
"departure": {
"time": "1768581919"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582026"
},
"departure": {
"time": "1768582026"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582184"
},
"departure": {
"time": "1768582184"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582356"
},
"departure": {
"time": "1768582356"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582435"
},
"departure": {
"time": "1768582435"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582557"
},
"departure": {
"time": "1768582557"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582711"
},
"departure": {
"time": "1768582711"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582819"
},
"departure": {
"time": "1768582819"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582913"
},
"departure": {
"time": "1768582913"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1768583036"
},
"departure": {
"time": "1768583036"
},
"stopId": "ISORET",
"stopSequence": 50
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239546"
}
}
},
{
"id": "trip:6239184",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579429"
},
"departure": {
"time": "1768579460"
},
"stopId": "MORELLIE",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579474"
},
"departure": {
"time": "1768579474"
},
"stopId": "LORETTE",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579551"
},
"departure": {
"time": "1768579551"
},
"stopId": "BEAUVAL",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579814"
},
"departure": {
"time": "1768579814"
},
"stopId": "FREMUR",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579877"
},
"departure": {
"time": "1768579877"
},
"stopId": "VAUBAN",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579919"
},
"departure": {
"time": "1768579919"
},
"stopId": "POIREL",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579943"
},
"departure": {
"time": "1768579943"
},
"stopId": "PONTNOIR",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580043"
},
"departure": {
"time": "1768580043"
},
"stopId": "SEMARD",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580072"
},
"departure": {
"time": "1768580072"
},
"stopId": "GARETERM",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580389"
},
"departure": {
"time": "1768580389"
},
"stopId": "HARAS",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580525"
},
"departure": {
"time": "1768580525"
},
"stopId": "STAUBIN",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580619"
},
"departure": {
"time": "1768580619"
},
"stopId": "LORRAIN1",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580786"
},
"departure": {
"time": "1768580786"
},
"stopId": "MENDES-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580908"
},
"departure": {
"time": "1768580908"
},
"stopId": "TALET-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581210"
},
"departure": {
"time": "1768581210"
},
"stopId": "RAMON-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580705"
},
"departure": {
"time": "1768580705"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580880"
},
"departure": {
"time": "1768580880"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACEN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581045"
},
"departure": {
"time": "1768581045"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOU-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581150"
},
"departure": {
"time": "1768581150"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581261"
},
"departure": {
"time": "1768581261"
},
"stopId": "RBRIOL-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581339"
},
"departure": {
"time": "1768581339"
},
"stopId": "NOZAY-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581416"
},
"departure": {
"time": "1768581416"
},
"stopId": "AUVERG-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "SAVOIE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768581569"
},
"departure": {
"time": "1768581569"
},
"stopId": "INDUST-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768581633"
},
"departure": {
"time": "1768581633"
},
"stopId": "HOTELL-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768581865"
},
"departure": {
"time": "1768581865"
},
"stopId": "RTEPAR-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581924"
},
"stopId": "PROVIN-E",
"stopSequence": 61
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6239184"
}
}
},
{
"id": "trip:6239724",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579376"
},
"departure": {
"time": "1768579392"
},
"stopId": "SECUSO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579421"
},
"departure": {
"time": "1768579452"
},
"stopId": "STEXUP-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579532"
},
"departure": {
"time": "1768579532"
},
"stopId": "GARDOT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579559"
},
"departure": {
"time": "1768579559"
},
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579649"
},
"departure": {
"time": "1768579649"
},
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768579775"
},
"departure": {
"time": "1768579775"
},
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768579828"
},
"departure": {
"time": "1768579828"
},
"stopId": "CASERN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768579928"
},
"departure": {
"time": "1768579928"
},
"stopId": "LAREU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768579986"
},
"departure": {
"time": "1768579986"
},
"stopId": "PAPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "CCHEMI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580110"
},
"departure": {
"time": "1768580110"
},
"stopId": "JUFERR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580172"
},
"departure": {
"time": "1768580172"
},
"stopId": "GEMMET-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580232"
},
"departure": {
"time": "1768580232"
},
"stopId": "AUBEPI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768580288"
},
"departure": {
"time": "1768580288"
},
"stopId": "STADE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768580351"
},
"departure": {
"time": "1768580351"
},
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768580401"
},
"departure": {
"time": "1768580401"
},
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768580453"
},
"departure": {
"time": "1768580453"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768580538"
},
"departure": {
"time": "1768580538"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768580588"
},
"departure": {
"time": "1768580588"
},
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768580721"
},
"departure": {
"time": "1768580721"
},
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768580762"
},
"departure": {
"time": "1768580762"
},
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768580797"
},
"departure": {
"time": "1768580797"
},
"stopId": "CEZAN-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768580851"
},
"departure": {
"time": "1768580851"
},
"stopId": "COROT-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768580948"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239724"
}
}
},
{
"id": "trip:3327",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579864"
},
"departure": {
"time": "1768579864"
},
"stopId": "BICHO.-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580027"
},
"departure": {
"time": "1768580027"
},
"stopId": "BLERIO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580220"
},
"departure": {
"time": "1768580220"
},
"stopId": "AQUAVITA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580645"
},
"departure": {
"time": "1768580645"
},
"stopId": "LEGRAS-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580671"
},
"departure": {
"time": "1768580671"
},
"stopId": "RONCER-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "MASSON-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580814"
},
"departure": {
"time": "1768580814"
},
"stopId": "MAROTT-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580940"
},
"departure": {
"time": "1768580940"
},
"stopId": "CSARTH-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580978"
},
"departure": {
"time": "1768580978"
},
"stopId": "LAPOMM-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581101"
},
"departure": {
"time": "1768581101"
},
"stopId": "PETLAN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "LALAN-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581279"
},
"departure": {
"time": "1768581279"
},
"stopId": "FONTAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581320"
},
"departure": {
"time": "1768581320"
},
"stopId": "RTECHA-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"stopId": "PETMOT-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "ZARTIS-E",
"stopSequence": 16
}
],
"trip": {
"directionId": 1,
"routeId": "33",
"tripId": "3327"
}
}
},
{
"id": "trip:6238783",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581499"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581539"
},
"departure": {
"time": "1768581539"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581570"
},
"departure": {
"time": "1768581570"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581592"
},
"departure": {
"time": "1768581592"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAPOINTE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581632"
},
"departure": {
"time": "1768581632"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTLAIT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581671"
},
"departure": {
"time": "1768581671"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GAREBOUC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581708"
},
"departure": {
"time": "1768581708"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMPBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581739"
},
"departure": {
"time": "1768581739"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOUCHEM",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579412"
},
"departure": {
"time": "1768579435"
},
"stopId": "NDAMELAC",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579479"
},
"departure": {
"time": "1768579479"
},
"stopId": "BOISRAME",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579573"
},
"departure": {
"time": "1768579573"
},
"stopId": "CHBBEILL",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579660"
},
"departure": {
"time": "1768579660"
},
"stopId": "MVIGNE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579770"
},
"departure": {
"time": "1768579770"
},
"stopId": "FARCYSJA",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580014"
},
"departure": {
"time": "1768580014"
},
"stopId": "LEQUAI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580094"
},
"departure": {
"time": "1768580094"
},
"stopId": "MONPR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580164"
},
"departure": {
"time": "1768580164"
},
"stopId": "DESCAZ-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580289"
},
"departure": {
"time": "1768580289"
},
"stopId": "STTHER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580383"
},
"departure": {
"time": "1768580383"
},
"stopId": "BARRA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580451"
},
"departure": {
"time": "1768580451"
},
"stopId": "BLERIO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580562"
},
"departure": {
"time": "1768580562"
},
"stopId": "LECUIT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580613"
},
"departure": {
"time": "1768580613"
},
"stopId": "FRATE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580706"
},
"departure": {
"time": "1768580706"
},
"stopId": "CHARNA-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580795"
},
"departure": {
"time": "1768580795"
},
"stopId": "ESEO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580836"
},
"departure": {
"time": "1768580836"
},
"stopId": "WJMOU",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580934"
},
"departure": {
"time": "1768580934"
},
"stopId": "FMEDEC-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580999"
},
"departure": {
"time": "1768580999"
},
"stopId": "HRECUL-E",
"stopSequence": 50
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6238783"
}
}
},
{
"id": "trip:6239969",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579541"
},
"departure": {
"time": "1768579541"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579595"
},
"departure": {
"time": "1768579595"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579955"
},
"departure": {
"time": "1768579955"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580025"
},
"departure": {
"time": "1768580025"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580101"
},
"departure": {
"time": "1768580101"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580169"
},
"departure": {
"time": "1768580169"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580211"
},
"departure": {
"time": "1768580211"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580252"
},
"departure": {
"time": "1768580252"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580303"
},
"departure": {
"time": "1768580303"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580369"
},
"departure": {
"time": "1768580369"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580408"
},
"departure": {
"time": "1768580408"
},
"scheduleRelationship": "SKIPPED",
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580495"
},
"departure": {
"time": "1768580495"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580539"
},
"departure": {
"time": "1768580539"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580609"
},
"departure": {
"time": "1768580609"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CCMOLI-E",
"stopSequence": 34
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239969"
}
}
},
{
"id": "trip:6238210",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579754"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579882"
},
"departure": {
"time": "1768579882"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579934"
},
"departure": {
"time": "1768579934"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580157"
},
"departure": {
"time": "1768580157"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580268"
},
"departure": {
"time": "1768580268"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580401"
},
"departure": {
"time": "1768580401"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580478"
},
"departure": {
"time": "1768580478"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580654"
},
"departure": {
"time": "1768580654"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580718"
},
"departure": {
"time": "1768580718"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580835"
},
"departure": {
"time": "1768580835"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580955"
},
"departure": {
"time": "1768580955"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581053"
},
"departure": {
"time": "1768581053"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581143"
},
"departure": {
"time": "1768581143"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581222"
},
"departure": {
"time": "1768581222"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581308"
},
"departure": {
"time": "1768581308"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581356"
},
"departure": {
"time": "1768581356"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581425"
},
"departure": {
"time": "1768581425"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581462"
},
"departure": {
"time": "1768581462"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581538"
},
"departure": {
"time": "1768581538"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581612"
},
"departure": {
"time": "1768581612"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581753"
},
"departure": {
"time": "1768581753"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581815"
},
"departure": {
"time": "1768581815"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581858"
},
"departure": {
"time": "1768581858"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581894"
},
"departure": {
"time": "1768581894"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581972"
},
"departure": {
"time": "1768581972"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582159"
},
"departure": {
"time": "1768582159"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582215"
},
"departure": {
"time": "1768582215"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582272"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238210"
}
}
},
{
"id": "trip:6238745",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579453"
},
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579493"
},
"departure": {
"time": "1768579493"
},
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579524"
},
"departure": {
"time": "1768579524"
},
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579546"
},
"departure": {
"time": "1768579546"
},
"stopId": "LAPOINTE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579586"
},
"departure": {
"time": "1768579586"
},
"stopId": "PONTLAIT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579625"
},
"departure": {
"time": "1768579625"
},
"stopId": "GAREBOUC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579662"
},
"departure": {
"time": "1768579662"
},
"stopId": "CAMPBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579693"
},
"departure": {
"time": "1768579693"
},
"stopId": "BOUCHEM",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579749"
},
"departure": {
"time": "1768579749"
},
"stopId": "CHEVRIER",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579785"
},
"departure": {
"time": "1768579785"
},
"stopId": "PETPORT",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579868"
},
"departure": {
"time": "1768579868"
},
"stopId": "HAUBOUCH",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579933"
},
"departure": {
"time": "1768579933"
},
"stopId": "ARTAUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579956"
},
"departure": {
"time": "1768579956"
},
"stopId": "PIVERDIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580055"
},
"departure": {
"time": "1768580055"
},
"stopId": "CLOSVI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580104"
},
"departure": {
"time": "1768580104"
},
"stopId": "P-ANJO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580197"
},
"departure": {
"time": "1768580197"
},
"stopId": "HARENC",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580269"
},
"departure": {
"time": "1768580269"
},
"stopId": "P-ANJOU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580385"
},
"departure": {
"time": "1768580385"
},
"stopId": "PETVIVIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580468"
},
"departure": {
"time": "1768580468"
},
"stopId": "PRUNIERS",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580501"
},
"departure": {
"time": "1768580501"
},
"stopId": "CROISETT",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580575"
},
"departure": {
"time": "1768580575"
},
"stopId": "CAMLACMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580619"
},
"departure": {
"time": "1768580619"
},
"stopId": "LACDMAIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580737"
},
"departure": {
"time": "1768580737"
},
"stopId": "PERUSSAI",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580770"
},
"departure": {
"time": "1768580770"
},
"stopId": "JEAN-MON",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580928"
},
"departure": {
"time": "1768580928"
},
"stopId": "CNFPT",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580999"
},
"departure": {
"time": "1768580999"
},
"stopId": "BEAUSSIE",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581119"
},
"departure": {
"time": "1768581119"
},
"stopId": "CITEUNIV",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581258"
},
"departure": {
"time": "1768581258"
},
"stopId": "NDAMELAC",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581341"
},
"departure": {
"time": "1768581341"
},
"stopId": "BOISRAME",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581419"
},
"departure": {
"time": "1768581419"
},
"stopId": "CHBBEILL",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581525"
},
"departure": {
"time": "1768581525"
},
"stopId": "MVIGNE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581648"
},
"departure": {
"time": "1768581648"
},
"stopId": "FARCYSJA",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581923"
},
"departure": {
"time": "1768581923"
},
"stopId": "LEQUAI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582003"
},
"departure": {
"time": "1768582003"
},
"stopId": "MONPR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582073"
},
"departure": {
"time": "1768582073"
},
"stopId": "DESCAZ-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582221"
},
"departure": {
"time": "1768582221"
},
"stopId": "STTHER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582315"
},
"departure": {
"time": "1768582315"
},
"stopId": "BARRA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582383"
},
"departure": {
"time": "1768582383"
},
"stopId": "BLERIO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582493"
},
"departure": {
"time": "1768582493"
},
"stopId": "LECUIT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582544"
},
"departure": {
"time": "1768582544"
},
"stopId": "FRATE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582574"
},
"departure": {
"time": "1768582574"
},
"stopId": "CHARNA-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582641"
},
"departure": {
"time": "1768582641"
},
"stopId": "ESEO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582677"
},
"departure": {
"time": "1768582677"
},
"stopId": "WJMOU",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582763"
},
"departure": {
"time": "1768582763"
},
"stopId": "FMEDEC-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582815"
},
"departure": {
"time": "1768582815"
},
"stopId": "HRECUL-E",
"stopSequence": 50
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6238745"
}
}
},
{
"id": "trip:6238856",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579469"
},
"departure": {
"time": "1768579469"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579524"
},
"departure": {
"time": "1768579524"
},
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579703"
},
"departure": {
"time": "1768579703"
},
"stopId": "MICHELET",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579762"
},
"departure": {
"time": "1768579762"
},
"stopId": "ANLEROY",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580114"
},
"departure": {
"time": "1768580114"
},
"stopId": "LICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580286"
},
"departure": {
"time": "1768580286"
},
"stopId": "OFFTOURI",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580354"
},
"departure": {
"time": "1768580354"
},
"stopId": "SAICROIX",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580473"
},
"departure": {
"time": "1768580473"
},
"stopId": "REPUBL-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580774"
},
"departure": {
"time": "1768580774"
},
"stopId": "BEAURE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580867"
},
"departure": {
"time": "1768580867"
},
"stopId": "TRINIT-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581066"
},
"departure": {
"time": "1768581066"
},
"stopId": "DESCAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581191"
},
"departure": {
"time": "1768581191"
},
"stopId": "CLOUET-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581278"
},
"departure": {
"time": "1768581278"
},
"stopId": "GOURON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581347"
},
"departure": {
"time": "1768581347"
},
"stopId": "GASNIE-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581497"
},
"departure": {
"time": "1768581497"
},
"stopId": "ECHMA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581556"
},
"departure": {
"time": "1768581556"
},
"stopId": "KENNED-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581657"
},
"departure": {
"time": "1768581657"
},
"stopId": "WPMA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581717"
},
"departure": {
"time": "1768581717"
},
"stopId": "RONDE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581789"
},
"departure": {
"time": "1768581789"
},
"stopId": "BRASSE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581850"
},
"departure": {
"time": "1768581850"
},
"stopId": "BEURRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581912"
},
"departure": {
"time": "1768581912"
},
"stopId": "DELAUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581977"
},
"departure": {
"time": "1768581977"
},
"stopId": "MAUFIN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582036"
},
"departure": {
"time": "1768582036"
},
"stopId": "MAIRAV-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582096"
},
"departure": {
"time": "1768582096"
},
"stopId": "CIAVRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582151"
},
"departure": {
"time": "1768582151"
},
"stopId": "PEGARD-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582175"
},
"departure": {
"time": "1768582175"
},
"stopId": "RIPOLE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582276"
},
"departure": {
"time": "1768582276"
},
"stopId": "SALETT-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582455"
},
"departure": {
"time": "1768582455"
},
"stopId": "BONPLA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582453"
},
"departure": {
"time": "1768582453"
},
"stopId": "POIVRE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582545"
},
"departure": {
"time": "1768582545"
},
"stopId": "AARDBU-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582818"
},
"departure": {
"time": "1768582818"
},
"stopId": "LANGEVI",
"stopSequence": 57
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CCADEA-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768582909"
},
"departure": {
"time": "1768582909"
},
"stopId": "PLOTTI-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768582917"
},
"departure": {
"time": "1768582917"
},
"stopId": "AUTRIC-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768582985"
},
"departure": {
"time": "1768582985"
},
"stopId": "IRLAND-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768583043"
},
"departure": {
"time": "1768583043"
},
"stopId": "ITALIE-E",
"stopSequence": 62
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6238856"
}
}
},
{
"id": "trip:6237554",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581620"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581726"
},
"departure": {
"time": "1768581726"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581850"
},
"departure": {
"time": "1768581850"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581934"
},
"departure": {
"time": "1768581934"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582032"
},
"departure": {
"time": "1768582032"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582146"
},
"departure": {
"time": "1768582146"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582330"
},
"departure": {
"time": "1768582330"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582490"
},
"departure": {
"time": "1768582490"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582640"
},
"departure": {
"time": "1768582640"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582800"
},
"stopId": "1STSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582910"
},
"departure": {
"time": "1768582910"
},
"stopId": "1CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583040"
},
"stopId": "1CONS",
"stopSequence": 11
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237554"
}
}
},
{
"id": "trip:6239728",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579382"
},
"departure": {
"time": "1768579412"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579471"
},
"departure": {
"time": "1768579471"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579534"
},
"departure": {
"time": "1768579534"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579627"
},
"departure": {
"time": "1768579627"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579766"
},
"departure": {
"time": "1768579766"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579849"
},
"departure": {
"time": "1768579849"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579927"
},
"departure": {
"time": "1768579927"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580014"
},
"departure": {
"time": "1768580014"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580141"
},
"departure": {
"time": "1768580141"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580253"
},
"departure": {
"time": "1768580253"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580347"
},
"departure": {
"time": "1768580347"
},
"stopId": "MONPROF.",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580474"
},
"departure": {
"time": "1768580474"
},
"stopId": "TRINITE",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580562"
},
"departure": {
"time": "1768580562"
},
"stopId": "BEAUREPA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580647"
},
"departure": {
"time": "1768580647"
},
"stopId": "COEURMA",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580895"
},
"departure": {
"time": "1768580895"
},
"stopId": "CHDARR",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581014"
},
"departure": {
"time": "1768581014"
},
"stopId": "ACADEMIE",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581024"
},
"departure": {
"time": "1768581024"
},
"stopId": "GBREM-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581129"
},
"departure": {
"time": "1768581129"
},
"stopId": "GARETERM",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "LESGARES",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581332"
},
"departure": {
"time": "1768581332"
},
"stopId": "HARAS",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581424"
},
"departure": {
"time": "1768581424"
},
"stopId": "STAUBIN",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581487"
},
"departure": {
"time": "1768581540"
},
"stopId": "LOR-FO-A",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581646"
},
"departure": {
"time": "1768581646"
},
"stopId": "MAIL-HDV",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581821"
},
"departure": {
"time": "1768581821"
},
"stopId": "SECUSO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "STEXUP-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581984"
},
"departure": {
"time": "1768581984"
},
"stopId": "GARDOT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582011"
},
"departure": {
"time": "1768582011"
},
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582101"
},
"departure": {
"time": "1768582101"
},
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582227"
},
"departure": {
"time": "1768582227"
},
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582280"
},
"departure": {
"time": "1768582280"
},
"stopId": "CASERN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582380"
},
"departure": {
"time": "1768582380"
},
"stopId": "LAREU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582438"
},
"departure": {
"time": "1768582438"
},
"stopId": "PAPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582492"
},
"departure": {
"time": "1768582492"
},
"stopId": "CCHEMI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768582562"
},
"departure": {
"time": "1768582562"
},
"stopId": "JUFERR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582624"
},
"departure": {
"time": "1768582624"
},
"stopId": "GEMMET-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582684"
},
"departure": {
"time": "1768582684"
},
"stopId": "AUBEPI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582740"
},
"departure": {
"time": "1768582740"
},
"stopId": "STADE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768582803"
},
"departure": {
"time": "1768582803"
},
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768582853"
},
"departure": {
"time": "1768582853"
},
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768582905"
},
"departure": {
"time": "1768582905"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768582990"
},
"departure": {
"time": "1768582990"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583040"
},
"stopId": "JAUDET-E",
"stopSequence": 61
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239728"
}
}
},
{
"id": "trip:6238691",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581780"
},
"stopId": "LORRAIN2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581880"
},
"departure": {
"time": "1768581880"
},
"stopId": "MAIL-HDV",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581986"
},
"departure": {
"time": "1768581986"
},
"stopId": "CLEMOI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582250"
},
"departure": {
"time": "1768582250"
},
"stopId": "MONTAIG",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "COUPER-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582512"
},
"departure": {
"time": "1768582512"
},
"stopId": "MONTRJ-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582581"
},
"departure": {
"time": "1768582581"
},
"stopId": "CAMELIAS",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582649"
},
"departure": {
"time": "1768582649"
},
"stopId": "GATS-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582758"
},
"departure": {
"time": "1768582758"
},
"stopId": "COINTR-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582931"
},
"departure": {
"time": "1768582931"
},
"stopId": "CHANTR-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582994"
},
"departure": {
"time": "1768582994"
},
"stopId": "COLOM-E",
"stopSequence": 14
}
],
"trip": {
"directionId": 0,
"routeId": "11",
"tripId": "6238691"
}
}
},
{
"id": "trip:6238214",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582560"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582671"
},
"departure": {
"time": "1768582671"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582724"
},
"departure": {
"time": "1768582724"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768583015"
},
"departure": {
"time": "1768583015"
},
"stopId": "MICHEL-E",
"stopSequence": 4
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238214"
}
}
},
{
"id": "trip:6054507",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579387"
},
"departure": {
"time": "1768579426"
},
"stopId": "LABROS-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579457"
},
"departure": {
"time": "1768579457"
},
"stopId": "BMOTTE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579566"
},
"departure": {
"time": "1768579566"
},
"stopId": "GRIMOR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579635"
},
"stopId": "VEILLIER",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"tripId": "6054507"
}
}
},
{
"id": "trip:6239490",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579414"
},
"departure": {
"time": "1768579430"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579641"
},
"departure": {
"time": "1768579641"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579778"
},
"departure": {
"time": "1768579778"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579833"
},
"departure": {
"time": "1768579833"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579877"
},
"departure": {
"time": "1768579877"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579968"
},
"departure": {
"time": "1768579968"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580006"
},
"departure": {
"time": "1768580006"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580107"
},
"departure": {
"time": "1768580107"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580203"
},
"departure": {
"time": "1768580203"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580305"
},
"departure": {
"time": "1768580305"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580427"
},
"departure": {
"time": "1768580427"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580527"
},
"departure": {
"time": "1768580527"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580579"
},
"departure": {
"time": "1768580579"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580794"
},
"departure": {
"time": "1768580794"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580877"
},
"departure": {
"time": "1768580877"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580942"
},
"departure": {
"time": "1768580942"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581109"
},
"departure": {
"time": "1768581109"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581192"
},
"departure": {
"time": "1768581192"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581350"
},
"departure": {
"time": "1768581350"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581549"
},
"departure": {
"time": "1768581549"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581616"
},
"departure": {
"time": "1768581616"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581674"
},
"departure": {
"time": "1768581674"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581755"
},
"departure": {
"time": "1768581755"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581841"
},
"departure": {
"time": "1768581841"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581916"
},
"departure": {
"time": "1768581916"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581953"
},
"departure": {
"time": "1768581953"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581982"
},
"departure": {
"time": "1768581982"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582042"
},
"departure": {
"time": "1768582042"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582098"
},
"departure": {
"time": "1768582098"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582192"
},
"departure": {
"time": "1768582192"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582369"
},
"departure": {
"time": "1768582369"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582469"
},
"departure": {
"time": "1768582469"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582544"
},
"departure": {
"time": "1768582544"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582637"
},
"departure": {
"time": "1768582637"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582678"
},
"departure": {
"time": "1768582678"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582725"
},
"departure": {
"time": "1768582725"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582785"
},
"departure": {
"time": "1768582785"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582875"
},
"departure": {
"time": "1768582875"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582966"
},
"departure": {
"time": "1768582966"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1768583018"
},
"departure": {
"time": "1768583018"
},
"stopId": "CHDARR-E",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239490"
}
}
},
{
"id": "trip:6239907",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579502"
},
"departure": {
"time": "1768579502"
},
"stopId": "CHDARR",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579567"
},
"departure": {
"time": "1768579567"
},
"stopId": "ACADEMIE",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579654"
},
"departure": {
"time": "1768579654"
},
"stopId": "GBREM-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579760"
},
"departure": {
"time": "1768579760"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579811"
},
"departure": {
"time": "1768579811"
},
"stopId": "LESGARES",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579963"
},
"departure": {
"time": "1768579963"
},
"stopId": "HARAS",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580048"
},
"departure": {
"time": "1768580048"
},
"stopId": "STAUBIN",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580111"
},
"departure": {
"time": "1768580111"
},
"stopId": "LOR-FO-A",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580326"
},
"departure": {
"time": "1768580326"
},
"stopId": "MENDES-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "SAVARY-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580575"
},
"departure": {
"time": "1768580575"
},
"stopId": "MUSSET-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580694"
},
"departure": {
"time": "1768580694"
},
"stopId": "LUTIN-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "MACE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580803"
},
"departure": {
"time": "1768580803"
},
"stopId": "DESJAR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580880"
},
"departure": {
"time": "1768580880"
},
"stopId": "BRISEP-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580981"
},
"departure": {
"time": "1768580981"
},
"stopId": "MIMOSA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581031"
},
"departure": {
"time": "1768581031"
},
"stopId": "CHATEN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581143"
},
"departure": {
"time": "1768581143"
},
"stopId": "SOLELE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581184"
},
"departure": {
"time": "1768581184"
},
"stopId": "SEPSON-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581240"
},
"departure": {
"time": "1768581240"
},
"stopId": "BANCST-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581382"
},
"departure": {
"time": "1768581382"
},
"stopId": "RTEPAR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581490"
},
"departure": {
"time": "1768581490"
},
"stopId": "PROVIN-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581660"
},
"stopId": "PARCEX-E",
"stopSequence": 44
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239907"
}
}
},
{
"id": "trip:6240191",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579433"
},
"departure": {
"time": "1768579467"
},
"stopId": "CLINIQUE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579481"
},
"departure": {
"time": "1768579481"
},
"stopId": "VALOR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579526"
},
"departure": {
"time": "1768579526"
},
"stopId": "MEIGNANN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579594"
},
"departure": {
"time": "1768579594"
},
"stopId": "REVERIES",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579649"
},
"departure": {
"time": "1768579649"
},
"stopId": "POMONE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579739"
},
"departure": {
"time": "1768579739"
},
"stopId": "CIOUEST",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579781"
},
"departure": {
"time": "1768579781"
},
"stopId": "CLEMENCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579811"
},
"departure": {
"time": "1768579811"
},
"stopId": "DESCAZ-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579950"
},
"departure": {
"time": "1768579950"
},
"stopId": "HOTDIEU",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579991"
},
"departure": {
"time": "1768579991"
},
"stopId": "ROCHEFOU",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580271"
},
"departure": {
"time": "1768580271"
},
"stopId": "STSERGEU",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580737"
},
"departure": {
"time": "1768580737"
},
"stopId": "MENDESFR",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580905"
},
"departure": {
"time": "1768580905"
},
"stopId": "FO-LOR-R",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581026"
},
"departure": {
"time": "1768581026"
},
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581078"
},
"departure": {
"time": "1768581078"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581306"
},
"departure": {
"time": "1768581306"
},
"stopId": "ANLERO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581391"
},
"departure": {
"time": "1768581391"
},
"stopId": "RABELA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581458"
},
"departure": {
"time": "1768581458"
},
"stopId": "ESA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581613"
},
"departure": {
"time": "1768581613"
},
"stopId": "DELATA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581714"
},
"departure": {
"time": "1768581714"
},
"stopId": "ALLARD-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581765"
},
"departure": {
"time": "1768581765"
},
"stopId": "TASSIG-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581874"
},
"departure": {
"time": "1768581874"
},
"stopId": "TROIPA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581933"
},
"departure": {
"time": "1768581933"
},
"stopId": "SABLON-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582015"
},
"departure": {
"time": "1768582015"
},
"stopId": "RUELLE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582182"
},
"departure": {
"time": "1768582182"
},
"stopId": "GENDRO-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582279"
},
"departure": {
"time": "1768582279"
},
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582388"
},
"departure": {
"time": "1768582388"
},
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582502"
},
"departure": {
"time": "1768582502"
},
"stopId": "BELPOU-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582622"
},
"departure": {
"time": "1768582622"
},
"stopId": "PONTSC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582750"
},
"departure": {
"time": "1768582750"
},
"stopId": "LOIRE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582823"
},
"departure": {
"time": "1768582823"
},
"stopId": "DUBE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582874"
},
"departure": {
"time": "1768582874"
},
"stopId": "LOUET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582940"
},
"departure": {
"time": "1768582940"
},
"stopId": "BOSQUE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768583019"
},
"departure": {
"time": "1768583019"
},
"stopId": "CHAERI-E",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240191"
}
}
},
{
"id": "trip:6238861",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579379"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAUBIN",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579462"
},
"departure": {
"time": "1768579462"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PIGNONIE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579525"
},
"departure": {
"time": "1768579525"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLAVERIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579569"
},
"departure": {
"time": "1768579569"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JARDFA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579619"
},
"departure": {
"time": "1768579619"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BANCHAIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579685"
},
"departure": {
"time": "1768579685"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHATELAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579738"
},
"departure": {
"time": "1768579738"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CRBLANCH",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579780"
},
"departure": {
"time": "1768579780"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ORMEAUX",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579836"
},
"departure": {
"time": "1768579836"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VANDEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579929"
},
"departure": {
"time": "1768579929"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ISORET",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580023"
},
"departure": {
"time": "1768580023"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GILLIER",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580061"
},
"departure": {
"time": "1768580061"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DAGUENET",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580135"
},
"departure": {
"time": "1768580135"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JERUSALE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580249"
},
"departure": {
"time": "1768580249"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTAIG",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580461"
},
"departure": {
"time": "1768580461"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LANGLADE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580541"
},
"departure": {
"time": "1768580541"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580605"
},
"departure": {
"time": "1768580605"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580694"
},
"departure": {
"time": "1768580694"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580781"
},
"departure": {
"time": "1768580781"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580836"
},
"departure": {
"time": "1768580836"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MICHELET",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581416"
},
"departure": {
"time": "1768581416"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581588"
},
"departure": {
"time": "1768581588"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOURI",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581656"
},
"departure": {
"time": "1768581656"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICROIX",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581775"
},
"departure": {
"time": "1768581775"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBL-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582076"
},
"departure": {
"time": "1768582076"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579401"
},
"departure": {
"time": "1768579401"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582322"
},
"departure": {
"time": "1768582322"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DESCAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582447"
},
"departure": {
"time": "1768582447"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLOUET-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582534"
},
"departure": {
"time": "1768582534"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GOURON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582603"
},
"departure": {
"time": "1768582603"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GASNIE-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582753"
},
"departure": {
"time": "1768582753"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ECHMA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582812"
},
"departure": {
"time": "1768582812"
},
"scheduleRelationship": "SKIPPED",
"stopId": "KENNED-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582913"
},
"departure": {
"time": "1768582913"
},
"scheduleRelationship": "SKIPPED",
"stopId": "WPMA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582973"
},
"departure": {
"time": "1768582973"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RONDE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768583045"
},
"departure": {
"time": "1768583045"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BRASSE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579423"
},
"departure": {
"time": "1768579423"
},
"stopId": "JEHUEZ-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1768579448"
},
"departure": {
"time": "1768579468"
},
"stopId": "PLATEF-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1768579565"
},
"departure": {
"time": "1768579565"
},
"stopId": "ESPMON-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1768579628"
},
"departure": {
"time": "1768579628"
},
"stopId": "BELAIR-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1768579677"
},
"departure": {
"time": "1768579677"
},
"stopId": "ZOLA-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1768579745"
},
"departure": {
"time": "1768579745"
},
"stopId": "ANAFRA-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1768580054"
},
"departure": {
"time": "1768580054"
},
"stopId": "DOMVATER",
"stopSequence": 74
},
{
"arrival": {
"time": "1768579392"
},
"departure": {
"time": "1768579392"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1768579424"
},
"departure": {
"time": "1768579424"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGU-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1768579469"
},
"departure": {
"time": "1768579469"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOU-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1768579680"
},
"departure": {
"time": "1768579680"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1768580099"
},
"departure": {
"time": "1768580099"
},
"stopId": "RECLAI-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1768580138"
},
"departure": {
"time": "1768580138"
},
"stopId": "RENOIR-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1768580168"
},
"departure": {
"time": "1768580168"
},
"stopId": "CAMPJU-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1768580203"
},
"departure": {
"time": "1768580203"
},
"stopId": "JUIGN-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1768580292"
},
"stopId": "BENE-E",
"stopSequence": 85
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6238861"
}
}
},
{
"id": "trip:6238281",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579457"
},
"departure": {
"time": "1768579457"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579577"
},
"departure": {
"time": "1768579577"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579675"
},
"departure": {
"time": "1768579675"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579779"
},
"departure": {
"time": "1768579779"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579858"
},
"departure": {
"time": "1768579858"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579956"
},
"departure": {
"time": "1768579956"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580004"
},
"departure": {
"time": "1768580004"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580073"
},
"departure": {
"time": "1768580073"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580110"
},
"departure": {
"time": "1768580110"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580186"
},
"departure": {
"time": "1768580186"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580289"
},
"departure": {
"time": "1768580289"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580453"
},
"departure": {
"time": "1768580453"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580526"
},
"departure": {
"time": "1768580526"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580576"
},
"departure": {
"time": "1768580576"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580618"
},
"departure": {
"time": "1768580618"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580709"
},
"departure": {
"time": "1768580709"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580896"
},
"departure": {
"time": "1768580896"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580952"
},
"departure": {
"time": "1768580952"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581009"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238281"
}
}
},
{
"id": "trip:6238788",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582320"
},
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582360"
},
"departure": {
"time": "1768582360"
},
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582391"
},
"departure": {
"time": "1768582391"
},
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582413"
},
"departure": {
"time": "1768582413"
},
"stopId": "LAPOINTE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582453"
},
"departure": {
"time": "1768582453"
},
"stopId": "PONTLAIT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582492"
},
"departure": {
"time": "1768582492"
},
"stopId": "GAREBOUC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582529"
},
"departure": {
"time": "1768582529"
},
"stopId": "CAMPBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582560"
},
"departure": {
"time": "1768582560"
},
"stopId": "BOUCHEM",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582616"
},
"departure": {
"time": "1768582616"
},
"stopId": "CHEVRIER",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582652"
},
"departure": {
"time": "1768582652"
},
"stopId": "PETPORT",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582735"
},
"departure": {
"time": "1768582735"
},
"stopId": "HAUBOUCH",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582800"
},
"stopId": "ARTAUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582851"
},
"departure": {
"time": "1768582851"
},
"stopId": "PIVERDIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582933"
},
"departure": {
"time": "1768582933"
},
"stopId": "CLOSVI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582982"
},
"departure": {
"time": "1768582982"
},
"stopId": "P-ANJO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583040"
},
"stopId": "HARENC",
"stopSequence": 16
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6238788"
}
}
},
{
"id": "trip:6239143",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579440"
},
"departure": {
"time": "1768579440"
},
"stopId": "LETAND-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579529"
},
"departure": {
"time": "1768579529"
},
"stopId": "BEAUVA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579639"
},
"departure": {
"time": "1768579639"
},
"stopId": "LORETT-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579702"
},
"departure": {
"time": "1768579702"
},
"stopId": "MORELI-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579800"
},
"departure": {
"time": "1768579800"
},
"stopId": "DELATR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579909"
},
"departure": {
"time": "1768579909"
},
"stopId": "HAUTPR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580079"
},
"departure": {
"time": "1768580079"
},
"stopId": "INTMIL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580296"
},
"departure": {
"time": "1768580296"
},
"stopId": "DELACR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580365"
},
"departure": {
"time": "1768580365"
},
"stopId": "JUSTIC-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580462"
},
"departure": {
"time": "1768580462"
},
"stopId": "ECLATE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580561"
},
"departure": {
"time": "1768580561"
},
"stopId": "VDLOIR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580464"
},
"departure": {
"time": "1768580464"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580607"
},
"departure": {
"time": "1768580607"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580640"
},
"departure": {
"time": "1768580640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580687"
},
"departure": {
"time": "1768580687"
},
"stopId": "DAGUER-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580755"
},
"departure": {
"time": "1768580755"
},
"stopId": "ALLUME-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580815"
},
"departure": {
"time": "1768580815"
},
"stopId": "RIOTTE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580965"
},
"departure": {
"time": "1768580965"
},
"stopId": "MALAQU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580997"
},
"departure": {
"time": "1768580997"
},
"stopId": "LEFEVR-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580957"
},
"departure": {
"time": "1768580957"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOURSE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORLON-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581057"
},
"departure": {
"time": "1768581057"
},
"stopId": "PYRAM2-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581105"
},
"departure": {
"time": "1768581105"
},
"stopId": "BUISSO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581131"
},
"departure": {
"time": "1768581131"
},
"stopId": "DAUTEL-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581202"
},
"departure": {
"time": "1768581202"
},
"stopId": "GENTR-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768581322"
},
"stopId": "SLEZIND",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6239143"
}
}
},
{
"id": "trip:30101",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579540"
},
"departure": {
"time": "1768579540"
},
"stopId": "CHBBEILL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579679"
},
"departure": {
"time": "1768579679"
},
"stopId": "FARCYSJA",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579801"
},
"departure": {
"time": "1768579801"
},
"stopId": "DUMESNIL",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579840"
},
"departure": {
"time": "1768579840"
},
"stopId": "LEQUAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580140"
},
"departure": {
"time": "1768580140"
},
"stopId": "CHDARR",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580279"
},
"departure": {
"time": "1768580279"
},
"stopId": "GBREM-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580380"
},
"departure": {
"time": "1768580380"
},
"stopId": "GAREPAPI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580740"
},
"departure": {
"time": "1768580740"
},
"stopId": "HARAS",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581040"
},
"departure": {
"time": "1768581040"
},
"stopId": "LOR-FO-A",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "301",
"tripId": "30101"
}
}
},
{
"id": "trip:6239721",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579444"
},
"departure": {
"time": "1768579444"
},
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768579570"
},
"departure": {
"time": "1768579570"
},
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768579623"
},
"departure": {
"time": "1768579623"
},
"stopId": "CASERN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768579723"
},
"departure": {
"time": "1768579723"
},
"stopId": "LAREU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768579781"
},
"departure": {
"time": "1768579781"
},
"stopId": "PAPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768579759"
},
"departure": {
"time": "1768579759"
},
"stopId": "CCHEMI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580743"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239721"
}
}
},
{
"id": "trip:6054508",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768581398"
},
"departure": {
"time": "1768581398"
},
"stopId": "INDUST-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581463"
},
"departure": {
"time": "1768581463"
},
"stopId": "HOTELL-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581540"
},
"stopId": "DEBUSS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581579"
},
"departure": {
"time": "1768581579"
},
"stopId": "BOISAB-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581614"
},
"departure": {
"time": "1768581614"
},
"stopId": "DUBELL-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581667"
},
"departure": {
"time": "1768581667"
},
"stopId": "COTTAG-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "EVENTARD",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581829"
},
"departure": {
"time": "1768581829"
},
"stopId": "CHABOLA.",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581904"
},
"departure": {
"time": "1768581904"
},
"stopId": "CONFLU-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582056"
},
"departure": {
"time": "1768582056"
},
"stopId": "PTFILL-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "PRTLAU-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582248"
},
"departure": {
"time": "1768582248"
},
"stopId": "CHAUMI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582285"
},
"departure": {
"time": "1768582285"
},
"stopId": "LESRIV-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582320"
},
"departure": {
"time": "1768582320"
},
"stopId": "BBRANC-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582357"
},
"departure": {
"time": "1768582357"
},
"stopId": "VIELMA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582395"
},
"departure": {
"time": "1768582395"
},
"stopId": "MA4VE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "FIEGEN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582491"
},
"departure": {
"time": "1768582491"
},
"stopId": "LABROS-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582562"
},
"departure": {
"time": "1768582562"
},
"stopId": "BMOTTE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582671"
},
"departure": {
"time": "1768582671"
},
"stopId": "GRIMOR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582740"
},
"stopId": "VEILLIER",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"tripId": "6054508"
}
}
},
{
"id": "trip:6238582",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579379"
},
"departure": {
"time": "1768579410"
},
"stopId": "VIVIER-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579454"
},
"departure": {
"time": "1768579485"
},
"stopId": "MARIAN-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579512"
},
"departure": {
"time": "1768579512"
},
"stopId": "LINOVE-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579636"
},
"departure": {
"time": "1768579636"
},
"stopId": "ATHLET-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579691"
},
"departure": {
"time": "1768579691"
},
"stopId": "DIONNE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768579748"
},
"departure": {
"time": "1768579748"
},
"stopId": "GENDRO-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768579792"
},
"departure": {
"time": "1768579792"
},
"stopId": "CHESNA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579840"
},
"departure": {
"time": "1768579840"
},
"stopId": "GIRAD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579935"
},
"departure": {
"time": "1768579935"
},
"stopId": "FRANVILL",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579988"
},
"departure": {
"time": "1768579988"
},
"stopId": "GGESSAND",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580078"
},
"departure": {
"time": "1768580078"
},
"stopId": "MACURIE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580137"
},
"departure": {
"time": "1768580137"
},
"stopId": "JEROSTAN",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580190"
},
"departure": {
"time": "1768580190"
},
"stopId": "RONCIERE",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580243"
},
"departure": {
"time": "1768580243"
},
"stopId": "GUILLE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580330"
},
"departure": {
"time": "1768580330"
},
"stopId": "BAUDRA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580483"
},
"stopId": "MOULINMA",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6238582"
}
}
},
{
"id": "trip:6240210",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579534"
},
"departure": {
"time": "1768579534"
},
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579586"
},
"departure": {
"time": "1768579586"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579782"
},
"departure": {
"time": "1768579782"
},
"stopId": "ANLERO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579867"
},
"departure": {
"time": "1768579867"
},
"stopId": "RABELA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579934"
},
"departure": {
"time": "1768579934"
},
"stopId": "ESA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580089"
},
"departure": {
"time": "1768580089"
},
"stopId": "DELATA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580202"
},
"departure": {
"time": "1768580202"
},
"stopId": "ALLARD-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580268"
},
"departure": {
"time": "1768580268"
},
"stopId": "TASSIG-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580391"
},
"departure": {
"time": "1768580391"
},
"stopId": "TROIPA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580442"
},
"departure": {
"time": "1768580442"
},
"stopId": "SABLON-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580525"
},
"departure": {
"time": "1768580525"
},
"stopId": "RUELLE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580655"
},
"departure": {
"time": "1768580655"
},
"stopId": "GENDRO-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580802"
},
"departure": {
"time": "1768580802"
},
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580930"
},
"departure": {
"time": "1768580930"
},
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581023"
},
"departure": {
"time": "1768581023"
},
"stopId": "BELPOU-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "PONTSC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581294"
},
"departure": {
"time": "1768581294"
},
"stopId": "LOIRE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581326"
},
"departure": {
"time": "1768581326"
},
"stopId": "DUBE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581392"
},
"departure": {
"time": "1768581392"
},
"stopId": "LOUET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581450"
},
"departure": {
"time": "1768581450"
},
"stopId": "BOSQUE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581540"
},
"stopId": "CHAERI-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581588"
},
"departure": {
"time": "1768581588"
},
"stopId": "FONTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581683"
},
"departure": {
"time": "1768581683"
},
"stopId": "ERIGNE",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581702"
},
"stopId": "SOLAND",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240210"
}
}
},
{
"id": "trip:6239727",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579415"
},
"departure": {
"time": "1768579447"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579519"
},
"departure": {
"time": "1768579519"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579613"
},
"departure": {
"time": "1768579613"
},
"stopId": "MONPROF.",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579715"
},
"departure": {
"time": "1768579715"
},
"stopId": "TRINITE",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579785"
},
"departure": {
"time": "1768579785"
},
"stopId": "BEAUREPA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579853"
},
"departure": {
"time": "1768579853"
},
"stopId": "COEURMA",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580101"
},
"departure": {
"time": "1768580101"
},
"stopId": "CHDARR",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580167"
},
"departure": {
"time": "1768580167"
},
"stopId": "ACADEMIE",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580239"
},
"departure": {
"time": "1768580239"
},
"stopId": "GBREM-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580347"
},
"departure": {
"time": "1768580347"
},
"stopId": "GARETERM",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580399"
},
"departure": {
"time": "1768580399"
},
"stopId": "LESGARES",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580551"
},
"departure": {
"time": "1768580551"
},
"stopId": "HARAS",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580710"
},
"departure": {
"time": "1768580710"
},
"stopId": "STAUBIN",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580773"
},
"departure": {
"time": "1768580880"
},
"stopId": "LOR-FO-A",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580986"
},
"departure": {
"time": "1768580986"
},
"stopId": "MAIL-HDV",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581161"
},
"departure": {
"time": "1768581161"
},
"stopId": "SECUSO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581240"
},
"departure": {
"time": "1768581240"
},
"stopId": "STEXUP-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581324"
},
"departure": {
"time": "1768581324"
},
"stopId": "GARDOT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581351"
},
"departure": {
"time": "1768581351"
},
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581441"
},
"departure": {
"time": "1768581441"
},
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581567"
},
"departure": {
"time": "1768581567"
},
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581620"
},
"departure": {
"time": "1768581620"
},
"stopId": "CASERN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "LAREU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581778"
},
"departure": {
"time": "1768581778"
},
"stopId": "PAPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581832"
},
"departure": {
"time": "1768581832"
},
"stopId": "CCHEMI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581902"
},
"departure": {
"time": "1768581902"
},
"stopId": "JUFERR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581964"
},
"departure": {
"time": "1768581964"
},
"stopId": "GEMMET-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582024"
},
"departure": {
"time": "1768582024"
},
"stopId": "AUBEPI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582080"
},
"departure": {
"time": "1768582080"
},
"stopId": "STADE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768582143"
},
"departure": {
"time": "1768582143"
},
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768582193"
},
"departure": {
"time": "1768582193"
},
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768582245"
},
"departure": {
"time": "1768582245"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768582330"
},
"departure": {
"time": "1768582330"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768582380"
},
"departure": {
"time": "1768582380"
},
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768582513"
},
"departure": {
"time": "1768582513"
},
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768582554"
},
"departure": {
"time": "1768582554"
},
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768582589"
},
"departure": {
"time": "1768582589"
},
"stopId": "CEZAN-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768582643"
},
"departure": {
"time": "1768582643"
},
"stopId": "COROT-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768582740"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239727"
}
}
},
{
"id": "trip:6239953",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579471"
},
"departure": {
"time": "1768579471"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579663"
},
"departure": {
"time": "1768579663"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579841"
},
"departure": {
"time": "1768579841"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579893"
},
"departure": {
"time": "1768579893"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580032"
},
"departure": {
"time": "1768580032"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580076"
},
"departure": {
"time": "1768580076"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580155"
},
"departure": {
"time": "1768580155"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580205"
},
"departure": {
"time": "1768580205"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580565"
},
"departure": {
"time": "1768580565"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580635"
},
"departure": {
"time": "1768580635"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580708"
},
"departure": {
"time": "1768580708"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580776"
},
"departure": {
"time": "1768580776"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580818"
},
"departure": {
"time": "1768580818"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580859"
},
"departure": {
"time": "1768580859"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580910"
},
"departure": {
"time": "1768580910"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580976"
},
"departure": {
"time": "1768580976"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581015"
},
"departure": {
"time": "1768581015"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581102"
},
"departure": {
"time": "1768581102"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581146"
},
"departure": {
"time": "1768581146"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581216"
},
"departure": {
"time": "1768581216"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581336"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239953"
}
}
},
{
"id": "trip:35102",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579520"
},
"departure": {
"time": "1768579520"
},
"stopId": "MARENO-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579880"
},
"departure": {
"time": "1768579880"
},
"stopId": "BRAINA-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580180"
},
"departure": {
"time": "1768580180"
},
"stopId": "BRAI8MAI",
"stopSequence": 9
}
],
"trip": {
"directionId": 1,
"routeId": "351",
"tripId": "35102"
}
}
},
{
"id": "trip:6237530",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582550"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582619"
},
"departure": {
"time": "1768582619"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582700"
},
"departure": {
"time": "1768582700"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582941"
},
"departure": {
"time": "1768582941"
},
"stopId": "2CROI",
"stopSequence": 4
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237530"
}
}
},
{
"id": "trip:11303",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579396"
},
"departure": {
"time": "1768579430"
},
"stopId": "LABROS-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579498"
},
"departure": {
"time": "1768579498"
},
"stopId": "BMOTTE-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579620"
},
"departure": {
"time": "1768579620"
},
"stopId": "GRIMOR-E",
"stopSequence": 16
}
],
"trip": {
"directionId": 1,
"routeId": "113",
"tripId": "11303"
}
}
},
{
"id": "trip:6238860",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579459"
},
"departure": {
"time": "1768579481"
},
"stopId": "MAUFIN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768579485"
},
"departure": {
"time": "1768579485"
},
"stopId": "MAIRAV-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768579545"
},
"departure": {
"time": "1768579545"
},
"stopId": "CIAVRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768579600"
},
"departure": {
"time": "1768579600"
},
"stopId": "PEGARD-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768579683"
},
"departure": {
"time": "1768579683"
},
"stopId": "RIPOLE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768579725"
},
"departure": {
"time": "1768579725"
},
"stopId": "SALETT-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768579871"
},
"departure": {
"time": "1768579871"
},
"stopId": "BONPLA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768579965"
},
"departure": {
"time": "1768579965"
},
"stopId": "POIVRE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580029"
},
"departure": {
"time": "1768580029"
},
"stopId": "AARDBU-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768580271"
},
"departure": {
"time": "1768580271"
},
"stopId": "LANGEVI",
"stopSequence": 57
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CCADEA-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768580381"
},
"departure": {
"time": "1768580381"
},
"stopId": "PLOTTI-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768580404"
},
"departure": {
"time": "1768580404"
},
"stopId": "AUTRIC-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768580457"
},
"departure": {
"time": "1768580457"
},
"stopId": "IRLAND-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768580494"
},
"departure": {
"time": "1768580494"
},
"stopId": "ITALIE-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768580553"
},
"departure": {
"time": "1768580553"
},
"stopId": "ALLEMA-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768580575"
},
"departure": {
"time": "1768580575"
},
"stopId": "DANEMA-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768580608"
},
"departure": {
"time": "1768580608"
},
"stopId": "AVENEU-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768580643"
},
"departure": {
"time": "1768580643"
},
"stopId": "MASTEL-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1768580699"
},
"departure": {
"time": "1768580699"
},
"stopId": "JEHUEZ-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "PLATEF-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1768580842"
},
"departure": {
"time": "1768580842"
},
"stopId": "ESPMON-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1768580903"
},
"departure": {
"time": "1768580903"
},
"stopId": "BELAIR-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1768580946"
},
"departure": {
"time": "1768580946"
},
"stopId": "ZOLA-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1768581021"
},
"departure": {
"time": "1768581021"
},
"stopId": "ANAFRA-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1768581330"
},
"departure": {
"time": "1768581330"
},
"stopId": "DOMVATER",
"stopSequence": 74
},
{
"arrival": {
"time": "1768580682"
},
"departure": {
"time": "1768580682"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAU-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1768580712"
},
"departure": {
"time": "1768580712"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1768580744"
},
"departure": {
"time": "1768580744"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGU-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1768580789"
},
"departure": {
"time": "1768580789"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOU-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1768581411"
},
"departure": {
"time": "1768581411"
},
"stopId": "RECLAI-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1768581450"
},
"departure": {
"time": "1768581450"
},
"stopId": "RENOIR-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "CAMPJU-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1768581515"
},
"departure": {
"time": "1768581515"
},
"stopId": "JUIGN-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1768581604"
},
"stopId": "BENE-E",
"stopSequence": 85
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6238860"
}
}
},
{
"id": "trip:6237551",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579830"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579936"
},
"departure": {
"time": "1768579936"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580060"
},
"departure": {
"time": "1768580060"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580144"
},
"departure": {
"time": "1768580144"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580242"
},
"departure": {
"time": "1768580242"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580356"
},
"departure": {
"time": "1768580356"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580540"
},
"departure": {
"time": "1768580540"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580850"
},
"departure": {
"time": "1768580850"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581010"
},
"departure": {
"time": "1768581010"
},
"stopId": "1STSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581130"
},
"departure": {
"time": "1768581130"
},
"stopId": "1CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581260"
},
"departure": {
"time": "1768581260"
},
"stopId": "1CONS",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581353"
},
"departure": {
"time": "1768581353"
},
"stopId": "1MTAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581511"
},
"departure": {
"time": "1768581511"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581590"
},
"departure": {
"time": "1768581590"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581734"
},
"departure": {
"time": "1768581734"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581805"
},
"departure": {
"time": "1768581805"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581870"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237551"
}
}
},
{
"id": "trip:6237437",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579620"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579860"
},
"departure": {
"time": "1768579860"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579980"
},
"departure": {
"time": "1768579980"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580100"
},
"departure": {
"time": "1768580100"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580190"
},
"departure": {
"time": "1768580190"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580290"
},
"departure": {
"time": "1768580290"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580480"
},
"departure": {
"time": "1768580480"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580590"
},
"departure": {
"time": "1768580590"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580810"
},
"departure": {
"time": "1768580810"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580930"
},
"departure": {
"time": "1768580930"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581030"
},
"departure": {
"time": "1768581030"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581160"
},
"departure": {
"time": "1768581160"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581240"
},
"departure": {
"time": "1768581240"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581450"
},
"departure": {
"time": "1768581450"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581640"
},
"departure": {
"time": "1768581640"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581740"
},
"departure": {
"time": "1768581740"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581820"
},
"departure": {
"time": "1768581820"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581920"
},
"departure": {
"time": "1768581920"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582000"
},
"departure": {
"time": "1768582000"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582090"
},
"departure": {
"time": "1768582090"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582180"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237437"
}
}
},
{
"id": "trip:6237448",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579378"
},
"departure": {
"time": "1768579414"
},
"stopId": "1HSAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579758"
},
"departure": {
"time": "1768579758"
},
"stopId": "1HOPA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579878"
},
"departure": {
"time": "1768579878"
},
"stopId": "1BMAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580048"
},
"departure": {
"time": "1768580048"
},
"stopId": "1STSE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580178"
},
"departure": {
"time": "1768580178"
},
"stopId": "1CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580298"
},
"departure": {
"time": "1768580298"
},
"stopId": "1HDVA",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580428"
},
"departure": {
"time": "1768580428"
},
"stopId": "1FMBL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580518"
},
"departure": {
"time": "1768580518"
},
"stopId": "1HARA",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580638"
},
"departure": {
"time": "1768580638"
},
"stopId": "1LGAR",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580738"
},
"departure": {
"time": "1768580738"
},
"stopId": "1LAFA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580838"
},
"departure": {
"time": "1768580838"
},
"stopId": "1STRA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580948"
},
"departure": {
"time": "1768580948"
},
"stopId": "1BAMA",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581068"
},
"departure": {
"time": "1768581068"
},
"stopId": "1JE23",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581178"
},
"departure": {
"time": "1768581178"
},
"stopId": "1JVIL",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581288"
},
"stopId": "1ANRO",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237448"
}
}
},
{
"id": "trip:3107",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579390"
},
"departure": {
"time": "1768579434"
},
"stopId": "BRIOLL-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579500"
},
"departure": {
"time": "1768579500"
},
"stopId": "ESTAMI-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579553"
},
"departure": {
"time": "1768579553"
},
"stopId": "DEUVAL-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579635"
},
"departure": {
"time": "1768579635"
},
"stopId": "VIEUXP-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579673"
},
"departure": {
"time": "1768579673"
},
"stopId": "RESIDE-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579734"
},
"departure": {
"time": "1768579734"
},
"stopId": "GARVIB-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579800"
},
"departure": {
"time": "1768579800"
},
"stopId": "GDMOTT-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579963"
},
"departure": {
"time": "1768579963"
},
"stopId": "CLOSDU-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579992"
},
"departure": {
"time": "1768579992"
},
"stopId": "ROFOUL-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580042"
},
"departure": {
"time": "1768580042"
},
"stopId": "GADIFA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580242"
},
"departure": {
"time": "1768580242"
},
"stopId": "LORTIE-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580280"
},
"departure": {
"time": "1768580280"
},
"stopId": "SOUSTA-E",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "31",
"tripId": "3107"
}
}
},
{
"id": "trip:6239115",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768581163"
},
"departure": {
"time": "1768581163"
},
"stopId": "MALEMBAR",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581216"
},
"departure": {
"time": "1768581216"
},
"stopId": "DEGAULLE",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581258"
},
"departure": {
"time": "1768581258"
},
"stopId": "BAHONNEA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"stopId": "SLEZIND",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581422"
},
"departure": {
"time": "1768581422"
},
"stopId": "GENTRIC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581493"
},
"departure": {
"time": "1768581493"
},
"stopId": "DAUTEL",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581513"
},
"departure": {
"time": "1768581513"
},
"stopId": "BUISSON",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581554"
},
"departure": {
"time": "1768581554"
},
"stopId": "PYRAM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581622"
},
"departure": {
"time": "1768581622"
},
"stopId": "LEFEVRE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581655"
},
"departure": {
"time": "1768581655"
},
"stopId": "MALAQUAI",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORLONG",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581640"
},
"departure": {
"time": "1768581640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOURSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581820"
},
"departure": {
"time": "1768581820"
},
"stopId": "RIOTTEAU",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581867"
},
"departure": {
"time": "1768581867"
},
"stopId": "ALLUMETT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581929"
},
"departure": {
"time": "1768581929"
},
"stopId": "DAGUERRE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581986"
},
"departure": {
"time": "1768581986"
},
"stopId": "LEOLAGRA",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582040"
},
"departure": {
"time": "1768582040"
},
"stopId": "VDLOIRE",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582133"
},
"departure": {
"time": "1768582133"
},
"stopId": "ECLATERI",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUMAN",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582011"
},
"departure": {
"time": "1768582011"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582083"
},
"departure": {
"time": "1768582083"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582149"
},
"departure": {
"time": "1768582149"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582237"
},
"departure": {
"time": "1768582237"
},
"stopId": "JUSTICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582291"
},
"departure": {
"time": "1768582291"
},
"stopId": "DELACROI",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582502"
},
"departure": {
"time": "1768582502"
},
"stopId": "INTERMIL",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582585"
},
"departure": {
"time": "1768582585"
},
"stopId": "HAUTPRES",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582650"
},
"departure": {
"time": "1768582650"
},
"stopId": "DELATTRE",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582720"
},
"departure": {
"time": "1768582720"
},
"stopId": "MORELLIE",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582769"
},
"departure": {
"time": "1768582769"
},
"stopId": "LORETTE",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582820"
},
"departure": {
"time": "1768582820"
},
"stopId": "BEAUVAL",
"stopSequence": 32
},
{
"arrival": {
"time": "1768583082"
},
"departure": {
"time": "1768583082"
},
"stopId": "FREMUR",
"stopSequence": 35
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6239115"
}
}
},
{
"id": "trip:6238207",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579377"
},
"departure": {
"time": "1768579408"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579446"
},
"departure": {
"time": "1768579468"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579608"
},
"departure": {
"time": "1768579608"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579680"
},
"departure": {
"time": "1768579680"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579729"
},
"departure": {
"time": "1768579729"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579786"
},
"departure": {
"time": "1768579786"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579876"
},
"departure": {
"time": "1768579876"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580063"
},
"departure": {
"time": "1768580063"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580119"
},
"departure": {
"time": "1768580119"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580176"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238207"
}
}
},
{
"id": "trip:6239488",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579501"
},
"departure": {
"time": "1768579501"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579571"
},
"departure": {
"time": "1768579571"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579721"
},
"departure": {
"time": "1768579721"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579788"
},
"departure": {
"time": "1768579788"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579930"
},
"departure": {
"time": "1768579930"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580127"
},
"departure": {
"time": "1768580127"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580206"
},
"departure": {
"time": "1768580206"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580275"
},
"departure": {
"time": "1768580275"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580370"
},
"departure": {
"time": "1768580370"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580472"
},
"departure": {
"time": "1768580472"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580558"
},
"departure": {
"time": "1768580558"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580600"
},
"departure": {
"time": "1768580600"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580634"
},
"departure": {
"time": "1768580634"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580703"
},
"departure": {
"time": "1768580703"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580767"
},
"departure": {
"time": "1768580767"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580875"
},
"departure": {
"time": "1768580875"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581060"
},
"departure": {
"time": "1768581060"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581160"
},
"departure": {
"time": "1768581160"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581235"
},
"departure": {
"time": "1768581235"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581328"
},
"departure": {
"time": "1768581328"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581372"
},
"departure": {
"time": "1768581372"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581433"
},
"departure": {
"time": "1768581433"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581483"
},
"departure": {
"time": "1768581483"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581546"
},
"departure": {
"time": "1768581546"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581655"
},
"departure": {
"time": "1768581655"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581704"
},
"departure": {
"time": "1768581704"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581914"
},
"departure": {
"time": "1768581914"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581970"
},
"departure": {
"time": "1768581970"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582045"
},
"departure": {
"time": "1768582045"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582116"
},
"departure": {
"time": "1768582116"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768582203"
},
"departure": {
"time": "1768582203"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768582255"
},
"departure": {
"time": "1768582255"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768582378"
},
"departure": {
"time": "1768582378"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768582488"
},
"departure": {
"time": "1768582488"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768582623"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239488"
}
}
},
{
"id": "trip:6238208",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579576"
},
"departure": {
"time": "1768579576"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579633"
},
"departure": {
"time": "1768579633"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579750"
},
"departure": {
"time": "1768579750"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579870"
},
"departure": {
"time": "1768579870"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579968"
},
"departure": {
"time": "1768579968"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580058"
},
"departure": {
"time": "1768580058"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580137"
},
"departure": {
"time": "1768580137"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580223"
},
"departure": {
"time": "1768580223"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580271"
},
"departure": {
"time": "1768580271"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580377"
},
"departure": {
"time": "1768580377"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580453"
},
"departure": {
"time": "1768580453"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580527"
},
"departure": {
"time": "1768580527"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580691"
},
"departure": {
"time": "1768580691"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580764"
},
"departure": {
"time": "1768580764"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580814"
},
"departure": {
"time": "1768580814"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580856"
},
"departure": {
"time": "1768580856"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580947"
},
"departure": {
"time": "1768580947"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581134"
},
"departure": {
"time": "1768581134"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581190"
},
"departure": {
"time": "1768581190"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581247"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238208"
}
}
},
{
"id": "trip:6238209",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579443"
},
"departure": {
"time": "1768579474"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579552"
},
"departure": {
"time": "1768579552"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579711"
},
"departure": {
"time": "1768579711"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579786"
},
"departure": {
"time": "1768579786"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579997"
},
"departure": {
"time": "1768579997"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580054"
},
"departure": {
"time": "1768580054"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580171"
},
"departure": {
"time": "1768580171"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580291"
},
"departure": {
"time": "1768580291"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580389"
},
"departure": {
"time": "1768580389"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580412"
},
"departure": {
"time": "1768580412"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580491"
},
"departure": {
"time": "1768580491"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580577"
},
"departure": {
"time": "1768580577"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580625"
},
"departure": {
"time": "1768580625"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580694"
},
"departure": {
"time": "1768580694"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580731"
},
"departure": {
"time": "1768580731"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580807"
},
"departure": {
"time": "1768580807"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580899"
},
"departure": {
"time": "1768580899"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581056"
},
"departure": {
"time": "1768581056"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581126"
},
"departure": {
"time": "1768581126"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581174"
},
"departure": {
"time": "1768581174"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581227"
},
"departure": {
"time": "1768581227"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581314"
},
"departure": {
"time": "1768581314"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581501"
},
"departure": {
"time": "1768581501"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581557"
},
"departure": {
"time": "1768581557"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581614"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238209"
}
}
},
{
"id": "trip:21105",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579376"
},
"departure": {
"time": "0"
},
"stopId": "JOACHIM",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "BRAINA-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581431"
},
"departure": {
"time": "1768581431"
},
"stopId": "MAISNEUV",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "BRAIBO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581668"
},
"departure": {
"time": "1768581668"
},
"stopId": "BUISBE-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581702"
},
"departure": {
"time": "1768581702"
},
"stopId": "BRAI8M-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581746"
},
"departure": {
"time": "1768581746"
},
"stopId": "AZEMA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581854"
},
"departure": {
"time": "1768581854"
},
"stopId": "BRAICO-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "ANDAMA-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581996"
},
"departure": {
"time": "1768581996"
},
"stopId": "RESTLA-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582021"
},
"departure": {
"time": "1768582021"
},
"stopId": "ANDALA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582080"
},
"departure": {
"time": "1768582080"
},
"stopId": "JDELAV-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582177"
},
"departure": {
"time": "1768582177"
},
"stopId": "CORNCR-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "CORNMA-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582314"
},
"departure": {
"time": "1768582314"
},
"stopId": "ROYALE-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "BOISEP-E",
"stopSequence": 16
}
],
"trip": {
"directionId": 1,
"routeId": "211",
"tripId": "21105"
}
}
},
{
"id": "trip:6239526",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579383"
},
"departure": {
"time": "1768579383"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579489"
},
"departure": {
"time": "1768579489"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579600"
},
"departure": {
"time": "1768579600"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579671"
},
"departure": {
"time": "1768579671"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579872"
},
"departure": {
"time": "1768579872"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580007"
},
"departure": {
"time": "1768580007"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580107"
},
"departure": {
"time": "1768580107"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580246"
},
"departure": {
"time": "1768580246"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580355"
},
"departure": {
"time": "1768580355"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580525"
},
"departure": {
"time": "1768580525"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580419"
},
"departure": {
"time": "1768580419"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580510"
},
"departure": {
"time": "1768580510"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579765"
},
"departure": {
"time": "1768579765"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239526"
}
}
},
{
"id": "trip:11403",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579399"
},
"departure": {
"time": "0"
},
"stopId": "SARRIG-E",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "114",
"tripId": "11403"
}
}
},
{
"id": "trip:3428",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579561"
},
"departure": {
"time": "1768579561"
},
"stopId": "CLEMENCE",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579633"
},
"departure": {
"time": "1768579633"
},
"stopId": "MONPROFI",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579710"
},
"departure": {
"time": "1768579710"
},
"stopId": "QUAIsubW",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "34",
"tripId": "3428"
}
}
},
{
"id": "trip:6237556",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582910"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768583011"
},
"departure": {
"time": "1768583011"
},
"stopId": "1BEAU",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237556"
}
}
},
{
"id": "trip:6239731",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581600"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581636"
},
"departure": {
"time": "1768581636"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581669"
},
"departure": {
"time": "1768581669"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581698"
},
"departure": {
"time": "1768581698"
},
"stopId": "GRANDPIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581728"
},
"departure": {
"time": "1768581728"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581759"
},
"departure": {
"time": "1768581759"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581819"
},
"departure": {
"time": "1768581819"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581862"
},
"departure": {
"time": "1768581862"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581958"
},
"departure": {
"time": "1768581958"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581997"
},
"departure": {
"time": "1768581997"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582035"
},
"departure": {
"time": "1768582035"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582071"
},
"departure": {
"time": "1768582071"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582175"
},
"departure": {
"time": "1768582175"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582216"
},
"departure": {
"time": "1768582216"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582267"
},
"departure": {
"time": "1768582267"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582300"
},
"departure": {
"time": "1768582300"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582339"
},
"departure": {
"time": "1768582339"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582380"
},
"departure": {
"time": "1768582380"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582495"
},
"departure": {
"time": "1768582495"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582545"
},
"departure": {
"time": "1768582545"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582759"
},
"departure": {
"time": "1768582759"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582842"
},
"departure": {
"time": "1768582842"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768583007"
},
"departure": {
"time": "1768583007"
},
"stopId": "MVIGNE",
"stopSequence": 26
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239731"
}
}
},
{
"id": "trip:6237445",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579426"
},
"departure": {
"time": "1768579468"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579583"
},
"departure": {
"time": "1768579583"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579683"
},
"departure": {
"time": "1768579683"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579833"
},
"departure": {
"time": "1768579833"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579953"
},
"departure": {
"time": "1768579953"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580123"
},
"departure": {
"time": "1768580123"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580253"
},
"departure": {
"time": "1768580253"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580373"
},
"departure": {
"time": "1768580373"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580503"
},
"departure": {
"time": "1768580503"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580593"
},
"departure": {
"time": "1768580593"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580713"
},
"departure": {
"time": "1768580713"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580813"
},
"departure": {
"time": "1768580813"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580913"
},
"departure": {
"time": "1768580913"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581023"
},
"departure": {
"time": "1768581023"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581143"
},
"departure": {
"time": "1768581143"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581253"
},
"departure": {
"time": "1768581253"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581363"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237445"
}
}
},
{
"id": "trip:20403",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579452"
},
"departure": {
"time": "0"
},
"stopId": "CSARTHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580010"
},
"departure": {
"time": "1768580010"
},
"stopId": "BOURG-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580076"
},
"departure": {
"time": "1768580076"
},
"stopId": "ESNAUD-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580174"
},
"departure": {
"time": "1768580174"
},
"stopId": "PINEAU-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580310"
},
"departure": {
"time": "1768580310"
},
"stopId": "BIAIS-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580417"
},
"departure": {
"time": "1768580417"
},
"stopId": "MOUCHE-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580550"
},
"departure": {
"time": "1768580550"
},
"stopId": "TURMIN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580595"
},
"departure": {
"time": "1768580595"
},
"stopId": "NOYANT-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580730"
},
"departure": {
"time": "1768580730"
},
"stopId": "SOULBE-E",
"stopSequence": 13
}
],
"trip": {
"directionId": 1,
"routeId": "204",
"tripId": "20403"
}
}
},
{
"id": "trip:6238587",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581840"
},
"stopId": "EVENTARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581915"
},
"departure": {
"time": "1768581915"
},
"stopId": "CHABOLA.",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581997"
},
"departure": {
"time": "1768581997"
},
"stopId": "RAPIDEX",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582020"
},
"departure": {
"time": "1768582020"
},
"stopId": "VALEO",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582061"
},
"departure": {
"time": "1768582061"
},
"stopId": "POMANJO",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582086"
},
"departure": {
"time": "1768582086"
},
"stopId": "LEMERCIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582154"
},
"departure": {
"time": "1768582154"
},
"stopId": "SCANIA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "INDUSTRI",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582296"
},
"departure": {
"time": "1768582296"
},
"stopId": "SAVOIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582378"
},
"departure": {
"time": "1768582378"
},
"stopId": "DOYENNE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582462"
},
"departure": {
"time": "1768582462"
},
"stopId": "CITESOLI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"stopId": "CARCITR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582675"
},
"departure": {
"time": "1768582675"
},
"stopId": "FFAURE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582784"
},
"departure": {
"time": "1768582784"
},
"stopId": "FACUL-SS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582996"
},
"departure": {
"time": "1768582996"
},
"stopId": "TALET",
"stopSequence": 16
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6238587"
}
}
},
{
"id": "trip:6054510",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579635"
},
"stopId": "VEILLIER",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579695"
},
"departure": {
"time": "1768579695"
},
"stopId": "GRIMOREL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579795"
},
"departure": {
"time": "1768579795"
},
"stopId": "BMOTTE",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579866"
},
"departure": {
"time": "1768579866"
},
"stopId": "LABROSSE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579919"
},
"departure": {
"time": "1768579919"
},
"stopId": "FIEFGENT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580002"
},
"departure": {
"time": "1768580002"
},
"stopId": "VIELLMAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "BBRANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580075"
},
"departure": {
"time": "1768580075"
},
"stopId": "LESRIVES",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580113"
},
"departure": {
"time": "1768580113"
},
"stopId": "CHAUMIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580296"
},
"departure": {
"time": "1768580296"
},
"stopId": "PTFILLES",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580429"
},
"departure": {
"time": "1768580429"
},
"stopId": "CONFLUEN",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580490"
},
"departure": {
"time": "1768580490"
},
"stopId": "CHABOL-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580580"
},
"departure": {
"time": "1768580580"
},
"stopId": "EVENTARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580618"
},
"departure": {
"time": "1768580618"
},
"stopId": "COTTAGE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580683"
},
"departure": {
"time": "1768580683"
},
"stopId": "DUBELL-2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580714"
},
"departure": {
"time": "1768580714"
},
"stopId": "BOISABBE",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "DEBUSSY",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580858"
},
"departure": {
"time": "1768580858"
},
"stopId": "HOTELLER",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580939"
},
"departure": {
"time": "1768580939"
},
"stopId": "INDUSTRI",
"stopSequence": 21
}
],
"trip": {
"directionId": 0,
"routeId": "12",
"tripId": "6054510"
}
}
},
{
"id": "trip:4209",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579490"
},
"departure": {
"time": "1768579490"
},
"stopId": "MILLOTCO",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579730"
},
"departure": {
"time": "1768579730"
},
"stopId": "JUSTIC-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580030"
},
"departure": {
"time": "1768580030"
},
"stopId": "FRESNA-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580154"
},
"departure": {
"time": "1768580154"
},
"stopId": "DAUTEL",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580510"
},
"departure": {
"time": "1768580510"
},
"stopId": "LABOET-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580589"
},
"departure": {
"time": "1768580589"
},
"stopId": "DAGUEG-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580668"
},
"departure": {
"time": "1768580668"
},
"stopId": "DAGUVA-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580930"
},
"departure": {
"time": "1768580930"
},
"stopId": "BOHABR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580991"
},
"departure": {
"time": "1768580991"
},
"stopId": "RUAU-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "BOHASA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581175"
},
"departure": {
"time": "1768581175"
},
"stopId": "BACHEM-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581230"
},
"departure": {
"time": "1768581230"
},
"stopId": "BOHACE-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581530"
},
"departure": {
"time": "1768581530"
},
"stopId": "SMATGD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581590"
},
"departure": {
"time": "1768581590"
},
"stopId": "SMATOF-E",
"stopSequence": 16
}
],
"trip": {
"directionId": 1,
"routeId": "42",
"tripId": "4209"
}
}
},
{
"id": "trip:6237460",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581790"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581910"
},
"departure": {
"time": "1768581910"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582030"
},
"departure": {
"time": "1768582030"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582150"
},
"departure": {
"time": "1768582150"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582270"
},
"departure": {
"time": "1768582270"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582360"
},
"departure": {
"time": "1768582360"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582460"
},
"departure": {
"time": "1768582460"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582570"
},
"departure": {
"time": "1768582570"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582650"
},
"departure": {
"time": "1768582650"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582750"
},
"departure": {
"time": "1768582750"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582970"
},
"departure": {
"time": "1768582970"
},
"stopId": "2STSE",
"stopSequence": 11
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237460"
}
}
},
{
"id": "trip:6237468",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582000"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582080"
},
"departure": {
"time": "1768582080"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582160"
},
"departure": {
"time": "1768582160"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582240"
},
"departure": {
"time": "1768582240"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582320"
},
"departure": {
"time": "1768582320"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582400"
},
"departure": {
"time": "1768582400"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582500"
},
"departure": {
"time": "1768582500"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582660"
},
"departure": {
"time": "1768582660"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582750"
},
"departure": {
"time": "1768582750"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582870"
},
"departure": {
"time": "1768582870"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582950"
},
"departure": {
"time": "1768582950"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768583080"
},
"departure": {
"time": "1768583080"
},
"stopId": "1HOPA",
"stopSequence": 12
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237468"
}
}
},
{
"id": "trip:6239783",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582860"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582946"
},
"departure": {
"time": "1768582946"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582990"
},
"departure": {
"time": "1768582990"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1768583027"
},
"departure": {
"time": "1768583027"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768583054"
},
"departure": {
"time": "1768583054"
},
"stopId": "PASTEUR",
"stopSequence": 4
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239783"
}
}
},
{
"id": "trip:6239912",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581720"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581730"
},
"departure": {
"time": "1768581730"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581840"
},
"departure": {
"time": "1768581840"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581889"
},
"departure": {
"time": "1768581889"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581923"
},
"departure": {
"time": "1768581923"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581989"
},
"departure": {
"time": "1768581989"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582020"
},
"departure": {
"time": "1768582020"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582065"
},
"departure": {
"time": "1768582065"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582137"
},
"departure": {
"time": "1768582137"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582173"
},
"departure": {
"time": "1768582173"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582214"
},
"departure": {
"time": "1768582214"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582279"
},
"departure": {
"time": "1768582279"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582372"
},
"departure": {
"time": "1768582372"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582740"
},
"departure": {
"time": "1768582740"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582807"
},
"departure": {
"time": "1768582807"
},
"stopId": "ACADEMIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582880"
},
"departure": {
"time": "1768582880"
},
"stopId": "GBREM-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582988"
},
"departure": {
"time": "1768582988"
},
"stopId": "GARETERM",
"stopSequence": 18
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583040"
},
"stopId": "LESGARES",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239912"
}
}
},
{
"id": "trip:6238690",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579800"
},
"stopId": "LORRAIN2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579900"
},
"departure": {
"time": "1768579900"
},
"stopId": "MAIL-HDV",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580006"
},
"departure": {
"time": "1768580006"
},
"stopId": "CLEMOI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580292"
},
"departure": {
"time": "1768580292"
},
"stopId": "MONTAIG",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "COUPER-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580602"
},
"departure": {
"time": "1768580602"
},
"stopId": "MONTRJ-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580681"
},
"departure": {
"time": "1768580681"
},
"stopId": "CAMELIAS",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580759"
},
"departure": {
"time": "1768580759"
},
"stopId": "GATS-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580884"
},
"departure": {
"time": "1768580884"
},
"stopId": "COINTR-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581071"
},
"departure": {
"time": "1768581071"
},
"stopId": "CHANTR-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581134"
},
"departure": {
"time": "1768581134"
},
"stopId": "COLOM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581196"
},
"departure": {
"time": "1768581196"
},
"stopId": "HELBO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581240"
},
"departure": {
"time": "1768581300"
},
"stopId": "POLE49",
"stopSequence": 16
}
],
"trip": {
"directionId": 0,
"routeId": "11",
"tripId": "6238690"
}
}
},
{
"id": "trip:6238927",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581960"
},
"stopId": "BENE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582014"
},
"departure": {
"time": "1768582014"
},
"stopId": "JUIGDEP",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582046"
},
"departure": {
"time": "1768582046"
},
"stopId": "CAMPJUIG",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582074"
},
"departure": {
"time": "1768582074"
},
"stopId": "RENOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582102"
},
"departure": {
"time": "1768582102"
},
"stopId": "RECLAIR",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582135"
},
"departure": {
"time": "1768582135"
},
"stopId": "DOMVATER",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582447"
},
"departure": {
"time": "1768582447"
},
"stopId": "ANAFRAN",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582140"
},
"departure": {
"time": "1768582140"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582322"
},
"departure": {
"time": "1768582322"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582357"
},
"departure": {
"time": "1768582357"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGUY",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582378"
},
"departure": {
"time": "1768582378"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JUI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582410"
},
"departure": {
"time": "1768582410"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAUVO",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582507"
},
"departure": {
"time": "1768582507"
},
"stopId": "ZOLA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582564"
},
"departure": {
"time": "1768582564"
},
"stopId": "BELAIR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582624"
},
"departure": {
"time": "1768582624"
},
"stopId": "ESPMONTR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582693"
},
"departure": {
"time": "1768582693"
},
"stopId": "PLATFLEU",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582756"
},
"departure": {
"time": "1768582756"
},
"stopId": "JEHUEZ",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582807"
},
"departure": {
"time": "1768582807"
},
"stopId": "MASTELLE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582846"
},
"departure": {
"time": "1768582846"
},
"stopId": "AVENEURO",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582864"
},
"departure": {
"time": "1768582864"
},
"stopId": "DANEMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "ALLEMAGN",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582952"
},
"departure": {
"time": "1768582952"
},
"stopId": "ITALIE",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582988"
},
"departure": {
"time": "1768582988"
},
"stopId": "IRLANDE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768583037"
},
"departure": {
"time": "1768583037"
},
"stopId": "AUTRICH",
"stopSequence": 26
},
{
"arrival": {
"time": "1768583056"
},
"departure": {
"time": "1768583056"
},
"stopId": "PLOTTIER",
"stopSequence": 27
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6238927"
}
}
},
{
"id": "trip:6239911",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580880"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580893"
},
"departure": {
"time": "1768580893"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580928"
},
"departure": {
"time": "1768580928"
},
"stopId": "PAVILL-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580977"
},
"departure": {
"time": "1768580977"
},
"stopId": "EBEAUP-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "AAMIPI-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581084"
},
"departure": {
"time": "1768581084"
},
"stopId": "GUINEZ-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581146"
},
"departure": {
"time": "1768581146"
},
"stopId": "CLAIE-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581175"
},
"departure": {
"time": "1768581175"
},
"stopId": "THOMAS-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581266"
},
"departure": {
"time": "1768581266"
},
"stopId": "ZIBEAU-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "CCMOLIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581349"
},
"departure": {
"time": "1768581349"
},
"stopId": "AAQUITN",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581383"
},
"departure": {
"time": "1768581383"
},
"stopId": "SHEAKSPE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581449"
},
"departure": {
"time": "1768581449"
},
"stopId": "WIGAN",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "GRESILLE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581525"
},
"departure": {
"time": "1768581525"
},
"stopId": "PROUDHON",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581597"
},
"departure": {
"time": "1768581597"
},
"stopId": "VALLO",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581633"
},
"departure": {
"time": "1768581633"
},
"stopId": "MONTECLA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581674"
},
"departure": {
"time": "1768581674"
},
"stopId": "DELESCL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581739"
},
"departure": {
"time": "1768581739"
},
"stopId": "JEMONNET",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581832"
},
"departure": {
"time": "1768581832"
},
"stopId": "PERUSS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "GDMAINE",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "CHDARR",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582267"
},
"departure": {
"time": "1768582267"
},
"stopId": "ACADEMIE",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582340"
},
"departure": {
"time": "1768582340"
},
"stopId": "GBREM-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582448"
},
"departure": {
"time": "1768582448"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582500"
},
"departure": {
"time": "1768582500"
},
"stopId": "LESGARES",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582622"
},
"departure": {
"time": "1768582622"
},
"stopId": "HARAS",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582690"
},
"departure": {
"time": "1768582690"
},
"stopId": "STAUBIN",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582740"
},
"departure": {
"time": "1768582800"
},
"stopId": "LOR-FO-A",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582994"
},
"departure": {
"time": "1768582994"
},
"stopId": "MENDES-E",
"stopSequence": 30
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239911"
}
}
},
{
"id": "trip:3323",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579565"
},
"departure": {
"time": "1768579565"
},
"stopId": "LEGRAS-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579591"
},
"departure": {
"time": "1768579591"
},
"stopId": "RONCER-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579620"
},
"departure": {
"time": "1768579620"
},
"stopId": "MASSON-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579734"
},
"departure": {
"time": "1768579734"
},
"stopId": "MAROTT-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579860"
},
"departure": {
"time": "1768579860"
},
"stopId": "CSARTH-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579898"
},
"departure": {
"time": "1768579898"
},
"stopId": "LAPOMM-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580021"
},
"departure": {
"time": "1768580021"
},
"stopId": "PETLAN-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580100"
},
"departure": {
"time": "1768580100"
},
"stopId": "LALAN-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580199"
},
"departure": {
"time": "1768580199"
},
"stopId": "FONTAI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580240"
},
"departure": {
"time": "1768580240"
},
"stopId": "RTECHA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580280"
},
"departure": {
"time": "1768580280"
},
"stopId": "PETMOT-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "ZARTIS-E",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "33",
"tripId": "3323"
}
}
},
{
"id": "trip:6237434",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579525"
},
"departure": {
"time": "1768579525"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579605"
},
"departure": {
"time": "1768579605"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579725"
},
"departure": {
"time": "1768579725"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579815"
},
"departure": {
"time": "1768579815"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580005"
},
"departure": {
"time": "1768580005"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580105"
},
"departure": {
"time": "1768580105"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580185"
},
"departure": {
"time": "1768580185"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580285"
},
"departure": {
"time": "1768580285"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580365"
},
"departure": {
"time": "1768580365"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580455"
},
"departure": {
"time": "1768580455"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580545"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237434"
}
}
},
{
"id": "trip:6239949",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579958"
},
"departure": {
"time": "1768579958"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579998"
},
"departure": {
"time": "1768579998"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580358"
},
"departure": {
"time": "1768580358"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580428"
},
"departure": {
"time": "1768580428"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580508"
},
"departure": {
"time": "1768580508"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580576"
},
"departure": {
"time": "1768580576"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580618"
},
"departure": {
"time": "1768580618"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580659"
},
"departure": {
"time": "1768580659"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580710"
},
"departure": {
"time": "1768580710"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580776"
},
"departure": {
"time": "1768580776"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580815"
},
"departure": {
"time": "1768580815"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580902"
},
"departure": {
"time": "1768580902"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580946"
},
"departure": {
"time": "1768580946"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581016"
},
"departure": {
"time": "1768581016"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581136"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239949"
}
}
},
{
"id": "trip:17303",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579424"
},
"departure": {
"time": "1768579424"
},
"stopId": "VANRIE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579478"
},
"departure": {
"time": "1768579478"
},
"stopId": "PORTSG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579537"
},
"departure": {
"time": "1768579537"
},
"stopId": "LECHEN-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579600"
},
"departure": {
"time": "1768579600"
},
"stopId": "ROMORNA",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "173",
"tripId": "17303"
}
}
},
{
"id": "trip:10103",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579377"
},
"departure": {
"time": "1768579377"
},
"stopId": "JEANNARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580231"
},
"departure": {
"time": "1768580231"
},
"stopId": "VILVEQ-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580250"
},
"departure": {
"time": "1768580250"
},
"stopId": "VILVEC-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580336"
},
"departure": {
"time": "1768580336"
},
"stopId": "SOUCEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580630"
},
"departure": {
"time": "1768580630"
},
"stopId": "NONNA-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580670"
},
"departure": {
"time": "1768580670"
},
"stopId": "HERMIT32",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580929"
},
"departure": {
"time": "1768580929"
},
"stopId": "AULNAI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581008"
},
"departure": {
"time": "1768581008"
},
"stopId": "BODINI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581090"
},
"departure": {
"time": "1768581090"
},
"stopId": "HTESBR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581173"
},
"departure": {
"time": "1768581173"
},
"stopId": "HOUSSAY",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581270"
},
"departure": {
"time": "1768581270"
},
"stopId": "ROFOUL-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581327"
},
"departure": {
"time": "1768581327"
},
"stopId": "GADIFA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581450"
},
"departure": {
"time": "1768581450"
},
"stopId": "BRETEA-E",
"stopSequence": 13
}
],
"trip": {
"directionId": 1,
"routeId": "101",
"tripId": "10103"
}
}
},
{
"id": "trip:6052308",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582380"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582499"
},
"departure": {
"time": "1768582499"
},
"stopId": "CLEMOI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582887"
},
"departure": {
"time": "1768582887"
},
"stopId": "BRISEP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768583053"
},
"departure": {
"time": "1768583053"
},
"stopId": "CHATEN-E",
"stopSequence": 3
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6052308"
}
}
},
{
"id": "trip:6054215",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582680"
},
"stopId": "HTDEMURS",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582720"
},
"departure": {
"time": "1768582720"
},
"stopId": "LABUISSA",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582771"
},
"departure": {
"time": "1768582771"
},
"stopId": "LECOTEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582843"
},
"departure": {
"time": "1768582843"
},
"stopId": "CARMET",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582923"
},
"departure": {
"time": "1768582923"
},
"stopId": "MURSHDV",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582954"
},
"departure": {
"time": "1768582954"
},
"stopId": "LEVESQUE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768583032"
},
"departure": {
"time": "1768583032"
},
"stopId": "ERIGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768583061"
},
"departure": {
"time": "1768583061"
},
"stopId": "SOLAND",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "23",
"tripId": "6054215"
}
}
},
{
"id": "trip:6252770",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579800"
},
"stopId": "DESCAZEA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579922"
},
"departure": {
"time": "1768579922"
},
"stopId": "CIOUES-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579994"
},
"departure": {
"time": "1768579994"
},
"stopId": "POMONE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580048"
},
"departure": {
"time": "1768580048"
},
"stopId": "REVERI-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580141"
},
"departure": {
"time": "1768580141"
},
"stopId": "MEIGNA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580188"
},
"departure": {
"time": "1768580188"
},
"stopId": "VALOR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580220"
},
"departure": {
"time": "1768580220"
},
"stopId": "CLINIQ-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580265"
},
"departure": {
"time": "1768580265"
},
"stopId": "GRANDM-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580359"
},
"departure": {
"time": "1768580359"
},
"stopId": "CHMART-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580402"
},
"departure": {
"time": "1768580402"
},
"stopId": "MLYAUT-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580476"
},
"departure": {
"time": "1768580476"
},
"stopId": "BRASSE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580531"
},
"departure": {
"time": "1768580531"
},
"stopId": "BEURRI-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580587"
},
"departure": {
"time": "1768580587"
},
"stopId": "DELAUN-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580646"
},
"departure": {
"time": "1768580646"
},
"stopId": "MAUFIN-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "MAIRAV-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580800"
},
"departure": {
"time": "1768580800"
},
"stopId": "BALAND-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580864"
},
"departure": {
"time": "1768580864"
},
"stopId": "PIECE-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580946"
},
"departure": {
"time": "1768580946"
},
"stopId": "LA-BOI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581012"
},
"departure": {
"time": "1768581012"
},
"stopId": "SCHWAL-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581060"
},
"stopId": "ADEZIERE",
"stopSequence": 21
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6252770"
}
}
},
{
"id": "trip:6239527",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579405"
},
"departure": {
"time": "1768579405"
},
"scheduleRelationship": "SKIPPED",
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579515"
},
"departure": {
"time": "1768579515"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579585"
},
"departure": {
"time": "1768579585"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579782"
},
"departure": {
"time": "1768579782"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579917"
},
"departure": {
"time": "1768579917"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580017"
},
"departure": {
"time": "1768580017"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580156"
},
"departure": {
"time": "1768580156"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580265"
},
"departure": {
"time": "1768580265"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579417"
},
"departure": {
"time": "1768579417"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239527"
}
}
},
{
"id": "trip:6052556",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582500"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582654"
},
"departure": {
"time": "1768582654"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582743"
},
"departure": {
"time": "1768582743"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582799"
},
"departure": {
"time": "1768582799"
},
"stopId": "CHDARR-E",
"stopSequence": 3
}
],
"trip": {
"directionId": 1,
"routeId": "22",
"tripId": "6052556"
}
}
},
{
"id": "trip:20303",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579480"
},
"departure": {
"time": "1768579480"
},
"stopId": "CHEVA-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579600"
},
"departure": {
"time": "1768579600"
},
"stopId": "JOUVZA-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579669"
},
"departure": {
"time": "1768579669"
},
"stopId": "MEMBMA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579813"
},
"departure": {
"time": "1768579813"
},
"stopId": "BOISDA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579870"
},
"departure": {
"time": "1768579870"
},
"stopId": "BASCHE-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579900"
},
"departure": {
"time": "1768579900"
},
"stopId": "VILLIE-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580067"
},
"departure": {
"time": "1768580067"
},
"stopId": "PRUILL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580159"
},
"departure": {
"time": "1768580159"
},
"stopId": "ROUSSI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580260"
},
"departure": {
"time": "1768580260"
},
"stopId": "GRANJA-E",
"stopSequence": 9
}
],
"trip": {
"directionId": 1,
"routeId": "203",
"tripId": "20303"
}
}
},
{
"id": "trip:6237428",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580120"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580231"
},
"departure": {
"time": "1768580231"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580350"
},
"departure": {
"time": "1768580350"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580435"
},
"departure": {
"time": "1768580435"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580532"
},
"departure": {
"time": "1768580532"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580647"
},
"departure": {
"time": "1768580647"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580830"
},
"departure": {
"time": "1768580830"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580990"
},
"departure": {
"time": "1768580990"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581140"
},
"departure": {
"time": "1768581140"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581290"
},
"departure": {
"time": "1768581290"
},
"stopId": "1RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581400"
},
"departure": {
"time": "1768581400"
},
"stopId": "1FMBL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581490"
},
"departure": {
"time": "1768581490"
},
"stopId": "1HARA",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581610"
},
"departure": {
"time": "1768581610"
},
"stopId": "1LGAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581710"
},
"departure": {
"time": "1768581710"
},
"stopId": "1LAFA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581810"
},
"departure": {
"time": "1768581810"
},
"stopId": "1STRA",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581920"
},
"departure": {
"time": "1768581920"
},
"stopId": "1BAMA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582040"
},
"departure": {
"time": "1768582040"
},
"stopId": "1JE23",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582150"
},
"departure": {
"time": "1768582150"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582260"
},
"stopId": "1ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237428"
}
}
},
{
"id": "trip:6238907",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580700"
},
"stopId": "BENE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580754"
},
"departure": {
"time": "1768580754"
},
"stopId": "JUIGDEP",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580786"
},
"departure": {
"time": "1768580786"
},
"stopId": "CAMPJUIG",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580814"
},
"departure": {
"time": "1768580814"
},
"stopId": "RENOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580842"
},
"departure": {
"time": "1768580842"
},
"stopId": "RECLAIR",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580875"
},
"departure": {
"time": "1768580875"
},
"stopId": "DOMVATER",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581187"
},
"departure": {
"time": "1768581187"
},
"stopId": "ANAFRAN",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580880"
},
"departure": {
"time": "1768580880"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581062"
},
"departure": {
"time": "1768581062"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581097"
},
"departure": {
"time": "1768581097"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGUY",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581118"
},
"departure": {
"time": "1768581118"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JUI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581150"
},
"departure": {
"time": "1768581150"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAUVO",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581247"
},
"departure": {
"time": "1768581247"
},
"stopId": "ZOLA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581304"
},
"departure": {
"time": "1768581304"
},
"stopId": "BELAIR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581364"
},
"departure": {
"time": "1768581364"
},
"stopId": "ESPMONTR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581433"
},
"departure": {
"time": "1768581433"
},
"stopId": "PLATFLEU",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581496"
},
"departure": {
"time": "1768581496"
},
"stopId": "JEHUEZ",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581547"
},
"departure": {
"time": "1768581547"
},
"stopId": "MASTELLE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581586"
},
"departure": {
"time": "1768581586"
},
"stopId": "AVENEURO",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581604"
},
"departure": {
"time": "1768581604"
},
"stopId": "DANEMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "ALLEMAGN",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581692"
},
"departure": {
"time": "1768581692"
},
"stopId": "ITALIE",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581728"
},
"departure": {
"time": "1768581728"
},
"stopId": "IRLANDE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581777"
},
"departure": {
"time": "1768581777"
},
"stopId": "AUTRICH",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581796"
},
"departure": {
"time": "1768581796"
},
"stopId": "PLOTTIER",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581847"
},
"departure": {
"time": "1768581847"
},
"stopId": "CCADEA",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582027"
},
"departure": {
"time": "1768582027"
},
"stopId": "AARDBUS",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582071"
},
"departure": {
"time": "1768582071"
},
"stopId": "POIVRE",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582111"
},
"departure": {
"time": "1768582111"
},
"stopId": "BONPLAND",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582207"
},
"departure": {
"time": "1768582207"
},
"stopId": "SALET-AR",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582249"
},
"departure": {
"time": "1768582249"
},
"stopId": "RIPOLLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582317"
},
"departure": {
"time": "1768582317"
},
"stopId": "PEGARDE",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582380"
},
"departure": {
"time": "1768582380"
},
"stopId": "CIAVRILL",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582447"
},
"departure": {
"time": "1768582447"
},
"stopId": "MAIRAVR",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582490"
},
"departure": {
"time": "1768582490"
},
"stopId": "MAUFINE",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582552"
},
"departure": {
"time": "1768582552"
},
"stopId": "DELAUNE",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582591"
},
"departure": {
"time": "1768582591"
},
"stopId": "BEURRIER",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582659"
},
"departure": {
"time": "1768582659"
},
"stopId": "BRASSENS",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582708"
},
"departure": {
"time": "1768582708"
},
"stopId": "RONDE",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582751"
},
"departure": {
"time": "1768582751"
},
"stopId": "PLAMAY",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582807"
},
"departure": {
"time": "1768582807"
},
"stopId": "KENNEDY",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582866"
},
"departure": {
"time": "1768582866"
},
"stopId": "ECHMAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1768583000"
},
"departure": {
"time": "1768583000"
},
"stopId": "GASNIER",
"stopSequence": 48
},
{
"arrival": {
"time": "1768583066"
},
"departure": {
"time": "1768583066"
},
"stopId": "GOURONNI",
"stopSequence": 49
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6238907"
}
}
},
{
"id": "trip:6237449",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579530"
},
"stopId": "1VERN",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579620"
},
"departure": {
"time": "1768579620"
},
"stopId": "1HSAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579750"
},
"departure": {
"time": "1768579750"
},
"stopId": "1JMOU",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579850"
},
"departure": {
"time": "1768579850"
},
"stopId": "1CAPU",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580000"
},
"departure": {
"time": "1768580000"
},
"stopId": "1HOPA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580120"
},
"departure": {
"time": "1768580120"
},
"stopId": "1BMAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580290"
},
"departure": {
"time": "1768580290"
},
"stopId": "1STSE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580420"
},
"departure": {
"time": "1768580420"
},
"stopId": "1CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580540"
},
"departure": {
"time": "1768580540"
},
"stopId": "1HDVA",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580670"
},
"departure": {
"time": "1768580670"
},
"stopId": "1FMBL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "1HARA",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580880"
},
"departure": {
"time": "1768580880"
},
"stopId": "1LGAR",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580980"
},
"departure": {
"time": "1768580980"
},
"stopId": "1LAFA",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581080"
},
"departure": {
"time": "1768581080"
},
"stopId": "1STRA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581190"
},
"departure": {
"time": "1768581190"
},
"stopId": "1BAMA",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581310"
},
"departure": {
"time": "1768581310"
},
"stopId": "1JE23",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581420"
},
"departure": {
"time": "1768581420"
},
"stopId": "1JVIL",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581530"
},
"stopId": "1ANRO",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237449"
}
}
},
{
"id": "trip:6238767",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579386"
},
"departure": {
"time": "1768579386"
},
"stopId": "DESCAZ-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768579513"
},
"departure": {
"time": "1768579513"
},
"stopId": "STTHER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579608"
},
"departure": {
"time": "1768579608"
},
"stopId": "BARRA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579676"
},
"departure": {
"time": "1768579676"
},
"stopId": "BLERIO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579816"
},
"departure": {
"time": "1768579816"
},
"stopId": "LECUIT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579867"
},
"departure": {
"time": "1768579867"
},
"stopId": "FRATE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579944"
},
"departure": {
"time": "1768579944"
},
"stopId": "CHARNA-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580020"
},
"departure": {
"time": "1768580020"
},
"stopId": "ESEO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580061"
},
"departure": {
"time": "1768580061"
},
"stopId": "WJMOU",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580159"
},
"departure": {
"time": "1768580159"
},
"stopId": "FMEDEC-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580224"
},
"departure": {
"time": "1768580224"
},
"stopId": "HRECUL-E",
"stopSequence": 50
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6238767"
}
}
},
{
"id": "trip:6054513",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768582898"
},
"departure": {
"time": "1768582898"
},
"stopId": "INDUST-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582963"
},
"departure": {
"time": "1768582963"
},
"stopId": "HOTELL-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583040"
},
"stopId": "DEBUSS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768583079"
},
"departure": {
"time": "1768583079"
},
"stopId": "BOISAB-E",
"stopSequence": 4
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"tripId": "6054513"
}
}
},
{
"id": "trip:6238287",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582260"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582282"
},
"departure": {
"time": "1768582282"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582320"
},
"departure": {
"time": "1768582320"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "HMTREL",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582528"
},
"departure": {
"time": "1768582528"
},
"stopId": "CIMTRELA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582567"
},
"departure": {
"time": "1768582567"
},
"stopId": "EGLTRELA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582615"
},
"departure": {
"time": "1768582615"
},
"stopId": "MAIRTREL",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582668"
},
"departure": {
"time": "1768582668"
},
"stopId": "MONTHIBE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582800"
},
"stopId": "BUISSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582936"
},
"departure": {
"time": "1768582936"
},
"stopId": "LEFEVRE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582971"
},
"departure": {
"time": "1768582971"
},
"stopId": "MALAQUAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768583030"
},
"departure": {
"time": "1768583030"
},
"stopId": "MENARD",
"stopSequence": 14
},
{
"arrival": {
"time": "1768583075"
},
"departure": {
"time": "1768583075"
},
"stopId": "CHOUTEAU",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238287"
}
}
},
{
"id": "trip:6238902",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579371"
},
"departure": {
"time": "1768579387"
},
"stopId": "IRLANDE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579411"
},
"departure": {
"time": "1768579432"
},
"stopId": "AUTRICH",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579469"
},
"departure": {
"time": "1768579476"
},
"stopId": "PLOTTIER",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579504"
},
"departure": {
"time": "1768579504"
},
"stopId": "CCADEA",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579628"
},
"departure": {
"time": "1768579628"
},
"stopId": "LANGEVI",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579868"
},
"departure": {
"time": "1768579868"
},
"stopId": "AARDBUS",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579912"
},
"departure": {
"time": "1768579912"
},
"stopId": "POIVRE",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579952"
},
"departure": {
"time": "1768579952"
},
"stopId": "BONPLAND",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580048"
},
"departure": {
"time": "1768580048"
},
"stopId": "SALET-AR",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580090"
},
"departure": {
"time": "1768580090"
},
"stopId": "RIPOLLE",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580158"
},
"departure": {
"time": "1768580158"
},
"stopId": "PEGARDE",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580221"
},
"departure": {
"time": "1768580221"
},
"stopId": "CIAVRILL",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580288"
},
"departure": {
"time": "1768580288"
},
"stopId": "MAIRAVR",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580333"
},
"departure": {
"time": "1768580333"
},
"stopId": "MAUFINE",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580407"
},
"departure": {
"time": "1768580407"
},
"stopId": "DELAUNE",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580448"
},
"departure": {
"time": "1768580448"
},
"stopId": "BEURRIER",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580519"
},
"departure": {
"time": "1768580519"
},
"stopId": "BRASSENS",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580576"
},
"departure": {
"time": "1768580576"
},
"stopId": "RONDE",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580626"
},
"departure": {
"time": "1768580626"
},
"stopId": "PLAMAY",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580691"
},
"departure": {
"time": "1768580691"
},
"stopId": "KENNEDY",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580750"
},
"departure": {
"time": "1768580750"
},
"stopId": "ECHMAN",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580885"
},
"departure": {
"time": "1768580885"
},
"stopId": "GASNIER",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580951"
},
"departure": {
"time": "1768580951"
},
"stopId": "GOURONNI",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581035"
},
"departure": {
"time": "1768581035"
},
"stopId": "CLOUET",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581111"
},
"departure": {
"time": "1768581111"
},
"stopId": "DESCAZEA",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581259"
},
"departure": {
"time": "1768581259"
},
"stopId": "TRINITE",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581344"
},
"departure": {
"time": "1768581344"
},
"stopId": "BEAUREPA",
"stopSequence": 56
},
{
"arrival": {
"time": "1768581551"
},
"departure": {
"time": "1768581551"
},
"stopId": "REPUBLIQ",
"stopSequence": 58
},
{
"arrival": {
"time": "1768581644"
},
"departure": {
"time": "1768581644"
},
"stopId": "SAICRO-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768581774"
},
"departure": {
"time": "1768581774"
},
"stopId": "OFFTOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768582008"
},
"departure": {
"time": "1768582020"
},
"stopId": "LICES-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768582260"
},
"departure": {
"time": "1768582260"
},
"stopId": "ANLERO-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768582364"
},
"departure": {
"time": "1768582364"
},
"stopId": "MICHEL-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768582488"
},
"departure": {
"time": "1768582488"
},
"stopId": "VOLNEY-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1768582575"
},
"departure": {
"time": "1768582575"
},
"stopId": "MADELE-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1768582653"
},
"departure": {
"time": "1768582653"
},
"stopId": "JEBOUI-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1768582722"
},
"departure": {
"time": "1768582722"
},
"stopId": "PCOUBE-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1768582755"
},
"departure": {
"time": "1768582755"
},
"stopId": "AROBA-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1768582886"
},
"departure": {
"time": "1768582886"
},
"stopId": "LANGLA-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1768583058"
},
"departure": {
"time": "1768583058"
},
"stopId": "MONTAI-E",
"stopSequence": 72
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6238902"
}
}
},
{
"id": "trip:6239725",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579438"
},
"departure": {
"time": "1768579438"
},
"stopId": "HARAS",
"stopSequence": 38
},
{
"arrival": {
"time": "1768579547"
},
"departure": {
"time": "1768579547"
},
"stopId": "STAUBIN",
"stopSequence": 39
},
{
"arrival": {
"time": "1768579610"
},
"departure": {
"time": "1768579610"
},
"stopId": "LOR-FO-A",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579724"
},
"departure": {
"time": "1768579724"
},
"stopId": "MAIL-HDV",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579936"
},
"departure": {
"time": "1768579936"
},
"stopId": "SECUSO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579976"
},
"departure": {
"time": "1768579976"
},
"stopId": "STEXUP-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580111"
},
"departure": {
"time": "1768580111"
},
"stopId": "GARDOT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580138"
},
"departure": {
"time": "1768580138"
},
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580211"
},
"departure": {
"time": "1768580211"
},
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580337"
},
"departure": {
"time": "1768580337"
},
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580390"
},
"departure": {
"time": "1768580390"
},
"stopId": "CASERN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580490"
},
"departure": {
"time": "1768580490"
},
"stopId": "LAREU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580548"
},
"departure": {
"time": "1768580548"
},
"stopId": "PAPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580602"
},
"departure": {
"time": "1768580602"
},
"stopId": "CCHEMI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580672"
},
"departure": {
"time": "1768580672"
},
"stopId": "JUFERR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580704"
},
"departure": {
"time": "1768580704"
},
"stopId": "GEMMET-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580794"
},
"departure": {
"time": "1768580794"
},
"stopId": "AUBEPI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768580850"
},
"departure": {
"time": "1768580850"
},
"stopId": "STADE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768580883"
},
"departure": {
"time": "1768580883"
},
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768580980"
},
"departure": {
"time": "1768580980"
},
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768581032"
},
"departure": {
"time": "1768581032"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768581117"
},
"departure": {
"time": "1768581117"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581150"
},
"departure": {
"time": "1768581150"
},
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581303"
},
"departure": {
"time": "1768581303"
},
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768581359"
},
"departure": {
"time": "1768581359"
},
"stopId": "CEZAN-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768581413"
},
"departure": {
"time": "1768581413"
},
"stopId": "COROT-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768581480"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239725"
}
}
},
{
"id": "trip:6239726",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579470"
},
"departure": {
"time": "1768579486"
},
"stopId": "CHDARR",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579594"
},
"departure": {
"time": "1768579594"
},
"stopId": "ACADEMIE",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579652"
},
"departure": {
"time": "1768579652"
},
"stopId": "GBREM-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579758"
},
"departure": {
"time": "1768579758"
},
"stopId": "GARETERM",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579809"
},
"departure": {
"time": "1768579809"
},
"stopId": "LESGARES",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579961"
},
"departure": {
"time": "1768579961"
},
"stopId": "HARAS",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580046"
},
"departure": {
"time": "1768580046"
},
"stopId": "STAUBIN",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580109"
},
"departure": {
"time": "1768580220"
},
"stopId": "LOR-FO-A",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580326"
},
"departure": {
"time": "1768580326"
},
"stopId": "MAIL-HDV",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580501"
},
"departure": {
"time": "1768580501"
},
"stopId": "SECUSO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580580"
},
"departure": {
"time": "1768580580"
},
"stopId": "STEXUP-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580664"
},
"departure": {
"time": "1768580664"
},
"stopId": "GARDOT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580691"
},
"departure": {
"time": "1768580691"
},
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580781"
},
"departure": {
"time": "1768580781"
},
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580907"
},
"departure": {
"time": "1768580907"
},
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580960"
},
"departure": {
"time": "1768580960"
},
"stopId": "CASERN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581060"
},
"departure": {
"time": "1768581060"
},
"stopId": "LAREU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581128"
},
"departure": {
"time": "1768581128"
},
"stopId": "PAPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581172"
},
"departure": {
"time": "1768581172"
},
"stopId": "CCHEMI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581242"
},
"departure": {
"time": "1768581242"
},
"stopId": "JUFERR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581325"
},
"departure": {
"time": "1768581325"
},
"stopId": "GEMMET-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581389"
},
"departure": {
"time": "1768581389"
},
"stopId": "AUBEPI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581454"
},
"departure": {
"time": "1768581454"
},
"stopId": "STADE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768581502"
},
"departure": {
"time": "1768581502"
},
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768581554"
},
"departure": {
"time": "1768581554"
},
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768581635"
},
"departure": {
"time": "1768581635"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768581723"
},
"departure": {
"time": "1768581723"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581730"
},
"departure": {
"time": "1768581730"
},
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768581853"
},
"departure": {
"time": "1768581853"
},
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581894"
},
"departure": {
"time": "1768581894"
},
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768581929"
},
"departure": {
"time": "1768581929"
},
"stopId": "CEZAN-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768581983"
},
"departure": {
"time": "1768581983"
},
"stopId": "COROT-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768582080"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239726"
}
}
},
{
"id": "trip:6239779",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579404"
},
"departure": {
"time": "1768579428"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579467"
},
"departure": {
"time": "1768579472"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579555"
},
"departure": {
"time": "1768579555"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579630"
},
"departure": {
"time": "1768579630"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579689"
},
"departure": {
"time": "1768579689"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579830"
},
"departure": {
"time": "1768579830"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579934"
},
"departure": {
"time": "1768579934"
},
"stopId": "ARCEAU",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580096"
},
"departure": {
"time": "1768580096"
},
"stopId": "CIMETIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580216"
},
"departure": {
"time": "1768580216"
},
"stopId": "MONTAIG",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580267"
},
"departure": {
"time": "1768580267"
},
"stopId": "GARDOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "STEXUPER",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580457"
},
"departure": {
"time": "1768580457"
},
"stopId": "SECUSOCI",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580667"
},
"departure": {
"time": "1768580667"
},
"stopId": "MAIL-NAE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580820"
},
"stopId": "FO-LOR-R",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580929"
},
"departure": {
"time": "1768580929"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580981"
},
"departure": {
"time": "1768580981"
},
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581238"
},
"departure": {
"time": "1768581238"
},
"stopId": "BREMON-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581316"
},
"departure": {
"time": "1768581316"
},
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581365"
},
"departure": {
"time": "1768581365"
},
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581540"
},
"stopId": "COEURM-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581620"
},
"departure": {
"time": "1768581620"
},
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581709"
},
"departure": {
"time": "1768581709"
},
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "MONPRO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582000"
},
"departure": {
"time": "1768582000"
},
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582069"
},
"departure": {
"time": "1768582069"
},
"stopId": "FARCSJ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582178"
},
"departure": {
"time": "1768582178"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582260"
},
"departure": {
"time": "1768582260"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582315"
},
"departure": {
"time": "1768582315"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582381"
},
"departure": {
"time": "1768582381"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582500"
},
"departure": {
"time": "1768582500"
},
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582571"
},
"departure": {
"time": "1768582571"
},
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582626"
},
"departure": {
"time": "1768582626"
},
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582740"
},
"departure": {
"time": "1768582740"
},
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582782"
},
"departure": {
"time": "1768582782"
},
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582809"
},
"departure": {
"time": "1768582809"
},
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582842"
},
"departure": {
"time": "1768582842"
},
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582885"
},
"departure": {
"time": "1768582885"
},
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582921"
},
"departure": {
"time": "1768582921"
},
"stopId": "LANDRE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768583019"
},
"departure": {
"time": "1768583019"
},
"stopId": "BRGPAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768583044"
},
"departure": {
"time": "1768583044"
},
"stopId": "RODIN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768583075"
},
"departure": {
"time": "1768583075"
},
"stopId": "GRANBE-E",
"stopSequence": 55
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239779"
}
}
},
{
"id": "trip:6238632",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579418"
},
"departure": {
"time": "1768579418"
},
"stopId": "HOTELL-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579492"
},
"departure": {
"time": "1768579492"
},
"stopId": "DEBUSS-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579536"
},
"departure": {
"time": "1768579536"
},
"stopId": "BOISAB-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579505"
},
"departure": {
"time": "1768579505"
},
"stopId": "DUBELL-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579396"
},
"departure": {
"time": "1768579396"
},
"stopId": "COTTAG-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768579679"
},
"stopId": "EVENTARD",
"stopSequence": 47
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6238632"
}
}
},
{
"id": "trip:6052371",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579378"
},
"departure": {
"time": "1768579409"
},
"stopId": "JEHUEZ-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579438"
},
"departure": {
"time": "1768579469"
},
"stopId": "PLATEF-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579503"
},
"departure": {
"time": "1768579503"
},
"stopId": "ESPMON-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579578"
},
"departure": {
"time": "1768579578"
},
"stopId": "BELAIR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579638"
},
"departure": {
"time": "1768579638"
},
"stopId": "ZOLA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579716"
},
"departure": {
"time": "1768579716"
},
"stopId": "ANAFRA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579861"
},
"departure": {
"time": "1768579861"
},
"stopId": "CAMPJU-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579935"
},
"departure": {
"time": "1768579935"
},
"stopId": "LAEN-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579994"
},
"departure": {
"time": "1768579994"
},
"stopId": "BECK-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580058"
},
"stopId": "DOMVATER",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052371"
}
}
},
{
"id": "trip:6240188",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768580497"
},
"departure": {
"time": "1768580497"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580553"
},
"departure": {
"time": "1768580553"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580613"
},
"departure": {
"time": "1768580613"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580689"
},
"departure": {
"time": "1768580689"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580763"
},
"departure": {
"time": "1768580763"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580812"
},
"departure": {
"time": "1768580812"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580887"
},
"departure": {
"time": "1768580887"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580952"
},
"departure": {
"time": "1768580952"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581090"
},
"departure": {
"time": "1768581090"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581153"
},
"departure": {
"time": "1768581153"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581235"
},
"departure": {
"time": "1768581235"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581301"
},
"departure": {
"time": "1768581301"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581417"
},
"departure": {
"time": "1768581417"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581511"
},
"departure": {
"time": "1768581511"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581570"
},
"departure": {
"time": "1768581570"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581632"
},
"departure": {
"time": "1768581632"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581870"
},
"departure": {
"time": "1768581870"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581976"
},
"departure": {
"time": "1768581976"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582129"
},
"departure": {
"time": "1768582129"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582214"
},
"departure": {
"time": "1768582214"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582290"
},
"departure": {
"time": "1768582290"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582551"
},
"departure": {
"time": "1768582551"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582645"
},
"departure": {
"time": "1768582645"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582763"
},
"departure": {
"time": "1768582763"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582916"
},
"departure": {
"time": "1768582916"
},
"stopId": "MENDES-E",
"stopSequence": 26
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240188"
}
}
},
{
"id": "trip:6237547",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579387"
},
"departure": {
"time": "1768579433"
},
"stopId": "1CONS",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579476"
},
"departure": {
"time": "1768579477"
},
"stopId": "1MTAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579675"
},
"departure": {
"time": "1768579675"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579754"
},
"departure": {
"time": "1768579754"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579898"
},
"departure": {
"time": "1768579898"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579969"
},
"departure": {
"time": "1768579969"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580034"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237547"
}
}
},
{
"id": "trip:6239127",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579435"
},
"departure": {
"time": "1768579435"
},
"stopId": "PROVINS",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579453"
},
"departure": {
"time": "1768579453"
},
"stopId": "RTEPARIS",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579618"
},
"departure": {
"time": "1768579618"
},
"stopId": "HOTELLER",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579667"
},
"departure": {
"time": "1768579667"
},
"stopId": "INDUSTRI",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579801"
},
"departure": {
"time": "1768579801"
},
"stopId": "SAVOIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579891"
},
"departure": {
"time": "1768579891"
},
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579950"
},
"departure": {
"time": "1768579950"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579995"
},
"departure": {
"time": "1768579995"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580087"
},
"departure": {
"time": "1768580087"
},
"stopId": "RAMON",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580286"
},
"departure": {
"time": "1768580286"
},
"stopId": "BESNARDI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580370"
},
"departure": {
"time": "1768580370"
},
"stopId": "TALET",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579970"
},
"departure": {
"time": "1768579970"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLANT",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580108"
},
"departure": {
"time": "1768580108"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOUER",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580280"
},
"departure": {
"time": "1768580280"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACENEY",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580516"
},
"departure": {
"time": "1768580516"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580588"
},
"departure": {
"time": "1768580588"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580737"
},
"departure": {
"time": "1768581000"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581109"
},
"departure": {
"time": "1768581109"
},
"stopId": "STAUBI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581161"
},
"departure": {
"time": "1768581161"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "LESGAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581417"
},
"departure": {
"time": "1768581417"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581468"
},
"departure": {
"time": "1768581468"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581567"
},
"departure": {
"time": "1768581567"
},
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581691"
},
"departure": {
"time": "1768581691"
},
"stopId": "FREMUR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581979"
},
"departure": {
"time": "1768581979"
},
"stopId": "LETAND-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582049"
},
"departure": {
"time": "1768582049"
},
"stopId": "BEAUVA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582159"
},
"departure": {
"time": "1768582159"
},
"stopId": "LORETT-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582222"
},
"departure": {
"time": "1768582222"
},
"stopId": "MORELI-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582320"
},
"departure": {
"time": "1768582320"
},
"stopId": "DELATR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582418"
},
"departure": {
"time": "1768582418"
},
"stopId": "HAUTPR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582571"
},
"departure": {
"time": "1768582571"
},
"stopId": "INTMIL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582778"
},
"departure": {
"time": "1768582778"
},
"stopId": "DELACR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "JUSTIC-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582948"
},
"departure": {
"time": "1768582948"
},
"stopId": "ECLATE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768583047"
},
"departure": {
"time": "1768583047"
},
"stopId": "VDLOIR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582908"
},
"departure": {
"time": "1768582908"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582950"
},
"departure": {
"time": "1768582950"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768583015"
},
"departure": {
"time": "1768583015"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583040"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 43
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6239127"
}
}
},
{
"id": "trip:6239025",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579456"
},
"departure": {
"time": "1768579487"
},
"stopId": "VILSANTE",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579561"
},
"departure": {
"time": "1768579561"
},
"stopId": "CORMIER",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579725"
},
"departure": {
"time": "1768579725"
},
"stopId": "GERICAUL",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579921"
},
"departure": {
"time": "1768579921"
},
"stopId": "DESMAZ",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579988"
},
"departure": {
"time": "1768579988"
},
"stopId": "ANFRANCK",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580064"
},
"departure": {
"time": "1768580064"
},
"stopId": "STJOSEP",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580150"
},
"departure": {
"time": "1768580150"
},
"stopId": "PLDULYCE",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580280"
},
"departure": {
"time": "1768580340"
},
"stopId": "HMAI",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580394"
},
"departure": {
"time": "1768580394"
},
"stopId": "FO-LOR-R",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580505"
},
"departure": {
"time": "1768580505"
},
"stopId": "STAUBI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580558"
},
"departure": {
"time": "1768580558"
},
"stopId": "HARAS-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "LESGAR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580812"
},
"departure": {
"time": "1768580812"
},
"stopId": "SEMARD-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580860"
},
"departure": {
"time": "1768580860"
},
"stopId": "PONTNO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580954"
},
"departure": {
"time": "1768580954"
},
"stopId": "POIREL-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581073"
},
"departure": {
"time": "1768581073"
},
"stopId": "FREMUR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "LETAND-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581337"
},
"departure": {
"time": "1768581337"
},
"stopId": "BEDIER-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581375"
},
"departure": {
"time": "1768581375"
},
"stopId": "INTREP-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581412"
},
"departure": {
"time": "1768581412"
},
"stopId": "MTARDA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581457"
},
"departure": {
"time": "1768581457"
},
"stopId": "AUBRY-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581516"
},
"departure": {
"time": "1768581516"
},
"stopId": "COSSE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581590"
},
"departure": {
"time": "1768581590"
},
"stopId": "HUTREA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581614"
},
"departure": {
"time": "1768581614"
},
"stopId": "JOLIVE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581678"
},
"departure": {
"time": "1768581678"
},
"stopId": "BELOEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "RTEDAN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581771"
},
"departure": {
"time": "1768581771"
},
"stopId": "LESROS-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581854"
},
"departure": {
"time": "1768581854"
},
"stopId": "LOUPIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581928"
},
"departure": {
"time": "1768581928"
},
"stopId": "MASGEM-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581980"
},
"departure": {
"time": "1768581980"
},
"stopId": "HOSGEM-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768582052"
},
"departure": {
"time": "1768582052"
},
"stopId": "CLOS9-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582104"
},
"departure": {
"time": "1768582104"
},
"stopId": "VANRIE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582165"
},
"departure": {
"time": "1768582165"
},
"stopId": "PORTSG-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582198"
},
"departure": {
"time": "1768582198"
},
"stopId": "LECHEN-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768582260"
},
"stopId": "ROMORNA",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6239025"
}
}
},
{
"id": "trip:6239552",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579412"
},
"departure": {
"time": "1768579412"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579465"
},
"departure": {
"time": "1768579465"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579501"
},
"departure": {
"time": "1768579501"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579570"
},
"departure": {
"time": "1768579570"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579604"
},
"departure": {
"time": "1768579604"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579700"
},
"departure": {
"time": "1768579700"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579811"
},
"departure": {
"time": "1768579811"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579923"
},
"departure": {
"time": "1768579923"
},
"scheduleRelationship": "SKIPPED",
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580115"
},
"departure": {
"time": "1768580115"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580336"
},
"departure": {
"time": "1768580336"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580471"
},
"departure": {
"time": "1768580471"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580571"
},
"departure": {
"time": "1768580571"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580710"
},
"departure": {
"time": "1768580710"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580819"
},
"departure": {
"time": "1768580819"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580989"
},
"departure": {
"time": "1768580989"
},
"scheduleRelationship": "SKIPPED",
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581182"
},
"departure": {
"time": "1768581182"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581370"
},
"departure": {
"time": "1768581370"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581515"
},
"departure": {
"time": "1768581515"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581623"
},
"departure": {
"time": "1768581623"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581724"
},
"departure": {
"time": "1768581724"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581844"
},
"departure": {
"time": "1768581844"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581943"
},
"departure": {
"time": "1768581943"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582020"
},
"departure": {
"time": "1768582020"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768582064"
},
"departure": {
"time": "1768582064"
},
"scheduleRelationship": "SKIPPED",
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582123"
},
"departure": {
"time": "1768582123"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582238"
},
"departure": {
"time": "1768582238"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ALDUNA-E",
"stopSequence": 55
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239552"
}
}
},
{
"id": "trip:6052382",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580058"
},
"stopId": "DOMVATER",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580104"
},
"departure": {
"time": "1768580104"
},
"stopId": "BECKE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580148"
},
"departure": {
"time": "1768580148"
},
"stopId": "LAENN",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580190"
},
"departure": {
"time": "1768580190"
},
"stopId": "CAMPJUIG",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580308"
},
"departure": {
"time": "1768580308"
},
"stopId": "ANAFRAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580358"
},
"departure": {
"time": "1768580358"
},
"stopId": "ZOLA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580414"
},
"departure": {
"time": "1768580414"
},
"stopId": "BELAIR",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580473"
},
"departure": {
"time": "1768580473"
},
"stopId": "ESPMONTR",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580541"
},
"departure": {
"time": "1768580541"
},
"stopId": "PLATFLEU",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580603"
},
"departure": {
"time": "1768580603"
},
"stopId": "JEHUEZ",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580658"
},
"departure": {
"time": "1768580658"
},
"stopId": "CHENOIR",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581068"
},
"departure": {
"time": "1768581068"
},
"stopId": "AURIOL",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581136"
},
"departure": {
"time": "1768581136"
},
"stopId": "LECUIT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581204"
},
"departure": {
"time": "1768581204"
},
"stopId": "BLERIOT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581271"
},
"departure": {
"time": "1768581271"
},
"stopId": "BARRA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581356"
},
"departure": {
"time": "1768581356"
},
"stopId": "STTERESE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581467"
},
"departure": {
"time": "1768581467"
},
"stopId": "DESCAZEA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581555"
},
"departure": {
"time": "1768581555"
},
"stopId": "MONPROFI",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581671"
},
"departure": {
"time": "1768581671"
},
"stopId": "LEQUAI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581944"
},
"departure": {
"time": "1768581944"
},
"stopId": "CHDARR",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582009"
},
"departure": {
"time": "1768582009"
},
"stopId": "ACADEMIE",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582080"
},
"departure": {
"time": "1768582080"
},
"stopId": "GBREM-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582177"
},
"stopId": "GAREPAPI",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "21",
"tripId": "6052382"
}
}
},
{
"id": "trip:6240174",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579380"
},
"departure": {
"time": "1768579426"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579466"
},
"departure": {
"time": "1768579486"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579503"
},
"departure": {
"time": "1768579503"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579579"
},
"departure": {
"time": "1768579579"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579653"
},
"departure": {
"time": "1768579653"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579702"
},
"departure": {
"time": "1768579702"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579777"
},
"departure": {
"time": "1768579777"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579842"
},
"departure": {
"time": "1768579842"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579980"
},
"departure": {
"time": "1768579980"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580043"
},
"departure": {
"time": "1768580043"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580125"
},
"departure": {
"time": "1768580125"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580191"
},
"departure": {
"time": "1768580191"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580307"
},
"departure": {
"time": "1768580307"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580401"
},
"departure": {
"time": "1768580401"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580460"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580522"
},
"departure": {
"time": "1768580522"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580866"
},
"departure": {
"time": "1768580866"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581019"
},
"departure": {
"time": "1768581019"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581104"
},
"departure": {
"time": "1768581104"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581469"
},
"departure": {
"time": "1768581469"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581585"
},
"departure": {
"time": "1768581585"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581780"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581925"
},
"departure": {
"time": "1768581925"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582190"
},
"departure": {
"time": "1768582190"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582514"
},
"departure": {
"time": "1768582514"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582724"
},
"departure": {
"time": "1768582724"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582786"
},
"departure": {
"time": "1768582786"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582832"
},
"departure": {
"time": "1768582832"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582912"
},
"departure": {
"time": "1768582912"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582952"
},
"departure": {
"time": "1768582952"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582980"
},
"departure": {
"time": "1768582980"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768583025"
},
"departure": {
"time": "1768583025"
},
"stopId": "GRANDM-E",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240174"
}
}
},
{
"id": "trip:6238854",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579431"
},
"departure": {
"time": "1768579464"
},
"stopId": "ISORET",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579522"
},
"departure": {
"time": "1768579522"
},
"stopId": "GILLIER",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579560"
},
"departure": {
"time": "1768579560"
},
"stopId": "DAGUENET",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579634"
},
"departure": {
"time": "1768579634"
},
"stopId": "JERUSALE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579748"
},
"departure": {
"time": "1768579748"
},
"stopId": "MONTAIG",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579960"
},
"departure": {
"time": "1768579960"
},
"stopId": "LANGLADE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580104"
},
"departure": {
"time": "1768580104"
},
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580193"
},
"departure": {
"time": "1768580193"
},
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580280"
},
"departure": {
"time": "1768580280"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580339"
},
"departure": {
"time": "1768580339"
},
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580516"
},
"departure": {
"time": "1768580516"
},
"stopId": "MICHELET",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580580"
},
"departure": {
"time": "1768580580"
},
"stopId": "ANLEROY",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581060"
},
"stopId": "LICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581232"
},
"departure": {
"time": "1768581232"
},
"stopId": "OFFTOURI",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "SAICROIX",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581419"
},
"departure": {
"time": "1768581419"
},
"stopId": "REPUBL-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "BEAURE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581801"
},
"departure": {
"time": "1768581801"
},
"stopId": "TRINIT-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "DESCAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582075"
},
"departure": {
"time": "1768582075"
},
"stopId": "CLOUET-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582162"
},
"departure": {
"time": "1768582162"
},
"stopId": "GOURON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582231"
},
"departure": {
"time": "1768582231"
},
"stopId": "GASNIE-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582381"
},
"departure": {
"time": "1768582381"
},
"stopId": "ECHMA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "KENNED-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582541"
},
"departure": {
"time": "1768582541"
},
"stopId": "WPMA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582601"
},
"departure": {
"time": "1768582601"
},
"stopId": "RONDE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582673"
},
"departure": {
"time": "1768582673"
},
"stopId": "BRASSE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582734"
},
"departure": {
"time": "1768582734"
},
"stopId": "BEURRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582796"
},
"departure": {
"time": "1768582796"
},
"stopId": "DELAUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582861"
},
"departure": {
"time": "1768582861"
},
"stopId": "MAUFIN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "MAIRAV-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582980"
},
"departure": {
"time": "1768582980"
},
"stopId": "CIAVRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768583035"
},
"departure": {
"time": "1768583035"
},
"stopId": "PEGARD-E",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6238854"
}
}
},
{
"id": "trip:6238992",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768583040"
},
"stopId": "VERNUSSO",
"stopSequence": 0
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6238992"
}
}
},
{
"id": "trip:6238305",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579800"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579930"
},
"departure": {
"time": "1768579930"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579992"
},
"departure": {
"time": "1768579992"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580220"
},
"departure": {
"time": "1768580220"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580331"
},
"departure": {
"time": "1768580331"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580464"
},
"departure": {
"time": "1768580464"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580541"
},
"departure": {
"time": "1768580541"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580709"
},
"departure": {
"time": "1768580709"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580766"
},
"departure": {
"time": "1768580766"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580883"
},
"departure": {
"time": "1768580883"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581003"
},
"departure": {
"time": "1768581003"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581101"
},
"departure": {
"time": "1768581101"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581191"
},
"departure": {
"time": "1768581191"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581270"
},
"departure": {
"time": "1768581270"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581356"
},
"departure": {
"time": "1768581356"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581404"
},
"departure": {
"time": "1768581404"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581473"
},
"departure": {
"time": "1768581473"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581510"
},
"departure": {
"time": "1768581510"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581586"
},
"departure": {
"time": "1768581586"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581801"
},
"departure": {
"time": "1768581801"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581863"
},
"departure": {
"time": "1768581863"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581906"
},
"departure": {
"time": "1768581906"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581942"
},
"departure": {
"time": "1768581942"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582020"
},
"departure": {
"time": "1768582020"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582207"
},
"departure": {
"time": "1768582207"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582263"
},
"departure": {
"time": "1768582263"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582320"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238305"
}
}
},
{
"id": "trip:6054512",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580469"
},
"stopId": "VEILLIER",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580529"
},
"departure": {
"time": "1768580580"
},
"stopId": "GRIMOREL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580695"
},
"departure": {
"time": "1768580695"
},
"stopId": "BMOTTE",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580766"
},
"departure": {
"time": "1768580766"
},
"stopId": "LABROSSE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580819"
},
"departure": {
"time": "1768580819"
},
"stopId": "FIEFGENT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580902"
},
"departure": {
"time": "1768580902"
},
"stopId": "VIELLMAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580940"
},
"departure": {
"time": "1768580940"
},
"stopId": "BBRANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580975"
},
"departure": {
"time": "1768580975"
},
"stopId": "LESRIVES",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581013"
},
"departure": {
"time": "1768581013"
},
"stopId": "CHAUMIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581196"
},
"departure": {
"time": "1768581196"
},
"stopId": "PTFILLES",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581329"
},
"departure": {
"time": "1768581329"
},
"stopId": "CONFLUEN",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581390"
},
"departure": {
"time": "1768581390"
},
"stopId": "CHABOL-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "EVENTARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581518"
},
"departure": {
"time": "1768581518"
},
"stopId": "COTTAGE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581583"
},
"departure": {
"time": "1768581583"
},
"stopId": "DUBELL-2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581614"
},
"departure": {
"time": "1768581614"
},
"stopId": "BOISABBE",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "DEBUSSY",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581758"
},
"departure": {
"time": "1768581758"
},
"stopId": "HOTELLER",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581839"
},
"departure": {
"time": "1768581839"
},
"stopId": "INDUSTRI",
"stopSequence": 21
}
],
"trip": {
"directionId": 0,
"routeId": "12",
"tripId": "6054512"
}
}
},
{
"id": "trip:20703",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579446"
},
"departure": {
"time": "0"
},
"stopId": "FENEU-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579718"
},
"departure": {
"time": "1768579718"
},
"stopId": "RTECHA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579761"
},
"departure": {
"time": "1768579761"
},
"stopId": "PETMOT-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579820"
},
"departure": {
"time": "1768579820"
},
"stopId": "FENEU-ZA",
"stopSequence": 5
}
],
"trip": {
"directionId": 1,
"routeId": "207",
"tripId": "20703"
}
}
},
{
"id": "trip:6052295",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579560"
},
"departure": {
"time": "1768579560"
},
"stopId": "PARCEXPO",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579711"
},
"departure": {
"time": "1768579711"
},
"stopId": "PROVINS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579814"
},
"departure": {
"time": "1768579814"
},
"stopId": "RTEPARIS",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579931"
},
"departure": {
"time": "1768579931"
},
"stopId": "SEPSONET",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580105"
},
"departure": {
"time": "1768580105"
},
"stopId": "CHATENAY",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580274"
},
"departure": {
"time": "1768580274"
},
"stopId": "BRISEPOT",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580676"
},
"departure": {
"time": "1768580676"
},
"stopId": "CLEMOINE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580831"
},
"stopId": "HDVSUB",
"stopSequence": 20
}
],
"trip": {
"directionId": 0,
"routeId": "25",
"tripId": "6052295"
}
}
},
{
"id": "trip:6239528",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579478"
},
"departure": {
"time": "1768579478"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1768579598"
},
"departure": {
"time": "1768579598"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1768579695"
},
"departure": {
"time": "1768579695"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1768579772"
},
"departure": {
"time": "1768579772"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768579816"
},
"departure": {
"time": "1768579816"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768579875"
},
"departure": {
"time": "1768579875"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768579990"
},
"departure": {
"time": "1768579990"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768580222"
},
"departure": {
"time": "1768580222"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1768580336"
},
"departure": {
"time": "1768580336"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1768580637"
},
"departure": {
"time": "1768580637"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1768580726"
},
"departure": {
"time": "1768580726"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1768580820"
},
"departure": {
"time": "1768580820"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1768580926"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239528"
}
}
},
{
"id": "trip:6238863",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579764"
},
"departure": {
"time": "1768579764"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLOUET-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579851"
},
"departure": {
"time": "1768579851"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GOURON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579920"
},
"departure": {
"time": "1768579920"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GASNIE-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580070"
},
"departure": {
"time": "1768580070"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ECHMA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580129"
},
"departure": {
"time": "1768580129"
},
"scheduleRelationship": "SKIPPED",
"stopId": "KENNED-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580243"
},
"departure": {
"time": "1768580243"
},
"scheduleRelationship": "SKIPPED",
"stopId": "WPMA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580310"
},
"departure": {
"time": "1768580310"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RONDE-E",
"stopSequence": 42
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6238863"
}
}
},
{
"id": "trip:6239782",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580880"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580966"
},
"departure": {
"time": "1768580966"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581010"
},
"departure": {
"time": "1768581010"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581047"
},
"departure": {
"time": "1768581047"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581074"
},
"departure": {
"time": "1768581074"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581236"
},
"departure": {
"time": "1768581236"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581312"
},
"departure": {
"time": "1768581312"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581365"
},
"departure": {
"time": "1768581365"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581424"
},
"departure": {
"time": "1768581424"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581535"
},
"departure": {
"time": "1768581535"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581589"
},
"departure": {
"time": "1768581589"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581655"
},
"departure": {
"time": "1768581655"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581730"
},
"departure": {
"time": "1768581730"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581789"
},
"departure": {
"time": "1768581789"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581840"
},
"departure": {
"time": "1768581840"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581930"
},
"departure": {
"time": "1768581930"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582034"
},
"departure": {
"time": "1768582034"
},
"stopId": "ARCEAU",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582196"
},
"departure": {
"time": "1768582196"
},
"stopId": "CIMETIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582316"
},
"departure": {
"time": "1768582316"
},
"stopId": "MONTAIG",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582367"
},
"departure": {
"time": "1768582367"
},
"stopId": "GARDOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "STEXUPER",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582541"
},
"departure": {
"time": "1768582541"
},
"stopId": "SECUSOCI",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582721"
},
"departure": {
"time": "1768582721"
},
"stopId": "MAIL-NAE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582860"
},
"stopId": "FO-LOR-R",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582969"
},
"departure": {
"time": "1768582969"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768583021"
},
"departure": {
"time": "1768583021"
},
"stopId": "HARAS-E",
"stopSequence": 28
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239782"
}
}
},
{
"id": "trip:6239722",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579427"
},
"departure": {
"time": "1768579427"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579495"
},
"departure": {
"time": "1768579495"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURMA",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579390"
},
"departure": {
"time": "1768579412"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768579463"
},
"departure": {
"time": "1768579487"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768579555"
},
"departure": {
"time": "1768579555"
},
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768579688"
},
"departure": {
"time": "1768579688"
},
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768579729"
},
"departure": {
"time": "1768579729"
},
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768579764"
},
"departure": {
"time": "1768579764"
},
"stopId": "CEZAN-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768579818"
},
"departure": {
"time": "1768579818"
},
"stopId": "COROT-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768579915"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239722"
}
}
},
{
"id": "trip:6239732",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582320"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582356"
},
"departure": {
"time": "1768582356"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582389"
},
"departure": {
"time": "1768582389"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582418"
},
"departure": {
"time": "1768582418"
},
"stopId": "GRANDPIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582448"
},
"departure": {
"time": "1768582448"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582479"
},
"departure": {
"time": "1768582479"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582539"
},
"departure": {
"time": "1768582539"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582582"
},
"departure": {
"time": "1768582582"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582678"
},
"departure": {
"time": "1768582678"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582717"
},
"departure": {
"time": "1768582717"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582755"
},
"departure": {
"time": "1768582755"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582791"
},
"departure": {
"time": "1768582791"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582895"
},
"departure": {
"time": "1768582895"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582936"
},
"departure": {
"time": "1768582936"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582987"
},
"departure": {
"time": "1768582987"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768583020"
},
"departure": {
"time": "1768583020"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1768583059"
},
"departure": {
"time": "1768583059"
},
"stopId": "LENOTRE",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239732"
}
}
},
{
"id": "trip:4030",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579477"
},
"departure": {
"time": "1768579477"
},
"stopId": "DAUTEL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579780"
},
"departure": {
"time": "1768579780"
},
"stopId": "FRESNAIE",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580156"
},
"departure": {
"time": "1768580156"
},
"stopId": "JUSTICES",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580260"
},
"departure": {
"time": "1768580260"
},
"stopId": "MILLOT.",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580673"
},
"departure": {
"time": "1768580673"
},
"stopId": "ANLEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580782"
},
"departure": {
"time": "1768580782"
},
"stopId": "PATNOIRE",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581040"
},
"departure": {
"time": "1768581040"
},
"stopId": "GROESPLA",
"stopSequence": 23
}
],
"trip": {
"directionId": 0,
"routeId": "40",
"tripId": "4030"
}
}
},
{
"id": "trip:4029",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579590"
},
"departure": {
"time": "1768579590"
},
"stopId": "MILLOT-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579651"
},
"departure": {
"time": "1768579651"
},
"stopId": "JUSTIC-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579858"
},
"departure": {
"time": "1768579858"
},
"stopId": "FRESNA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580010"
},
"departure": {
"time": "1768580010"
},
"stopId": "DAUTEL",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580250"
},
"departure": {
"time": "1768580250"
},
"stopId": "MAIRTR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580310"
},
"departure": {
"time": "1768580310"
},
"stopId": "TRELCH-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580430"
},
"departure": {
"time": "1768580430"
},
"stopId": "BRAINN-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580498"
},
"departure": {
"time": "1768580498"
},
"stopId": "BRAIBO-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580548"
},
"departure": {
"time": "1768580548"
},
"stopId": "BUISBE-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580646"
},
"departure": {
"time": "1768580646"
},
"stopId": "BRAI8M-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580711"
},
"departure": {
"time": "1768580711"
},
"stopId": "AZEMA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580790"
},
"departure": {
"time": "1768580790"
},
"stopId": "BRAICO-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580876"
},
"departure": {
"time": "1768580876"
},
"stopId": "ANDAMA-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580924"
},
"departure": {
"time": "1768580924"
},
"stopId": "RESTLA-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580972"
},
"departure": {
"time": "1768580972"
},
"stopId": "ANDALA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581030"
},
"departure": {
"time": "1768581030"
},
"stopId": "JDELAV-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581303"
},
"departure": {
"time": "1768581303"
},
"stopId": "CORNCR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581365"
},
"departure": {
"time": "1768581365"
},
"stopId": "CORNMA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581450"
},
"departure": {
"time": "1768581450"
},
"stopId": "ROYALE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581630"
},
"departure": {
"time": "1768581630"
},
"stopId": "BOISEP-E",
"stopSequence": 21
}
],
"trip": {
"directionId": 1,
"routeId": "40",
"tripId": "4029"
}
}
},
{
"id": "trip:6240169",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580940"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580979"
},
"departure": {
"time": "1768580979"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581019"
},
"departure": {
"time": "1768581019"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581073"
},
"departure": {
"time": "1768581073"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581143"
},
"departure": {
"time": "1768581143"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581223"
},
"departure": {
"time": "1768581223"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581285"
},
"departure": {
"time": "1768581285"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581324"
},
"departure": {
"time": "1768581324"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581391"
},
"departure": {
"time": "1768581391"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581444"
},
"departure": {
"time": "1768581444"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581481"
},
"departure": {
"time": "1768581481"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581546"
},
"departure": {
"time": "1768581546"
},
"stopId": "GRANDMON",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "CLINIQUE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581643"
},
"departure": {
"time": "1768581643"
},
"stopId": "VALOR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581675"
},
"departure": {
"time": "1768581675"
},
"stopId": "MEIGNANN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581743"
},
"departure": {
"time": "1768581743"
},
"stopId": "REVERIES",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581798"
},
"departure": {
"time": "1768581798"
},
"stopId": "POMONE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581888"
},
"departure": {
"time": "1768581888"
},
"stopId": "CIOUEST",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581930"
},
"departure": {
"time": "1768581930"
},
"stopId": "CLEMENCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "DESCAZ-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582099"
},
"departure": {
"time": "1768582099"
},
"stopId": "HOTDIEU",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582140"
},
"departure": {
"time": "1768582140"
},
"stopId": "ROCHEFOU",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582403"
},
"departure": {
"time": "1768582403"
},
"stopId": "STSERGEU",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582840"
},
"departure": {
"time": "1768582840"
},
"stopId": "MENDESFR",
"stopSequence": 27
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583100"
},
"stopId": "FO-LOR-R",
"stopSequence": 28
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240169"
}
}
},
{
"id": "trip:20103",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579456"
},
"departure": {
"time": "0"
},
"stopId": "LESTOU-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579640"
},
"departure": {
"time": "1768579640"
},
"stopId": "MAROTTIE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579759"
},
"departure": {
"time": "1768579759"
},
"stopId": "MASSON",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579820"
},
"departure": {
"time": "1768579820"
},
"stopId": "RONCERAY",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "201",
"tripId": "20103"
}
}
},
{
"id": "trip:6238206",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579485"
},
"departure": {
"time": "1768579485"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579529"
},
"departure": {
"time": "1768579529"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579576"
},
"departure": {
"time": "1768579576"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579616"
},
"departure": {
"time": "1768579616"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579746"
},
"departure": {
"time": "1768579746"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579933"
},
"departure": {
"time": "1768579933"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579989"
},
"departure": {
"time": "1768579989"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580046"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238206"
}
}
},
{
"id": "trip:3224",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579491"
},
"departure": {
"time": "1768579491"
},
"stopId": "BRISEPOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579669"
},
"departure": {
"time": "1768579669"
},
"stopId": "LUTIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580000"
},
"departure": {
"time": "1768580000"
},
"stopId": "HDVSUB",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "32",
"tripId": "3224"
}
}
},
{
"id": "trip:6238279",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579382"
},
"departure": {
"time": "1768579413"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579472"
},
"departure": {
"time": "1768579488"
},
"stopId": "LEFEVRE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579551"
},
"departure": {
"time": "1768579551"
},
"stopId": "MALAQUAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579610"
},
"departure": {
"time": "1768579610"
},
"stopId": "MENARD",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579655"
},
"departure": {
"time": "1768579655"
},
"stopId": "CHOUTEAU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579725"
},
"departure": {
"time": "1768579725"
},
"stopId": "FRESNAIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579810"
},
"departure": {
"time": "1768579810"
},
"stopId": "MARAIS",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579871"
},
"departure": {
"time": "1768579871"
},
"stopId": "BELLVUTR",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579920"
},
"departure": {
"time": "1768579920"
},
"stopId": "LEOLAGRA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579983"
},
"departure": {
"time": "1768579983"
},
"stopId": "VDLOIRE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580090"
},
"departure": {
"time": "1768580090"
},
"stopId": "ECLATERI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580214"
},
"departure": {
"time": "1768580214"
},
"stopId": "JUSTICES",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580259"
},
"departure": {
"time": "1768580259"
},
"stopId": "DELACROI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580422"
},
"departure": {
"time": "1768580422"
},
"stopId": "MADELEIN",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580477"
},
"departure": {
"time": "1768580477"
},
"stopId": "VOLNEY",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580641"
},
"departure": {
"time": "1768580641"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "ANLEROY",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580984"
},
"departure": {
"time": "1768580984"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581097"
},
"departure": {
"time": "1768581097"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581240"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238279"
}
}
},
{
"id": "trip:6238291",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581033"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581055"
},
"departure": {
"time": "1768581055"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581093"
},
"departure": {
"time": "1768581093"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581213"
},
"departure": {
"time": "1768581213"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581301"
},
"departure": {
"time": "1768581301"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581340"
},
"departure": {
"time": "1768581340"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581388"
},
"departure": {
"time": "1768581388"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581441"
},
"departure": {
"time": "1768581441"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581573"
},
"departure": {
"time": "1768581573"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BUISSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581633"
},
"departure": {
"time": "1768581633"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579459"
},
"departure": {
"time": "1768579459"
},
"stopId": "MADELEIN",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579496"
},
"departure": {
"time": "1768579496"
},
"stopId": "VOLNEY",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579675"
},
"departure": {
"time": "1768579675"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579749"
},
"departure": {
"time": "1768579749"
},
"stopId": "ANLEROY",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580033"
},
"departure": {
"time": "1768580033"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580120"
},
"departure": {
"time": "1768580120"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580263"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238291"
}
}
},
{
"id": "trip:6239908",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579405"
},
"departure": {
"time": "1768579428"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579472"
},
"departure": {
"time": "1768579488"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579502"
},
"departure": {
"time": "1768579502"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579547"
},
"departure": {
"time": "1768579547"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579619"
},
"departure": {
"time": "1768579619"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579655"
},
"departure": {
"time": "1768579655"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579696"
},
"departure": {
"time": "1768579696"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579761"
},
"departure": {
"time": "1768579761"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579856"
},
"departure": {
"time": "1768579856"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579924"
},
"departure": {
"time": "1768579924"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580224"
},
"departure": {
"time": "1768580224"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580289"
},
"departure": {
"time": "1768580289"
},
"stopId": "ACADEMIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580360"
},
"departure": {
"time": "1768580360"
},
"stopId": "GBREM-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580472"
},
"departure": {
"time": "1768580472"
},
"stopId": "GARETERM",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580523"
},
"departure": {
"time": "1768580523"
},
"stopId": "LESGARES",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580675"
},
"departure": {
"time": "1768580675"
},
"stopId": "HARAS",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "STAUBIN",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580823"
},
"departure": {
"time": "1768580823"
},
"stopId": "LOR-FO-A",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581046"
},
"departure": {
"time": "1768581046"
},
"stopId": "MENDES-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581240"
},
"departure": {
"time": "1768581240"
},
"stopId": "SAVARY-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581295"
},
"departure": {
"time": "1768581295"
},
"stopId": "MUSSET-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581414"
},
"departure": {
"time": "1768581414"
},
"stopId": "LUTIN-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581480"
},
"departure": {
"time": "1768581480"
},
"stopId": "MACE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581523"
},
"departure": {
"time": "1768581523"
},
"stopId": "DESJAR-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "BRISEP-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581701"
},
"departure": {
"time": "1768581701"
},
"stopId": "MIMOSA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581751"
},
"departure": {
"time": "1768581751"
},
"stopId": "CHATEN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581863"
},
"departure": {
"time": "1768581863"
},
"stopId": "SOLELE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581904"
},
"departure": {
"time": "1768581904"
},
"stopId": "SEPSON-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "BANCST-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582082"
},
"departure": {
"time": "1768582082"
},
"stopId": "RTEPAR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582175"
},
"departure": {
"time": "1768582175"
},
"stopId": "PROVIN-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582320"
},
"stopId": "PARCEX-E",
"stopSequence": 37
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239908"
}
}
},
{
"id": "trip:6239128",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579442"
},
"departure": {
"time": "1768579473"
},
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579531"
},
"departure": {
"time": "1768579531"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579576"
},
"departure": {
"time": "1768579576"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579668"
},
"departure": {
"time": "1768579668"
},
"stopId": "RAMON",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579867"
},
"departure": {
"time": "1768579867"
},
"stopId": "BESNARDI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579951"
},
"departure": {
"time": "1768579951"
},
"stopId": "TALET",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580130"
},
"departure": {
"time": "1768580130"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580354"
},
"departure": {
"time": "1768580354"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580418"
},
"departure": {
"time": "1768580418"
},
"stopId": "STAUBI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580466"
},
"departure": {
"time": "1768580466"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580594"
},
"departure": {
"time": "1768580594"
},
"stopId": "LESGAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580733"
},
"departure": {
"time": "1768580733"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580769"
},
"departure": {
"time": "1768580769"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580930"
},
"departure": {
"time": "1768580930"
},
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "FREMUR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581274"
},
"departure": {
"time": "1768581274"
},
"stopId": "LETAND-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581344"
},
"departure": {
"time": "1768581344"
},
"stopId": "BEAUVA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581454"
},
"departure": {
"time": "1768581454"
},
"stopId": "LORETT-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581517"
},
"departure": {
"time": "1768581517"
},
"stopId": "MORELI-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581615"
},
"departure": {
"time": "1768581615"
},
"stopId": "DELATR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581724"
},
"departure": {
"time": "1768581724"
},
"stopId": "HAUTPR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581894"
},
"departure": {
"time": "1768581894"
},
"stopId": "INTMIL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582054"
},
"departure": {
"time": "1768582054"
},
"stopId": "DELACR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582163"
},
"departure": {
"time": "1768582163"
},
"stopId": "JUSTIC-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582257"
},
"departure": {
"time": "1768582257"
},
"stopId": "ECLATE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582322"
},
"departure": {
"time": "1768582322"
},
"stopId": "VDLOIR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581808"
},
"departure": {
"time": "1768581808"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581864"
},
"departure": {
"time": "1768581864"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581951"
},
"departure": {
"time": "1768581951"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581984"
},
"departure": {
"time": "1768581984"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582404"
},
"departure": {
"time": "1768582404"
},
"stopId": "DAGUER-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582468"
},
"departure": {
"time": "1768582468"
},
"stopId": "ALLUME-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582531"
},
"departure": {
"time": "1768582531"
},
"stopId": "RIOTTE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582696"
},
"departure": {
"time": "1768582696"
},
"stopId": "MALAQU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582734"
},
"departure": {
"time": "1768582734"
},
"stopId": "LEFEVR-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582301"
},
"departure": {
"time": "1768582301"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOURSE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582344"
},
"departure": {
"time": "1768582344"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORLON-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768582796"
},
"departure": {
"time": "1768582796"
},
"stopId": "PYRAM2-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582905"
},
"departure": {
"time": "1768582905"
},
"stopId": "BUISSO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582936"
},
"departure": {
"time": "1768582936"
},
"stopId": "DAUTEL-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582993"
},
"departure": {
"time": "1768582993"
},
"stopId": "GENTR-E",
"stopSequence": 56
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6239128"
}
}
},
{
"id": "trip:6238202",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579438"
},
"departure": {
"time": "1768579438"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579572"
},
"departure": {
"time": "1768579572"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579651"
},
"departure": {
"time": "1768579651"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579737"
},
"departure": {
"time": "1768579737"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579785"
},
"departure": {
"time": "1768579785"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579854"
},
"departure": {
"time": "1768579854"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579891"
},
"departure": {
"time": "1768579891"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579967"
},
"departure": {
"time": "1768579967"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580017"
},
"departure": {
"time": "1768580017"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580181"
},
"departure": {
"time": "1768580181"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580254"
},
"departure": {
"time": "1768580254"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580304"
},
"departure": {
"time": "1768580304"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580346"
},
"departure": {
"time": "1768580346"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580437"
},
"departure": {
"time": "1768580437"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580624"
},
"departure": {
"time": "1768580624"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580680"
},
"departure": {
"time": "1768580680"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580737"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238202"
}
}
},
{
"id": "trip:6239777",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579565"
},
"departure": {
"time": "1768579565"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579618"
},
"departure": {
"time": "1768579618"
},
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579757"
},
"departure": {
"time": "1768579757"
},
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579864"
},
"departure": {
"time": "1768579864"
},
"stopId": "BREMON-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579876"
},
"departure": {
"time": "1768579876"
},
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579941"
},
"departure": {
"time": "1768579941"
},
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580116"
},
"departure": {
"time": "1768580116"
},
"stopId": "COEURM-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580196"
},
"departure": {
"time": "1768580196"
},
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580287"
},
"departure": {
"time": "1768580287"
},
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580478"
},
"departure": {
"time": "1768580478"
},
"stopId": "MONPRO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580578"
},
"departure": {
"time": "1768580578"
},
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580647"
},
"departure": {
"time": "1768580647"
},
"stopId": "FARCSJ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580756"
},
"departure": {
"time": "1768580756"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580838"
},
"departure": {
"time": "1768580838"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580893"
},
"departure": {
"time": "1768580893"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580959"
},
"departure": {
"time": "1768580959"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581078"
},
"departure": {
"time": "1768581078"
},
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581149"
},
"departure": {
"time": "1768581149"
},
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581204"
},
"departure": {
"time": "1768581204"
},
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581318"
},
"departure": {
"time": "1768581318"
},
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581366"
},
"departure": {
"time": "1768581366"
},
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581397"
},
"departure": {
"time": "1768581397"
},
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581435"
},
"departure": {
"time": "1768581435"
},
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581484"
},
"departure": {
"time": "1768581484"
},
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581526"
},
"departure": {
"time": "1768581526"
},
"stopId": "LANDRE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581638"
},
"departure": {
"time": "1768581638"
},
"stopId": "BRGPAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581667"
},
"departure": {
"time": "1768581667"
},
"stopId": "RODIN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581702"
},
"departure": {
"time": "1768581702"
},
"stopId": "GRANBE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581747"
},
"departure": {
"time": "1768581747"
},
"stopId": "PROME-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768581798"
},
"departure": {
"time": "1768581798"
},
"stopId": "CERFEU-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768581865"
},
"departure": {
"time": "1768581865"
},
"stopId": "LASOUR-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768581927"
},
"departure": {
"time": "1768581927"
},
"stopId": "ROUAIR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768581998"
},
"departure": {
"time": "1768581998"
},
"stopId": "VAURAG-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768582048"
},
"departure": {
"time": "1768582048"
},
"stopId": "PRIEUR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768582089"
},
"departure": {
"time": "1768582089"
},
"stopId": "GRANPI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768582116"
},
"departure": {
"time": "1768582116"
},
"stopId": "PINSON-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768582160"
},
"departure": {
"time": "1768582160"
},
"stopId": "FAUVET-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768582218"
},
"stopId": "BEAUCOUZ",
"stopSequence": 65
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239777"
}
}
},
{
"id": "trip:6240172",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579640"
},
"departure": {
"time": "1768579640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579872"
},
"departure": {
"time": "1768579872"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579971"
},
"departure": {
"time": "1768579971"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580230"
},
"departure": {
"time": "1768580230"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580300"
},
"departure": {
"time": "1768580300"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POMONE-E",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240172"
}
}
},
{
"id": "trip:6238550",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579980"
},
"stopId": "DARWIN",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580100"
},
"departure": {
"time": "1768580100"
},
"stopId": "CNFPT-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580591"
},
"departure": {
"time": "1768580591"
},
"stopId": "ACADEMIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580669"
},
"departure": {
"time": "1768580669"
},
"stopId": "GBREM-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580760"
},
"stopId": "GAREPAPI",
"stopSequence": 5
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6238550"
}
}
},
{
"id": "trip:6052319",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579620"
},
"stopId": "STSYCHVE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579690"
},
"departure": {
"time": "1768579690"
},
"stopId": "GAUGUIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"stopId": "ANBRUEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579844"
},
"departure": {
"time": "1768579844"
},
"stopId": "FRANCA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579857"
},
"departure": {
"time": "1768579857"
},
"stopId": "FRANCAIS",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579910"
},
"departure": {
"time": "1768579910"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LECLSY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580073"
},
"departure": {
"time": "1768580073"
},
"stopId": "UNION",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580125"
},
"departure": {
"time": "1768580125"
},
"stopId": "CHABLANC",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580177"
},
"departure": {
"time": "1768580177"
},
"stopId": "BASMORTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580234"
},
"departure": {
"time": "1768580234"
},
"stopId": "MILLARDI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580253"
},
"departure": {
"time": "1768580253"
},
"stopId": "CARREAUX",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580534"
},
"departure": {
"time": "1768580534"
},
"stopId": "PARCEXPO",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580679"
},
"departure": {
"time": "1768580679"
},
"stopId": "PROVINS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580777"
},
"departure": {
"time": "1768580777"
},
"stopId": "RTEPARIS",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580894"
},
"departure": {
"time": "1768580894"
},
"stopId": "SEPSONET",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581068"
},
"departure": {
"time": "1768581068"
},
"stopId": "CHATENAY",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581237"
},
"departure": {
"time": "1768581237"
},
"stopId": "BRISEPOT",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581639"
},
"departure": {
"time": "1768581639"
},
"stopId": "CLEMOINE",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581794"
},
"stopId": "HDVSUB",
"stopSequence": 20
}
],
"trip": {
"directionId": 0,
"routeId": "25",
"tripId": "6052319"
}
}
},
{
"id": "trip:6238897",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579399"
},
"departure": {
"time": "1768579445"
},
"stopId": "PCOUBE-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1768579459"
},
"departure": {
"time": "1768579459"
},
"stopId": "AROBA-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1768579580"
},
"departure": {
"time": "1768579580"
},
"stopId": "LANGLA-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1768579738"
},
"departure": {
"time": "1768579738"
},
"stopId": "MONTAI-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1768579870"
},
"departure": {
"time": "1768579870"
},
"stopId": "JERUSA-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1768579927"
},
"departure": {
"time": "1768579927"
},
"stopId": "DAGNET-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1768579965"
},
"departure": {
"time": "1768579965"
},
"stopId": "GILLIE-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1768580045"
},
"departure": {
"time": "1768580045"
},
"stopId": "ISORET-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1768580137"
},
"departure": {
"time": "1768580137"
},
"stopId": "VANDE-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1768580197"
},
"departure": {
"time": "1768580197"
},
"stopId": "ORMEAU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1768580228"
},
"departure": {
"time": "1768580228"
},
"stopId": "CRBLAN-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1768580293"
},
"departure": {
"time": "1768580293"
},
"stopId": "CHATEL-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1768580351"
},
"departure": {
"time": "1768580351"
},
"stopId": "BANCHA-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1768580414"
},
"departure": {
"time": "1768580414"
},
"stopId": "JARDF-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1768580454"
},
"departure": {
"time": "1768580454"
},
"stopId": "SAILLE-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1768580531"
},
"stopId": "SAUBIN",
"stopSequence": 82
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6238897"
}
}
},
{
"id": "trip:6239491",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579500"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579571"
},
"departure": {
"time": "1768579571"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579640"
},
"departure": {
"time": "1768579640"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579739"
},
"departure": {
"time": "1768579739"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579834"
},
"departure": {
"time": "1768579834"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580145"
},
"departure": {
"time": "1768580145"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580252"
},
"departure": {
"time": "1768580252"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580466"
},
"departure": {
"time": "1768580466"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580603"
},
"departure": {
"time": "1768580603"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580658"
},
"departure": {
"time": "1768580658"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580702"
},
"departure": {
"time": "1768580702"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580793"
},
"departure": {
"time": "1768580793"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580899"
},
"departure": {
"time": "1768580899"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581096"
},
"departure": {
"time": "1768581096"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581198"
},
"departure": {
"time": "1768581198"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581320"
},
"departure": {
"time": "1768581320"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581420"
},
"departure": {
"time": "1768581420"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581476"
},
"departure": {
"time": "1768581476"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581692"
},
"departure": {
"time": "1768581692"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581775"
},
"departure": {
"time": "1768581775"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581840"
},
"departure": {
"time": "1768581900"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582031"
},
"departure": {
"time": "1768582031"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582090"
},
"departure": {
"time": "1768582090"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582215"
},
"departure": {
"time": "1768582215"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582374"
},
"departure": {
"time": "1768582374"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582431"
},
"departure": {
"time": "1768582431"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582480"
},
"departure": {
"time": "1768582480"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582548"
},
"departure": {
"time": "1768582548"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582695"
},
"departure": {
"time": "1768582695"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582732"
},
"departure": {
"time": "1768582732"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582761"
},
"departure": {
"time": "1768582761"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582821"
},
"departure": {
"time": "1768582821"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582877"
},
"departure": {
"time": "1768582877"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582971"
},
"departure": {
"time": "1768582971"
},
"stopId": "MONTCA-E",
"stopSequence": 41
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239491"
}
}
},
{
"id": "trip:6239774",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579388"
},
"departure": {
"time": "1768579388"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579415"
},
"departure": {
"time": "1768579415"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579521"
},
"departure": {
"time": "1768579521"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579577"
},
"departure": {
"time": "1768579577"
},
"scheduleRelationship": "SKIPPED",
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579653"
},
"departure": {
"time": "1768579653"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579706"
},
"departure": {
"time": "1768579706"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579765"
},
"departure": {
"time": "1768579765"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579821"
},
"departure": {
"time": "1768579821"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579876"
},
"departure": {
"time": "1768579876"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579930"
},
"departure": {
"time": "1768579930"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579996"
},
"departure": {
"time": "1768579996"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580071"
},
"departure": {
"time": "1768580071"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580130"
},
"departure": {
"time": "1768580130"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580181"
},
"departure": {
"time": "1768580181"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580271"
},
"departure": {
"time": "1768580271"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580375"
},
"departure": {
"time": "1768580375"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARCEAU",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580537"
},
"departure": {
"time": "1768580537"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580657"
},
"departure": {
"time": "1768580657"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTAIG",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579678"
},
"departure": {
"time": "1768579678"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579418"
},
"departure": {
"time": "1768579434"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579573"
},
"departure": {
"time": "1768579573"
},
"stopId": "COEURM-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579643"
},
"departure": {
"time": "1768579643"
},
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579890"
},
"departure": {
"time": "1768579890"
},
"stopId": "MONPRO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579990"
},
"departure": {
"time": "1768579990"
},
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580161"
},
"departure": {
"time": "1768580161"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580237"
},
"departure": {
"time": "1768580237"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580292"
},
"departure": {
"time": "1768580292"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580358"
},
"departure": {
"time": "1768580358"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580477"
},
"departure": {
"time": "1768580477"
},
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580548"
},
"departure": {
"time": "1768580548"
},
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580603"
},
"departure": {
"time": "1768580603"
},
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580717"
},
"departure": {
"time": "1768580717"
},
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580765"
},
"departure": {
"time": "1768580765"
},
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580796"
},
"departure": {
"time": "1768580796"
},
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580830"
},
"departure": {
"time": "1768580830"
},
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580874"
},
"departure": {
"time": "1768580874"
},
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580912"
},
"departure": {
"time": "1768580912"
},
"stopId": "LANDRE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581013"
},
"departure": {
"time": "1768581013"
},
"stopId": "BRGPAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581044"
},
"departure": {
"time": "1768581044"
},
"stopId": "RODIN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581081"
},
"departure": {
"time": "1768581081"
},
"stopId": "GRANBE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581128"
},
"departure": {
"time": "1768581128"
},
"stopId": "PROME-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768581181"
},
"departure": {
"time": "1768581181"
},
"stopId": "CERFEU-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768581248"
},
"departure": {
"time": "1768581248"
},
"stopId": "LASOUR-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768581310"
},
"departure": {
"time": "1768581310"
},
"stopId": "ROUAIR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768581381"
},
"departure": {
"time": "1768581381"
},
"stopId": "VAURAG-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581431"
},
"departure": {
"time": "1768581431"
},
"stopId": "PRIEUR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768581472"
},
"departure": {
"time": "1768581472"
},
"stopId": "GRANPI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581499"
},
"departure": {
"time": "1768581499"
},
"stopId": "PINSON-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768581543"
},
"departure": {
"time": "1768581543"
},
"stopId": "FAUVET-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768581601"
},
"stopId": "BEAUCOUZ",
"stopSequence": 65
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239774"
}
}
},
{
"id": "trip:6239140",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579385"
},
"departure": {
"time": "1768579465"
},
"stopId": "GAREPAPI",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579754"
},
"departure": {
"time": "1768579754"
},
"stopId": "HARAS",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579852"
},
"departure": {
"time": "1768579852"
},
"stopId": "STAUBIN",
"stopSequence": 38
},
{
"arrival": {
"time": "1768579944"
},
"departure": {
"time": "1768579944"
},
"stopId": "LORRAIN1",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580058"
},
"departure": {
"time": "1768580058"
},
"stopId": "MENDES-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580208"
},
"departure": {
"time": "1768580208"
},
"stopId": "TALET-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580475"
},
"departure": {
"time": "1768580475"
},
"stopId": "RAMON-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768579767"
},
"departure": {
"time": "1768579767"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768579920"
},
"departure": {
"time": "1768579920"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACEN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580085"
},
"departure": {
"time": "1768580085"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOU-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580190"
},
"departure": {
"time": "1768580190"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580597"
},
"departure": {
"time": "1768580597"
},
"stopId": "RBRIOL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580640"
},
"departure": {
"time": "1768580640"
},
"stopId": "NOZAY-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580717"
},
"departure": {
"time": "1768580717"
},
"stopId": "AUVERG-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580781"
},
"departure": {
"time": "1768580781"
},
"stopId": "SAVOIE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580869"
},
"departure": {
"time": "1768580869"
},
"stopId": "INDUST-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580941"
},
"departure": {
"time": "1768580941"
},
"stopId": "HOTELL-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581173"
},
"departure": {
"time": "1768581173"
},
"stopId": "RTEPAR-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768581265"
},
"stopId": "PROVIN-E",
"stopSequence": 57
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6239140"
}
}
},
{
"id": "trip:6052321",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581480"
},
"stopId": "STSYCHVE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581550"
},
"departure": {
"time": "1768581550"
},
"stopId": "GAUGUIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "ANBRUEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581704"
},
"departure": {
"time": "1768581704"
},
"stopId": "FRANCA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581717"
},
"departure": {
"time": "1768581717"
},
"stopId": "FRANCAIS",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581770"
},
"departure": {
"time": "1768581770"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LECLSY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581933"
},
"departure": {
"time": "1768581933"
},
"stopId": "UNION",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581985"
},
"departure": {
"time": "1768581985"
},
"stopId": "CHABLANC",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582037"
},
"departure": {
"time": "1768582037"
},
"stopId": "BASMORTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582094"
},
"departure": {
"time": "1768582094"
},
"stopId": "MILLARDI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582109"
},
"departure": {
"time": "1768582109"
},
"stopId": "CARREAUX",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582334"
},
"departure": {
"time": "1768582334"
},
"stopId": "PARCEXPO",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582456"
},
"departure": {
"time": "1768582456"
},
"stopId": "PROVINS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582539"
},
"departure": {
"time": "1768582539"
},
"stopId": "RTEPARIS",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582636"
},
"departure": {
"time": "1768582636"
},
"stopId": "SEPSONET",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582787"
},
"departure": {
"time": "1768582787"
},
"stopId": "CHATENAY",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582934"
},
"departure": {
"time": "1768582934"
},
"stopId": "BRISEPOT",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "25",
"tripId": "6052321"
}
}
},
{
"id": "trip:6239530",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579436"
},
"departure": {
"time": "1768579436"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579550"
},
"departure": {
"time": "1768579550"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579584"
},
"departure": {
"time": "1768579584"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579680"
},
"departure": {
"time": "1768579680"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579790"
},
"departure": {
"time": "1768579790"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579871"
},
"departure": {
"time": "1768579871"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580003"
},
"departure": {
"time": "1768580003"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580078"
},
"departure": {
"time": "1768580078"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580313"
},
"departure": {
"time": "1768580313"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580448"
},
"departure": {
"time": "1768580448"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580548"
},
"departure": {
"time": "1768580548"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580687"
},
"departure": {
"time": "1768580687"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580796"
},
"departure": {
"time": "1768580796"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580966"
},
"departure": {
"time": "1768580966"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581151"
},
"departure": {
"time": "1768581151"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581206"
},
"departure": {
"time": "1768581206"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581332"
},
"departure": {
"time": "1768581332"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581477"
},
"departure": {
"time": "1768581477"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768581585"
},
"departure": {
"time": "1768581585"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581686"
},
"departure": {
"time": "1768581686"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581806"
},
"departure": {
"time": "1768581806"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581905"
},
"departure": {
"time": "1768581905"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581982"
},
"departure": {
"time": "1768581982"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768582026"
},
"departure": {
"time": "1768582026"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582085"
},
"departure": {
"time": "1768582085"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768582432"
},
"departure": {
"time": "1768582432"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1768582521"
},
"departure": {
"time": "1768582521"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1768582822"
},
"departure": {
"time": "1768582822"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1768582899"
},
"departure": {
"time": "1768582899"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1768582965"
},
"departure": {
"time": "1768582965"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1768583120"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239530"
}
}
},
{
"id": "trip:6238995",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579492"
},
"departure": {
"time": "1768579492"
},
"stopId": "STAUBI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579544"
},
"departure": {
"time": "1768579544"
},
"stopId": "HARAS-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579683"
},
"departure": {
"time": "1768579683"
},
"stopId": "LESGAR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579796"
},
"departure": {
"time": "1768579796"
},
"stopId": "SEMARD-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579844"
},
"departure": {
"time": "1768579844"
},
"stopId": "PONTNO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579939"
},
"departure": {
"time": "1768579939"
},
"stopId": "POIREL-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580058"
},
"departure": {
"time": "1768580058"
},
"stopId": "FREMUR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580282"
},
"departure": {
"time": "1768580282"
},
"stopId": "LETAND-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580319"
},
"departure": {
"time": "1768580319"
},
"stopId": "BEDIER-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580357"
},
"departure": {
"time": "1768580357"
},
"stopId": "INTREP-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580394"
},
"departure": {
"time": "1768580394"
},
"stopId": "MTARDA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580439"
},
"departure": {
"time": "1768580439"
},
"stopId": "AUBRY-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580498"
},
"departure": {
"time": "1768580498"
},
"stopId": "COSSE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580572"
},
"departure": {
"time": "1768580572"
},
"stopId": "HUTREA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580596"
},
"departure": {
"time": "1768580596"
},
"stopId": "JOLIVE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580660"
},
"departure": {
"time": "1768580660"
},
"stopId": "BELOEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580702"
},
"departure": {
"time": "1768580702"
},
"stopId": "RTEDAN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580753"
},
"departure": {
"time": "1768580753"
},
"stopId": "LESROS-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580836"
},
"departure": {
"time": "1768580836"
},
"stopId": "LOUPIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580910"
},
"departure": {
"time": "1768580910"
},
"stopId": "MASGEM-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580962"
},
"departure": {
"time": "1768580962"
},
"stopId": "HOSGEM-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581034"
},
"departure": {
"time": "1768581034"
},
"stopId": "CLOS9-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581086"
},
"departure": {
"time": "1768581086"
},
"stopId": "VANRIE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581195"
},
"departure": {
"time": "1768581195"
},
"stopId": "PORTSG-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "LECHEN-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768581242"
},
"stopId": "ROMORNA",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6238995"
}
}
},
{
"id": "trip:6239952",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579561"
},
"departure": {
"time": "1768579561"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579631"
},
"departure": {
"time": "1768579631"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579696"
},
"departure": {
"time": "1768579696"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579764"
},
"departure": {
"time": "1768579764"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768579806"
},
"departure": {
"time": "1768579806"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579847"
},
"departure": {
"time": "1768579847"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579898"
},
"departure": {
"time": "1768579898"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579964"
},
"departure": {
"time": "1768579964"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580003"
},
"departure": {
"time": "1768580003"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580090"
},
"departure": {
"time": "1768580090"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580134"
},
"departure": {
"time": "1768580134"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580204"
},
"departure": {
"time": "1768580204"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580324"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239952"
}
}
},
{
"id": "trip:6239062",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580700"
},
"stopId": "ROMORNA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580792"
},
"departure": {
"time": "1768580792"
},
"stopId": "LECHENE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580818"
},
"departure": {
"time": "1768580818"
},
"stopId": "PORTSG",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580863"
},
"departure": {
"time": "1768580863"
},
"stopId": "VANRIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580927"
},
"departure": {
"time": "1768580927"
},
"stopId": "CLOSNEUF",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580991"
},
"departure": {
"time": "1768580991"
},
"stopId": "HOSGEMME",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581041"
},
"departure": {
"time": "1768581041"
},
"stopId": "MASGEMME",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581106"
},
"departure": {
"time": "1768581106"
},
"stopId": "LOUPINO",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581181"
},
"departure": {
"time": "1768581181"
},
"stopId": "LESROSES",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581240"
},
"departure": {
"time": "1768581240"
},
"stopId": "RTEDANGE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581266"
},
"departure": {
"time": "1768581266"
},
"stopId": "BELOEIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581336"
},
"departure": {
"time": "1768581336"
},
"stopId": "JOLIVETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581361"
},
"departure": {
"time": "1768581361"
},
"stopId": "HUTREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581441"
},
"departure": {
"time": "1768581441"
},
"stopId": "COSSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581484"
},
"departure": {
"time": "1768581484"
},
"stopId": "AUBRY",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581542"
},
"departure": {
"time": "1768581542"
},
"stopId": "MTARDAT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581577"
},
"departure": {
"time": "1768581577"
},
"stopId": "INTREPID",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581620"
},
"departure": {
"time": "1768581620"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581859"
},
"departure": {
"time": "1768581859"
},
"stopId": "FREMUR",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581922"
},
"departure": {
"time": "1768581922"
},
"stopId": "VAUBAN",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581966"
},
"departure": {
"time": "1768581966"
},
"stopId": "POIREL",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582044"
},
"departure": {
"time": "1768582044"
},
"stopId": "PONTNOIR",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582095"
},
"departure": {
"time": "1768582095"
},
"stopId": "SEMARD",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582140"
},
"departure": {
"time": "1768582140"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582457"
},
"departure": {
"time": "1768582457"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582547"
},
"departure": {
"time": "1768582547"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582680"
},
"departure": {
"time": "1768582740"
},
"stopId": "LOHUIT",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582911"
},
"departure": {
"time": "1768582911"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768583001"
},
"departure": {
"time": "1768583001"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768583079"
},
"departure": {
"time": "1768583079"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6239062"
}
}
},
{
"id": "trip:6237553",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581020"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581126"
},
"departure": {
"time": "1768581126"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581250"
},
"departure": {
"time": "1768581250"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581334"
},
"departure": {
"time": "1768581334"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581432"
},
"departure": {
"time": "1768581432"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581546"
},
"departure": {
"time": "1768581546"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581730"
},
"departure": {
"time": "1768581730"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581890"
},
"departure": {
"time": "1768581890"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582040"
},
"departure": {
"time": "1768582040"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "1STSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582310"
},
"departure": {
"time": "1768582310"
},
"stopId": "1CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "1CONS",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582533"
},
"departure": {
"time": "1768582533"
},
"stopId": "1MTAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582691"
},
"departure": {
"time": "1768582691"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582770"
},
"departure": {
"time": "1768582770"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582914"
},
"departure": {
"time": "1768582914"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582985"
},
"departure": {
"time": "1768582985"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1768583050"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237553"
}
}
},
{
"id": "trip:6238252",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579800"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579822"
},
"departure": {
"time": "1768579822"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579860"
},
"departure": {
"time": "1768579860"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579980"
},
"departure": {
"time": "1768579980"
},
"stopId": "HMTREL",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580068"
},
"departure": {
"time": "1768580068"
},
"stopId": "CIMTRELA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580107"
},
"departure": {
"time": "1768580107"
},
"stopId": "EGLTRELA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580155"
},
"departure": {
"time": "1768580155"
},
"stopId": "MAIRTREL",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580208"
},
"departure": {
"time": "1768580208"
},
"stopId": "MONTHIBE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "BUISSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580476"
},
"departure": {
"time": "1768580476"
},
"stopId": "LEFEVRE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580511"
},
"departure": {
"time": "1768580511"
},
"stopId": "MALAQUAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580570"
},
"departure": {
"time": "1768580570"
},
"stopId": "MENARD",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580615"
},
"departure": {
"time": "1768580615"
},
"stopId": "CHOUTEAU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580685"
},
"departure": {
"time": "1768580685"
},
"stopId": "FRESNAIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580770"
},
"departure": {
"time": "1768580770"
},
"stopId": "MARAIS",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580831"
},
"departure": {
"time": "1768580831"
},
"stopId": "BELLVUTR",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580880"
},
"departure": {
"time": "1768580880"
},
"stopId": "LEOLAGRA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580943"
},
"departure": {
"time": "1768580943"
},
"stopId": "VDLOIRE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581050"
},
"departure": {
"time": "1768581050"
},
"stopId": "ECLATERI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581174"
},
"departure": {
"time": "1768581174"
},
"stopId": "JUSTICES",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581219"
},
"departure": {
"time": "1768581219"
},
"stopId": "DELACROI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581382"
},
"departure": {
"time": "1768581382"
},
"stopId": "MADELEIN",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581437"
},
"departure": {
"time": "1768581437"
},
"stopId": "VOLNEY",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581601"
},
"departure": {
"time": "1768581601"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "ANLEROY",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581975"
},
"departure": {
"time": "1768581975"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582101"
},
"departure": {
"time": "1768582101"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582260"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238252"
}
}
},
{
"id": "trip:6240189",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582620"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582659"
},
"departure": {
"time": "1768582659"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582699"
},
"departure": {
"time": "1768582699"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582753"
},
"departure": {
"time": "1768582753"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582800"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582823"
},
"departure": {
"time": "1768582823"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582860"
},
"departure": {
"time": "1768582860"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582903"
},
"departure": {
"time": "1768582903"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582965"
},
"departure": {
"time": "1768582965"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768583004"
},
"departure": {
"time": "1768583004"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768583071"
},
"departure": {
"time": "1768583071"
},
"stopId": "BRASSENS",
"stopSequence": 10
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240189"
}
}
},
{
"id": "trip:6239905",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579405"
},
"departure": {
"time": "1768579451"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STAUBIN",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579480"
},
"departure": {
"time": "1768579480"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LOR-FO-A",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579899"
},
"departure": {
"time": "1768579899"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAVARY-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579954"
},
"departure": {
"time": "1768579954"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MUSSET-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580073"
},
"departure": {
"time": "1768580073"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LUTIN-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580139"
},
"departure": {
"time": "1768580139"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MACE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580182"
},
"departure": {
"time": "1768580182"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DESJAR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580259"
},
"departure": {
"time": "1768580259"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BRISEP-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580360"
},
"departure": {
"time": "1768580360"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MIMOSA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580410"
},
"departure": {
"time": "1768580410"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHATEN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580522"
},
"departure": {
"time": "1768580522"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SOLELE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580563"
},
"departure": {
"time": "1768580563"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SEPSON-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580619"
},
"departure": {
"time": "1768580619"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BANCST-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580761"
},
"departure": {
"time": "1768580761"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RTEPAR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580877"
},
"departure": {
"time": "1768580877"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PROVIN-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581067"
},
"stopId": "PARCEX-E",
"stopSequence": 44
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239905"
}
}
},
{
"id": "trip:10503",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579630"
},
"departure": {
"time": "1768579630"
},
"stopId": "BLITOU-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579822"
},
"departure": {
"time": "1768579822"
},
"stopId": "TOURAI-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579903"
},
"departure": {
"time": "1768579903"
},
"stopId": "REUNIE-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580050"
},
"departure": {
"time": "1768580050"
},
"stopId": "LOUDIN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580146"
},
"departure": {
"time": "1768580146"
},
"stopId": "LOTVIL-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580228"
},
"departure": {
"time": "1768580228"
},
"stopId": "BUCHET-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580350"
},
"departure": {
"time": "1768580350"
},
"stopId": "TARTEL-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580462"
},
"departure": {
"time": "1768580462"
},
"stopId": "GRUICH-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580662"
},
"departure": {
"time": "1768580662"
},
"stopId": "CHENAI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580701"
},
"departure": {
"time": "1768580701"
},
"stopId": "GRANMA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580770"
},
"departure": {
"time": "1768580770"
},
"stopId": "DIONNIER",
"stopSequence": 12
}
],
"trip": {
"directionId": 1,
"routeId": "105",
"tripId": "10503"
}
}
},
{
"id": "trip:11203",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579394"
},
"departure": {
"time": "1768579413"
},
"stopId": "HUETTE-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579451"
},
"departure": {
"time": "0"
},
"stopId": "TRELAZE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579491"
},
"departure": {
"time": "1768579491"
},
"stopId": "MALRAUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579541"
},
"departure": {
"time": "1768579541"
},
"stopId": "FMAURIAC",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579605"
},
"departure": {
"time": "1768579605"
},
"stopId": "PEPINIER",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579700"
},
"departure": {
"time": "1768579700"
},
"stopId": "HMTREL",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "112",
"tripId": "11203"
}
}
},
{
"id": "trip:6240177",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579403"
},
"departure": {
"time": "1768579427"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579519"
},
"departure": {
"time": "1768579519"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579613"
},
"departure": {
"time": "1768579613"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579672"
},
"departure": {
"time": "1768579672"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579721"
},
"departure": {
"time": "1768579721"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579912"
},
"departure": {
"time": "1768579912"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580018"
},
"departure": {
"time": "1768580018"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580171"
},
"departure": {
"time": "1768580171"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580256"
},
"departure": {
"time": "1768580256"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580332"
},
"departure": {
"time": "1768580332"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580600"
},
"departure": {
"time": "1768580600"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580699"
},
"departure": {
"time": "1768580699"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580820"
},
"departure": {
"time": "1768580880"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581025"
},
"departure": {
"time": "1768581025"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581290"
},
"departure": {
"time": "1768581290"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581540"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581639"
},
"departure": {
"time": "1768581639"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581780"
},
"departure": {
"time": "1768581780"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581884"
},
"departure": {
"time": "1768581884"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581946"
},
"departure": {
"time": "1768581946"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581992"
},
"departure": {
"time": "1768581992"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768582072"
},
"departure": {
"time": "1768582072"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768582112"
},
"departure": {
"time": "1768582112"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768582140"
},
"departure": {
"time": "1768582140"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582185"
},
"departure": {
"time": "1768582185"
},
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582279"
},
"departure": {
"time": "1768582279"
},
"stopId": "CHMART-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582322"
},
"departure": {
"time": "1768582322"
},
"stopId": "MLYAUT-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582396"
},
"departure": {
"time": "1768582396"
},
"stopId": "BRASSE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582451"
},
"departure": {
"time": "1768582451"
},
"stopId": "BEURRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582507"
},
"departure": {
"time": "1768582507"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582566"
},
"departure": {
"time": "1768582566"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582720"
},
"departure": {
"time": "1768582720"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582784"
},
"departure": {
"time": "1768582784"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582866"
},
"departure": {
"time": "1768582866"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582932"
},
"departure": {
"time": "1768582932"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582980"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240177"
}
}
},
{
"id": "trip:6238633",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579561"
},
"departure": {
"time": "1768579561"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FFAURE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579669"
},
"departure": {
"time": "1768579669"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CARCIT-E",
"stopSequence": 37
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6238633"
}
}
},
{
"id": "trip:6238251",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580340"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580362"
},
"departure": {
"time": "1768580362"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "HMTREL",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580608"
},
"departure": {
"time": "1768580608"
},
"stopId": "CIMTRELA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580647"
},
"departure": {
"time": "1768580647"
},
"stopId": "EGLTRELA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580695"
},
"departure": {
"time": "1768580695"
},
"stopId": "MAIRTREL",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580748"
},
"departure": {
"time": "1768580748"
},
"stopId": "MONTHIBE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580880"
},
"departure": {
"time": "1768580880"
},
"stopId": "BUISSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580940"
},
"departure": {
"time": "1768580940"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581016"
},
"departure": {
"time": "1768581016"
},
"stopId": "LEFEVRE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581051"
},
"departure": {
"time": "1768581051"
},
"stopId": "MALAQUAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581110"
},
"departure": {
"time": "1768581110"
},
"stopId": "MENARD",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581155"
},
"departure": {
"time": "1768581155"
},
"stopId": "CHOUTEAU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581225"
},
"departure": {
"time": "1768581225"
},
"stopId": "FRESNAIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581310"
},
"departure": {
"time": "1768581310"
},
"stopId": "MARAIS",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581371"
},
"departure": {
"time": "1768581371"
},
"stopId": "BELLVUTR",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581420"
},
"departure": {
"time": "1768581420"
},
"stopId": "LEOLAGRA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581483"
},
"departure": {
"time": "1768581483"
},
"stopId": "VDLOIRE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581590"
},
"departure": {
"time": "1768581590"
},
"stopId": "ECLATERI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581714"
},
"departure": {
"time": "1768581714"
},
"stopId": "JUSTICES",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581759"
},
"departure": {
"time": "1768581759"
},
"stopId": "DELACROI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581922"
},
"departure": {
"time": "1768581922"
},
"stopId": "MADELEIN",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581977"
},
"departure": {
"time": "1768581977"
},
"stopId": "VOLNEY",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582141"
},
"departure": {
"time": "1768582141"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "ANLEROY",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582515"
},
"departure": {
"time": "1768582515"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582641"
},
"departure": {
"time": "1768582641"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1768582800"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238251"
}
}
},
{
"id": "trip:6052539",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579532"
},
"departure": {
"time": "1768579532"
},
"stopId": "CHDARR",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579568"
},
"departure": {
"time": "1768579568"
},
"stopId": "ACADEMIE",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579640"
},
"departure": {
"time": "1768579640"
},
"stopId": "GBREM-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579700"
},
"stopId": "GAREPAPI",
"stopSequence": 26
}
],
"trip": {
"directionId": 0,
"routeId": "22",
"tripId": "6052539"
}
}
},
{
"id": "trip:6237385",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579807"
},
"departure": {
"time": "1768579807"
},
"scheduleRelationship": "SKIPPED",
"stopId": "2BASC",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237385"
}
}
},
{
"id": "trip:6240180",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579393"
},
"departure": {
"time": "1768579474"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579580"
},
"departure": {
"time": "1768579580"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579652"
},
"departure": {
"time": "1768579652"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579706"
},
"departure": {
"time": "1768579706"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579799"
},
"departure": {
"time": "1768579799"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768579846"
},
"departure": {
"time": "1768579846"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768579878"
},
"departure": {
"time": "1768579878"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579926"
},
"departure": {
"time": "1768579926"
},
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580026"
},
"departure": {
"time": "1768580026"
},
"stopId": "CHMART-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580071"
},
"departure": {
"time": "1768580071"
},
"stopId": "MLYAUT-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580091"
},
"departure": {
"time": "1768580091"
},
"stopId": "BRASSE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580215"
},
"departure": {
"time": "1768580215"
},
"stopId": "BEURRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580283"
},
"departure": {
"time": "1768580283"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580353"
},
"departure": {
"time": "1768580353"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580417"
},
"departure": {
"time": "1768580417"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580517"
},
"departure": {
"time": "1768580517"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580581"
},
"departure": {
"time": "1768580581"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580663"
},
"departure": {
"time": "1768580663"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580729"
},
"departure": {
"time": "1768580729"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580777"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240180"
}
}
},
{
"id": "trip:6238865",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579601"
},
"departure": {
"time": "1768579601"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579999"
},
"departure": {
"time": "1768579999"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLOUET-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580086"
},
"departure": {
"time": "1768580086"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GOURON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580155"
},
"departure": {
"time": "1768580155"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GASNIE-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580305"
},
"departure": {
"time": "1768580305"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ECHMA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580364"
},
"departure": {
"time": "1768580364"
},
"scheduleRelationship": "SKIPPED",
"stopId": "KENNED-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580475"
},
"departure": {
"time": "1768580475"
},
"scheduleRelationship": "SKIPPED",
"stopId": "WPMA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580541"
},
"departure": {
"time": "1768580541"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RONDE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580620"
},
"departure": {
"time": "1768580620"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BRASSE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580675"
},
"departure": {
"time": "1768580675"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEURRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580731"
},
"departure": {
"time": "1768580731"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DELAUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580790"
},
"departure": {
"time": "1768580790"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAUFIN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580844"
},
"departure": {
"time": "1768580844"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRAV-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580904"
},
"departure": {
"time": "1768580904"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIAVRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580959"
},
"departure": {
"time": "1768580959"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PEGARD-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768581042"
},
"departure": {
"time": "1768581042"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RIPOLE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768581084"
},
"departure": {
"time": "1768581084"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SALETT-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768581263"
},
"departure": {
"time": "1768581263"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BONPLA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768581307"
},
"departure": {
"time": "1768581307"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POIVRE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768581384"
},
"departure": {
"time": "1768581384"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AARDBU-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581748"
},
"departure": {
"time": "1768581748"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLOTTI-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768581771"
},
"departure": {
"time": "1768581771"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AUTRIC-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581824"
},
"departure": {
"time": "1768581824"
},
"scheduleRelationship": "SKIPPED",
"stopId": "IRLAND-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768581861"
},
"departure": {
"time": "1768581861"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ITALIE-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581920"
},
"departure": {
"time": "1768581920"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ALLEMA-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768581942"
},
"departure": {
"time": "1768581942"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DANEMA-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768581975"
},
"departure": {
"time": "1768581975"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AVENEU-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768582010"
},
"departure": {
"time": "1768582010"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MASTEL-E",
"stopSequence": 66
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6238865"
}
}
},
{
"id": "trip:15017",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579800"
},
"departure": {
"time": "1768579800"
},
"stopId": "MILLOTCO",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580033"
},
"departure": {
"time": "1768580033"
},
"stopId": "MARIAN-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580100"
},
"departure": {
"time": "1768580100"
},
"stopId": "LINOVE-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580172"
},
"departure": {
"time": "1768580172"
},
"stopId": "DGELIN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580280"
},
"departure": {
"time": "1768580280"
},
"stopId": "ATHLET-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580344"
},
"departure": {
"time": "1768580344"
},
"stopId": "DIONNE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "AUTHIO-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580599"
},
"departure": {
"time": "1768580599"
},
"stopId": "BELPOU-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580677"
},
"departure": {
"time": "1768580677"
},
"stopId": "PONTSC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580880"
},
"departure": {
"time": "1768580880"
},
"stopId": "LOIRE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580925"
},
"departure": {
"time": "1768580925"
},
"stopId": "DUBE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580982"
},
"departure": {
"time": "1768580982"
},
"stopId": "LOUET-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581034"
},
"departure": {
"time": "1768581034"
},
"stopId": "BOSQUE-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581100"
},
"departure": {
"time": "1768581100"
},
"stopId": "CHAERI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "FONTEN-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581210"
},
"departure": {
"time": "1768581210"
},
"stopId": "BARBOT-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581271"
},
"departure": {
"time": "1768581271"
},
"stopId": "GDPRES-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "SOLAND-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581347"
},
"departure": {
"time": "1768581347"
},
"stopId": "ERIGNE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581467"
},
"departure": {
"time": "1768581467"
},
"stopId": "LEVESQ-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581506"
},
"departure": {
"time": "1768581506"
},
"stopId": "MURSHV-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "CARMET-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768581714"
},
"departure": {
"time": "1768581714"
},
"stopId": "LECOTE-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768581787"
},
"departure": {
"time": "1768581787"
},
"stopId": "LABUIS-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768581840"
},
"departure": {
"time": "1768581840"
},
"stopId": "HTMURS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768581986"
},
"departure": {
"time": "1768581986"
},
"stopId": "CLBEUR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582072"
},
"departure": {
"time": "1768582072"
},
"stopId": "RGILAR-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582140"
},
"departure": {
"time": "1768582140"
},
"stopId": "BOURRE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582351"
},
"departure": {
"time": "1768582351"
},
"stopId": "GAIGNE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582380"
},
"departure": {
"time": "1768582380"
},
"stopId": "JONCHE-E",
"stopSequence": 31
}
],
"trip": {
"directionId": 1,
"routeId": "150",
"tripId": "15017"
}
}
},
{
"id": "trip:15403",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579800"
},
"departure": {
"time": "1768579800"
},
"stopId": "JEBOUI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "CASERN-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580497"
},
"departure": {
"time": "1768580497"
},
"stopId": "LAREU-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580561"
},
"departure": {
"time": "1768580561"
},
"stopId": "PAPERI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580622"
},
"departure": {
"time": "1768580622"
},
"stopId": "CCHEMI-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "JUFERR-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580770"
},
"departure": {
"time": "1768580770"
},
"stopId": "GEMMET-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580834"
},
"departure": {
"time": "1768580834"
},
"stopId": "AUBEPI-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580897"
},
"departure": {
"time": "1768580897"
},
"stopId": "STADE-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580997"
},
"departure": {
"time": "1768580997"
},
"stopId": "JAUDETTE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581060"
},
"departure": {
"time": "1768581060"
},
"stopId": "WALCOURT",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581130"
},
"departure": {
"time": "1768581130"
},
"stopId": "MORLIERE",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581178"
},
"departure": {
"time": "1768581178"
},
"stopId": "CEEQUEST",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581282"
},
"departure": {
"time": "1768581282"
},
"stopId": "HUETTE-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581486"
},
"departure": {
"time": "1768581486"
},
"stopId": "LEVRAU-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581540"
},
"stopId": "LAMARE-E",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "154",
"tripId": "15403"
}
}
},
{
"id": "trip:6239730",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581603"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581639"
},
"departure": {
"time": "1768581639"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581672"
},
"departure": {
"time": "1768581672"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581701"
},
"departure": {
"time": "1768581701"
},
"stopId": "GRANDPIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581731"
},
"departure": {
"time": "1768581731"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581762"
},
"departure": {
"time": "1768581762"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581822"
},
"departure": {
"time": "1768581822"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581865"
},
"departure": {
"time": "1768581865"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581903"
},
"departure": {
"time": "1768581903"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581961"
},
"departure": {
"time": "1768581961"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582000"
},
"departure": {
"time": "1768582000"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582038"
},
"departure": {
"time": "1768582038"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582074"
},
"departure": {
"time": "1768582074"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582178"
},
"departure": {
"time": "1768582178"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582219"
},
"departure": {
"time": "1768582219"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582270"
},
"departure": {
"time": "1768582270"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582303"
},
"departure": {
"time": "1768582303"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582342"
},
"departure": {
"time": "1768582342"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582383"
},
"departure": {
"time": "1768582383"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582498"
},
"departure": {
"time": "1768582498"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582548"
},
"departure": {
"time": "1768582548"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582623"
},
"departure": {
"time": "1768582623"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582762"
},
"departure": {
"time": "1768582762"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582845"
},
"departure": {
"time": "1768582845"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582923"
},
"departure": {
"time": "1768582923"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768583010"
},
"departure": {
"time": "1768583010"
},
"stopId": "MVIGNE",
"stopSequence": 26
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239730"
}
}
},
{
"id": "trip:6239060",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579377"
},
"departure": {
"time": "1768579414"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579639"
},
"departure": {
"time": "1768579639"
},
"stopId": "FREMUR",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579702"
},
"departure": {
"time": "1768579702"
},
"stopId": "VAUBAN",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579746"
},
"departure": {
"time": "1768579746"
},
"stopId": "POIREL",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579824"
},
"departure": {
"time": "1768579824"
},
"stopId": "PONTNOIR",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579875"
},
"departure": {
"time": "1768579875"
},
"stopId": "SEMARD",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579920"
},
"departure": {
"time": "1768579920"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580237"
},
"departure": {
"time": "1768580237"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580327"
},
"departure": {
"time": "1768580327"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580520"
},
"stopId": "LOHUIT",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580710"
},
"departure": {
"time": "1768580710"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580811"
},
"departure": {
"time": "1768580811"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580898"
},
"departure": {
"time": "1768580898"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580961"
},
"departure": {
"time": "1768580961"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581206"
},
"departure": {
"time": "1768581206"
},
"stopId": "GERICA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581237"
},
"departure": {
"time": "1768581237"
},
"stopId": "STLEON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581358"
},
"departure": {
"time": "1768581358"
},
"stopId": "CORMI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581420"
},
"departure": {
"time": "1768581420"
},
"stopId": "VILSAN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581580"
},
"departure": {
"time": "1768581580"
},
"stopId": "GASPAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581694"
},
"departure": {
"time": "1768581694"
},
"stopId": "MARAIS",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581759"
},
"departure": {
"time": "1768581759"
},
"stopId": "BELLVUTR",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581851"
},
"departure": {
"time": "1768581851"
},
"stopId": "DAGUER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581919"
},
"departure": {
"time": "1768581919"
},
"stopId": "ALLUME-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581979"
},
"departure": {
"time": "1768581979"
},
"stopId": "RIOTTE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582064"
},
"departure": {
"time": "1768582064"
},
"stopId": "LAVOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "JEBOUT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582280"
},
"departure": {
"time": "1768582280"
},
"stopId": "GUILLEB.",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582319"
},
"departure": {
"time": "1768582319"
},
"stopId": "RONCIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768582363"
},
"departure": {
"time": "1768582363"
},
"stopId": "JEROST-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582402"
},
"departure": {
"time": "1768582402"
},
"stopId": "MACURI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582440"
},
"departure": {
"time": "1768582440"
},
"stopId": "GGSAND-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768582509"
},
"departure": {
"time": "1768582509"
},
"stopId": "FRANVI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768582543"
},
"departure": {
"time": "1768582543"
},
"stopId": "GALLI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582580"
},
"departure": {
"time": "1768582580"
},
"stopId": "PATUR-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582763"
},
"stopId": "VERNUSSO",
"stopSequence": 56
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6239060"
}
}
},
{
"id": "trip:6052374",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582500"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582654"
},
"departure": {
"time": "1768582654"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582743"
},
"departure": {
"time": "1768582743"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582799"
},
"departure": {
"time": "1768582799"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768583003"
},
"departure": {
"time": "1768583003"
},
"stopId": "LEQUAI-E",
"stopSequence": 4
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052374"
}
}
},
{
"id": "trip:3712",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579392"
},
"departure": {
"time": "1768579406"
},
"stopId": "BOURG",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579530"
},
"departure": {
"time": "1768579530"
},
"stopId": "SOULAIR",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579651"
},
"departure": {
"time": "1768579651"
},
"stopId": "GERI25",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579751"
},
"departure": {
"time": "1768579751"
},
"stopId": "CHAMPD",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579830"
},
"departure": {
"time": "1768579830"
},
"stopId": "SOUZELL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579957"
},
"departure": {
"time": "1768579957"
},
"stopId": "MAROTTIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580010"
},
"departure": {
"time": "1768580010"
},
"stopId": "MASSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580039"
},
"departure": {
"time": "1768580039"
},
"stopId": "RONCERAY",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580059"
},
"departure": {
"time": "1768580059"
},
"stopId": "LEGRAS",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580490"
},
"departure": {
"time": "1768580490"
},
"stopId": "VERNUIT",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580680"
},
"departure": {
"time": "1768580680"
},
"stopId": "BLERIOT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580817"
},
"departure": {
"time": "1768580817"
},
"stopId": "BICHON.",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580918"
},
"departure": {
"time": "1768580918"
},
"stopId": "MONPROFI",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580970"
},
"departure": {
"time": "1768580970"
},
"stopId": "QUAIsubW",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "37",
"tripId": "3712"
}
}
},
{
"id": "trip:6237476",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582800"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582920"
},
"departure": {
"time": "1768582920"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768583040"
},
"departure": {
"time": "1768583040"
},
"stopId": "2JE23",
"stopSequence": 2
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237476"
}
}
},
{
"id": "trip:6239813",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579453"
},
"departure": {
"time": "1768579453"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GARETERM",
"stopSequence": 36
},
{
"arrival": {
"time": "1768580093"
},
"departure": {
"time": "1768580093"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SECUSO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580167"
},
"departure": {
"time": "1768580167"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STEXUP-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580278"
},
"departure": {
"time": "1768580278"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GARDOT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580305"
},
"departure": {
"time": "1768580305"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580395"
},
"departure": {
"time": "1768580395"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580521"
},
"departure": {
"time": "1768580521"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580574"
},
"departure": {
"time": "1768580574"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CASERN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580674"
},
"departure": {
"time": "1768580674"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAREU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580732"
},
"departure": {
"time": "1768580732"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PAPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580786"
},
"departure": {
"time": "1768580786"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CCHEMI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580856"
},
"departure": {
"time": "1768580856"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JUFERR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580918"
},
"departure": {
"time": "1768580918"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GEMMET-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580978"
},
"departure": {
"time": "1768580978"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AUBEPI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581034"
},
"departure": {
"time": "1768581034"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STADE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768581097"
},
"departure": {
"time": "1768581097"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768581147"
},
"departure": {
"time": "1768581147"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768581199"
},
"departure": {
"time": "1768581199"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768581284"
},
"departure": {
"time": "1768581284"
},
"scheduleRelationship": "SKIPPED",
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581334"
},
"departure": {
"time": "1768581334"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768581467"
},
"departure": {
"time": "1768581467"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581508"
},
"departure": {
"time": "1768581508"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768581543"
},
"departure": {
"time": "1768581543"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CEZAN-E",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239813"
}
}
},
{
"id": "trip:6052373",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580700"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580854"
},
"departure": {
"time": "1768580854"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580943"
},
"departure": {
"time": "1768580943"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580999"
},
"departure": {
"time": "1768580999"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581203"
},
"departure": {
"time": "1768581203"
},
"stopId": "LEQUAI-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581300"
},
"departure": {
"time": "1768581300"
},
"stopId": "MONPR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581370"
},
"departure": {
"time": "1768581370"
},
"stopId": "DESCAZ-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581497"
},
"departure": {
"time": "1768581497"
},
"stopId": "STTHER-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581592"
},
"departure": {
"time": "1768581592"
},
"stopId": "BARRA-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "BLERIO-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581787"
},
"departure": {
"time": "1768581787"
},
"stopId": "LECUIT-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "AQUAVITA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582320"
},
"departure": {
"time": "1768582320"
},
"stopId": "CHENOI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582380"
},
"departure": {
"time": "1768582380"
},
"stopId": "JEHUEZ-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582448"
},
"departure": {
"time": "1768582448"
},
"stopId": "PLATEF-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582543"
},
"departure": {
"time": "1768582543"
},
"stopId": "ESPMON-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582620"
},
"departure": {
"time": "1768582620"
},
"stopId": "BELAIR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582680"
},
"departure": {
"time": "1768582680"
},
"stopId": "ZOLA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582758"
},
"departure": {
"time": "1768582758"
},
"stopId": "ANAFRA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582903"
},
"departure": {
"time": "1768582903"
},
"stopId": "CAMPJU-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1768582977"
},
"departure": {
"time": "1768582977"
},
"stopId": "LAEN-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768583036"
},
"departure": {
"time": "1768583036"
},
"stopId": "BECK-E",
"stopSequence": 24
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052373"
}
}
},
{
"id": "trip:6237463",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581320"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581431"
},
"departure": {
"time": "1768581431"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581550"
},
"departure": {
"time": "1768581550"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581635"
},
"departure": {
"time": "1768581635"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581732"
},
"departure": {
"time": "1768581732"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581847"
},
"departure": {
"time": "1768581847"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582030"
},
"departure": {
"time": "1768582030"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582190"
},
"departure": {
"time": "1768582190"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582340"
},
"departure": {
"time": "1768582340"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582490"
},
"departure": {
"time": "1768582490"
},
"stopId": "1RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582600"
},
"departure": {
"time": "1768582600"
},
"stopId": "1FMBL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582690"
},
"departure": {
"time": "1768582690"
},
"stopId": "1HARA",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582810"
},
"departure": {
"time": "1768582810"
},
"stopId": "1LGAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582900"
},
"departure": {
"time": "1768582900"
},
"stopId": "1LAFA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768583000"
},
"departure": {
"time": "1768583000"
},
"stopId": "1STRA",
"stopSequence": 14
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237463"
}
}
},
{
"id": "trip:20603",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579609"
},
"departure": {
"time": "1768579609"
},
"stopId": "MEMBAL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579720"
},
"departure": {
"time": "1768579720"
},
"stopId": "CHAGAL-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579840"
},
"departure": {
"time": "1768579840"
},
"stopId": "ALLETANG",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "206",
"tripId": "20603"
}
}
},
{
"id": "trip:6052307",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579597"
},
"departure": {
"time": "1768579597"
},
"stopId": "BRISEP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579763"
},
"departure": {
"time": "1768579763"
},
"stopId": "CHATEN-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579930"
},
"departure": {
"time": "1768579930"
},
"stopId": "SEPSON-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580057"
},
"departure": {
"time": "1768580057"
},
"stopId": "RTEPAR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580150"
},
"departure": {
"time": "1768580150"
},
"stopId": "PROVIN-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580295"
},
"departure": {
"time": "1768580295"
},
"stopId": "PARCEX-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580562"
},
"departure": {
"time": "1768580562"
},
"stopId": "CARREA-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580595"
},
"departure": {
"time": "1768580595"
},
"stopId": "MILLAR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580640"
},
"departure": {
"time": "1768580640"
},
"stopId": "BASMOR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580701"
},
"departure": {
"time": "1768580701"
},
"stopId": "CHABLA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580753"
},
"departure": {
"time": "1768580753"
},
"stopId": "UNION-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580912"
},
"departure": {
"time": "1768580912"
},
"stopId": "FRANCA-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580854"
},
"departure": {
"time": "1768580854"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LECLSYLV",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580909"
},
"departure": {
"time": "1768580909"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FRANCAIS",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581100"
},
"departure": {
"time": "1768581100"
},
"stopId": "ANBRUE-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581163"
},
"departure": {
"time": "1768581163"
},
"stopId": "GAUGUI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581231"
},
"stopId": "STSYCHVE",
"stopSequence": 20
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6052307"
}
}
},
{
"id": "trip:6237433",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579369"
},
"departure": {
"time": "1768579405"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579582"
},
"departure": {
"time": "1768579582"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579682"
},
"departure": {
"time": "1768579682"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579762"
},
"departure": {
"time": "1768579762"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579862"
},
"departure": {
"time": "1768579862"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579942"
},
"departure": {
"time": "1768579942"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580032"
},
"departure": {
"time": "1768580032"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580122"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237433"
}
}
},
{
"id": "trip:6238246",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582920"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582942"
},
"departure": {
"time": "1768582942"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582980"
},
"departure": {
"time": "1768582980"
},
"stopId": "FMAURIAC",
"stopSequence": 2
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238246"
}
}
},
{
"id": "trip:6238552",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579617"
},
"departure": {
"time": "1768579617"
},
"stopId": "CNFPT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579737"
},
"stopId": "DARWIN-E",
"stopSequence": 5
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6238552"
}
}
},
{
"id": "trip:6237458",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581457"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581577"
},
"departure": {
"time": "1768581577"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581697"
},
"departure": {
"time": "1768581697"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581817"
},
"departure": {
"time": "1768581817"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581937"
},
"departure": {
"time": "1768581937"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582027"
},
"departure": {
"time": "1768582027"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582127"
},
"departure": {
"time": "1768582127"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582237"
},
"departure": {
"time": "1768582237"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582317"
},
"departure": {
"time": "1768582317"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582417"
},
"departure": {
"time": "1768582417"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582527"
},
"departure": {
"time": "1768582527"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582637"
},
"departure": {
"time": "1768582637"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582757"
},
"departure": {
"time": "1768582757"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582855"
},
"departure": {
"time": "1768582855"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582985"
},
"departure": {
"time": "1768582985"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1768583058"
},
"departure": {
"time": "1768583058"
},
"stopId": "2JMOU",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237458"
}
}
},
{
"id": "trip:6054223",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580100"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580322"
},
"departure": {
"time": "1768580322"
},
"stopId": "SECUSO-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580393"
},
"departure": {
"time": "1768580393"
},
"stopId": "STEXUP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580520"
},
"departure": {
"time": "1768580520"
},
"stopId": "GARDOT-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581540"
},
"departure": {
"time": "1768581540"
},
"stopId": "BRISSA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581615"
},
"departure": {
"time": "1768581615"
},
"stopId": "FONTEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581652"
},
"departure": {
"time": "1768581652"
},
"stopId": "BARBOT-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "GDPRES-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581753"
},
"departure": {
"time": "1768581753"
},
"stopId": "SOLAND-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581792"
},
"departure": {
"time": "1768581792"
},
"stopId": "ERIGNE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581891"
},
"departure": {
"time": "1768581891"
},
"stopId": "LEVESQ-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581923"
},
"departure": {
"time": "1768581923"
},
"stopId": "MURSHV-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582001"
},
"departure": {
"time": "1768582001"
},
"stopId": "CARMET-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582090"
},
"departure": {
"time": "1768582090"
},
"stopId": "LECOTE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582146"
},
"departure": {
"time": "1768582146"
},
"stopId": "LABUIS-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582200"
},
"stopId": "HTDEMURS",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "23",
"tripId": "6054223"
}
}
},
{
"id": "trip:13105",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579490"
},
"departure": {
"time": "1768579490"
},
"stopId": "PELSTA-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579550"
},
"departure": {
"time": "1768579550"
},
"stopId": "BLITOU-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579660"
},
"departure": {
"time": "1768579660"
},
"stopId": "TOURAI-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579790"
},
"departure": {
"time": "1768579790"
},
"stopId": "LOUDIN-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579874"
},
"departure": {
"time": "1768579874"
},
"stopId": "BLEUNI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579918"
},
"departure": {
"time": "1768579918"
},
"stopId": "VILVEQ-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579941"
},
"departure": {
"time": "1768579941"
},
"stopId": "VILVEC-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580090"
},
"departure": {
"time": "1768580090"
},
"stopId": "SOUCEL-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580314"
},
"departure": {
"time": "1768580314"
},
"stopId": "HERMIT32",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580390"
},
"departure": {
"time": "1768580390"
},
"stopId": "NONNA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580628"
},
"departure": {
"time": "1768580628"
},
"stopId": "AULNAI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580688"
},
"departure": {
"time": "1768580688"
},
"stopId": "BODINI-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580750"
},
"departure": {
"time": "1768580750"
},
"stopId": "HTESBR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580930"
},
"departure": {
"time": "1768580930"
},
"stopId": "ROFOUL-E",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "131",
"tripId": "13105"
}
}
},
{
"id": "trip:10203",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579401"
},
"departure": {
"time": "1768579413"
},
"stopId": "DIMETI-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579471"
},
"departure": {
"time": "1768579471"
},
"stopId": "BEAULI-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579530"
},
"departure": {
"time": "1768579530"
},
"stopId": "MEUNIE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579621"
},
"departure": {
"time": "1768579621"
},
"stopId": "CLODOR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579678"
},
"departure": {
"time": "1768579678"
},
"stopId": "DLOGIN-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579726"
},
"departure": {
"time": "1768579726"
},
"stopId": "DTOUSS-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579830"
},
"departure": {
"time": "1768579830"
},
"stopId": "QVENTS-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579942"
},
"departure": {
"time": "1768579942"
},
"stopId": "JUINGE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580130"
},
"departure": {
"time": "1768580130"
},
"stopId": "RTINAR-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580272"
},
"departure": {
"time": "1768580272"
},
"stopId": "BEDAUD-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580342"
},
"departure": {
"time": "1768580342"
},
"stopId": "SARRCI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580385"
},
"departure": {
"time": "1768580385"
},
"stopId": "SARRMA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580430"
},
"departure": {
"time": "1768580430"
},
"stopId": "SARRIG-E",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "102",
"tripId": "10203"
}
}
},
{
"id": "trip:6237525",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579670"
},
"stopId": "1MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579739"
},
"departure": {
"time": "1768579739"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579820"
},
"departure": {
"time": "1768579820"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579980"
},
"departure": {
"time": "1768579980"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580064"
},
"departure": {
"time": "1768580064"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580238"
},
"departure": {
"time": "1768580238"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580490"
},
"departure": {
"time": "1768580490"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580600"
},
"departure": {
"time": "1768580600"
},
"stopId": "2STSE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580730"
},
"departure": {
"time": "1768580730"
},
"stopId": "2MOLIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580850"
},
"departure": {
"time": "1768580850"
},
"stopId": "2DOUT",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581020"
},
"departure": {
"time": "1768581020"
},
"stopId": "2QUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581191"
},
"departure": {
"time": "1768581191"
},
"stopId": "2FARC",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581299"
},
"departure": {
"time": "1768581299"
},
"stopId": "2ELYS",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581391"
},
"departure": {
"time": "1768581391"
},
"stopId": "2PATT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581470"
},
"departure": {
"time": "1768581470"
},
"stopId": "2BARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581570"
},
"departure": {
"time": "1768581570"
},
"stopId": "2BEAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581660"
},
"stopId": "1BBCA",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237525"
}
}
},
{
"id": "trip:6239956",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581029"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581311"
},
"departure": {
"time": "1768581311"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581389"
},
"departure": {
"time": "1768581389"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581437"
},
"departure": {
"time": "1768581437"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581502"
},
"departure": {
"time": "1768581502"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581612"
},
"departure": {
"time": "1768581612"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581684"
},
"departure": {
"time": "1768581684"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581773"
},
"departure": {
"time": "1768581773"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581802"
},
"departure": {
"time": "1768581802"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581908"
},
"departure": {
"time": "1768581908"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581915"
},
"departure": {
"time": "1768581915"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582075"
},
"departure": {
"time": "1768582075"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582133"
},
"departure": {
"time": "1768582133"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582352"
},
"departure": {
"time": "1768582352"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582476"
},
"departure": {
"time": "1768582476"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582582"
},
"departure": {
"time": "1768582582"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582648"
},
"departure": {
"time": "1768582648"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582811"
},
"departure": {
"time": "1768582811"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582904"
},
"departure": {
"time": "1768582904"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582975"
},
"departure": {
"time": "1768582975"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768583071"
},
"departure": {
"time": "1768583071"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR-E",
"stopSequence": 21
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239956"
}
}
},
{
"id": "trip:6240135",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579394"
},
"departure": {
"time": "1768579394"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579479"
},
"departure": {
"time": "1768579479"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580433"
},
"departure": {
"time": "1768580433"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579406"
},
"departure": {
"time": "1768579406"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240135"
}
}
},
{
"id": "trip:6238740",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768583039"
},
"departure": {
"time": "1768583039"
},
"stopId": "HRECULEE",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238740"
}
}
},
{
"id": "trip:6237425",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579489"
},
"departure": {
"time": "1768579489"
},
"stopId": "1RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579599"
},
"departure": {
"time": "1768579599"
},
"stopId": "1FMBL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579689"
},
"departure": {
"time": "1768579689"
},
"stopId": "1HARA",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579809"
},
"departure": {
"time": "1768579809"
},
"stopId": "1LGAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579909"
},
"departure": {
"time": "1768579909"
},
"stopId": "1LAFA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580009"
},
"departure": {
"time": "1768580009"
},
"stopId": "1STRA",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580129"
},
"departure": {
"time": "1768580129"
},
"stopId": "1BAMA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580249"
},
"departure": {
"time": "1768580249"
},
"stopId": "1JE23",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580359"
},
"departure": {
"time": "1768580359"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580469"
},
"stopId": "1ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237425"
}
}
},
{
"id": "trip:3109",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579565"
},
"departure": {
"time": "1768579565"
},
"stopId": "LUTIN-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579716"
},
"departure": {
"time": "1768579716"
},
"stopId": "BRISEP-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579850"
},
"departure": {
"time": "1768579850"
},
"stopId": "CHATEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579982"
},
"departure": {
"time": "1768579982"
},
"stopId": "SEPSON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580152"
},
"departure": {
"time": "1768580152"
},
"stopId": "RTEPAR-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580270"
},
"departure": {
"time": "1768580270"
},
"stopId": "PROVIN-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580810"
},
"departure": {
"time": "1768580810"
},
"stopId": "DIONNIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581029"
},
"departure": {
"time": "1768581029"
},
"stopId": "SPORBR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581050"
},
"departure": {
"time": "1768581050"
},
"stopId": "BRIOLL-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581110"
},
"departure": {
"time": "1768581110"
},
"stopId": "ESTAMI-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581163"
},
"departure": {
"time": "1768581163"
},
"stopId": "DEUVAL-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581245"
},
"departure": {
"time": "1768581245"
},
"stopId": "VIEUXP-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581283"
},
"departure": {
"time": "1768581283"
},
"stopId": "RESIDE-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581344"
},
"departure": {
"time": "1768581344"
},
"stopId": "GARVIB-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581410"
},
"departure": {
"time": "1768581410"
},
"stopId": "GDMOTT-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581573"
},
"departure": {
"time": "1768581573"
},
"stopId": "CLOSDU-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581602"
},
"departure": {
"time": "1768581602"
},
"stopId": "ROFOUL-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581652"
},
"departure": {
"time": "1768581652"
},
"stopId": "GADIFA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581852"
},
"departure": {
"time": "1768581852"
},
"stopId": "LORTIE-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768581890"
},
"departure": {
"time": "1768581890"
},
"stopId": "SOUSTA-E",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "31",
"tripId": "3109"
}
}
},
{
"id": "trip:21007",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579398"
},
"departure": {
"time": "1768579449"
},
"stopId": "MOLINE-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579520"
},
"departure": {
"time": "1768579520"
},
"stopId": "MAUNY-E",
"stopSequence": 11
}
],
"trip": {
"directionId": 1,
"routeId": "210",
"tripId": "21007"
}
}
},
{
"id": "trip:14103",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768580820"
},
"departure": {
"time": "1768580820"
},
"stopId": "RTINAR-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580962"
},
"departure": {
"time": "1768580962"
},
"stopId": "BEDAUD-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581032"
},
"departure": {
"time": "1768581032"
},
"stopId": "SARRCI-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581075"
},
"departure": {
"time": "1768581075"
},
"stopId": "SARRMA-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581120"
},
"departure": {
"time": "1768581120"
},
"stopId": "SARRIG-E",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "141",
"tripId": "14103"
}
}
},
{
"id": "trip:6237459",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581990"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582110"
},
"departure": {
"time": "1768582110"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582230"
},
"departure": {
"time": "1768582230"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582350"
},
"departure": {
"time": "1768582350"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582470"
},
"departure": {
"time": "1768582470"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582560"
},
"departure": {
"time": "1768582560"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582660"
},
"departure": {
"time": "1768582660"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582770"
},
"departure": {
"time": "1768582770"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582850"
},
"departure": {
"time": "1768582850"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582950"
},
"departure": {
"time": "1768582950"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768583060"
},
"departure": {
"time": "1768583060"
},
"stopId": "2CECO",
"stopSequence": 10
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237459"
}
}
},
{
"id": "trip:4112",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579530"
},
"departure": {
"time": "1768579530"
},
"stopId": "ALLARD",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579606"
},
"departure": {
"time": "1768579606"
},
"stopId": "DELATTAS",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579712"
},
"departure": {
"time": "1768579712"
},
"stopId": "ESA",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579830"
},
"departure": {
"time": "1768579830"
},
"stopId": "ALEROY",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579956"
},
"departure": {
"time": "1768579956"
},
"stopId": "PATNOIRE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580250"
},
"departure": {
"time": "1768580250"
},
"stopId": "GROESPLA",
"stopSequence": 12
}
],
"trip": {
"directionId": 0,
"routeId": "41",
"tripId": "4112"
}
}
},
{
"id": "trip:6237377",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768580860"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237377"
}
}
},
{
"id": "trip:6239996",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579466"
},
"departure": {
"time": "1768579466"
},
"stopId": "PARCEX-E",
"stopSequence": 37
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239996"
}
}
},
{
"id": "trip:6238583",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579510"
},
"departure": {
"time": "1768579510"
},
"stopId": "MIRABE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768579573"
},
"departure": {
"time": "1768579573"
},
"stopId": "CESARG-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768579617"
},
"departure": {
"time": "1768579617"
},
"stopId": "BLANDE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768579681"
},
"departure": {
"time": "1768579681"
},
"stopId": "MUTUAL-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579763"
},
"departure": {
"time": "1768579763"
},
"stopId": "VILLES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579819"
},
"departure": {
"time": "1768579819"
},
"stopId": "VIVIER-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768579892"
},
"departure": {
"time": "1768579892"
},
"stopId": "MARIAN-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768579956"
},
"departure": {
"time": "1768579956"
},
"stopId": "LINOVE-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580080"
},
"departure": {
"time": "1768580080"
},
"stopId": "ATHLET-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768580135"
},
"departure": {
"time": "1768580135"
},
"stopId": "DIONNE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768580192"
},
"departure": {
"time": "1768580192"
},
"stopId": "GENDRO-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768580236"
},
"departure": {
"time": "1768580236"
},
"stopId": "CHESNA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768580284"
},
"departure": {
"time": "1768580284"
},
"stopId": "GIRAD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768580379"
},
"departure": {
"time": "1768580379"
},
"stopId": "FRANVILL",
"stopSequence": 42
},
{
"arrival": {
"time": "1768580432"
},
"departure": {
"time": "1768580432"
},
"stopId": "GGESSAND",
"stopSequence": 43
},
{
"arrival": {
"time": "1768580496"
},
"departure": {
"time": "1768580496"
},
"stopId": "MACURIE",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580555"
},
"departure": {
"time": "1768580555"
},
"stopId": "JEROSTAN",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580615"
},
"departure": {
"time": "1768580615"
},
"stopId": "RONCIERE",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580672"
},
"departure": {
"time": "1768580672"
},
"stopId": "GUILLE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580759"
},
"departure": {
"time": "1768580759"
},
"stopId": "BAUDRA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580912"
},
"stopId": "MOULINMA",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6238583"
}
}
},
{
"id": "trip:6237418",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579920"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580160"
},
"departure": {
"time": "1768580160"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580280"
},
"departure": {
"time": "1768580280"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580490"
},
"departure": {
"time": "1768580490"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580590"
},
"departure": {
"time": "1768580590"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580700"
},
"departure": {
"time": "1768580700"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580780"
},
"departure": {
"time": "1768580780"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580890"
},
"departure": {
"time": "1768580890"
},
"stopId": "2RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581030"
},
"departure": {
"time": "1768581030"
},
"stopId": "2MOLIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581150"
},
"departure": {
"time": "1768581150"
},
"stopId": "2DOUT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581320"
},
"departure": {
"time": "1768581320"
},
"stopId": "2QUAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581492"
},
"departure": {
"time": "1768581492"
},
"stopId": "2FARC",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581600"
},
"departure": {
"time": "1768581600"
},
"stopId": "2ELYS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581692"
},
"departure": {
"time": "1768581692"
},
"stopId": "2PATT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581770"
},
"departure": {
"time": "1768581770"
},
"stopId": "2BARR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581867"
},
"departure": {
"time": "1768581867"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581960"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237418"
}
}
},
{
"id": "trip:6239729",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579427"
},
"departure": {
"time": "1768579427"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579441"
},
"departure": {
"time": "1768579457"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579471"
},
"departure": {
"time": "1768579487"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579478"
},
"departure": {
"time": "1768579478"
},
"stopId": "GRANDPIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579508"
},
"departure": {
"time": "1768579508"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579539"
},
"departure": {
"time": "1768579539"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579599"
},
"departure": {
"time": "1768579599"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579642"
},
"departure": {
"time": "1768579642"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579680"
},
"departure": {
"time": "1768579680"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579738"
},
"departure": {
"time": "1768579738"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579777"
},
"departure": {
"time": "1768579777"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1768579815"
},
"departure": {
"time": "1768579815"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579851"
},
"departure": {
"time": "1768579851"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579955"
},
"departure": {
"time": "1768579955"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579996"
},
"departure": {
"time": "1768579996"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580047"
},
"departure": {
"time": "1768580047"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580080"
},
"departure": {
"time": "1768580080"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580119"
},
"departure": {
"time": "1768580119"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580160"
},
"departure": {
"time": "1768580160"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580304"
},
"departure": {
"time": "1768580304"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580367"
},
"departure": {
"time": "1768580367"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580460"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580599"
},
"departure": {
"time": "1768580599"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580682"
},
"departure": {
"time": "1768580682"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580760"
},
"departure": {
"time": "1768580760"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580847"
},
"departure": {
"time": "1768580847"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580974"
},
"departure": {
"time": "1768580974"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1768581086"
},
"departure": {
"time": "1768581086"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1768581180"
},
"departure": {
"time": "1768581180"
},
"stopId": "MONPROF.",
"stopSequence": 29
},
{
"arrival": {
"time": "1768581282"
},
"departure": {
"time": "1768581282"
},
"stopId": "TRINITE",
"stopSequence": 30
},
{
"arrival": {
"time": "1768581352"
},
"departure": {
"time": "1768581352"
},
"stopId": "BEAUREPA",
"stopSequence": 31
},
{
"arrival": {
"time": "1768581420"
},
"departure": {
"time": "1768581420"
},
"stopId": "COEURMA",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581668"
},
"departure": {
"time": "1768581668"
},
"stopId": "CHDARR",
"stopSequence": 33
},
{
"arrival": {
"time": "1768581733"
},
"departure": {
"time": "1768581733"
},
"stopId": "ACADEMIE",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581804"
},
"departure": {
"time": "1768581804"
},
"stopId": "GBREM-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581909"
},
"departure": {
"time": "1768581909"
},
"stopId": "GARETERM",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581960"
},
"departure": {
"time": "1768581960"
},
"stopId": "LESGARES",
"stopSequence": 37
},
{
"arrival": {
"time": "1768582112"
},
"departure": {
"time": "1768582112"
},
"stopId": "HARAS",
"stopSequence": 38
},
{
"arrival": {
"time": "1768582197"
},
"departure": {
"time": "1768582197"
},
"stopId": "STAUBIN",
"stopSequence": 39
},
{
"arrival": {
"time": "1768582260"
},
"departure": {
"time": "1768582320"
},
"stopId": "LOR-FO-A",
"stopSequence": 40
},
{
"arrival": {
"time": "1768582426"
},
"departure": {
"time": "1768582426"
},
"stopId": "MAIL-HDV",
"stopSequence": 41
},
{
"arrival": {
"time": "1768582601"
},
"departure": {
"time": "1768582601"
},
"stopId": "SECUSO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768582680"
},
"departure": {
"time": "1768582680"
},
"stopId": "STEXUP-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768582764"
},
"departure": {
"time": "1768582764"
},
"stopId": "GARDOT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582791"
},
"departure": {
"time": "1768582791"
},
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582881"
},
"departure": {
"time": "1768582881"
},
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768583007"
},
"departure": {
"time": "1768583007"
},
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768583060"
},
"departure": {
"time": "1768583060"
},
"stopId": "CASERN-E",
"stopSequence": 49
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239729"
}
}
},
{
"id": "trip:6238904",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768579560"
},
"stopId": "BENE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768579614"
},
"departure": {
"time": "1768579614"
},
"stopId": "JUIGDEP",
"stopSequence": 1
},
{
"arrival": {
"time": "1768579646"
},
"departure": {
"time": "1768579646"
},
"stopId": "CAMPJUIG",
"stopSequence": 2
},
{
"arrival": {
"time": "1768579674"
},
"departure": {
"time": "1768579674"
},
"stopId": "RENOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1768579702"
},
"departure": {
"time": "1768579702"
},
"stopId": "RECLAIR",
"stopSequence": 4
},
{
"arrival": {
"time": "1768579735"
},
"departure": {
"time": "1768579735"
},
"stopId": "DOMVATER",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580047"
},
"departure": {
"time": "1768580047"
},
"stopId": "ANAFRAN",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579740"
},
"departure": {
"time": "1768579740"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579922"
},
"departure": {
"time": "1768579922"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579957"
},
"departure": {
"time": "1768579957"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGUY",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579978"
},
"departure": {
"time": "1768579978"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JUI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580010"
},
"departure": {
"time": "1768580010"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAUVO",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580107"
},
"departure": {
"time": "1768580107"
},
"stopId": "ZOLA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580163"
},
"departure": {
"time": "1768580163"
},
"stopId": "BELAIR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580222"
},
"departure": {
"time": "1768580222"
},
"stopId": "ESPMONTR",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580290"
},
"departure": {
"time": "1768580290"
},
"stopId": "PLATFLEU",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580352"
},
"departure": {
"time": "1768580352"
},
"stopId": "JEHUEZ",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580403"
},
"departure": {
"time": "1768580403"
},
"stopId": "MASTELLE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580442"
},
"departure": {
"time": "1768580442"
},
"stopId": "AVENEURO",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580460"
},
"departure": {
"time": "1768580460"
},
"stopId": "DANEMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580516"
},
"departure": {
"time": "1768580516"
},
"stopId": "ALLEMAGN",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580548"
},
"departure": {
"time": "1768580548"
},
"stopId": "ITALIE",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580584"
},
"departure": {
"time": "1768580584"
},
"stopId": "IRLANDE",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580633"
},
"departure": {
"time": "1768580633"
},
"stopId": "AUTRICH",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580652"
},
"departure": {
"time": "1768580652"
},
"stopId": "PLOTTIER",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580703"
},
"departure": {
"time": "1768580703"
},
"stopId": "CCADEA",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580883"
},
"departure": {
"time": "1768580883"
},
"stopId": "AARDBUS",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580927"
},
"departure": {
"time": "1768580927"
},
"stopId": "POIVRE",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580967"
},
"departure": {
"time": "1768580967"
},
"stopId": "BONPLAND",
"stopSequence": 32
},
{
"arrival": {
"time": "1768581063"
},
"departure": {
"time": "1768581063"
},
"stopId": "SALET-AR",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581105"
},
"departure": {
"time": "1768581105"
},
"stopId": "RIPOLLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581173"
},
"departure": {
"time": "1768581173"
},
"stopId": "PEGARDE",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581236"
},
"departure": {
"time": "1768581236"
},
"stopId": "CIAVRILL",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581303"
},
"departure": {
"time": "1768581303"
},
"stopId": "MAIRAVR",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581352"
},
"departure": {
"time": "1768581352"
},
"stopId": "MAUFINE",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581424"
},
"departure": {
"time": "1768581424"
},
"stopId": "DELAUNE",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581469"
},
"departure": {
"time": "1768581469"
},
"stopId": "BEURRIER",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581547"
},
"departure": {
"time": "1768581547"
},
"stopId": "BRASSENS",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581604"
},
"departure": {
"time": "1768581604"
},
"stopId": "RONDE",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581654"
},
"departure": {
"time": "1768581654"
},
"stopId": "PLAMAY",
"stopSequence": 44
},
{
"arrival": {
"time": "1768581719"
},
"departure": {
"time": "1768581719"
},
"stopId": "KENNEDY",
"stopSequence": 45
},
{
"arrival": {
"time": "1768581778"
},
"departure": {
"time": "1768581778"
},
"stopId": "ECHMAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1768581913"
},
"departure": {
"time": "1768581913"
},
"stopId": "GASNIER",
"stopSequence": 48
},
{
"arrival": {
"time": "1768581979"
},
"departure": {
"time": "1768581979"
},
"stopId": "GOURONNI",
"stopSequence": 49
},
{
"arrival": {
"time": "1768582063"
},
"departure": {
"time": "1768582063"
},
"stopId": "CLOUET",
"stopSequence": 50
},
{
"arrival": {
"time": "1768582139"
},
"departure": {
"time": "1768582139"
},
"stopId": "DESCAZEA",
"stopSequence": 52
},
{
"arrival": {
"time": "1768582285"
},
"departure": {
"time": "1768582285"
},
"stopId": "TRINITE",
"stopSequence": 53
},
{
"arrival": {
"time": "1768582374"
},
"departure": {
"time": "1768582374"
},
"stopId": "BEAUREPA",
"stopSequence": 54
},
{
"arrival": {
"time": "1768582581"
},
"departure": {
"time": "1768582581"
},
"stopId": "REPUBLIQ",
"stopSequence": 56
},
{
"arrival": {
"time": "1768582674"
},
"departure": {
"time": "1768582674"
},
"stopId": "SAICRO-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768582804"
},
"departure": {
"time": "1768582804"
},
"stopId": "OFFTOU-E",
"stopSequence": 58
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6238904"
}
}
},
{
"id": "trip:6237416",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579459"
},
"departure": {
"time": "1768579465"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579584"
},
"departure": {
"time": "1768579584"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579664"
},
"departure": {
"time": "1768579664"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579774"
},
"departure": {
"time": "1768579774"
},
"stopId": "2RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579914"
},
"departure": {
"time": "1768579914"
},
"stopId": "2MOLIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580034"
},
"departure": {
"time": "1768580034"
},
"stopId": "2DOUT",
"stopSequence": 11
},
{
"arrival": {
"time": "1768580204"
},
"departure": {
"time": "1768580204"
},
"stopId": "2QUAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768580376"
},
"departure": {
"time": "1768580376"
},
"stopId": "2FARC",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580484"
},
"departure": {
"time": "1768580484"
},
"stopId": "2ELYS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580576"
},
"departure": {
"time": "1768580576"
},
"stopId": "2PATT",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580654"
},
"departure": {
"time": "1768580654"
},
"stopId": "2BARR",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580752"
},
"departure": {
"time": "1768580752"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580844"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237416"
}
}
},
{
"id": "trip:6054505",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579411"
},
"departure": {
"time": "1768579411"
},
"stopId": "COTTAG-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579464"
},
"departure": {
"time": "1768579486"
},
"stopId": "EVENTARD",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579558"
},
"departure": {
"time": "1768579558"
},
"stopId": "CHABOLA.",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579633"
},
"departure": {
"time": "1768579633"
},
"stopId": "CONFLU-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579785"
},
"departure": {
"time": "1768579785"
},
"stopId": "PTFILL-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579929"
},
"departure": {
"time": "1768579929"
},
"stopId": "PRTLAU-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579977"
},
"departure": {
"time": "1768579977"
},
"stopId": "CHAUMI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768580014"
},
"departure": {
"time": "1768580014"
},
"stopId": "LESRIV-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768580049"
},
"departure": {
"time": "1768580049"
},
"stopId": "BBRANC-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1768580086"
},
"departure": {
"time": "1768580086"
},
"stopId": "VIELMA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1768580124"
},
"departure": {
"time": "1768580124"
},
"stopId": "MA4VE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768580169"
},
"departure": {
"time": "1768580169"
},
"stopId": "FIEGEN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580220"
},
"departure": {
"time": "1768580220"
},
"stopId": "LABROS-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580291"
},
"departure": {
"time": "1768580291"
},
"stopId": "BMOTTE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580400"
},
"departure": {
"time": "1768580400"
},
"stopId": "GRIMOR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580469"
},
"stopId": "VEILLIER",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"tripId": "6054505"
}
}
},
{
"id": "trip:3015",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579444"
},
"departure": {
"time": "0"
},
"stopId": "DLOGIN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579500"
},
"departure": {
"time": "1768579500"
},
"stopId": "DTOUSS-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579570"
},
"departure": {
"time": "1768579570"
},
"stopId": "QVENTS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579758"
},
"departure": {
"time": "1768579758"
},
"stopId": "RTINAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579788"
},
"departure": {
"time": "1768579788"
},
"stopId": "LAFORET",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579868"
},
"departure": {
"time": "1768579868"
},
"stopId": "BEDAUD-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579922"
},
"departure": {
"time": "1768579922"
},
"stopId": "SARRCI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579955"
},
"departure": {
"time": "1768579955"
},
"stopId": "SARRMA-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579990"
},
"departure": {
"time": "1768579990"
},
"stopId": "SARRIG-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580009"
},
"departure": {
"time": "1768580009"
},
"stopId": "TUFFIE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580183"
},
"departure": {
"time": "1768580183"
},
"stopId": "BAUNBR-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580368"
},
"departure": {
"time": "1768580368"
},
"stopId": "GENDRI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580410"
},
"departure": {
"time": "1768580410"
},
"stopId": "BAUNCE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580470"
},
"departure": {
"time": "1768580470"
},
"stopId": "ECOBAU-D",
"stopSequence": 31
}
],
"trip": {
"directionId": 1,
"routeId": "30",
"tripId": "3015"
}
}
},
{
"id": "trip:6237444",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579437"
},
"departure": {
"time": "1768579438"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579610"
},
"departure": {
"time": "1768579610"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1768579730"
},
"departure": {
"time": "1768579730"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579860"
},
"departure": {
"time": "1768579860"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579950"
},
"departure": {
"time": "1768579950"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1768580070"
},
"departure": {
"time": "1768580070"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1768580170"
},
"departure": {
"time": "1768580170"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768580270"
},
"departure": {
"time": "1768580270"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1768580380"
},
"departure": {
"time": "1768580380"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580500"
},
"departure": {
"time": "1768580500"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580610"
},
"departure": {
"time": "1768580610"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580720"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237444"
}
}
},
{
"id": "trip:12207",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579403"
},
"departure": {
"time": "1768579438"
},
"stopId": "MILLAR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768579475"
},
"departure": {
"time": "1768579475"
},
"stopId": "BASMOR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768579536"
},
"departure": {
"time": "1768579536"
},
"stopId": "CHABLA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768579589"
},
"departure": {
"time": "1768579589"
},
"stopId": "UNION-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768579670"
},
"departure": {
"time": "1768579670"
},
"stopId": "DGARDO-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768579777"
},
"departure": {
"time": "1768579777"
},
"stopId": "FRANCA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768579825"
},
"departure": {
"time": "1768579825"
},
"stopId": "VICT-D-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768579876"
},
"departure": {
"time": "1768579876"
},
"stopId": "ANBRUE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768579921"
},
"departure": {
"time": "1768579921"
},
"stopId": "GAUGUI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768579970"
},
"departure": {
"time": "1768579970"
},
"stopId": "STSYCHVE",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "122",
"tripId": "12207"
}
}
},
{
"id": "trip:6238303",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581660"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581682"
},
"departure": {
"time": "1768581682"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581840"
},
"departure": {
"time": "1768581840"
},
"stopId": "HMTREL",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581928"
},
"departure": {
"time": "1768581928"
},
"stopId": "CIMTRELA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581967"
},
"departure": {
"time": "1768581967"
},
"stopId": "EGLTRELA",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582015"
},
"departure": {
"time": "1768582015"
},
"stopId": "MAIRTREL",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582068"
},
"departure": {
"time": "1768582068"
},
"stopId": "MONTHIBE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582200"
},
"departure": {
"time": "1768582200"
},
"stopId": "BUISSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582260"
},
"departure": {
"time": "1768582260"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582336"
},
"departure": {
"time": "1768582336"
},
"stopId": "LEFEVRE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582371"
},
"departure": {
"time": "1768582371"
},
"stopId": "MALAQUAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582430"
},
"departure": {
"time": "1768582430"
},
"stopId": "MENARD",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582475"
},
"departure": {
"time": "1768582475"
},
"stopId": "CHOUTEAU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582545"
},
"departure": {
"time": "1768582545"
},
"stopId": "FRESNAIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582630"
},
"departure": {
"time": "1768582630"
},
"stopId": "MARAIS",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582691"
},
"departure": {
"time": "1768582691"
},
"stopId": "BELLVUTR",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582740"
},
"departure": {
"time": "1768582740"
},
"stopId": "LEOLAGRA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582803"
},
"departure": {
"time": "1768582803"
},
"stopId": "VDLOIRE",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582910"
},
"departure": {
"time": "1768582910"
},
"stopId": "ECLATERI",
"stopSequence": 21
},
{
"arrival": {
"time": "1768583034"
},
"departure": {
"time": "1768583034"
},
"stopId": "JUSTICES",
"stopSequence": 22
},
{
"arrival": {
"time": "1768583079"
},
"departure": {
"time": "1768583079"
},
"stopId": "DELACROI",
"stopSequence": 23
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238303"
}
}
},
{
"id": "trip:6240173",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768581617"
},
"departure": {
"time": "1768581617"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581672"
},
"departure": {
"time": "1768581672"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581731"
},
"departure": {
"time": "1768581731"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581807"
},
"departure": {
"time": "1768581807"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581881"
},
"departure": {
"time": "1768581881"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581930"
},
"departure": {
"time": "1768581930"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582005"
},
"departure": {
"time": "1768582005"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582070"
},
"departure": {
"time": "1768582070"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582208"
},
"departure": {
"time": "1768582208"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1768582271"
},
"departure": {
"time": "1768582271"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1768582353"
},
"departure": {
"time": "1768582353"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1768582419"
},
"departure": {
"time": "1768582419"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582535"
},
"departure": {
"time": "1768582535"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1768582629"
},
"departure": {
"time": "1768582629"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582688"
},
"departure": {
"time": "1768582688"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1768582746"
},
"departure": {
"time": "1768582746"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582925"
},
"departure": {
"time": "1768582925"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1768583057"
},
"departure": {
"time": "1768583057"
},
"stopId": "DELATTAS",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240173"
}
}
},
{
"id": "trip:6239529",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579379"
},
"departure": {
"time": "1768579379"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579539"
},
"departure": {
"time": "1768579539"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579635"
},
"departure": {
"time": "1768579635"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579758"
},
"departure": {
"time": "1768579758"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579991"
},
"departure": {
"time": "1768579991"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580053"
},
"departure": {
"time": "1768580053"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580105"
},
"departure": {
"time": "1768580105"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580158"
},
"departure": {
"time": "1768580158"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580194"
},
"departure": {
"time": "1768580194"
},
"scheduleRelationship": "SKIPPED",
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580263"
},
"departure": {
"time": "1768580263"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580297"
},
"departure": {
"time": "1768580297"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580393"
},
"departure": {
"time": "1768580393"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580505"
},
"departure": {
"time": "1768580505"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579512"
},
"departure": {
"time": "1768579512"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579682"
},
"departure": {
"time": "1768579682"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579852"
},
"departure": {
"time": "1768579852"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768579892"
},
"departure": {
"time": "1768579892"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580018"
},
"departure": {
"time": "1768580018"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580163"
},
"departure": {
"time": "1768580163"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580271"
},
"departure": {
"time": "1768580271"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580372"
},
"departure": {
"time": "1768580372"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1768580492"
},
"departure": {
"time": "1768580492"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1768580569"
},
"departure": {
"time": "1768580569"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1768580646"
},
"departure": {
"time": "1768580646"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768580690"
},
"departure": {
"time": "1768580690"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768580749"
},
"departure": {
"time": "1768580749"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768580864"
},
"departure": {
"time": "1768580864"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768581096"
},
"departure": {
"time": "1768581096"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1768581210"
},
"departure": {
"time": "1768581210"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1768581511"
},
"departure": {
"time": "1768581511"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1768581586"
},
"departure": {
"time": "1768581586"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1768581681"
},
"departure": {
"time": "1768581681"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1768581802"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239529"
}
}
},
{
"id": "trip:6239809",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579479"
},
"departure": {
"time": "1768579479"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPRO-E",
"stopSequence": 36
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239809"
}
}
},
{
"id": "trip:6240171",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579386"
},
"departure": {
"time": "1768579386"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ROCHEFOU",
"stopSequence": 25
},
{
"arrival": {
"time": "1768579658"
},
"departure": {
"time": "1768579658"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STSERGEU",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580110"
},
"departure": {
"time": "1768580110"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MENDESFR",
"stopSequence": 27
},
{
"arrival": {
"time": "1768579401"
},
"departure": {
"time": "1768579401"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580422"
},
"departure": {
"time": "1768580422"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580735"
},
"departure": {
"time": "1768580735"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RABELA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580802"
},
"departure": {
"time": "1768580802"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ESA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580957"
},
"departure": {
"time": "1768580957"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DELATA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768581070"
},
"departure": {
"time": "1768581070"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ALLARD-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768581136"
},
"departure": {
"time": "1768581136"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TASSIG-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581259"
},
"departure": {
"time": "1768581259"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TROIPA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768581310"
},
"departure": {
"time": "1768581310"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SABLON-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768581393"
},
"departure": {
"time": "1768581393"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RUELLE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768581523"
},
"departure": {
"time": "1768581523"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GENDRO-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768581670"
},
"departure": {
"time": "1768581670"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768581780"
},
"departure": {
"time": "1768581780"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768581873"
},
"departure": {
"time": "1768581873"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BELPOU-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768581970"
},
"departure": {
"time": "1768581970"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTSC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768582144"
},
"departure": {
"time": "1768582144"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LOIRE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768582194"
},
"departure": {
"time": "1768582194"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DUBE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768582260"
},
"departure": {
"time": "1768582260"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LOUET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768582390"
},
"departure": {
"time": "1768582390"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHAERI-E",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240171"
}
}
},
{
"id": "trip:15303",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579800"
},
"departure": {
"time": "1768579800"
},
"stopId": "JEBOUI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580130"
},
"departure": {
"time": "1768580130"
},
"stopId": "BACHOU-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580340"
},
"departure": {
"time": "1768580340"
},
"stopId": "PLOTIN-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580436"
},
"departure": {
"time": "1768580436"
},
"stopId": "AIGREFOI",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580471"
},
"departure": {
"time": "1768580471"
},
"stopId": "BOUTEI-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580580"
},
"departure": {
"time": "1768580580"
},
"stopId": "TINELL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768580641"
},
"departure": {
"time": "1768580641"
},
"stopId": "TEMPLE-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768580712"
},
"departure": {
"time": "1768580712"
},
"stopId": "FOUDON-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1768580878"
},
"departure": {
"time": "1768580878"
},
"stopId": "CLODOR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1768580944"
},
"departure": {
"time": "1768580944"
},
"stopId": "DLOGIN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "DTOUSS-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581085"
},
"departure": {
"time": "1768581085"
},
"stopId": "QVENTS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581208"
},
"departure": {
"time": "1768581208"
},
"stopId": "MEUNIERS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581306"
},
"departure": {
"time": "1768581306"
},
"stopId": "BEAULIEU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581360"
},
"departure": {
"time": "1768581360"
},
"stopId": "GENETIER",
"stopSequence": 16
}
],
"trip": {
"directionId": 1,
"routeId": "153",
"tripId": "15303"
}
}
},
{
"id": "trip:6239773",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579466"
},
"departure": {
"time": "1768579466"
},
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1768579685"
},
"departure": {
"time": "1768579685"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768579725"
},
"departure": {
"time": "1768579725"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768579780"
},
"departure": {
"time": "1768579780"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768579846"
},
"departure": {
"time": "1768579846"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768579965"
},
"departure": {
"time": "1768579965"
},
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768580028"
},
"departure": {
"time": "1768580028"
},
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768580115"
},
"departure": {
"time": "1768580115"
},
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768580218"
},
"departure": {
"time": "1768580218"
},
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768580191"
},
"departure": {
"time": "1768580191"
},
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768580023"
},
"departure": {
"time": "1768580023"
},
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768579968"
},
"departure": {
"time": "1768579968"
},
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768579513"
},
"departure": {
"time": "1768579513"
},
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768579466"
},
"departure": {
"time": "1768579466"
},
"stopId": "LANDRE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768581063"
},
"stopId": "BEAUCOUZ",
"stopSequence": 65
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239773"
}
}
},
{
"id": "trip:6052541",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768581420"
},
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1768581460"
},
"departure": {
"time": "1768581460"
},
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581491"
},
"departure": {
"time": "1768581491"
},
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581513"
},
"departure": {
"time": "1768581513"
},
"stopId": "LAPOINTE",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581553"
},
"departure": {
"time": "1768581553"
},
"stopId": "PONTLAIT",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581592"
},
"departure": {
"time": "1768581592"
},
"stopId": "GAREBOUC",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581629"
},
"departure": {
"time": "1768581629"
},
"stopId": "CAMPBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581660"
},
"departure": {
"time": "1768581660"
},
"stopId": "BOUCHEM",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581716"
},
"departure": {
"time": "1768581716"
},
"stopId": "CHEVRIER",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581752"
},
"departure": {
"time": "1768581752"
},
"stopId": "PETPORT",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581835"
},
"departure": {
"time": "1768581835"
},
"stopId": "HAUBOUCH",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581900"
},
"departure": {
"time": "1768581900"
},
"stopId": "ARTAUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581957"
},
"departure": {
"time": "1768581957"
},
"stopId": "PIVERDIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1768582050"
},
"departure": {
"time": "1768582050"
},
"stopId": "CLOSVI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1768582148"
},
"departure": {
"time": "1768582148"
},
"stopId": "PETVIVIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1768582221"
},
"departure": {
"time": "1768582221"
},
"stopId": "PRUNIERS",
"stopSequence": 17
},
{
"arrival": {
"time": "1768582254"
},
"departure": {
"time": "1768582254"
},
"stopId": "CROISETT",
"stopSequence": 18
},
{
"arrival": {
"time": "1768582355"
},
"departure": {
"time": "1768582355"
},
"stopId": "CAMLACMA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768582399"
},
"departure": {
"time": "1768582399"
},
"stopId": "LACDMAIN",
"stopSequence": 20
},
{
"arrival": {
"time": "1768582500"
},
"departure": {
"time": "1768582500"
},
"stopId": "GDMAINE",
"stopSequence": 22
},
{
"arrival": {
"time": "1768583000"
},
"departure": {
"time": "1768583000"
},
"stopId": "CHDARR",
"stopSequence": 23
},
{
"arrival": {
"time": "1768583030"
},
"departure": {
"time": "1768583030"
},
"stopId": "ACADEMIE",
"stopSequence": 24
},
{
"arrival": {
"time": "1768583062"
},
"departure": {
"time": "1768583062"
},
"stopId": "GBREM-E",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "22",
"tripId": "6052541"
}
}
},
{
"id": "trip:19505",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768580280"
},
"departure": {
"time": "1768580280"
},
"stopId": "CNFPT",
"stopSequence": 1
},
{
"arrival": {
"time": "1768581000"
},
"departure": {
"time": "1768581000"
},
"stopId": "MASJLI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1768581059"
},
"departure": {
"time": "1768581059"
},
"stopId": "LILAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768581152"
},
"departure": {
"time": "1768581152"
},
"stopId": "PTANJO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768581240"
},
"departure": {
"time": "1768581240"
},
"stopId": "GALIL-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768581474"
},
"departure": {
"time": "1768581474"
},
"stopId": "GOURGE-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768581720"
},
"departure": {
"time": "1768581720"
},
"stopId": "MINDIE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581974"
},
"departure": {
"time": "1768581974"
},
"stopId": "DUREL2-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1768582020"
},
"departure": {
"time": "1768582020"
},
"stopId": "DUREL1-E",
"stopSequence": 9
}
],
"trip": {
"directionId": 1,
"routeId": "195",
"tripId": "19505"
}
}
},
{
"id": "trip:6238579",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768580494"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1768580606"
},
"departure": {
"time": "1768580606"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1768580674"
},
"departure": {
"time": "1768580674"
},
"stopId": "GUILLEB.",
"stopSequence": 2
},
{
"arrival": {
"time": "1768580718"
},
"departure": {
"time": "1768580718"
},
"stopId": "RONCIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1768580767"
},
"departure": {
"time": "1768580767"
},
"stopId": "JEROST-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1768580811"
},
"departure": {
"time": "1768580811"
},
"stopId": "MACURI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1768580854"
},
"departure": {
"time": "1768580854"
},
"stopId": "GGSAND-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1768580928"
},
"departure": {
"time": "1768580928"
},
"stopId": "FRANVI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1768581067"
},
"departure": {
"time": "1768581067"
},
"stopId": "GIRARDE",
"stopSequence": 8
},
{
"arrival": {
"time": "1768581126"
},
"departure": {
"time": "1768581126"
},
"stopId": "CHESNAIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1768581177"
},
"departure": {
"time": "1768581177"
},
"stopId": "GENDRON",
"stopSequence": 10
},
{
"arrival": {
"time": "1768581231"
},
"departure": {
"time": "1768581231"
},
"stopId": "DIONNEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1768581289"
},
"departure": {
"time": "1768581289"
},
"stopId": "ATHLETIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1768581359"
},
"departure": {
"time": "1768581359"
},
"stopId": "DANGELIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1768581420"
},
"departure": {
"time": "1768581420"
},
"stopId": "LINOVENT",
"stopSequence": 14
},
{
"arrival": {
"time": "1768581477"
},
"departure": {
"time": "1768581477"
},
"stopId": "MARIANNE",
"stopSequence": 15
},
{
"arrival": {
"time": "1768581551"
},
"departure": {
"time": "1768581551"
},
"stopId": "VIVIERS",
"stopSequence": 16
},
{
"arrival": {
"time": "1768581612"
},
"departure": {
"time": "1768581612"
},
"stopId": "VILLESIC",
"stopSequence": 17
},
{
"arrival": {
"time": "1768581702"
},
"departure": {
"time": "1768581702"
},
"stopId": "MUTUALIT",
"stopSequence": 18
},
{
"arrival": {
"time": "1768581760"
},
"departure": {
"time": "1768581760"
},
"stopId": "BLANDEAU",
"stopSequence": 19
},
{
"arrival": {
"time": "1768581811"
},
"departure": {
"time": "1768581811"
},
"stopId": "CESARGEO",
"stopSequence": 20
},
{
"arrival": {
"time": "1768581892"
},
"departure": {
"time": "1768581892"
},
"stopId": "MIRABEAU",
"stopSequence": 21
},
{
"arrival": {
"time": "1768582012"
},
"departure": {
"time": "1768582012"
},
"stopId": "CHANZY",
"stopSequence": 23
},
{
"arrival": {
"time": "1768582086"
},
"departure": {
"time": "1768582086"
},
"stopId": "VAUBAN",
"stopSequence": 24
},
{
"arrival": {
"time": "1768582131"
},
"departure": {
"time": "1768582131"
},
"stopId": "POIREL",
"stopSequence": 25
},
{
"arrival": {
"time": "1768582211"
},
"departure": {
"time": "1768582211"
},
"stopId": "PONTNOIR",
"stopSequence": 26
},
{
"arrival": {
"time": "1768582263"
},
"departure": {
"time": "1768582263"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1768582303"
},
"departure": {
"time": "1768582303"
},
"stopId": "GARETERM",
"stopSequence": 28
},
{
"arrival": {
"time": "1768582609"
},
"departure": {
"time": "1768582609"
},
"stopId": "HARAS",
"stopSequence": 29
},
{
"arrival": {
"time": "1768582662"
},
"departure": {
"time": "1768582662"
},
"stopId": "STAUBIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1768582781"
},
"departure": {
"time": "1768582781"
},
"stopId": "LORRAIN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768582944"
},
"departure": {
"time": "1768582944"
},
"stopId": "MENDES-E",
"stopSequence": 32
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6238579"
}
}
},
{
"id": "trip:6237423",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579451"
},
"departure": {
"time": "1768579482"
},
"stopId": "1JE23",
"stopSequence": 16
},
{
"arrival": {
"time": "1768579542"
},
"departure": {
"time": "1768579542"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579652"
},
"stopId": "1ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237423"
}
}
},
{
"id": "trip:6239906",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579370"
},
"departure": {
"time": "1768579416"
},
"stopId": "STAUBIN",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579445"
},
"departure": {
"time": "1768579450"
},
"stopId": "LOR-FO-A",
"stopSequence": 22
},
{
"arrival": {
"time": "1768579672"
},
"departure": {
"time": "1768579672"
},
"stopId": "MENDES-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1768579866"
},
"departure": {
"time": "1768579866"
},
"stopId": "SAVARY-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1768579921"
},
"departure": {
"time": "1768579921"
},
"stopId": "MUSSET-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1768580040"
},
"departure": {
"time": "1768580040"
},
"stopId": "LUTIN-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1768580106"
},
"departure": {
"time": "1768580106"
},
"stopId": "MACE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1768580149"
},
"departure": {
"time": "1768580149"
},
"stopId": "DESJAR-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1768580226"
},
"departure": {
"time": "1768580226"
},
"stopId": "BRISEP-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1768580327"
},
"departure": {
"time": "1768580327"
},
"stopId": "MIMOSA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1768580377"
},
"departure": {
"time": "1768580377"
},
"stopId": "CHATEN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768580489"
},
"departure": {
"time": "1768580489"
},
"stopId": "SOLELE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768580530"
},
"departure": {
"time": "1768580530"
},
"stopId": "SEPSON-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768580586"
},
"departure": {
"time": "1768580586"
},
"stopId": "BANCST-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768580728"
},
"departure": {
"time": "1768580728"
},
"stopId": "RTEPAR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1768580844"
},
"departure": {
"time": "1768580844"
},
"stopId": "PROVIN-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1768581014"
},
"stopId": "PARCEX-E",
"stopSequence": 37
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239906"
}
}
},
{
"id": "trip:6237443",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579370"
},
"departure": {
"time": "1768579415"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1768579469"
},
"departure": {
"time": "1768579469"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1768579573"
},
"departure": {
"time": "1768579573"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1768579673"
},
"departure": {
"time": "1768579673"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1768579773"
},
"departure": {
"time": "1768579773"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1768579893"
},
"departure": {
"time": "1768579893"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1768580013"
},
"departure": {
"time": "1768580013"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1768580123"
},
"departure": {
"time": "1768580123"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1768580233"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237443"
}
}
},
{
"id": "trip:6238304",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768579415"
},
"departure": {
"time": "1768579461"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1768579494"
},
"departure": {
"time": "1768579494"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1768579634"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238304"
}
}
},
{
"id": "trip:6239958",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582380"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582506"
},
"departure": {
"time": "1768582506"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582592"
},
"departure": {
"time": "1768582592"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582680"
},
"departure": {
"time": "1768582680"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582722"
},
"departure": {
"time": "1768582722"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582780"
},
"departure": {
"time": "1768582780"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582853"
},
"departure": {
"time": "1768582853"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582901"
},
"departure": {
"time": "1768582901"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582980"
},
"departure": {
"time": "1768582980"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1768583054"
},
"departure": {
"time": "1768583054"
},
"stopId": "DESJARDI",
"stopSequence": 9
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239958"
}
}
},
{
"id": "trip:6238510",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1768582620"
},
"stopId": "LATOLL",
"stopSequence": 0
},
{
"arrival": {
"time": "1768582677"
},
"departure": {
"time": "1768582677"
},
"stopId": "ECHATS",
"stopSequence": 1
},
{
"arrival": {
"time": "1768582718"
},
"departure": {
"time": "1768582718"
},
"stopId": "CITRONNL",
"stopSequence": 2
},
{
"arrival": {
"time": "1768582765"
},
"departure": {
"time": "1768582765"
},
"stopId": "MONOD",
"stopSequence": 3
},
{
"arrival": {
"time": "1768582800"
},
"departure": {
"time": "1768582800"
},
"stopId": "CERFEUIL",
"stopSequence": 4
},
{
"arrival": {
"time": "1768582861"
},
"departure": {
"time": "1768582861"
},
"stopId": "PROMENIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1768582902"
},
"departure": {
"time": "1768582902"
},
"stopId": "GRANBELL",
"stopSequence": 6
},
{
"arrival": {
"time": "1768582942"
},
"departure": {
"time": "1768582942"
},
"stopId": "RODIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1768582980"
},
"departure": {
"time": "1768582980"
},
"stopId": "BRGPAILL",
"stopSequence": 8
},
{
"arrival": {
"time": "1768583062"
},
"departure": {
"time": "1768583062"
},
"stopId": "LANDREAU",
"stopSequence": 9
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6238510"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1768579488"
}
}