Détails de la ressource
La base de données multimodale présente de manière agrégée les horaires et les arrêts des réseaux de transport public normands en temps réel. Elle est le support du calculateur d’itinéraires Atoumod.fr, piloté par le Syndicat mixte Atoumod.
Cette ressource fait partie du jeu de données Agrégat des réseaux urbains et interurbains de Normandie.
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
❌22 036 erreurs, 1 779 avertissements
Les shapes présentes dans le GTFS ont été ignorées, certaines règles de validation n'ont pas été vérifiées.
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 30/03/2026 à 09h09 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 5 erreurs
All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED
Exemples d'erreurs
- trip_id ATOUMOD001:ServiceJourney:TNIx559:LOC does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id ATOUMOD002:ServiceJourney:OCESN5376F310648x2026x03x22T21x04x21Z:LOC does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id ATOUMOD001:ServiceJourney:TNIx411:LOC does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id ATOUMOD002:ServiceJourney:OCESN848922F306577x2026x03x22T21x04x21Z:LOC does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id ATOUMOD001:ServiceJourney:TNIx421:LOC does not exist in the GTFS data and does not have schedule_relationship of ADDED
stop_times_updates not strictly sorted E002 473 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence [18, 33, 29] is not strictly sorted by increasing stop_sequence
- trip_id ATOUMOD035:ServiceJourney:3758383x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence [16, 15, 14, 12, 19, 10, 8, 17, 11, 5, 18, 13, 9, 6, 7, 4] is not strictly sorted by increasing stop_sequence
- trip_id ATOUMOD003:ServiceJourney:4011287x2025x26xGSemHLiaxSemainex03:LOC stop_sequence [31, 19] is not strictly sorted by increasing stop_sequence
- trip_id ATOUMOD006:ServiceJourney:7x1490642:LOC stop_sequence [37, 39, 23] is not strictly sorted by increasing stop_sequence
- trip_id ATOUMOD036:ServiceJourney:6066020780343296x2:LOC stop_sequence [12, 10] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 20 336 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 ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 29 arrival_time 07:34:56 (1774848896) is less than previous stop arrival_time 07:39:04 (1774849144) - times must increase between two sequential stops
- trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 29 arrival_time 07:34:56 (1774848896) is less than previous stop departure_time 07:39:37 (1774849177) - times must increase between two sequential stops
- trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 29 departure_time 07:35:35 (1774848935) is less than previous stop departure_time 07:39:37 (1774849177) - times must increase between two sequential stops
- trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 29 departure_time 07:35:35 (1774848935) is less than previous stop arrival_time 07:39:04 (1774849144) - times must increase between two sequential stops
- trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 4 arrival_time 07:01:29 (1774846889) is less than previous stop arrival_time 07:34:56 (1774848896) - times must increase between two sequential stops
trip direction_id does not match GTFS data E024 584 erreurs
GTFS-rt trip direction_id must match the direction_id in GTFS trips.txt
Exemples d'erreurs
- GTFS-rt trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC trip.direction_id is 2 but GTFS trip.direction_id is 1 - direction_id does not match
- GTFS-rt trip_id ATOUMOD001:ServiceJourney:TCARx15396:LOC trip.direction_id is 2 but GTFS trip.direction_id is 1 - direction_id does not match
- GTFS-rt trip_id ATOUMOD035:ServiceJourney:3758383x2025xHxMultxLxMxLunxxxMarx00:LOC trip.direction_id is 1 but GTFS trip.direction_id is 0 - direction_id does not match
- GTFS-rt trip_id ATOUMOD003:ServiceJourney:4011287x2025x26xGSemHLiaxSemainex03:LOC trip.direction_id is 2 but GTFS trip.direction_id is 1 - direction_id does not match
- GTFS-rt trip_id ATOUMOD006:ServiceJourney:7x1490642:LOC trip.direction_id is 2 but GTFS trip.direction_id is 1 - direction_id does not match
stop_time_update departure time is before arrival time E025 31 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 ATOUMOD035:ServiceJourney:3745721x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 14 departure_time 09:03:00 (1774854180) is less than the same stop arrival_time 09:05:44 (1774854344) - departure time must be equal to or greater than arrival time
- trip_id ATOUMOD035:ServiceJourney:3746211x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 29 departure_time 09:05:00 (1774854300) is less than the same stop arrival_time 09:07:30 (1774854450) - departure time must be equal to or greater than arrival time
- trip_id ATOUMOD035:ServiceJourney:3745230x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 4 departure_time 09:06:00 (1774854360) is less than the same stop arrival_time 09:07:38 (1774854458) - departure time must be equal to or greater than arrival time
- trip_id ATOUMOD035:ServiceJourney:3758420x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 15 departure_time 09:06:00 (1774854360) is less than the same stop arrival_time 09:07:20 (1774854440) - departure time must be equal to or greater than arrival time
- trip_id ATOUMOD021:ServiceJourney:60:LOC stop_sequence 9 departure_time 08:51:00 (1774853460) is less than the same stop arrival_time 08:51:38 (1774853498) - departure time must be equal to or greater than arrival time
GTFS-rt trip.trip_id does not belong to GTFS-rt trip.route_id in GTFS trips.txt E035 5 erreurs
The GTFS-rt trip.trip_id should belong to the specified trip.route_id in GTFS trips.txt
Exemples d'erreurs
- GTFS-rt entity ID SM:ATOUMOD001:ServiceJourney:TNIx373:LOC trip_id ATOUMOD001:ServiceJourney:TNIx373:LOC has route_id ATOUMOD001:Line:TNIx530:LOC but belongs to GTFS route_id ATOUMOD001:Line:TNIx26:LOC in GTFS trips.txt
- GTFS-rt entity ID SM:ATOUMOD001:ServiceJourney:TNIx241:LOC trip_id ATOUMOD001:ServiceJourney:TNIx241:LOC has route_id ATOUMOD001:Line:TNIx530:LOC but belongs to GTFS route_id ATOUMOD001:Line:TNIx26:LOC in GTFS trips.txt
- GTFS-rt entity ID SM:ATOUMOD001:ServiceJourney:TNIx255:LOC trip_id ATOUMOD001:ServiceJourney:TNIx255:LOC has route_id ATOUMOD001:Line:TNIx26:LOC but belongs to GTFS route_id ATOUMOD001:Line:TNIx530:LOC in GTFS trips.txt
- GTFS-rt entity ID SM:ATOUMOD001:ServiceJourney:TNIx237:LOC trip_id ATOUMOD001:ServiceJourney:TNIx237:LOC has route_id ATOUMOD001:Line:TNIx26:LOC but belongs to GTFS route_id ATOUMOD001:Line:TNIx530:LOC in GTFS trips.txt
- GTFS-rt entity ID SM:ATOUMOD001:ServiceJourney:TNIx291:LOC trip_id ATOUMOD001:ServiceJourney:TNIx291:LOC has route_id ATOUMOD001:Line:TNIx26:LOC but belongs to GTFS route_id ATOUMOD001:Line:TNIx530:LOC in GTFS trips.txt
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 ATOUMOD006:ServiceJourney:7x1470080:LOC has repeating stop_id FR:27701:ZE:0x7150:ATOUMOD006 at stop_sequence 1 - sequential stop_ids should be different
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 140 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 ATOUMOD035:ServiceJourney:3758383x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 16 has stop_id FR:50129:ZE:10AXT2:ATOUMOD035 but GTFS stop_sequence 16 has stop_id FR:50129:ZE:10PEM4:ATOUMOD035 - stop_ids should be the same
- GTFS-rt trip_id ATOUMOD003:ServiceJourney:4011287x2025x26xGSemHLiaxSemainex03:LOC stop_sequence 31 has stop_id FR:76351:ZE:3657:ATOUMOD003 but GTFS stop_sequence 31 has stop_id FR:76351:ZE:4640:ATOUMOD003 - stop_ids should be the same
- GTFS-rt trip_id ATOUMOD003:ServiceJourney:4011286x2025x26xGSemHLiaxSemainex03:LOC stop_sequence 40 has stop_id FR:76351:ZE:3546:ATOUMOD003 but GTFS stop_sequence 40 has stop_id FR:76351:ZE:3459:ATOUMOD003 - stop_ids should be the same
- GTFS-rt trip_id ATOUMOD003:ServiceJourney:4011286x2025x26xGSemHLiaxSemainex03:LOC stop_sequence 42 has stop_id FR:76351:ZE:3459:ATOUMOD003 but GTFS stop_sequence 42 has stop_id FR:76552:ZE:3297:ATOUMOD003 - stop_ids should be the same
- GTFS-rt trip_id ATOUMOD003:ServiceJourney:4011286x2025x26xGSemHLiaxSemainex03:LOC stop_sequence 49 has stop_id FR:76552:ZE:3339:ATOUMOD003 but GTFS stop_sequence 49 has stop_id FR:76552:ZE:3105:ATOUMOD003 - stop_ids should be the same
timestamp is in the future E050 1 erreur
All timestamps must be less than the current time
Exemples d'erreurs
- header.timestamp 09:09:27 (1774854567) is 1 min 3 sec greater than 09:08:23 (1774854503970) - the current time in milliseconds
GTFS-rt stop_sequence not found in GTFS data E051 460 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 ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC contains stop_sequence 29 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id ATOUMOD003:ServiceJourney:4011287x2025x26xGSemHLiaxSemainex03:LOC contains stop_sequence 19 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id ATOUMOD006:ServiceJourney:7x1490642:LOC contains stop_sequence 23 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id ATOUMOD036:ServiceJourney:6066020780343296x2:LOC contains stop_sequence 10 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id ATOUMOD035:ServiceJourney:3746160x2025xHxMultxLxMxLunxxxMarx00:LOC contains stop_sequence 26 that does not exist in GTFS stop_times.txt for this trip
Avertissements
vehicle_id not populated W002 593 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC does not have a vehicle_id
- trip_id ATOUMOD001:ServiceJourney:TCARx15396:LOC does not have a vehicle_id
- trip_id ATOUMOD035:ServiceJourney:3758383x2025xHxMultxLxMxLunxxxMarx00:LOC does not have a vehicle_id
- trip_id ATOUMOD003:ServiceJourney:4011287x2025x26xGSemHLiaxSemainex03:LOC does not have a vehicle_id
- trip_id ATOUMOD006:ServiceJourney:7x1490642:LOC does not have a vehicle_id
schedule_relationship not populated W009 1 186 erreurs
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Exemples d'erreurs
- trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 18 (and potentially more for this trip) does not have a schedule_relationship
- trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC does not have a schedule_relationship
- trip_id ATOUMOD001:ServiceJourney:TCARx15396:LOC stop_sequence 7 (and potentially more for this trip) does not have a schedule_relationship
- trip_id ATOUMOD001:ServiceJourney:TCARx15396:LOC does not have a schedule_relationship
- trip_id ATOUMOD035:ServiceJourney:3758383x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 16 (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 |
|---|---|---|---|
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 9 489 | 21 fois (100 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 367 611 | 21 fois (100 % des validations) |
| E024 | GTFS-rt trip direction_id must match the direction_id in GTFS trips.txt | 10 251 | 21 fois (100 % des validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 2 710 | 21 fois (100 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 7 676 | 21 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 11 825 | 21 fois (100 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 23 649 | 21 fois (100 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 1 508 | 20 fois (95 % 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. | 231 | 20 fois (95 % des validations) |
| E050 | All timestamps must be less than the current time | 22 | 17 fois (81 % des validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 1 386 | 16 fois (76 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 303 | 13 fois (62 % des validations) |
| E035 | The GTFS-rt trip.trip_id should belong to the specified trip.route_id in GTFS trips.txt | 101 | 11 fois (52 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 12 | 10 fois (48 % des validations) |
| E040 | All stop_time_updates must contain stop_id or stop_sequence - both fields cannot be left blank | 13 | 7 fois (33 % des validations) |
| E043 | If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided | 13 | 7 fois (33 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 31/03/2026 à 08h34 Europe/Paris.
trip_updates (710) 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 31/03/2026 à 08h34 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "SM:ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 31,
"time": "1774934046"
},
"departure": {
"delay": 31,
"time": "1774934071"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 47,
"time": "1774935373"
},
"departure": {
"delay": 47,
"time": "1774935407"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 11,
"time": "1774935095"
},
"departure": {
"delay": 11,
"time": "1774935131"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -6,
"time": "1774933185"
},
"departure": {
"delay": -6,
"time": "1774933194"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 48,
"time": "1774933398"
},
"departure": {
"delay": 48,
"time": "1774933428"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -36,
"time": "1774934371"
},
"departure": {
"delay": -36,
"time": "1774934424"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 12,
"time": "1774935177"
},
"departure": {
"delay": 12,
"time": "1774935192"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 145,
"time": "1774936508"
},
"departure": {
"delay": 145,
"time": "1774936525"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 74,
"time": "1774933326"
},
"departure": {
"delay": 74,
"time": "1774933334"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 37,
"time": "1774935543"
},
"departure": {
"delay": 37,
"time": "1774935577"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 53,
"time": "1774935441"
},
"departure": {
"delay": 53,
"time": "1774935473"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -13,
"time": "1774933659"
},
"departure": {
"delay": -13,
"time": "1774933667"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 52,
"time": "1774935678"
},
"departure": {
"delay": 52,
"time": "1774935712"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 62,
"time": "1774933462"
},
"departure": {
"delay": 62,
"time": "1774933502"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 161,
"time": "1774935972"
},
"departure": {
"delay": 161,
"time": "1774936001"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 25,
"time": "1774934863"
},
"departure": {
"delay": 25,
"time": "1774934905"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 35,
"time": "1774934755"
},
"departure": {
"delay": 35,
"time": "1774934795"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 24,
"time": "1774934522"
},
"departure": {
"delay": 24,
"time": "1774934604"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 33,
"time": "1774933016"
},
"departure": {
"delay": 33,
"time": "1774933053"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 39,
"time": "1774933924"
},
"departure": {
"delay": 39,
"time": "1774933959"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -23,
"time": "1774935003"
},
"departure": {
"delay": -23,
"time": "1774935037"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -10,
"time": "1774934273"
},
"departure": {
"delay": -10,
"time": "1774934330"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 4,
"time": "1774932964"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 21,
"time": "1774933120"
},
"departure": {
"delay": 21,
"time": "1774933161"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 57,
"time": "1774935631"
},
"departure": {
"delay": 57,
"time": "1774935657"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 195,
"time": "1774936393"
},
"departure": {
"delay": 195,
"time": "1774936455"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 27,
"time": "1774933846"
},
"departure": {
"delay": 27,
"time": "1774933887"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 85,
"time": "1774935734"
},
"departure": {
"delay": 85,
"time": "1774935745"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 119,
"time": "1774936131"
},
"departure": {
"delay": 119,
"time": "1774936139"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 81,
"time": "1774935830"
},
"departure": {
"delay": 81,
"time": "1774935861"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 160,
"time": "1774936467"
},
"departure": {
"delay": 160,
"time": "1774936480"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 41,
"time": "1774933212"
},
"departure": {
"delay": 41,
"time": "1774933241"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 56,
"time": "1774934186"
},
"departure": {
"delay": 56,
"time": "1774934216"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 57,
"time": "1774933750"
},
"departure": {
"delay": 57,
"time": "1774933797"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 36,
"time": "1774935232"
},
"departure": {
"delay": 36,
"time": "1774935276"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 96,
"time": "1774935786"
},
"departure": {
"delay": 96,
"time": "1774935816"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 139,
"time": "1774936212"
},
"departure": {
"delay": 139,
"time": "1774936219"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 20,
"time": "1774934638"
},
"departure": {
"delay": 20,
"time": "1774934660"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 18,
"time": "1774934683"
},
"departure": {
"delay": 18,
"time": "1774934718"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 27,
"time": "1774933515"
},
"departure": {
"delay": 27,
"time": "1774933527"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 143,
"time": "1774936013"
},
"departure": {
"delay": 143,
"time": "1774936043"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 149,
"time": "1774936061"
},
"departure": {
"delay": 149,
"time": "1774936109"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 52,
"time": "1774933257"
},
"departure": {
"delay": 52,
"time": "1774933312"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 108,
"time": "1774936231"
},
"departure": {
"delay": 108,
"time": "1774936248"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -18,
"time": "1774933684"
},
"departure": {
"delay": -18,
"time": "1774933722"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 43,
"time": "1774933347"
},
"departure": {
"delay": 43,
"time": "1774933363"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 114,
"time": "1774936554"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 41,
"time": "1774935305"
},
"departure": {
"delay": 41,
"time": "1774935341"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 7,
"time": "1774933616"
},
"departure": {
"delay": 7,
"time": "1774933627"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -15,
"time": "1774934938"
},
"departure": {
"delay": -15,
"time": "1774934985"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15396:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939241"
},
"departure": {
"time": "1774939241"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774939330"
},
"departure": {
"time": "1774939330"
},
"stopId": "FR:76095:ZE:TCARxLOMBA1:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774936458",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15396:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9785x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -55,
"time": "1774937880"
},
"departure": {
"delay": -55,
"time": "1774937885"
},
"stopId": "FR:76259:ZE:FECBREP2:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"delay": -235,
"time": "1774937520"
},
"departure": {
"delay": -235,
"time": "1774937525"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"delay": -300,
"time": "1774938780"
},
"departure": {
"delay": -300,
"time": "1774938780"
},
"stopId": "FR:76259:ZE:FECCSC1:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"delay": -175,
"time": "1774938480"
},
"departure": {
"delay": -175,
"time": "1774938485"
},
"stopId": "FR:76259:ZE:FECMBLE2:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"delay": -175,
"time": "1774937280"
},
"departure": {
"delay": -175,
"time": "1774937285"
},
"stopId": "FR:76259:ZE:FECDESG2:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"delay": -295,
"time": "1774938180"
},
"departure": {
"delay": -295,
"time": "1774938185"
},
"stopId": "FR:76259:ZE:FECJMAC2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"delay": -115,
"time": "1774937220"
},
"departure": {
"delay": -115,
"time": "1774937225"
},
"stopId": "FR:76259:ZE:FECVIKI2:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"delay": -55,
"time": "1774937820"
},
"departure": {
"delay": -55,
"time": "1774937825"
},
"stopId": "FR:76259:ZE:FECGARE2:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"delay": -55,
"time": "1774937160"
},
"departure": {
"delay": -55,
"time": "1774937165"
},
"stopId": "FR:76259:ZE:FECHYSO2:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"delay": -175,
"time": "1774937940"
},
"departure": {
"delay": -175,
"time": "1774937945"
},
"stopId": "FR:76259:ZE:FECHVIL2:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"delay": 5,
"time": "1774937040"
},
"departure": {
"delay": 5,
"time": "1774937045"
},
"stopId": "FR:76259:ZE:FECSLOU2:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"delay": -285,
"time": "1774938010"
},
"departure": {
"delay": -285,
"time": "1774938015"
},
"stopId": "FR:76259:ZE:FECCOUB2:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"delay": -235,
"time": "1774938000"
},
"departure": {
"delay": -235,
"time": "1774938005"
},
"stopId": "FR:76259:ZE:FECHALL2:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"delay": -235,
"time": "1774938360"
},
"departure": {
"delay": -235,
"time": "1774938365"
},
"stopId": "FR:76259:ZE:FECCHUE2:ATOUMOD008",
"stopSequence": 13
},
{
"arrival": {
"delay": -355,
"time": "1774938660"
},
"departure": {
"delay": -355,
"time": "1774938665"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 15
},
{
"departure": {
"delay": 5,
"time": "1774936985"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"delay": -300,
"time": "1774938840"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 18
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L01:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9785x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490617:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 41,
"time": "1774942001"
},
"departure": {
"delay": 41,
"time": "1774942001"
},
"stopId": "FR:27469:ZE:0x7188:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"time": "1774943400"
},
"departure": {
"time": "1774943400"
},
"stopId": "FR:27458:ZE:0x6678:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 3,
"time": "1774941783"
},
"departure": {
"delay": 3,
"time": "1774941783"
},
"stopId": "FR:27196:ZE:0x6320:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 3,
"time": "1774941603"
},
"departure": {
"delay": 3,
"time": "1774941603"
},
"stopId": "FR:27365:ZE:0x7269:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 23,
"time": "1774941203"
},
"departure": {
"delay": 23,
"time": "1774941203"
},
"stopId": "FR:27701:ZE:0x7102:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 21,
"time": "1774941381"
},
"departure": {
"delay": 21,
"time": "1774941381"
},
"stopId": "FR:27365:ZE:0x6325:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"time": "1774942020"
},
"departure": {
"time": "1774942020"
},
"stopId": "FR:27469:ZE:0x6633:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"time": "1774942920"
},
"departure": {
"time": "1774942920"
},
"stopId": "FR:27008:ZE:0x6059:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 12,
"time": "1774942332"
},
"departure": {
"delay": 12,
"time": "1774942332"
},
"stopId": "FR:27348:ZE:0x6298:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"time": "1774942620"
},
"departure": {
"time": "1774942620"
},
"stopId": "FR:27348:ZE:0x6292:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"time": "1774942380"
},
"departure": {
"time": "1774942380"
},
"stopId": "FR:27348:ZE:0x6297:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"time": "1774943640"
},
"stopId": "FR:27458:ZE:0x6686:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": 32,
"time": "1774942412"
},
"departure": {
"delay": 32,
"time": "1774942412"
},
"stopId": "FR:27348:ZE:0x6303:ATOUMOD006",
"stopSequence": 19
},
{
"departure": {
"time": "1774941000"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 4,
"time": "1774943584"
},
"departure": {
"delay": 4,
"time": "1774943584"
},
"stopId": "FR:27458:ZE:0x6688:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": 10,
"time": "1774943290"
},
"departure": {
"delay": 10,
"time": "1774943290"
},
"stopId": "FR:27458:ZE:0x6680:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -22,
"time": "1774941158"
},
"departure": {
"delay": -22,
"time": "1774941158"
},
"stopId": "FR:27701:ZE:0x7163:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 13,
"time": "1774941433"
},
"departure": {
"delay": 13,
"time": "1774941433"
},
"stopId": "FR:27365:ZE:0x6332:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 61,
"time": "1774941841"
},
"departure": {
"delay": 61,
"time": "1774941841"
},
"stopId": "FR:27196:ZE:0x6323:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 25,
"time": "1774942645"
},
"departure": {
"delay": 25,
"time": "1774942645"
},
"stopId": "FR:27008:ZE:0x6050:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 4,
"time": "1774942864"
},
"departure": {
"delay": 4,
"time": "1774942864"
},
"stopId": "FR:27008:ZE:0x6057:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 44,
"time": "1774942784"
},
"departure": {
"delay": 44,
"time": "1774942784"
},
"stopId": "FR:27008:ZE:0x6052:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": 14,
"time": "1774942694"
},
"departure": {
"delay": 14,
"time": "1774942694"
},
"stopId": "FR:27008:ZE:0x6054:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 47,
"time": "1774943507"
},
"departure": {
"delay": 47,
"time": "1774943507"
},
"stopId": "FR:27458:ZE:0x6691:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"time": "1774942080"
},
"departure": {
"time": "1774942080"
},
"stopId": "FR:27469:ZE:0x6662:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 33,
"time": "1774942473"
},
"departure": {
"delay": 33,
"time": "1774942473"
},
"stopId": "FR:27348:ZE:0x6301:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 28,
"time": "1774941328"
},
"departure": {
"delay": 28,
"time": "1774941328"
},
"stopId": "FR:27365:ZE:0x6324:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 54,
"time": "1774942734"
},
"departure": {
"delay": 54,
"time": "1774942734"
},
"stopId": "FR:27008:ZE:0x6046:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 56,
"time": "1774941536"
},
"departure": {
"delay": 56,
"time": "1774941536"
},
"stopId": "FR:27365:ZE:0x7271:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 17,
"time": "1774943117"
},
"departure": {
"delay": 17,
"time": "1774943117"
},
"stopId": "FR:27386:ZE:0x6366:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 5,
"time": "1774941125"
},
"departure": {
"delay": 5,
"time": "1774941125"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 24,
"time": "1774941924"
},
"departure": {
"delay": 24,
"time": "1774941924"
},
"stopId": "FR:27196:ZE:0x6319:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 39,
"time": "1774943019"
},
"departure": {
"delay": 39,
"time": "1774943019"
},
"stopId": "FR:27386:ZE:0x6375:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": 24,
"time": "1774943364"
},
"departure": {
"delay": 24,
"time": "1774943364"
},
"stopId": "FR:27458:ZE:0x6684:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": 41,
"time": "1774943261"
},
"departure": {
"delay": 41,
"time": "1774943261"
},
"stopId": "FR:27458:ZE:0x6694:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": 18,
"time": "1774942818"
},
"departure": {
"delay": 18,
"time": "1774942818"
},
"stopId": "FR:27008:ZE:0x6048:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"time": "1774943160"
},
"departure": {
"time": "1774943160"
},
"stopId": "FR:27458:ZE:0x6698:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 54,
"time": "1774943334"
},
"departure": {
"delay": 54,
"time": "1774943334"
},
"stopId": "FR:27458:ZE:0x6692:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": 16,
"time": "1774941256"
},
"departure": {
"delay": 16,
"time": "1774941256"
},
"stopId": "FR:27701:ZE:0x7052:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"time": "1774943040"
},
"departure": {
"time": "1774943040"
},
"stopId": "FR:27386:ZE:0x6377:ATOUMOD006",
"stopSequence": 30
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490617:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758383x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774941900"
},
"departure": {
"time": "1774941900"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"time": "1774941840"
},
"departure": {
"time": "1774941840"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"time": "1774941540"
},
"departure": {
"time": "1774941540"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"time": "1774941060"
},
"departure": {
"time": "1774941060"
},
"stopId": "FR:50575:ZE:SIDHC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1774942140"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"time": "1774940460"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:50045:ZE:BENCG1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"time": "1774940040"
},
"departure": {
"time": "1774940040"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"time": "1774941960"
},
"departure": {
"time": "1774941960"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"time": "1774940760"
},
"departure": {
"time": "1774940760"
},
"stopId": "FR:50643:ZE:VIRMA1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1774939080"
},
"departure": {
"time": "1774939080"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"time": "1774942020"
},
"departure": {
"time": "1774942020"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"time": "1774941240"
},
"departure": {
"time": "1774941240"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940340"
},
"stopId": "FR:50045:ZE:BENBG1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"time": "1774939260"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:50184:ZE:FLAHB1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"time": "1774939680"
},
"departure": {
"time": "1774939680"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"time": "1774938900"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758383x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx311:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 41,
"time": "1774937201"
},
"departure": {
"delay": 41,
"time": "1774937201"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774937040"
},
"departure": {
"time": "1774937040"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774936920"
},
"departure": {
"time": "1774936920"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774938600"
},
"departure": {
"time": "1774938600"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 24,
"time": "1774938684"
},
"departure": {
"delay": 24,
"time": "1774938684"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 12,
"time": "1774937952"
},
"departure": {
"delay": 12,
"time": "1774937952"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774939080"
},
"departure": {
"time": "1774939080"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 18,
"time": "1774937598"
},
"departure": {
"delay": 18,
"time": "1774937598"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774936740"
},
"departure": {
"time": "1774936740"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 52,
"time": "1774937692"
},
"departure": {
"delay": 52,
"time": "1774937692"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774938300"
},
"departure": {
"time": "1774938300"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 19,
"time": "1774937779"
},
"departure": {
"delay": 19,
"time": "1774937779"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 4,
"time": "1774938124"
},
"departure": {
"delay": 4,
"time": "1774938124"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774937880"
},
"departure": {
"time": "1774937880"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774937400"
},
"departure": {
"time": "1774937400"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939320"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"time": "1774939140"
},
"departure": {
"time": "1774939140"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 8,
"time": "1774939028"
},
"departure": {
"delay": 8,
"time": "1774939028"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 52,
"time": "1774939372"
},
"departure": {
"delay": 52,
"time": "1774939372"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1774938840"
},
"departure": {
"time": "1774938840"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 33,
"time": "1774939233"
},
"departure": {
"delay": 33,
"time": "1774939233"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"time": "1774938060"
},
"departure": {
"time": "1774938060"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 51,
"time": "1774938411"
},
"departure": {
"delay": 51,
"time": "1774938411"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"departure": {
"time": "1774936620"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 41,
"time": "1774936841"
},
"departure": {
"delay": 41,
"time": "1774936841"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 41,
"time": "1774936661"
},
"departure": {
"delay": 41,
"time": "1774936661"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774938180"
},
"departure": {
"time": "1774938180"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"time": "1774937520"
},
"departure": {
"time": "1774937520"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1774936119",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx311:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057119x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 226,
"time": "1774939246"
},
"departure": {
"delay": 226,
"time": "1774939246"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 226,
"time": "1774938706"
},
"departure": {
"delay": 226,
"time": "1774938706"
},
"stopId": "FR:76351:ZE:3539:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 273,
"time": "1774938633"
},
"stopId": "FR:76351:ZE:3798:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 226,
"time": "1774938826"
},
"departure": {
"delay": 226,
"time": "1774938826"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 226,
"time": "1774939066"
},
"departure": {
"delay": 226,
"time": "1774939066"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 248,
"time": "1774938968"
},
"departure": {
"delay": 248,
"time": "1774938968"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 226,
"time": "1774939306"
},
"departure": {
"delay": 226,
"time": "1774939306"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 282,
"time": "1774939182"
},
"departure": {
"delay": 282,
"time": "1774939182"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 226,
"time": "1774939606"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 274,
"time": "1774938754"
},
"departure": {
"delay": 274,
"time": "1774938754"
},
"stopId": "FR:76351:ZE:4607:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 205,
"time": "1774938565"
},
"stopId": "FR:76351:ZE:4476:ATOUMOD003",
"stopSequence": 12
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057119x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747890x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 100,
"time": "1774938880"
},
"departure": {
"delay": 100,
"time": "1774938880"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 101,
"time": "1774939181"
},
"departure": {
"delay": 101,
"time": "1774939181"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 77,
"time": "1774938643"
},
"departure": {
"delay": 77,
"time": "1774938677"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 100,
"time": "1774940020"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 100,
"time": "1774939000"
},
"departure": {
"delay": 100,
"time": "1774939000"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 100,
"time": "1774939180"
},
"departure": {
"delay": 100,
"time": "1774939180"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 100,
"time": "1774938760"
},
"departure": {
"delay": 100,
"time": "1774938760"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 101,
"time": "1774939841"
},
"departure": {
"delay": 101,
"time": "1774939841"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 100,
"time": "1774939600"
},
"departure": {
"delay": 100,
"time": "1774939600"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 100,
"time": "1774939360"
},
"departure": {
"delay": 100,
"time": "1774939360"
},
"stopId": "FR:50129:ZE:10SWZ1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 101,
"time": "1774939301"
},
"departure": {
"delay": 101,
"time": "1774939301"
},
"stopId": "FR:50129:ZE:10GDM3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 101,
"time": "1774939721"
},
"departure": {
"delay": 101,
"time": "1774939721"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 100,
"time": "1774939480"
},
"departure": {
"delay": 100,
"time": "1774939480"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 98,
"time": "1774938257"
},
"departure": {
"delay": 98,
"time": "1774938578"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 100,
"time": "1774939660"
},
"departure": {
"delay": 100,
"time": "1774939660"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 100,
"time": "1774939720"
},
"departure": {
"delay": 100,
"time": "1774939720"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 100,
"time": "1774939840"
},
"departure": {
"delay": 100,
"time": "1774939840"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 100,
"time": "1774939300"
},
"departure": {
"delay": 100,
"time": "1774939300"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 100,
"time": "1774938940"
},
"departure": {
"delay": 100,
"time": "1774938940"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 100,
"time": "1774939900"
},
"departure": {
"delay": 100,
"time": "1774939900"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"departure": {
"delay": -14,
"time": "1774938226"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 100,
"time": "1774939240"
},
"departure": {
"delay": 100,
"time": "1774939240"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 100,
"time": "1774939120"
},
"departure": {
"delay": 100,
"time": "1774939120"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747890x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746160x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 107,
"time": "1774937101"
},
"departure": {
"delay": 107,
"time": "1774937147"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 347,
"time": "1774938572"
},
"departure": {
"delay": 347,
"time": "1774938647"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 269,
"time": "1774938010"
},
"departure": {
"delay": 269,
"time": "1774938089"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 51,
"time": "1774936535"
},
"departure": {
"delay": 51,
"time": "1774936551"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 270,
"time": "1774939470"
},
"departure": {
"delay": 270,
"time": "1774939470"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 360,
"time": "1774938260"
},
"departure": {
"delay": 360,
"time": "1774938300"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 137,
"time": "1774936266"
},
"departure": {
"delay": 137,
"time": "1774936277"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 60,
"time": "1774936893"
},
"departure": {
"delay": 60,
"time": "1774936920"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 270,
"time": "1774939050"
},
"departure": {
"delay": 270,
"time": "1774939050"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 80,
"time": "1774936509"
},
"departure": {
"delay": 80,
"time": "1774936520"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 298,
"time": "1774938329"
},
"departure": {
"delay": 298,
"time": "1774938358"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 271,
"time": "1774939051"
},
"departure": {
"delay": 271,
"time": "1774939051"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 103,
"time": "1774936973"
},
"departure": {
"delay": 103,
"time": "1774937023"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 270,
"time": "1774939110"
},
"departure": {
"delay": 270,
"time": "1774939110"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -9,
"time": "1774936767"
},
"departure": {
"delay": -9,
"time": "1774936791"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 61,
"time": "1774936821"
},
"departure": {
"delay": 61,
"time": "1774936861"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 147,
"time": "1774936311"
},
"departure": {
"delay": 147,
"time": "1774936347"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 214,
"time": "1774937678"
},
"departure": {
"delay": 214,
"time": "1774937734"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 270,
"time": "1774939650"
},
"departure": {
"delay": 270,
"time": "1774939650"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 79,
"time": "1774936625"
},
"departure": {
"delay": 79,
"time": "1774936639"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 270,
"time": "1774939290"
},
"departure": {
"delay": 270,
"time": "1774939290"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 328,
"time": "1774938119"
},
"departure": {
"delay": 328,
"time": "1774938208"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 270,
"time": "1774939410"
},
"departure": {
"delay": 270,
"time": "1774939410"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 94,
"time": "1774937179"
},
"departure": {
"delay": 94,
"time": "1774937194"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 110,
"time": "1774936250"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -4,
"time": "1774936713"
},
"departure": {
"delay": -4,
"time": "1774936736"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 219,
"time": "1774937926"
},
"departure": {
"delay": 219,
"time": "1774937979"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 239,
"time": "1774937839"
},
"departure": {
"delay": 239,
"time": "1774937879"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 270,
"time": "1774939590"
},
"departure": {
"delay": 270,
"time": "1774939590"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 9,
"time": "1774936680"
},
"departure": {
"delay": 9,
"time": "1774936689"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 179,
"time": "1774937493"
},
"departure": {
"delay": 179,
"time": "1774937579"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 140,
"time": "1774937299"
},
"departure": {
"delay": 140,
"time": "1774937360"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 270,
"time": "1774939770"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 270,
"time": "1774939350"
},
"departure": {
"delay": 270,
"time": "1774939350"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 270,
"time": "1774938810"
},
"departure": {
"delay": 270,
"time": "1774938810"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 270,
"time": "1774938930"
},
"departure": {
"delay": 270,
"time": "1774938930"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 93,
"time": "1774937413"
},
"departure": {
"delay": 93,
"time": "1774937433"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 270,
"time": "1774939170"
},
"departure": {
"delay": 270,
"time": "1774939170"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 271,
"time": "1774939591"
},
"departure": {
"delay": 271,
"time": "1774939591"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 115,
"time": "1774937243"
},
"departure": {
"delay": 115,
"time": "1774937275"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 60,
"time": "1774936577"
},
"departure": {
"delay": 60,
"time": "1774936620"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 282,
"time": "1774938689"
},
"departure": {
"delay": 282,
"time": "1774938702"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 271,
"time": "1774939531"
},
"departure": {
"delay": 271,
"time": "1774939531"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 201,
"time": "1774937620"
},
"departure": {
"delay": 201,
"time": "1774937661"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 86,
"time": "1774936448"
},
"departure": {
"delay": 86,
"time": "1774936466"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 270,
"time": "1774939530"
},
"departure": {
"delay": 270,
"time": "1774939530"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 289,
"time": "1774938429"
},
"departure": {
"delay": 289,
"time": "1774938469"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746160x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490664:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2373,
"time": "1774938747"
},
"departure": {
"delay": -2373,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x6663:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -1713,
"time": "1774938747"
},
"departure": {
"delay": -1713,
"time": "1774938747"
},
"stopId": "FR:27008:ZE:0x6047:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 20,
"time": "1774941800"
},
"departure": {
"delay": 20,
"time": "1774941800"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -1773,
"time": "1774938747"
},
"departure": {
"delay": -1773,
"time": "1774938747"
},
"stopId": "FR:27008:ZE:0x6055:ATOUMOD006",
"stopSequence": 18
},
{
"departure": {
"delay": -753,
"time": "1774938747"
},
"stopId": "FR:27458:ZE:0x6686:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -2433,
"time": "1774938747"
},
"departure": {
"delay": -2433,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x7189:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -2133,
"time": "1774938747"
},
"departure": {
"delay": -2133,
"time": "1774938747"
},
"stopId": "FR:27348:ZE:0x6299:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -1113,
"time": "1774938747"
},
"departure": {
"delay": -1113,
"time": "1774938747"
},
"stopId": "FR:27458:ZE:0x6695:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 4,
"time": "1774941424"
},
"departure": {
"delay": 4,
"time": "1774941424"
},
"stopId": "FR:27196:ZE:0x6321:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": 56,
"time": "1774942076"
},
"departure": {
"delay": 56,
"time": "1774942076"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -813,
"time": "1774938747"
},
"departure": {
"delay": -813,
"time": "1774938747"
},
"stopId": "FR:27458:ZE:0x6690:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -1233,
"time": "1774938747"
},
"departure": {
"delay": -1233,
"time": "1774938747"
},
"stopId": "FR:27386:ZE:0x6367:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 32,
"time": "1774941752"
},
"departure": {
"delay": 32,
"time": "1774941752"
},
"stopId": "FR:27365:ZE:0x6333:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -1353,
"time": "1774938747"
},
"departure": {
"delay": -1353,
"time": "1774938747"
},
"stopId": "FR:27386:ZE:0x6374:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -2013,
"time": "1774938747"
},
"departure": {
"delay": -2013,
"time": "1774938747"
},
"stopId": "FR:27348:ZE:0x6300:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -1593,
"time": "1774938747"
},
"departure": {
"delay": -1593,
"time": "1774938747"
},
"stopId": "FR:27008:ZE:0x6049:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -1833,
"time": "1774938747"
},
"departure": {
"delay": -1833,
"time": "1774938747"
},
"stopId": "FR:27008:ZE:0x6051:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -4,
"time": "1774941956"
},
"departure": {
"delay": -4,
"time": "1774941956"
},
"stopId": "FR:27701:ZE:0x7103:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -2433,
"time": "1774938747"
},
"departure": {
"delay": -2433,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x6632:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -14,
"time": "1774941586"
},
"departure": {
"delay": -14,
"time": "1774941586"
},
"stopId": "FR:27365:ZE:0x7270:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 4,
"time": "1774941364"
},
"departure": {
"delay": 4,
"time": "1774941364"
},
"stopId": "FR:27196:ZE:0x6322:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -1353,
"time": "1774938747"
},
"departure": {
"delay": -1353,
"time": "1774938747"
},
"stopId": "FR:27386:ZE:0x6376:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -46,
"time": "1774942154"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": -1533,
"time": "1774938747"
},
"departure": {
"delay": -1533,
"time": "1774938747"
},
"stopId": "FR:27008:ZE:0x6058:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -2133,
"time": "1774938747"
},
"departure": {
"delay": -2133,
"time": "1774938747"
},
"stopId": "FR:27348:ZE:0x6296:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -1053,
"time": "1774938747"
},
"departure": {
"delay": -1053,
"time": "1774938747"
},
"stopId": "FR:27458:ZE:0x6693:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 7,
"time": "1774942027"
},
"departure": {
"delay": 7,
"time": "1774942027"
},
"stopId": "FR:27701:ZE:0x7162:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": 1,
"time": "1774941781"
},
"departure": {
"delay": 1,
"time": "1774941781"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -993,
"time": "1774938747"
},
"departure": {
"delay": -993,
"time": "1774938747"
},
"stopId": "FR:27458:ZE:0x6685:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -2493,
"time": "1774938747"
},
"departure": {
"delay": -2493,
"time": "1774938747"
},
"stopId": "FR:27196:ZE:0x6318:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -20,
"time": "1774941640"
},
"departure": {
"delay": -20,
"time": "1774941640"
},
"stopId": "FR:27365:ZE:0x7272:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -993,
"time": "1774938747"
},
"departure": {
"delay": -993,
"time": "1774938747"
},
"stopId": "FR:27458:ZE:0x6679:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 16,
"time": "1774941916"
},
"departure": {
"delay": 16,
"time": "1774941916"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -2073,
"time": "1774938747"
},
"departure": {
"delay": -2073,
"time": "1774938747"
},
"stopId": "FR:27348:ZE:0x6302:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -813,
"time": "1774938747"
},
"departure": {
"delay": -813,
"time": "1774938747"
},
"stopId": "FR:27458:ZE:0x6682:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -1893,
"time": "1774938747"
},
"departure": {
"delay": -1893,
"time": "1774938747"
},
"stopId": "FR:27348:ZE:0x6293:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -1593,
"time": "1774938747"
},
"departure": {
"delay": -1593,
"time": "1774938747"
},
"stopId": "FR:27008:ZE:0x6056:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -1053,
"time": "1774938747"
},
"departure": {
"delay": -1053,
"time": "1774938747"
},
"stopId": "FR:27458:ZE:0x6681:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -1653,
"time": "1774938747"
},
"departure": {
"delay": -1653,
"time": "1774938747"
},
"stopId": "FR:27008:ZE:0x6053:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -1233,
"time": "1774938747"
},
"departure": {
"delay": -1233,
"time": "1774938747"
},
"stopId": "FR:27458:ZE:0x6699:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 31,
"time": "1774941871"
},
"departure": {
"delay": 31,
"time": "1774941871"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 36
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490664:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:1ea8daa92a9841fdd6bee75b7648273b:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 69,
"time": "1774938541"
},
"departure": {
"delay": 69,
"time": "1774938549"
},
"stopId": "FR:61169:ZE:2290:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": 30,
"time": "1774939530"
},
"departure": {
"delay": 30,
"time": "1774939530"
},
"stopId": "FR:61169:ZE:2306:ATOUMOD104",
"stopSequence": 22
},
{
"arrival": {
"delay": 46,
"time": "1774938574"
},
"departure": {
"delay": 46,
"time": "1774938586"
},
"stopId": "FR:61169:ZE:2319:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 30,
"time": "1774939110"
},
"departure": {
"delay": 30,
"time": "1774939110"
},
"stopId": "FR:61169:ZE:2295:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": 84,
"time": "1774938247"
},
"departure": {
"delay": 84,
"time": "1774938264"
},
"stopId": "FR:61169:ZE:2282:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 30,
"time": "1774939350"
},
"departure": {
"delay": 30,
"time": "1774939350"
},
"stopId": "FR:61169:ZE:2323:ATOUMOD104",
"stopSequence": 19
},
{
"arrival": {
"delay": 30,
"time": "1774939290"
},
"departure": {
"delay": 30,
"time": "1774939290"
},
"stopId": "FR:61169:ZE:2308:ATOUMOD104",
"stopSequence": 18
},
{
"arrival": {
"delay": 30,
"time": "1774939470"
},
"departure": {
"delay": 30,
"time": "1774939470"
},
"stopId": "FR:61169:ZE:2325:ATOUMOD104",
"stopSequence": 21
},
{
"arrival": {
"delay": 108,
"time": "1774938212"
},
"departure": {
"delay": 108,
"time": "1774938228"
},
"stopId": "FR:61169:ZE:2288:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": 80,
"time": "1774938365"
},
"departure": {
"delay": 80,
"time": "1774938380"
},
"stopId": "FR:61169:ZE:2310:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 30,
"time": "1774938614"
},
"departure": {
"delay": 30,
"time": "1774938630"
},
"stopId": "FR:61169:ZE:2260:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": 30,
"time": "1774939050"
},
"departure": {
"delay": 30,
"time": "1774939050"
},
"stopId": "FR:61169:ZE:2278:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": 30,
"time": "1774939410"
},
"departure": {
"delay": 30,
"time": "1774939410"
},
"stopId": "FR:61169:ZE:2300:ATOUMOD104",
"stopSequence": 20
},
{
"arrival": {
"delay": 30,
"time": "1774939170"
},
"departure": {
"delay": 30,
"time": "1774939170"
},
"stopId": "FR:61169:ZE:2274:ATOUMOD104",
"stopSequence": 17
},
{
"departure": {
"delay": 124,
"time": "1774938184"
},
"stopId": "FR:61169:ZE:2276:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": 30,
"time": "1774938725"
},
"departure": {
"delay": 30,
"time": "1774938750"
},
"stopId": "FR:61169:ZE:2321:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": 30,
"time": "1774939590"
},
"stopId": "FR:61169:ZE:2335:ATOUMOD104",
"stopSequence": 23
},
{
"arrival": {
"delay": 30,
"time": "1774938990"
},
"departure": {
"delay": 30,
"time": "1774938990"
},
"stopId": "FR:61169:ZE:2285:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 62,
"time": "1774938292"
},
"departure": {
"delay": 62,
"time": "1774938302"
},
"stopId": "FR:61169:ZE:2272:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": 56,
"time": "1774938403"
},
"departure": {
"delay": 56,
"time": "1774938416"
},
"stopId": "FR:61169:ZE:2266:ATOUMOD104",
"stopSequence": 7
},
{
"arrival": {
"delay": 98,
"time": "1774938309"
},
"departure": {
"delay": 98,
"time": "1774938338"
},
"stopId": "FR:61169:ZE:2331:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": 30,
"time": "1774938870"
},
"departure": {
"delay": 30,
"time": "1774938870"
},
"stopId": "FR:61169:ZE:2316:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": 30,
"time": "1774938810"
},
"departure": {
"delay": 30,
"time": "1774938810"
},
"stopId": "FR:61169:ZE:2280:ATOUMOD104",
"stopSequence": 12
}
],
"timestamp": "1774938813",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD104:Line:250:LOC",
"tripId": "ATOUMOD104:ServiceJourney:1ea8daa92a9841fdd6bee75b7648273b:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx281:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 48,
"time": "1774939908"
},
"departure": {
"delay": 48,
"time": "1774939908"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -29,
"time": "1774938031"
},
"departure": {
"delay": -29,
"time": "1774938031"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 248,
"time": "1774938788"
},
"departure": {
"delay": 248,
"time": "1774938788"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 132,
"time": "1774937712"
},
"departure": {
"delay": 132,
"time": "1774937712"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 99,
"time": "1774938819"
},
"departure": {
"delay": 99,
"time": "1774938819"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 93,
"time": "1774937913"
},
"departure": {
"delay": 93,
"time": "1774937913"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 108,
"time": "1774937808"
},
"departure": {
"delay": 108,
"time": "1774937808"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 67,
"time": "1774937527"
},
"departure": {
"delay": 67,
"time": "1774937527"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 32,
"time": "1774937287"
},
"departure": {
"delay": 32,
"time": "1774937312"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 260,
"time": "1774938860"
},
"departure": {
"delay": 260,
"time": "1774938860"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 288,
"time": "1774938588"
},
"departure": {
"delay": 288,
"time": "1774938588"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 299,
"time": "1774939319"
},
"departure": {
"delay": 299,
"time": "1774939319"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 44,
"time": "1774937444"
},
"departure": {
"delay": 44,
"time": "1774937444"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9,
"time": "1774938164"
},
"departure": {
"delay": 9,
"time": "1774938189"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 247,
"time": "1774938487"
},
"departure": {
"delay": 247,
"time": "1774938487"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 248,
"time": "1774939748"
},
"departure": {
"delay": 248,
"time": "1774939748"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 248,
"time": "1774939508"
},
"departure": {
"delay": 248,
"time": "1774939508"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 267,
"time": "1774938687"
},
"departure": {
"delay": 267,
"time": "1774938687"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 248,
"time": "1774939988"
},
"departure": {
"delay": 248,
"time": "1774939988"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 256,
"time": "1774939936"
},
"departure": {
"delay": 256,
"time": "1774939936"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"departure": {
"time": "1774937220"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1774937198",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx281:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:6570717997957120x2:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 318,
"time": "1774938612"
},
"departure": {
"delay": 318,
"time": "1774938618"
},
"stopId": "FR:50218:ZE:740090004:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": -17,
"time": "1774939696"
},
"departure": {
"delay": -17,
"time": "1774939723"
},
"stopId": "FR:50218:ZE:36010105:ATOUMOD105",
"stopSequence": 24
},
{
"arrival": {
"delay": 255,
"time": "1774938307"
},
"departure": {
"delay": 255,
"time": "1774938315"
},
"stopId": "FR:50532:ZE:712780004:ATOUMOD105",
"stopSequence": 5
},
{
"arrival": {
"delay": 263,
"time": "1774938853"
},
"departure": {
"delay": 263,
"time": "1774938863"
},
"stopId": "FR:50218:ZE:761950003:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": -69,
"time": "1774940672"
},
"departure": {
"delay": -69,
"time": "1774940751"
},
"stopId": "FR:50647:ZE:748670004:ATOUMOD105",
"stopSequence": 36
},
{
"arrival": {
"delay": -96,
"time": "1774940199"
},
"departure": {
"delay": -96,
"time": "1774940304"
},
"stopId": "FR:50165:ZE:5106757380603904:ATOUMOD105",
"stopSequence": 30
},
{
"arrival": {
"delay": -93,
"time": "1774940967"
},
"stopId": "FR:50647:ZE:752300002:ATOUMOD105",
"stopSequence": 40
},
{
"arrival": {
"delay": 156,
"time": "1774939046"
},
"departure": {
"delay": 156,
"time": "1774939056"
},
"stopId": "FR:50218:ZE:749860010:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": 159,
"time": "1774939169"
},
"departure": {
"delay": 159,
"time": "1774939179"
},
"stopId": "FR:50218:ZE:759830002:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": -87,
"time": "1774940337"
},
"departure": {
"delay": -87,
"time": "1774940433"
},
"stopId": "FR:50165:ZE:5080888155045888:ATOUMOD105",
"stopSequence": 32
},
{
"arrival": {
"delay": -66,
"time": "1774939899"
},
"departure": {
"delay": -66,
"time": "1774939974"
},
"stopId": "FR:50218:ZE:5119763904724992:ATOUMOD105",
"stopSequence": 26
},
{
"arrival": {
"delay": -19,
"time": "1774939572"
},
"departure": {
"delay": -19,
"time": "1774939601"
},
"stopId": "FR:50218:ZE:756080004:ATOUMOD105",
"stopSequence": 22
},
{
"arrival": {
"delay": -65,
"time": "1774940500"
},
"departure": {
"delay": -65,
"time": "1774940575"
},
"stopId": "FR:50165:ZE:749890003:ATOUMOD105",
"stopSequence": 34
},
{
"arrival": {
"delay": 289,
"time": "1774938756"
},
"departure": {
"delay": 289,
"time": "1774938769"
},
"stopId": "FR:50218:ZE:738760004:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": 319,
"time": "1774938661"
},
"departure": {
"delay": 319,
"time": "1774938679"
},
"stopId": "FR:50218:ZE:742480013:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": -81,
"time": "1774939748"
},
"departure": {
"delay": -81,
"time": "1774939839"
},
"stopId": "FR:50218:ZE:756090001:ATOUMOD105",
"stopSequence": 25
},
{
"arrival": {
"delay": 228,
"time": "1774938198"
},
"departure": {
"delay": 228,
"time": "1774938228"
},
"stopId": "FR:50532:ZE:757990019:ATOUMOD105",
"stopSequence": 4
},
{
"arrival": {
"delay": 258,
"time": "1774938359"
},
"departure": {
"delay": 258,
"time": "1774938378"
},
"stopId": "FR:50532:ZE:746200002:ATOUMOD105",
"stopSequence": 6
},
{
"arrival": {
"delay": 149,
"time": "1774939339"
},
"departure": {
"delay": 149,
"time": "1774939349"
},
"stopId": "FR:50218:ZE:738760002:ATOUMOD105",
"stopSequence": 19
},
{
"arrival": {
"delay": 112,
"time": "1774939482"
},
"departure": {
"delay": 112,
"time": "1774939492"
},
"stopId": "FR:50218:ZE:761950002:ATOUMOD105",
"stopSequence": 21
},
{
"arrival": {
"delay": -48,
"time": "1774940834"
},
"departure": {
"delay": -48,
"time": "1774940892"
},
"stopId": "FR:50647:ZE:5176510791024640:ATOUMOD105",
"stopSequence": 38
},
{
"arrival": {
"delay": 262,
"time": "1774938912"
},
"departure": {
"delay": 262,
"time": "1774938922"
},
"stopId": "FR:50218:ZE:746190004:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": -7,
"time": "1774939656"
},
"departure": {
"delay": -7,
"time": "1774939673"
},
"stopId": "FR:50218:ZE:759830003:ATOUMOD105",
"stopSequence": 23
},
{
"arrival": {
"delay": 269,
"time": "1774938439"
},
"departure": {
"delay": 269,
"time": "1774938449"
},
"stopId": "FR:50532:ZE:740100002:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": 197,
"time": "1774938038"
},
"departure": {
"delay": 197,
"time": "1774938077"
},
"stopId": "FR:50532:ZE:752250012:ATOUMOD105",
"stopSequence": 3
},
{
"arrival": {
"delay": -68,
"time": "1774940014"
},
"departure": {
"delay": -68,
"time": "1774940092"
},
"stopId": "FR:50165:ZE:5186217918332928:ATOUMOD105",
"stopSequence": 27
},
{
"arrival": {
"delay": -62,
"time": "1774940746"
},
"departure": {
"delay": -62,
"time": "1774940818"
},
"stopId": "FR:50218:ZE:742480012:ATOUMOD105",
"stopSequence": 37
},
{
"arrival": {
"delay": -92,
"time": "1774940267"
},
"departure": {
"delay": -92,
"time": "1774940368"
},
"stopId": "FR:50165:ZE:5082895850930176:ATOUMOD105",
"stopSequence": 31
},
{
"arrival": {
"delay": -42,
"time": "1774940906"
},
"departure": {
"delay": -42,
"time": "1774940958"
},
"stopId": "FR:50218:ZE:720520001:ATOUMOD105",
"stopSequence": 39
},
{
"arrival": {
"delay": -92,
"time": "1774940386"
},
"departure": {
"delay": -92,
"time": "1774940488"
},
"stopId": "FR:50165:ZE:738760003:ATOUMOD105",
"stopSequence": 33
},
{
"arrival": {
"delay": -86,
"time": "1774940098"
},
"departure": {
"delay": -86,
"time": "1774940194"
},
"stopId": "FR:50165:ZE:4905148494118912:ATOUMOD105",
"stopSequence": 29
},
{
"arrival": {
"delay": 186,
"time": "1774939256"
},
"departure": {
"delay": 186,
"time": "1774939266"
},
"stopId": "FR:50218:ZE:767190001:ATOUMOD105",
"stopSequence": 18
},
{
"arrival": {
"delay": -65,
"time": "1774940560"
},
"departure": {
"delay": -65,
"time": "1774940635"
},
"stopId": "FR:50647:ZE:712780003:ATOUMOD105",
"stopSequence": 35
},
{
"arrival": {
"delay": 137,
"time": "1774939387"
},
"departure": {
"delay": 137,
"time": "1774939397"
},
"stopId": "FR:50218:ZE:758020002:ATOUMOD105",
"stopSequence": 20
},
{
"arrival": {
"delay": 204,
"time": "1774938974"
},
"departure": {
"delay": 204,
"time": "1774938984"
},
"stopId": "FR:50218:ZE:759790015:ATOUMOD105",
"stopSequence": 13
}
],
"timestamp": "1774938666",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD105:Line:348940035:LOC",
"tripId": "ATOUMOD105:ServiceJourney:6570717997957120x2:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:55:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11,
"time": "1774934041"
},
"departure": {
"delay": 11,
"time": "1774934051"
},
"stopId": "FR:14333:ZE:15:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 10,
"time": "1774934388"
},
"departure": {
"delay": 10,
"time": "1774934470"
},
"stopId": "FR:14333:ZE:7:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 18,
"time": "1774934171"
},
"departure": {
"delay": 18,
"time": "1774934238"
},
"stopId": "FR:14333:ZE:11:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 49,
"time": "1774933218"
},
"departure": {
"delay": 49,
"time": "1774933249"
},
"stopId": "FR:14333:ZE:28:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": -2,
"time": "1774934086"
},
"departure": {
"delay": -2,
"time": "1774934098"
},
"stopId": "FR:14333:ZE:13:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 25,
"time": "1774933598"
},
"departure": {
"delay": 25,
"time": "1774933765"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 32,
"time": "1774933018"
},
"departure": {
"delay": 32,
"time": "1774933112"
},
"stopId": "FR:14333:ZE:30:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 29,
"time": "1774932711"
},
"departure": {
"delay": 29,
"time": "1774932749"
},
"stopId": "FR:14333:ZE:40:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 21,
"time": "1774932971"
},
"departure": {
"delay": 21,
"time": "1774932981"
},
"stopId": "FR:14333:ZE:32:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 22,
"time": "1774932794"
},
"departure": {
"delay": 22,
"time": "1774932802"
},
"stopId": "FR:14333:ZE:38:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 52,
"time": "1774932923"
},
"departure": {
"delay": 52,
"time": "1774932952"
},
"stopId": "FR:14333:ZE:34:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 48,
"time": "1774932848"
},
"departure": {
"delay": 48,
"time": "1774932888"
},
"stopId": "FR:14333:ZE:36:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 30,
"time": "1774933301"
},
"departure": {
"delay": 30,
"time": "1774933350"
},
"stopId": "FR:14536:ZE:26:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": -26,
"time": "1774934554"
},
"stopId": "FR:14333:ZE:3:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 4,
"time": "1774933790"
},
"departure": {
"delay": 4,
"time": "1774933804"
},
"stopId": "FR:14333:ZE:21:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": -21,
"time": "1774934288"
},
"departure": {
"delay": -21,
"time": "1774934319"
},
"stopId": "FR:14333:ZE:9:ATOUMOD021",
"stopSequence": 18
},
{
"departure": {
"time": "1774932600"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 14,
"time": "1774933940"
},
"departure": {
"delay": 14,
"time": "1774933994"
},
"stopId": "FR:14333:ZE:17:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 5,
"time": "1774934518"
},
"departure": {
"delay": 5,
"time": "1774934525"
},
"stopId": "FR:14333:ZE:5:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 55,
"time": "1774933906"
},
"departure": {
"delay": 55,
"time": "1774933915"
},
"stopId": "FR:14333:ZE:19:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 11,
"time": "1774933424"
},
"departure": {
"delay": 11,
"time": "1774933451"
},
"stopId": "FR:14536:ZE:24:ATOUMOD021",
"stopSequence": 10
}
],
"timestamp": "1774938753",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:55:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470346:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 166,
"time": "1774939246"
},
"departure": {
"delay": 166,
"time": "1774939246"
},
"stopId": "FR:27474:ZE:0x6707:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 132,
"time": "1774939452"
},
"departure": {
"delay": 132,
"time": "1774939452"
},
"stopId": "FR:27474:ZE:0x6703:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 143,
"time": "1774939283"
},
"departure": {
"delay": 143,
"time": "1774939283"
},
"stopId": "FR:27474:ZE:0x6722:ATOUMOD006",
"stopSequence": 9
},
{
"departure": {
"delay": 122,
"time": "1774938722"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 137,
"time": "1774938797"
},
"departure": {
"delay": 137,
"time": "1774938797"
},
"stopId": "FR:27701:ZE:0x7047:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 151,
"time": "1774939111"
},
"departure": {
"delay": 151,
"time": "1774939111"
},
"stopId": "FR:27474:ZE:0x6720:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 52,
"time": "1774939552"
},
"departure": {
"delay": 52,
"time": "1774939552"
},
"stopId": "FR:27474:ZE:0x6709:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 133,
"time": "1774939333"
},
"departure": {
"delay": 133,
"time": "1774939333"
},
"stopId": "FR:27474:ZE:0x6718:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 122,
"time": "1774939022"
},
"departure": {
"delay": 122,
"time": "1774939022"
},
"stopId": "FR:27471:ZE:0x6941:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 108,
"time": "1774939368"
},
"departure": {
"delay": 108,
"time": "1774939368"
},
"stopId": "FR:27474:ZE:0x6716:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 148,
"time": "1774939048"
},
"departure": {
"delay": 148,
"time": "1774939048"
},
"stopId": "FR:27471:ZE:0x6938:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 108,
"time": "1774939488"
},
"departure": {
"delay": 108,
"time": "1774939488"
},
"stopId": "FR:27474:ZE:0x6713:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -19,
"time": "1774939961"
},
"departure": {
"delay": -19,
"time": "1774939961"
},
"stopId": "FR:27701:ZE:0x7168:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 102,
"time": "1774939422"
},
"departure": {
"delay": 102,
"time": "1774939422"
},
"stopId": "FR:27474:ZE:0x6715:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -44,
"time": "1774940116"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 122,
"time": "1774939142"
},
"departure": {
"delay": 122,
"time": "1774939142"
},
"stopId": "FR:27474:ZE:0x6710:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 149,
"time": "1774939169"
},
"departure": {
"delay": 149,
"time": "1774939169"
},
"stopId": "FR:27474:ZE:0x6704:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -19,
"time": "1774939781"
},
"departure": {
"delay": -19,
"time": "1774939781"
},
"stopId": "FR:27365:ZE:0x6336:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -18,
"time": "1774939662"
},
"departure": {
"delay": -18,
"time": "1774939662"
},
"stopId": "FR:27701:ZE:0x7077:ATOUMOD006",
"stopSequence": 16
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:7b:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470346:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748424x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 92,
"time": "1774929138"
},
"departure": {
"delay": 92,
"time": "1774929152"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 197,
"time": "1774928644"
},
"departure": {
"delay": 197,
"time": "1774928657"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 215,
"time": "1774927460"
},
"departure": {
"delay": 215,
"time": "1774927475"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 67,
"time": "1774927612"
},
"departure": {
"delay": 67,
"time": "1774927627"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 178,
"time": "1774927488"
},
"departure": {
"delay": 178,
"time": "1774927498"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 184,
"time": "1774927377"
},
"departure": {
"delay": 184,
"time": "1774927384"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 57,
"time": "1774929224"
},
"departure": {
"delay": 57,
"time": "1774929237"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 215,
"time": "1774927343"
},
"departure": {
"delay": 215,
"time": "1774927355"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 161,
"time": "1774928909"
},
"departure": {
"delay": 161,
"time": "1774928921"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 40,
"time": "1774929273"
},
"departure": {
"delay": 40,
"time": "1774929280"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 103,
"time": "1774929086"
},
"departure": {
"delay": 103,
"time": "1774929103"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 148,
"time": "1774927871"
},
"departure": {
"delay": 148,
"time": "1774928128"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 184,
"time": "1774928193"
},
"departure": {
"delay": 184,
"time": "1774928224"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 215,
"time": "1774928433"
},
"departure": {
"delay": 215,
"time": "1774928555"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 1710,
"time": "1774931250"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 234,
"time": "1774927426"
},
"departure": {
"delay": 234,
"time": "1774927434"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 30,
"time": "1774927787"
},
"departure": {
"delay": 30,
"time": "1774927830"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 169,
"time": "1774928734"
},
"departure": {
"delay": 169,
"time": "1774928749"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 149,
"time": "1774927519"
},
"departure": {
"delay": 149,
"time": "1774927529"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 216,
"time": "1774927296"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 148,
"time": "1774928351"
},
"departure": {
"delay": 148,
"time": "1774928368"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 119,
"time": "1774928387"
},
"departure": {
"delay": 119,
"time": "1774928399"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 67,
"time": "1774929356"
},
"departure": {
"delay": 67,
"time": "1774929367"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 28,
"time": "1774927701"
},
"departure": {
"delay": 28,
"time": "1774927708"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 154,
"time": "1774928778"
},
"departure": {
"delay": 154,
"time": "1774928794"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 75,
"time": "1774929302"
},
"departure": {
"delay": 75,
"time": "1774929315"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 139,
"time": "1774929065"
},
"departure": {
"delay": 139,
"time": "1774929079"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 116,
"time": "1774927546"
},
"departure": {
"delay": 116,
"time": "1774927556"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 26,
"time": "1774927633"
},
"departure": {
"delay": 26,
"time": "1774927646"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 136,
"time": "1774928281"
},
"departure": {
"delay": 136,
"time": "1774928296"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 98,
"time": "1774927572"
},
"departure": {
"delay": 98,
"time": "1774927598"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 103,
"time": "1774928972"
},
"departure": {
"delay": 103,
"time": "1774928983"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 153,
"time": "1774928238"
},
"departure": {
"delay": 153,
"time": "1774928253"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 128,
"time": "1774928995"
},
"departure": {
"delay": 128,
"time": "1774929008"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748424x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748543x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 129,
"time": "1774937851"
},
"departure": {
"delay": 129,
"time": "1774937889"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 123,
"time": "1774937911"
},
"departure": {
"delay": 123,
"time": "1774937943"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 90,
"time": "1774938235"
},
"departure": {
"delay": 90,
"time": "1774938330"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 37,
"time": "1774937369"
},
"departure": {
"delay": 37,
"time": "1774937377"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 69,
"time": "1774937676"
},
"departure": {
"delay": 69,
"time": "1774937709"
},
"stopId": "FR:50129:ZE:10BRA1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 63,
"time": "1774938084"
},
"departure": {
"delay": 63,
"time": "1774938123"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 50,
"time": "1774939250"
},
"stopId": "FR:50129:ZE:10ZSA3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 122,
"time": "1774937965"
},
"departure": {
"delay": 122,
"time": "1774938002"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 50,
"time": "1774938890"
},
"departure": {
"delay": 50,
"time": "1774938890"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -9,
"time": "1774938432"
},
"departure": {
"delay": -9,
"time": "1774938471"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 120,
"time": "1774938025"
},
"departure": {
"delay": 120,
"time": "1774938060"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 101,
"time": "1774937551"
},
"departure": {
"delay": 101,
"time": "1774937561"
},
"stopId": "FR:50129:ZE:10FOE1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 56,
"time": "1774937479"
},
"departure": {
"delay": 56,
"time": "1774937516"
},
"stopId": "FR:50129:ZE:10GRI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 50,
"time": "1774938950"
},
"departure": {
"delay": 50,
"time": "1774938950"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 50,
"time": "1774939010"
},
"departure": {
"delay": 50,
"time": "1774939010"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 50,
"time": "1774939130"
},
"departure": {
"delay": 50,
"time": "1774939130"
},
"stopId": "FR:50129:ZE:10JBO3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 121,
"time": "1774937781"
},
"departure": {
"delay": 121,
"time": "1774937821"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 50,
"time": "1774939190"
},
"departure": {
"delay": 50,
"time": "1774939190"
},
"stopId": "FR:50129:ZE:10CHE1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 35,
"time": "1774937423"
},
"departure": {
"delay": 35,
"time": "1774937435"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 56,
"time": "1774938658"
},
"departure": {
"delay": 56,
"time": "1774938716"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 14,
"time": "1774937234"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 50,
"time": "1774938830"
},
"departure": {
"delay": 50,
"time": "1774938830"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 16,
"time": "1774938577"
},
"departure": {
"delay": 16,
"time": "1774938616"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 87,
"time": "1774937593"
},
"departure": {
"delay": 87,
"time": "1774937607"
},
"stopId": "FR:50129:ZE:10MRT1:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748543x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596614:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 66,
"time": "1774938576"
},
"departure": {
"delay": 66,
"time": "1774938606"
},
"stopId": "FR:27229:ZE:0xJOL02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -147,
"time": "1774939053"
},
"departure": {
"delay": -147,
"time": "1774939053"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -239,
"time": "1774939261"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -20,
"time": "1774938880"
},
"departure": {
"delay": -20,
"time": "1774938880"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 76,
"time": "1774938496"
},
"departure": {
"delay": 76,
"time": "1774938496"
},
"stopId": "FR:27229:ZE:0xPAS02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -147,
"time": "1774939113"
},
"departure": {
"delay": -147,
"time": "1774939113"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -148,
"time": "1774939172"
},
"departure": {
"delay": -148,
"time": "1774939172"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 66,
"time": "1774938715"
},
"departure": {
"delay": 66,
"time": "1774938726"
},
"stopId": "FR:27229:ZE:0xROR02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 61,
"time": "1774938421"
},
"departure": {
"delay": 61,
"time": "1774938421"
},
"stopId": "FR:27229:ZE:0xKEN01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 61,
"time": "1774938361"
},
"departure": {
"delay": 61,
"time": "1774938361"
},
"stopId": "FR:27229:ZE:0xVOL01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -117,
"time": "1774938963"
},
"departure": {
"delay": -117,
"time": "1774938963"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 40,
"time": "1774938280"
},
"departure": {
"delay": 40,
"time": "1774938280"
},
"stopId": "FR:27229:ZE:0xRUG01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -42,
"time": "1774938798"
},
"departure": {
"delay": -42,
"time": "1774938798"
},
"stopId": "FR:27229:ZE:0xRRE02:ATOUMOD004",
"stopSequence": 8
}
],
"timestamp": "1774938615",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596614:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746207x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 209,
"time": "1774936245"
},
"departure": {
"delay": 209,
"time": "1774936289"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 50,
"time": "1774938161"
},
"departure": {
"delay": 50,
"time": "1774938170"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 91,
"time": "1774935859"
},
"departure": {
"delay": 91,
"time": "1774935871"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 156,
"time": "1774935901"
},
"departure": {
"delay": 156,
"time": "1774935936"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 142,
"time": "1774936861"
},
"departure": {
"delay": 142,
"time": "1774936882"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 65,
"time": "1774937450"
},
"departure": {
"delay": 65,
"time": "1774937465"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 104,
"time": "1774937252"
},
"departure": {
"delay": 104,
"time": "1774937264"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -60,
"time": "1774937870"
},
"departure": {
"delay": -60,
"time": "1774937880"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 137,
"time": "1774935517"
},
"departure": {
"delay": 137,
"time": "1774935557"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -21,
"time": "1774937850"
},
"departure": {
"delay": -21,
"time": "1774937859"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -81,
"time": "1774937897"
},
"departure": {
"delay": -81,
"time": "1774937919"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 97,
"time": "1774935245"
},
"departure": {
"delay": 97,
"time": "1774935277"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 118,
"time": "1774935433"
},
"departure": {
"delay": 118,
"time": "1774935478"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 66,
"time": "1774935341"
},
"departure": {
"delay": 66,
"time": "1774935366"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 84,
"time": "1774937392"
},
"departure": {
"delay": 84,
"time": "1774937424"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 165,
"time": "1774936830"
},
"departure": {
"delay": 165,
"time": "1774936845"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 145,
"time": "1774937035"
},
"departure": {
"delay": 145,
"time": "1774937065"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 107,
"time": "1774936552"
},
"departure": {
"delay": 107,
"time": "1774936607"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 130,
"time": "1774935571"
},
"departure": {
"delay": 130,
"time": "1774935610"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 29,
"time": "1774937661"
},
"departure": {
"delay": 29,
"time": "1774937669"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 41,
"time": "1774937730"
},
"departure": {
"delay": 41,
"time": "1774937741"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 23,
"time": "1774937941"
},
"departure": {
"delay": 23,
"time": "1774938083"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 17,
"time": "1774937770"
},
"departure": {
"delay": 17,
"time": "1774937777"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 118,
"time": "1774935629"
},
"departure": {
"delay": 118,
"time": "1774935658"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 96,
"time": "1774938500"
},
"departure": {
"delay": 96,
"time": "1774938516"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 66,
"time": "1774937495"
},
"departure": {
"delay": 66,
"time": "1774937526"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 118,
"time": "1774935373"
},
"departure": {
"delay": 118,
"time": "1774935418"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 1,
"time": "1774937689"
},
"departure": {
"delay": 1,
"time": "1774937701"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 127,
"time": "1774936451"
},
"departure": {
"delay": 127,
"time": "1774936507"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 107,
"time": "1774935069"
},
"departure": {
"delay": 107,
"time": "1774935107"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 88,
"time": "1774935295"
},
"departure": {
"delay": 88,
"time": "1774935328"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 112,
"time": "1774937115"
},
"departure": {
"delay": 112,
"time": "1774937152"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 102,
"time": "1774937168"
},
"departure": {
"delay": 102,
"time": "1774937202"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"departure": {
"delay": 71,
"time": "1774935011"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 176,
"time": "1774936082"
},
"departure": {
"delay": 176,
"time": "1774936136"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 150,
"time": "1774936919"
},
"departure": {
"delay": 150,
"time": "1774936950"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 181,
"time": "1774936780"
},
"departure": {
"delay": 181,
"time": "1774936801"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 34,
"time": "1774937597"
},
"departure": {
"delay": 34,
"time": "1774937614"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -23,
"time": "1774937788"
},
"departure": {
"delay": -23,
"time": "1774937797"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 148,
"time": "1774935982"
},
"departure": {
"delay": 148,
"time": "1774936048"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 95,
"time": "1774937304"
},
"departure": {
"delay": 95,
"time": "1774937315"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 36,
"time": "1774938185"
},
"departure": {
"delay": 36,
"time": "1774938216"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 180,
"time": "1774936339"
},
"departure": {
"delay": 180,
"time": "1774936380"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 131,
"time": "1774935754"
},
"departure": {
"delay": 131,
"time": "1774935791"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 90,
"time": "1774937354"
},
"departure": {
"delay": 90,
"time": "1774937370"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 117,
"time": "1774938385"
},
"departure": {
"delay": 117,
"time": "1774938417"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 111,
"time": "1774935824"
},
"departure": {
"delay": 111,
"time": "1774935831"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 73,
"time": "1774938553"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 89,
"time": "1774938440"
},
"departure": {
"delay": 89,
"time": "1774938449"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 101,
"time": "1774935181"
},
"departure": {
"delay": 101,
"time": "1774935221"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746207x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745651x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 179,
"time": "1774930542"
},
"departure": {
"delay": 179,
"time": "1774930559"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 214,
"time": "1774931564"
},
"departure": {
"delay": 214,
"time": "1774931614"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 184,
"time": "1774931324"
},
"departure": {
"delay": 184,
"time": "1774931344"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 195,
"time": "1774930618"
},
"departure": {
"delay": 195,
"time": "1774930635"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 131,
"time": "1774929840"
},
"departure": {
"delay": 131,
"time": "1774929851"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 173,
"time": "1774931179"
},
"departure": {
"delay": 173,
"time": "1774931213"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 148,
"time": "1774932114"
},
"departure": {
"delay": 148,
"time": "1774932148"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 228,
"time": "1774930238"
},
"departure": {
"delay": 228,
"time": "1774930248"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 170,
"time": "1774931407"
},
"departure": {
"delay": 170,
"time": "1774931450"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 226,
"time": "1774930171"
},
"departure": {
"delay": 226,
"time": "1774930186"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 192,
"time": "1774930301"
},
"departure": {
"delay": 192,
"time": "1774930332"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 228,
"time": "1774930698"
},
"departure": {
"delay": 228,
"time": "1774930728"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 168,
"time": "1774931114"
},
"departure": {
"delay": 168,
"time": "1774931148"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 112,
"time": "1774929868"
},
"departure": {
"delay": 112,
"time": "1774929892"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 156,
"time": "1774931968"
},
"departure": {
"delay": 156,
"time": "1774931976"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 5,
"time": "1774932425"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 200,
"time": "1774929961"
},
"departure": {
"delay": 200,
"time": "1774930040"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 231,
"time": "1774930833"
},
"departure": {
"delay": 231,
"time": "1774930851"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 185,
"time": "1774931269"
},
"departure": {
"delay": 185,
"time": "1774931285"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 159,
"time": "1774931029"
},
"departure": {
"delay": 159,
"time": "1774931079"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 102,
"time": "1774932332"
},
"departure": {
"delay": 102,
"time": "1774932342"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 207,
"time": "1774931808"
},
"departure": {
"delay": 207,
"time": "1774931847"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 218,
"time": "1774930879"
},
"departure": {
"delay": 218,
"time": "1774930898"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 225,
"time": "1774930757"
},
"departure": {
"delay": 225,
"time": "1774930785"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 164,
"time": "1774929764"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 209,
"time": "1774930375"
},
"departure": {
"delay": 209,
"time": "1774930409"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 147,
"time": "1774932257"
},
"departure": {
"delay": 147,
"time": "1774932267"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 183,
"time": "1774931732"
},
"departure": {
"delay": 183,
"time": "1774931763"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 82,
"time": "1774932369"
},
"departure": {
"delay": 82,
"time": "1774932382"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 190,
"time": "1774930956"
},
"departure": {
"delay": 190,
"time": "1774930990"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 126,
"time": "1774932294"
},
"departure": {
"delay": 126,
"time": "1774932306"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 178,
"time": "1774931899"
},
"departure": {
"delay": 178,
"time": "1774931938"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 210,
"time": "1774930440"
},
"departure": {
"delay": 210,
"time": "1774930470"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 133,
"time": "1774932038"
},
"departure": {
"delay": 133,
"time": "1774932073"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 150,
"time": "1774929912"
},
"departure": {
"delay": 150,
"time": "1774929930"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745651x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748519x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 118,
"time": "1774934711"
},
"departure": {
"delay": 118,
"time": "1774934758"
},
"stopId": "FR:50129:ZE:10FOE1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 66,
"time": "1774934850"
},
"departure": {
"delay": 66,
"time": "1774934886"
},
"stopId": "FR:50129:ZE:10BRA1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 111,
"time": "1774935443"
},
"departure": {
"delay": 111,
"time": "1774935531"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 95,
"time": "1774935317"
},
"departure": {
"delay": 95,
"time": "1774935335"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -11,
"time": "1774935719"
},
"departure": {
"delay": -11,
"time": "1774935769"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 5,
"time": "1774934570"
},
"departure": {
"delay": 5,
"time": "1774934585"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 36,
"time": "1774934641"
},
"departure": {
"delay": 36,
"time": "1774934676"
},
"stopId": "FR:50129:ZE:10GRI1:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 17,
"time": "1774934417"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 108,
"time": "1774934793"
},
"departure": {
"delay": 108,
"time": "1774934808"
},
"stopId": "FR:50129:ZE:10MRT1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 161,
"time": "1774935058"
},
"departure": {
"delay": 161,
"time": "1774935101"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -22,
"time": "1774935603"
},
"departure": {
"delay": -22,
"time": "1774935638"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -18,
"time": "1774936028"
},
"departure": {
"delay": -18,
"time": "1774936062"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 11,
"time": "1774934511"
},
"departure": {
"delay": 11,
"time": "1774934531"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 12,
"time": "1774935910"
},
"departure": {
"delay": 12,
"time": "1774935972"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 26,
"time": "1774935807"
},
"departure": {
"delay": 26,
"time": "1774935866"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 74,
"time": "1774936454"
},
"stopId": "FR:50129:ZE:10ZSA3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 183,
"time": "1774935257"
},
"departure": {
"delay": 183,
"time": "1774935303"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 43,
"time": "1774936271"
},
"departure": {
"delay": 43,
"time": "1774936303"
},
"stopId": "FR:50129:ZE:10JBO3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 151,
"time": "1774934985"
},
"departure": {
"delay": 151,
"time": "1774935031"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -7,
"time": "1774936000"
},
"departure": {
"delay": -7,
"time": "1774936013"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 168,
"time": "1774935124"
},
"departure": {
"delay": 168,
"time": "1774935168"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 61,
"time": "1774936368"
},
"departure": {
"delay": 61,
"time": "1774936381"
},
"stopId": "FR:50129:ZE:10CHE1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 172,
"time": "1774935195"
},
"departure": {
"delay": 172,
"time": "1774935232"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -15,
"time": "1774936079"
},
"departure": {
"delay": -15,
"time": "1774936125"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748519x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056612x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 18,
"time": "1774939878"
},
"departure": {
"delay": 18,
"time": "1774939878"
},
"stopId": "FR:76351:ZE:3049:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 29,
"time": "1774939949"
},
"departure": {
"delay": 29,
"time": "1774939949"
},
"stopId": "FR:76351:ZE:3404:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 17,
"time": "1774938977"
},
"departure": {
"delay": 17,
"time": "1774938977"
},
"stopId": "FR:76351:ZE:3494:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -9,
"time": "1774939431"
},
"departure": {
"delay": -9,
"time": "1774939431"
},
"stopId": "FR:76351:ZE:3490:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -16,
"time": "1774940084"
},
"departure": {
"delay": -16,
"time": "1774940084"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -16,
"time": "1774939244"
},
"departure": {
"delay": -16,
"time": "1774939244"
},
"stopId": "FR:76351:ZE:4654:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 34,
"time": "1774939354"
},
"departure": {
"delay": 34,
"time": "1774939354"
},
"stopId": "FR:76351:ZE:3068:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -16,
"time": "1774940204"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 39,
"time": "1774939659"
},
"departure": {
"delay": 39,
"time": "1774939659"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 34,
"time": "1774939114"
},
"departure": {
"delay": 34,
"time": "1774939114"
},
"stopId": "FR:76351:ZE:3178:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -12,
"time": "1774939608"
},
"departure": {
"delay": -12,
"time": "1774939608"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -16,
"time": "1774938824"
},
"departure": {
"delay": -16,
"time": "1774938824"
},
"stopId": "FR:76351:ZE:3656:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 5,
"time": "1774939745"
},
"departure": {
"delay": 5,
"time": "1774939745"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 39,
"time": "1774939179"
},
"departure": {
"delay": 39,
"time": "1774939179"
},
"stopId": "FR:76351:ZE:3570:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 36,
"time": "1774938876"
},
"departure": {
"delay": 36,
"time": "1774938876"
},
"stopId": "FR:76351:ZE:3319:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -16,
"time": "1774939784"
},
"departure": {
"delay": -16,
"time": "1774939784"
},
"stopId": "FR:76351:ZE:4786:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 4,
"time": "1774939984"
},
"departure": {
"delay": 4,
"time": "1774939984"
},
"stopId": "FR:76351:ZE:3670:ATOUMOD003",
"stopSequence": 25
},
{
"departure": {
"delay": -16,
"time": "1774938704"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -16,
"time": "1774939544"
},
"departure": {
"delay": -16,
"time": "1774939544"
},
"stopId": "FR:76351:ZE:3477:ATOUMOD003",
"stopSequence": 18
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056612x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471212:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -13,
"time": "1774942967"
},
"departure": {
"delay": -13,
"time": "1774942967"
},
"stopId": "FR:27375:ZE:0x6527:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -54,
"time": "1774942266"
},
"departure": {
"delay": -54,
"time": "1774942266"
},
"stopId": "FR:27528:ZE:0x6593:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -188,
"time": "1774943572"
},
"departure": {
"delay": -188,
"time": "1774943572"
},
"stopId": "FR:27375:ZE:0x6394:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -34,
"time": "1774941806"
},
"departure": {
"delay": -34,
"time": "1774941806"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -36,
"time": "1774943124"
},
"departure": {
"delay": -36,
"time": "1774943124"
},
"stopId": "FR:27375:ZE:0x6458:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -50,
"time": "1774942450"
},
"departure": {
"delay": -50,
"time": "1774942450"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -25,
"time": "1774942175"
},
"departure": {
"delay": -25,
"time": "1774942175"
},
"stopId": "FR:27528:ZE:0x6590:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -52,
"time": "1774942328"
},
"departure": {
"delay": -52,
"time": "1774942328"
},
"stopId": "FR:27528:ZE:0x6588:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 2,
"time": "1774943042"
},
"departure": {
"delay": 2,
"time": "1774943042"
},
"stopId": "FR:27375:ZE:0x6385:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -248,
"time": "1774943632"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -18,
"time": "1774943262"
},
"departure": {
"delay": -18,
"time": "1774943262"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 25
},
{
"departure": {
"time": "1774941660"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -4,
"time": "1774941776"
},
"departure": {
"delay": -4,
"time": "1774941776"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -38,
"time": "1774942522"
},
"departure": {
"delay": -38,
"time": "1774942522"
},
"stopId": "FR:27701:ZE:0x7107:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -46,
"time": "1774942394"
},
"departure": {
"delay": -46,
"time": "1774942394"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -51,
"time": "1774942149"
},
"departure": {
"delay": -51,
"time": "1774942149"
},
"stopId": "FR:27528:ZE:0x6595:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -92,
"time": "1774943308"
},
"departure": {
"delay": -92,
"time": "1774943308"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -128,
"time": "1774943512"
},
"departure": {
"delay": -128,
"time": "1774943512"
},
"stopId": "FR:27375:ZE:0x6433:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -19,
"time": "1774942721"
},
"departure": {
"delay": -19,
"time": "1774942721"
},
"stopId": "FR:27351:ZE:0x6311:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 3,
"time": "1774941963"
},
"departure": {
"delay": 3,
"time": "1774941963"
},
"stopId": "FR:27701:ZE:0x7023:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -72,
"time": "1774943388"
},
"departure": {
"delay": -72,
"time": "1774943388"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 3,
"time": "1774942023"
},
"departure": {
"delay": 3,
"time": "1774942023"
},
"stopId": "FR:27528:ZE:0x6577:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -20,
"time": "1774942840"
},
"departure": {
"delay": -20,
"time": "1774942840"
},
"stopId": "FR:27351:ZE:0x6313:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -43,
"time": "1774942217"
},
"departure": {
"delay": -43,
"time": "1774942217"
},
"stopId": "FR:27528:ZE:0x6599:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -30,
"time": "1774943190"
},
"departure": {
"delay": -30,
"time": "1774943190"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 25,
"time": "1774942885"
},
"departure": {
"delay": 25,
"time": "1774942885"
},
"stopId": "FR:27351:ZE:0x6305:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -10,
"time": "1774943090"
},
"departure": {
"delay": -10,
"time": "1774943090"
},
"stopId": "FR:27375:ZE:0x6439:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -137,
"time": "1774943443"
},
"departure": {
"delay": -137,
"time": "1774943443"
},
"stopId": "FR:27375:ZE:0x6515:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -34,
"time": "1774941866"
},
"departure": {
"delay": -34,
"time": "1774941866"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 2,
"time": "1774942082"
},
"departure": {
"delay": 2,
"time": "1774942082"
},
"stopId": "FR:27528:ZE:0x6597:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -30,
"time": "1774941930"
},
"departure": {
"delay": -30,
"time": "1774941930"
},
"stopId": "FR:27701:ZE:0x7035:ATOUMOD006",
"stopSequence": 5
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471212:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057449x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 56,
"time": "1774941416"
},
"departure": {
"delay": 56,
"time": "1774941416"
},
"stopId": "FR:76351:ZE:4503:ATOUMOD003",
"stopSequence": 47
},
{
"departure": {
"delay": 90,
"time": "1774938750"
},
"stopId": "FR:76305:ZE:3187:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 41,
"time": "1774939061"
},
"departure": {
"delay": 41,
"time": "1774939061"
},
"stopId": "FR:76341:ZE:3445:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 31,
"time": "1774941931"
},
"stopId": "FR:76481:ZE:5250:ATOUMOD003",
"stopSequence": 55
},
{
"arrival": {
"delay": 31,
"time": "1774939831"
},
"departure": {
"delay": 31,
"time": "1774939831"
},
"stopId": "FR:76447:ZE:5203:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 45,
"time": "1774940925"
},
"departure": {
"delay": 45,
"time": "1774940925"
},
"stopId": "FR:76270:ZE:4507:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 39,
"time": "1774940559"
},
"departure": {
"delay": 39,
"time": "1774940559"
},
"stopId": "FR:76447:ZE:4496:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 41,
"time": "1774940321"
},
"departure": {
"delay": 41,
"time": "1774940321"
},
"stopId": "FR:76447:ZE:3242:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 31,
"time": "1774941751"
},
"departure": {
"delay": 31,
"time": "1774941751"
},
"stopId": "FR:76351:ZE:3361:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 31,
"time": "1774938991"
},
"departure": {
"delay": 31,
"time": "1774938991"
},
"stopId": "FR:76341:ZE:3538:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 55,
"time": "1774940035"
},
"departure": {
"delay": 55,
"time": "1774940035"
},
"stopId": "FR:76447:ZE:3764:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 74,
"time": "1774939574"
},
"departure": {
"delay": 74,
"time": "1774939574"
},
"stopId": "FR:76341:ZE:3905:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 77,
"time": "1774941197"
},
"departure": {
"delay": 77,
"time": "1774941197"
},
"stopId": "FR:76270:ZE:5199:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 31,
"time": "1774941511"
},
"departure": {
"delay": 31,
"time": "1774941511"
},
"stopId": "FR:76351:ZE:3717:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 62,
"time": "1774939742"
},
"departure": {
"delay": 62,
"time": "1774939742"
},
"stopId": "FR:76447:ZE:3760:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 47,
"time": "1774939667"
},
"departure": {
"delay": 47,
"time": "1774939667"
},
"stopId": "FR:76447:ZE:3758:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 62,
"time": "1774941062"
},
"departure": {
"delay": 62,
"time": "1774941062"
},
"stopId": "FR:76270:ZE:3354:ATOUMOD003",
"stopSequence": 42
},
{
"departure": {
"delay": 113,
"time": "1774938653"
},
"stopId": "FR:76305:ZE:3181:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 31,
"time": "1774939771"
},
"departure": {
"delay": 31,
"time": "1774939771"
},
"stopId": "FR:76447:ZE:3741:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 62,
"time": "1774941362"
},
"departure": {
"delay": 62,
"time": "1774941362"
},
"stopId": "FR:76270:ZE:4505:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 75,
"time": "1774940775"
},
"departure": {
"delay": 75,
"time": "1774940775"
},
"stopId": "FR:76447:ZE:3516:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 42,
"time": "1774940082"
},
"departure": {
"delay": 42,
"time": "1774940082"
},
"stopId": "FR:76447:ZE:3766:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 117,
"time": "1774938717"
},
"stopId": "FR:76305:ZE:3151:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 46,
"time": "1774940446"
},
"departure": {
"delay": 46,
"time": "1774940446"
},
"stopId": "FR:76447:ZE:3569:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 76,
"time": "1774938796"
},
"departure": {
"delay": 76,
"time": "1774938796"
},
"stopId": "FR:76305:ZE:3296:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 31,
"time": "1774940851"
},
"departure": {
"delay": 31,
"time": "1774940851"
},
"stopId": "FR:76447:ZE:4509:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 84,
"time": "1774941144"
},
"departure": {
"delay": 84,
"time": "1774941144"
},
"stopId": "FR:76270:ZE:3429:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 31,
"time": "1774940731"
},
"departure": {
"delay": 31,
"time": "1774940731"
},
"stopId": "FR:76447:ZE:3123:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 31,
"time": "1774940491"
},
"departure": {
"delay": 31,
"time": "1774940491"
},
"stopId": "FR:76447:ZE:3131:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 71,
"time": "1774940411"
},
"departure": {
"delay": 71,
"time": "1774940411"
},
"stopId": "FR:76447:ZE:3089:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 88,
"time": "1774941568"
},
"departure": {
"delay": 88,
"time": "1774941568"
},
"stopId": "FR:76351:ZE:3802:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 65,
"time": "1774938845"
},
"departure": {
"delay": 65,
"time": "1774938845"
},
"stopId": "FR:76305:ZE:3522:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 57,
"time": "1774940277"
},
"departure": {
"delay": 57,
"time": "1774940277"
},
"stopId": "FR:76447:ZE:3536:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 76,
"time": "1774939936"
},
"departure": {
"delay": 76,
"time": "1774939936"
},
"stopId": "FR:76447:ZE:3762:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 31,
"time": "1774938931"
},
"departure": {
"delay": 31,
"time": "1774938931"
},
"stopId": "FR:76341:ZE:3084:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 45,
"time": "1774941465"
},
"departure": {
"delay": 45,
"time": "1774941465"
},
"stopId": "FR:76351:ZE:4515:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 31,
"time": "1774941091"
},
"departure": {
"delay": 31,
"time": "1774941091"
},
"stopId": "FR:76270:ZE:3248:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 34,
"time": "1774940134"
},
"departure": {
"delay": 34,
"time": "1774940134"
},
"stopId": "FR:76447:ZE:3817:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 31,
"time": "1774939291"
},
"departure": {
"delay": 31,
"time": "1774939291"
},
"stopId": "FR:76341:ZE:3746:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 51,
"time": "1774940811"
},
"departure": {
"delay": 51,
"time": "1774940811"
},
"stopId": "FR:76447:ZE:3239:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 33,
"time": "1774938873"
},
"departure": {
"delay": 33,
"time": "1774938873"
},
"stopId": "FR:76341:ZE:3207:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 75,
"time": "1774941795"
},
"departure": {
"delay": 75,
"time": "1774941795"
},
"stopId": "FR:76351:ZE:4576:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 31,
"time": "1774939531"
},
"departure": {
"delay": 31,
"time": "1774939531"
},
"stopId": "FR:76341:ZE:3485:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 51,
"time": "1774939371"
},
"departure": {
"delay": 51,
"time": "1774939371"
},
"stopId": "FR:76341:ZE:3752:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 46,
"time": "1774940626"
},
"departure": {
"delay": 46,
"time": "1774940626"
},
"stopId": "FR:76447:ZE:4511:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 31,
"time": "1774940191"
},
"departure": {
"delay": 31,
"time": "1774940191"
},
"stopId": "FR:76447:ZE:3453:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 61,
"time": "1774941721"
},
"departure": {
"delay": 61,
"time": "1774941721"
},
"stopId": "FR:76351:ZE:3870:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 70,
"time": "1774941670"
},
"departure": {
"delay": 70,
"time": "1774941670"
},
"stopId": "FR:76351:ZE:4578:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 31,
"time": "1774939471"
},
"departure": {
"delay": 31,
"time": "1774939471"
},
"stopId": "FR:76341:ZE:4431:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 48,
"time": "1774940688"
},
"departure": {
"delay": 48,
"time": "1774940688"
},
"stopId": "FR:76447:ZE:3067:ATOUMOD003",
"stopSequence": 36
}
],
"timestamp": "1774938749",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:10:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057449x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745195x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 38,
"time": "1774931818"
},
"departure": {
"delay": 38,
"time": "1774931858"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 10,
"time": "1774932747"
},
"departure": {
"delay": 10,
"time": "1774932790"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -16,
"time": "1774932610"
},
"departure": {
"delay": -16,
"time": "1774932644"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 10,
"time": "1774932418"
},
"departure": {
"delay": 10,
"time": "1774932490"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -34,
"time": "1774932827"
},
"departure": {
"delay": -34,
"time": "1774932866"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 12,
"time": "1774932332"
},
"departure": {
"delay": 12,
"time": "1774932372"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 52,
"time": "1774931612"
},
"departure": {
"delay": 52,
"time": "1774931632"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -11,
"time": "1774932680"
},
"departure": {
"delay": -11,
"time": "1774932709"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -38,
"time": "1774933102"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -53,
"time": "1774932211"
},
"departure": {
"delay": -53,
"time": "1774932247"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 26,
"time": "1774931738"
},
"departure": {
"delay": 26,
"time": "1774931786"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 11,
"time": "1774931694"
},
"departure": {
"delay": 11,
"time": "1774931711"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 28,
"time": "1774931654"
},
"departure": {
"delay": 28,
"time": "1774931668"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -26,
"time": "1774932537"
},
"departure": {
"delay": -26,
"time": "1774932574"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -3,
"time": "1774932161"
},
"departure": {
"delay": -3,
"time": "1774932177"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 52,
"time": "1774932076"
},
"departure": {
"delay": 52,
"time": "1774932112"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 70,
"time": "1774931911"
},
"departure": {
"delay": 70,
"time": "1774931950"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -45,
"time": "1774932931"
},
"departure": {
"delay": -45,
"time": "1774932975"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 54,
"time": "1774932038"
},
"departure": {
"delay": 54,
"time": "1774932054"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 88,
"time": "1774931488"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745195x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745202x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 124,
"time": "1774936941"
},
"departure": {
"delay": 124,
"time": "1774936984"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 92,
"time": "1774935956"
},
"departure": {
"delay": 92,
"time": "1774935992"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 153,
"time": "1774936694"
},
"departure": {
"delay": 153,
"time": "1774936713"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 165,
"time": "1774937106"
},
"departure": {
"delay": 165,
"time": "1774937145"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 113,
"time": "1774936030"
},
"departure": {
"delay": 113,
"time": "1774936073"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 112,
"time": "1774935712"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 138,
"time": "1774937018"
},
"departure": {
"delay": 138,
"time": "1774937058"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 227,
"time": "1774936397"
},
"departure": {
"delay": 227,
"time": "1774936427"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 87,
"time": "1774935829"
},
"departure": {
"delay": 87,
"time": "1774935867"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 237,
"time": "1774936454"
},
"departure": {
"delay": 237,
"time": "1774936497"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 95,
"time": "1774937269"
},
"departure": {
"delay": 95,
"time": "1774937315"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 88,
"time": "1774935890"
},
"departure": {
"delay": 88,
"time": "1774935928"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 194,
"time": "1774936535"
},
"departure": {
"delay": 194,
"time": "1774936574"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 115,
"time": "1774937182"
},
"departure": {
"delay": 115,
"time": "1774937215"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 164,
"time": "1774936809"
},
"departure": {
"delay": 164,
"time": "1774936844"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 29,
"time": "1774937369"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 123,
"time": "1774936893"
},
"departure": {
"delay": 123,
"time": "1774936923"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 147,
"time": "1774936606"
},
"departure": {
"delay": 147,
"time": "1774936647"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 221,
"time": "1774936212"
},
"departure": {
"delay": 221,
"time": "1774936301"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 145,
"time": "1774936106"
},
"departure": {
"delay": 145,
"time": "1774936165"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745202x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746162x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 130,
"time": "1774939510"
},
"departure": {
"delay": 130,
"time": "1774939510"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 130,
"time": "1774940110"
},
"departure": {
"delay": 130,
"time": "1774940110"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 130,
"time": "1774940470"
},
"departure": {
"delay": 130,
"time": "1774940470"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 130,
"time": "1774941010"
},
"departure": {
"delay": 130,
"time": "1774941010"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 130,
"time": "1774941070"
},
"departure": {
"delay": 130,
"time": "1774941070"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 68,
"time": "1774938511"
},
"departure": {
"delay": 68,
"time": "1774938548"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 130,
"time": "1774941190"
},
"departure": {
"delay": 130,
"time": "1774941190"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 40,
"time": "1774938382"
},
"departure": {
"delay": 40,
"time": "1774938400"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 130,
"time": "1774940710"
},
"departure": {
"delay": 130,
"time": "1774940710"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"departure": {
"delay": 32,
"time": "1774938212"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 130,
"time": "1774940590"
},
"departure": {
"delay": 130,
"time": "1774940590"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 131,
"time": "1774941431"
},
"departure": {
"delay": 131,
"time": "1774941431"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 131,
"time": "1774938971"
},
"departure": {
"delay": 131,
"time": "1774938971"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 131,
"time": "1774941491"
},
"departure": {
"delay": 131,
"time": "1774941491"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 130,
"time": "1774940050"
},
"departure": {
"delay": 130,
"time": "1774940050"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 130,
"time": "1774939690"
},
"departure": {
"delay": 130,
"time": "1774939690"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 64,
"time": "1774938231"
},
"departure": {
"delay": 64,
"time": "1774938244"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 38,
"time": "1774938423"
},
"departure": {
"delay": 38,
"time": "1774938458"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 130,
"time": "1774938636"
},
"departure": {
"delay": 130,
"time": "1774938730"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 130,
"time": "1774939630"
},
"departure": {
"delay": 130,
"time": "1774939630"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 130,
"time": "1774939330"
},
"departure": {
"delay": 130,
"time": "1774939330"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 131,
"time": "1774940951"
},
"departure": {
"delay": 131,
"time": "1774940951"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 130,
"time": "1774941310"
},
"departure": {
"delay": 130,
"time": "1774941310"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 130,
"time": "1774941490"
},
"departure": {
"delay": 130,
"time": "1774941490"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 130,
"time": "1774939030"
},
"departure": {
"delay": 130,
"time": "1774939030"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 130,
"time": "1774938970"
},
"departure": {
"delay": 130,
"time": "1774938970"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 130,
"time": "1774941430"
},
"departure": {
"delay": 130,
"time": "1774941430"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"time": "1774938706"
},
"departure": {
"time": "1774938600"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 130,
"time": "1774939810"
},
"departure": {
"delay": 130,
"time": "1774939810"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 130,
"time": "1774939270"
},
"departure": {
"delay": 130,
"time": "1774939270"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 130,
"time": "1774938850"
},
"departure": {
"delay": 130,
"time": "1774938850"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 85,
"time": "1774938279"
},
"departure": {
"delay": 85,
"time": "1774938325"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 130,
"time": "1774941550"
},
"departure": {
"delay": 130,
"time": "1774941550"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 130,
"time": "1774941370"
},
"departure": {
"delay": 130,
"time": "1774941370"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 130,
"time": "1774941250"
},
"departure": {
"delay": 130,
"time": "1774941250"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 130,
"time": "1774939090"
},
"departure": {
"delay": 130,
"time": "1774939090"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 130,
"time": "1774939990"
},
"departure": {
"delay": 130,
"time": "1774939990"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 130,
"time": "1774938910"
},
"departure": {
"delay": 130,
"time": "1774938910"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 130,
"time": "1774940230"
},
"departure": {
"delay": 130,
"time": "1774940230"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 130,
"time": "1774941670"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 130,
"time": "1774940350"
},
"departure": {
"delay": 130,
"time": "1774940350"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 130,
"time": "1774939210"
},
"departure": {
"delay": 130,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 130,
"time": "1774939930"
},
"departure": {
"delay": 130,
"time": "1774939930"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 130,
"time": "1774939390"
},
"departure": {
"delay": 130,
"time": "1774939390"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 130,
"time": "1774940950"
},
"departure": {
"delay": 130,
"time": "1774940950"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 130,
"time": "1774940830"
},
"departure": {
"delay": 130,
"time": "1774940830"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 68,
"time": "1774938563"
},
"departure": {
"delay": 68,
"time": "1774938608"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 130,
"time": "1774939570"
},
"departure": {
"delay": 130,
"time": "1774939570"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746162x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746161x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 180,
"time": "1774939380"
},
"departure": {
"delay": 180,
"time": "1774939380"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 180,
"time": "1774939260"
},
"departure": {
"delay": 180,
"time": "1774939260"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"time": "1774937803"
},
"departure": {
"time": "1774937820"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 91,
"time": "1774937632"
},
"departure": {
"delay": 91,
"time": "1774937671"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"time": "1774938702"
},
"departure": {
"time": "1774938540"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 180,
"time": "1774939740"
},
"departure": {
"delay": 180,
"time": "1774939740"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 180,
"time": "1774940700"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 180,
"time": "1774939020"
},
"departure": {
"delay": 180,
"time": "1774939020"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 51,
"time": "1774937592"
},
"departure": {
"delay": 51,
"time": "1774937631"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 117,
"time": "1774938099"
},
"departure": {
"delay": 117,
"time": "1774938177"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 180,
"time": "1774939860"
},
"departure": {
"delay": 180,
"time": "1774939860"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 180,
"time": "1774940400"
},
"departure": {
"delay": 180,
"time": "1774940400"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 101,
"time": "1774938204"
},
"departure": {
"delay": 101,
"time": "1774938221"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 180,
"time": "1774938840"
},
"departure": {
"delay": 180,
"time": "1774938840"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 180,
"time": "1774940520"
},
"departure": {
"delay": 180,
"time": "1774940520"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 50,
"time": "1774937841"
},
"departure": {
"delay": 50,
"time": "1774937870"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 42,
"time": "1774937239"
},
"departure": {
"delay": 42,
"time": "1774937262"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 180,
"time": "1774939500"
},
"departure": {
"delay": 180,
"time": "1774939500"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 180,
"time": "1774939980"
},
"departure": {
"delay": 180,
"time": "1774939980"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 180,
"time": "1774940460"
},
"departure": {
"delay": 180,
"time": "1774940460"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 153,
"time": "1774938349"
},
"departure": {
"delay": 153,
"time": "1774938393"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 180,
"time": "1774940580"
},
"departure": {
"delay": 180,
"time": "1774940580"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 180,
"time": "1774939140"
},
"departure": {
"delay": 180,
"time": "1774939140"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 180,
"time": "1774938960"
},
"departure": {
"delay": 180,
"time": "1774938960"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 180,
"time": "1774939080"
},
"departure": {
"delay": 180,
"time": "1774939080"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 46,
"time": "1774937893"
},
"departure": {
"delay": 46,
"time": "1774937926"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 180,
"time": "1774940340"
},
"departure": {
"delay": 180,
"time": "1774940340"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 180,
"time": "1774940040"
},
"departure": {
"delay": 180,
"time": "1774940040"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 43,
"time": "1774937718"
},
"departure": {
"delay": 43,
"time": "1774937743"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 181,
"time": "1774939981"
},
"departure": {
"delay": 181,
"time": "1774939981"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 180,
"time": "1774940220"
},
"departure": {
"delay": 180,
"time": "1774940220"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 56,
"time": "1774937319"
},
"departure": {
"delay": 56,
"time": "1774937396"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 48,
"time": "1774937529"
},
"departure": {
"delay": 48,
"time": "1774937568"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 86,
"time": "1774937992"
},
"departure": {
"delay": 86,
"time": "1774938026"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 206,
"time": "1774938647"
},
"departure": {
"delay": 206,
"time": "1774938686"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 116,
"time": "1774938459"
},
"departure": {
"delay": 116,
"time": "1774938476"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 60,
"time": "1774937192"
},
"departure": {
"delay": 60,
"time": "1774937220"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 180,
"time": "1774940280"
},
"departure": {
"delay": 180,
"time": "1774940280"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 152,
"time": "1774938291"
},
"departure": {
"delay": 152,
"time": "1774938332"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 180,
"time": "1774940100"
},
"departure": {
"delay": 180,
"time": "1774940100"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 180,
"time": "1774939620"
},
"departure": {
"delay": 180,
"time": "1774939620"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 181,
"time": "1774940461"
},
"departure": {
"delay": 181,
"time": "1774940461"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 47,
"time": "1774937415"
},
"departure": {
"delay": 47,
"time": "1774937447"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 15,
"time": "1774937175"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 193,
"time": "1774938567"
},
"departure": {
"delay": 193,
"time": "1774938613"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 17,
"time": "1774937763"
},
"departure": {
"delay": 17,
"time": "1774937777"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 181,
"time": "1774940521"
},
"departure": {
"delay": 181,
"time": "1774940521"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 57,
"time": "1774937493"
},
"departure": {
"delay": 57,
"time": "1774937517"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746161x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745802x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -12,
"time": "1774927473"
},
"departure": {
"delay": -12,
"time": "1774927488"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 156,
"time": "1774926297"
},
"departure": {
"delay": 156,
"time": "1774926336"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 157,
"time": "1774925969"
},
"departure": {
"delay": 157,
"time": "1774925977"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -12,
"time": "1774927328"
},
"departure": {
"delay": -12,
"time": "1774927368"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -114,
"time": "1774928346"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 27,
"time": "1774927234"
},
"departure": {
"delay": 27,
"time": "1774927287"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -47,
"time": "1774927902"
},
"departure": {
"delay": -47,
"time": "1774927933"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 138,
"time": "1774926009"
},
"departure": {
"delay": 138,
"time": "1774926018"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 220,
"time": "1774925853"
},
"departure": {
"delay": 220,
"time": "1774925860"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -11,
"time": "1774927816"
},
"departure": {
"delay": -11,
"time": "1774927849"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -90,
"time": "1774928224"
},
"departure": {
"delay": -90,
"time": "1774928250"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 46,
"time": "1774927048"
},
"departure": {
"delay": 46,
"time": "1774927066"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 70,
"time": "1774926887"
},
"departure": {
"delay": 70,
"time": "1774926910"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 169,
"time": "1774926216"
},
"departure": {
"delay": 169,
"time": "1774926229"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 39,
"time": "1774926955"
},
"departure": {
"delay": 39,
"time": "1774926999"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 167,
"time": "1774926152"
},
"departure": {
"delay": 167,
"time": "1774926167"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -104,
"time": "1774928278"
},
"departure": {
"delay": -104,
"time": "1774928296"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 27,
"time": "1774927688"
},
"departure": {
"delay": 27,
"time": "1774927707"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 31,
"time": "1774927569"
},
"departure": {
"delay": 31,
"time": "1774927591"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 109,
"time": "1774926686"
},
"departure": {
"delay": 109,
"time": "1774926709"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -66,
"time": "1774928077"
},
"departure": {
"delay": -66,
"time": "1774928094"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -82,
"time": "1774928123"
},
"departure": {
"delay": -82,
"time": "1774928138"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 70,
"time": "1774926537"
},
"departure": {
"delay": 70,
"time": "1774926550"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -16,
"time": "1774927768"
},
"departure": {
"delay": -16,
"time": "1774927784"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -6,
"time": "1774927413"
},
"departure": {
"delay": -6,
"time": "1774927434"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -53,
"time": "1774928027"
},
"departure": {
"delay": -53,
"time": "1774928047"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 166,
"time": "1774925912"
},
"departure": {
"delay": 166,
"time": "1774925926"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -100,
"time": "1774928146"
},
"departure": {
"delay": -100,
"time": "1774928180"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"departure": {
"delay": 221,
"time": "1774925801"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 27,
"time": "1774927084"
},
"departure": {
"delay": 27,
"time": "1774927107"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 97,
"time": "1774926437"
},
"departure": {
"delay": 97,
"time": "1774926457"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 25,
"time": "1774927506"
},
"departure": {
"delay": 25,
"time": "1774927525"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 32,
"time": "1774927149"
},
"departure": {
"delay": 32,
"time": "1774927172"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -41,
"time": "1774927990"
},
"departure": {
"delay": -41,
"time": "1774927999"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 143,
"time": "1774926361"
},
"departure": {
"delay": 143,
"time": "1774926383"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 57,
"time": "1774926811"
},
"departure": {
"delay": 57,
"time": "1774926837"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745802x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD007:ServiceJourney:495:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:27681:ZE:29064:ATOUMOD007",
"stopSequence": 11
},
{
"departure": {
"time": "1774938600"
},
"stopId": "FR:27562:ZE:93:ATOUMOD007",
"stopSequence": 1
},
{
"arrival": {
"time": "1774938960"
},
"departure": {
"time": "1774938960"
},
"stopId": "FR:27562:ZE:10041:ATOUMOD007",
"stopSequence": 7
},
{
"arrival": {
"delay": 5,
"time": "1774938660"
},
"departure": {
"delay": 5,
"time": "1774938665"
},
"stopId": "FR:27562:ZE:148:ATOUMOD007",
"stopSequence": 2
},
{
"arrival": {
"time": "1774938900"
},
"departure": {
"time": "1774938900"
},
"stopId": "FR:27562:ZE:50434:ATOUMOD007",
"stopSequence": 6
},
{
"arrival": {
"time": "1774939260"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:27681:ZE:29053:ATOUMOD007",
"stopSequence": 10
},
{
"arrival": {
"time": "1774939200"
},
"departure": {
"time": "1774939200"
},
"stopId": "FR:27681:ZE:10116:ATOUMOD007",
"stopSequence": 9
},
{
"arrival": {
"delay": 5,
"time": "1774938720"
},
"departure": {
"delay": 5,
"time": "1774938725"
},
"stopId": "FR:27562:ZE:37:ATOUMOD007",
"stopSequence": 3
},
{
"arrival": {
"time": "1774939680"
},
"stopId": "FR:27681:ZE:10102:ATOUMOD007",
"stopSequence": 14
},
{
"arrival": {
"time": "1774939560"
},
"departure": {
"time": "1774939560"
},
"stopId": "FR:27681:ZE:141:ATOUMOD007",
"stopSequence": 13
},
{
"arrival": {
"time": "1774939500"
},
"departure": {
"time": "1774939500"
},
"stopId": "FR:27681:ZE:10115:ATOUMOD007",
"stopSequence": 12
},
{
"arrival": {
"time": "1774939020"
},
"departure": {
"time": "1774939020"
},
"stopId": "FR:27562:ZE:10053:ATOUMOD007",
"stopSequence": 8
}
],
"timestamp": "1774938754",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD007:Line:26:LOC",
"tripId": "ATOUMOD007:ServiceJourney:495:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2487685:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938240"
},
"departure": {
"time": "1774938240"
},
"stopId": "FR:27701:ZE:0x7109:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -66,
"time": "1774938774"
},
"departure": {
"delay": -66,
"time": "1774938774"
},
"stopId": "FR:27598:ZE:0x6867:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -71,
"time": "1774938649"
},
"departure": {
"delay": -71,
"time": "1774938649"
},
"stopId": "FR:27537:ZE:0x6829:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -82,
"time": "1774938818"
},
"departure": {
"delay": -82,
"time": "1774938818"
},
"stopId": "FR:27598:ZE:0x6870:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -79,
"time": "1774939061"
},
"departure": {
"delay": -79,
"time": "1774939061"
},
"stopId": "FR:27015:ZE:0x6086:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -82,
"time": "1774938518"
},
"departure": {
"delay": -82,
"time": "1774938518"
},
"stopId": "FR:27537:ZE:0x6824:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"time": "1774938300"
},
"departure": {
"time": "1774938300"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -60,
"time": "1774939320"
},
"departure": {
"delay": -60,
"time": "1774939320"
},
"stopId": "FR:27330:ZE:0x6262:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -82,
"time": "1774938698"
},
"departure": {
"delay": -82,
"time": "1774938698"
},
"stopId": "FR:27537:ZE:0x6835:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -82,
"time": "1774938338"
},
"departure": {
"delay": -82,
"time": "1774938338"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -82,
"time": "1774939238"
},
"departure": {
"delay": -82,
"time": "1774939238"
},
"stopId": "FR:27015:ZE:0x6080:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -82,
"time": "1774938878"
},
"departure": {
"delay": -82,
"time": "1774938878"
},
"stopId": "FR:27598:ZE:0x6858:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -82,
"time": "1774939478"
},
"stopId": "FR:27168:ZE:0x6138:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -34,
"time": "1774938566"
},
"departure": {
"delay": -34,
"time": "1774938566"
},
"stopId": "FR:27537:ZE:0x6830:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -45,
"time": "1774939095"
},
"departure": {
"delay": -45,
"time": "1774939095"
},
"stopId": "FR:27015:ZE:0x6084:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -35,
"time": "1774938985"
},
"departure": {
"delay": -35,
"time": "1774938985"
},
"stopId": "FR:27015:ZE:0x6072:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -65,
"time": "1774938355"
},
"departure": {
"delay": -65,
"time": "1774938355"
},
"stopId": "FR:27701:ZE:0x7180:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 27,
"time": "1774938087"
},
"departure": {
"delay": 27,
"time": "1774938087"
},
"stopId": "FR:27701:ZE:0x7040:ATOUMOD006",
"stopSequence": 6
}
],
"timestamp": "1774938266",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:8:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2487685:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470079:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 21,
"time": "1774941801"
},
"departure": {
"delay": 21,
"time": "1774941801"
},
"stopId": "FR:27701:ZE:0x7122:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 151,
"time": "1774942171"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -20,
"time": "1774941640"
},
"departure": {
"delay": -20,
"time": "1774941640"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 35,
"time": "1774940855"
},
"departure": {
"delay": 35,
"time": "1774940855"
},
"stopId": "FR:27365:ZE:0x6324:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -16,
"time": "1774941704"
},
"departure": {
"delay": -16,
"time": "1774941704"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -49,
"time": "1774941611"
},
"departure": {
"delay": -49,
"time": "1774941611"
},
"stopId": "FR:27701:ZE:0x7093:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -33,
"time": "1774941387"
},
"departure": {
"delay": -33,
"time": "1774941387"
},
"stopId": "FR:27701:ZE:0x7147:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 3,
"time": "1774941303"
},
"departure": {
"delay": 3,
"time": "1774941303"
},
"stopId": "FR:27701:ZE:0x7131:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 30,
"time": "1774940670"
},
"departure": {
"delay": 30,
"time": "1774940670"
},
"stopId": "FR:27701:ZE:0x7080:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 162,
"time": "1774942062"
},
"departure": {
"delay": 162,
"time": "1774942062"
},
"stopId": "FR:27701:ZE:0x7074:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -35,
"time": "1774941445"
},
"departure": {
"delay": -35,
"time": "1774941445"
},
"stopId": "FR:27701:ZE:0x7170:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -30,
"time": "1774941750"
},
"departure": {
"delay": -30,
"time": "1774941750"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"departure": {
"delay": -1653,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -5,
"time": "1774941115"
},
"departure": {
"delay": -5,
"time": "1774941115"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 23,
"time": "1774940783"
},
"departure": {
"delay": 23,
"time": "1774940783"
},
"stopId": "FR:27701:ZE:0x7052:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 31,
"time": "1774941031"
},
"departure": {
"delay": 31,
"time": "1774941031"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -20,
"time": "1774941160"
},
"departure": {
"delay": -20,
"time": "1774941160"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 47,
"time": "1774940987"
},
"departure": {
"delay": 47,
"time": "1774940987"
},
"stopId": "FR:27365:ZE:0x7195:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 2,
"time": "1774941362"
},
"departure": {
"delay": 2,
"time": "1774941362"
},
"stopId": "FR:27701:ZE:0x7033:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -49,
"time": "1774941251"
},
"departure": {
"delay": -49,
"time": "1774941251"
},
"stopId": "FR:27701:ZE:0x7058:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -46,
"time": "1774941194"
},
"departure": {
"delay": -46,
"time": "1774941194"
},
"stopId": "FR:27701:ZE:0x7157:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -32,
"time": "1774941328"
},
"departure": {
"delay": -32,
"time": "1774941328"
},
"stopId": "FR:27701:ZE:0x7111:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -10,
"time": "1774941050"
},
"departure": {
"delay": -10,
"time": "1774941050"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 28,
"time": "1774940908"
},
"departure": {
"delay": 28,
"time": "1774940908"
},
"stopId": "FR:27365:ZE:0x6325:ATOUMOD006",
"stopSequence": 5
}
],
"timestamp": "1774938627",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:4:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470079:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056972x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 135,
"time": "1774938735"
},
"stopId": "FR:76351:ZE:3041:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 112,
"time": "1774938532"
},
"stopId": "FR:76351:ZE:3012:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 152,
"time": "1774938452"
},
"departure": {
"delay": 152,
"time": "1774938452"
},
"stopId": "FR:76351:ZE:4803:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 125,
"time": "1774938665"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 170,
"time": "1774938410"
},
"departure": {
"delay": 170,
"time": "1774938410"
},
"stopId": "FR:76351:ZE:3584:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 96,
"time": "1774938816"
},
"stopId": "FR:76351:ZE:4848:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 114,
"time": "1774938774"
},
"departure": {
"delay": 114,
"time": "1774938774"
},
"stopId": "FR:76351:ZE:4568:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 132,
"time": "1774938612"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 103,
"time": "1774938283"
},
"stopId": "FR:76351:ZE:4840:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 167,
"time": "1774938347"
},
"stopId": "FR:76351:ZE:3025:ATOUMOD003",
"stopSequence": 12
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056972x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx389:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774968420"
},
"departure": {
"time": "1774968420"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774966800"
},
"departure": {
"time": "1774966800"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774968300"
},
"departure": {
"time": "1774968300"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774968180"
},
"departure": {
"time": "1774968180"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
},
{
"departure": {
"time": "1774965600"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774966620"
},
"departure": {
"time": "1774966620"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774967100"
},
"departure": {
"time": "1774967100"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774967220"
},
"departure": {
"time": "1774967220"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774968720"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774967400"
},
"departure": {
"time": "1774967400"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774967160"
},
"departure": {
"time": "1774967160"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 5,
"time": "1774968545"
},
"departure": {
"delay": 5,
"time": "1774968545"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774968600"
},
"departure": {
"time": "1774968600"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774967520"
},
"departure": {
"time": "1774967520"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 5,
"time": "1774967165"
},
"departure": {
"delay": 5,
"time": "1774967165"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774966500"
},
"departure": {
"time": "1774966500"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774968060"
},
"departure": {
"time": "1774968060"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774966680"
},
"departure": {
"time": "1774966680"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774967760"
},
"departure": {
"time": "1774967760"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774967940"
},
"departure": {
"time": "1774967940"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774967580"
},
"departure": {
"time": "1774967580"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774966740"
},
"departure": {
"time": "1774966740"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774966260"
},
"departure": {
"time": "1774966260"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774966980"
},
"departure": {
"time": "1774966980"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774968540"
},
"departure": {
"time": "1774968540"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774967280"
},
"departure": {
"time": "1774967280"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1774938645",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx389:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC595670:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 32,
"time": "1774938512"
},
"departure": {
"delay": 32,
"time": "1774938512"
},
"stopId": "FR:27299:ZE:0xBON01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -17,
"time": "1774939603"
},
"departure": {
"delay": -17,
"time": "1774939603"
},
"stopId": "FR:27229:ZE:0xJDA01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -94,
"time": "1774939766"
},
"departure": {
"delay": -94,
"time": "1774939766"
},
"stopId": "FR:27229:ZE:0xCIT01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 86,
"time": "1774938446"
},
"departure": {
"delay": 86,
"time": "1774938446"
},
"stopId": "FR:27299:ZE:0xPAG01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 45,
"time": "1774938825"
},
"departure": {
"delay": 45,
"time": "1774938825"
},
"stopId": "FR:27229:ZE:0xDUP01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 46,
"time": "1774938286"
},
"departure": {
"delay": 46,
"time": "1774938286"
},
"stopId": "FR:27299:ZE:0xMAG01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -86,
"time": "1774939654"
},
"departure": {
"delay": -86,
"time": "1774939654"
},
"stopId": "FR:27229:ZE:0xNAV01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -180,
"time": "1774939920"
},
"departure": {
"delay": -180,
"time": "1774939920"
},
"stopId": "FR:27020:ZE:0xLBA01:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": -250,
"time": "1774940330"
},
"stopId": "FR:27020:ZE:0xMOE01:ATOUMOD004",
"stopSequence": 43
},
{
"arrival": {
"delay": 78,
"time": "1774938618"
},
"departure": {
"delay": 78,
"time": "1774938618"
},
"stopId": "FR:27229:ZE:0xLEG01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 67,
"time": "1774939027"
},
"departure": {
"delay": 67,
"time": "1774939027"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -57,
"time": "1774939743"
},
"departure": {
"delay": -57,
"time": "1774939743"
},
"stopId": "FR:27229:ZE:0xHIP01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -14,
"time": "1774939486"
},
"departure": {
"delay": -14,
"time": "1774939486"
},
"stopId": "FR:27229:ZE:0xBDN01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 3,
"time": "1774938183"
},
"departure": {
"delay": 3,
"time": "1774938183"
},
"stopId": "FR:27299:ZE:0xRNA01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -138,
"time": "1774939842"
},
"departure": {
"delay": -138,
"time": "1774939842"
},
"stopId": "FR:27020:ZE:0xACH01:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": -196,
"time": "1774940204"
},
"departure": {
"delay": -196,
"time": "1774940204"
},
"stopId": "FR:27020:ZE:0xLOA01:ATOUMOD004",
"stopSequence": 41
},
{
"arrival": {
"delay": 73,
"time": "1774938373"
},
"departure": {
"delay": 73,
"time": "1774938373"
},
"stopId": "FR:27299:ZE:0xECG01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -197,
"time": "1774940083"
},
"departure": {
"delay": -197,
"time": "1774940083"
},
"stopId": "FR:27020:ZE:0xMAC01:ATOUMOD004",
"stopSequence": 39
},
{
"arrival": {
"delay": -30,
"time": "1774939710"
},
"departure": {
"delay": -30,
"time": "1774939710"
},
"stopId": "FR:27229:ZE:0xUSI01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 45,
"time": "1774938105"
},
"departure": {
"delay": 45,
"time": "1774938105"
},
"stopId": "FR:27299:ZE:0xIND01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 99,
"time": "1774938759"
},
"departure": {
"delay": 99,
"time": "1774938759"
},
"stopId": "FR:27229:ZE:0xPMF01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -192,
"time": "1774939968"
},
"departure": {
"delay": -192,
"time": "1774939968"
},
"stopId": "FR:27020:ZE:0xAMA01:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": -52,
"time": "1774939628"
},
"departure": {
"delay": -52,
"time": "1774939628"
},
"stopId": "FR:27229:ZE:0xPLA01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 45,
"time": "1774938885"
},
"departure": {
"delay": 45,
"time": "1774938885"
},
"stopId": "FR:27229:ZE:0xGDC01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 45,
"time": "1774938945"
},
"departure": {
"delay": 45,
"time": "1774938945"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -241,
"time": "1774940159"
},
"departure": {
"delay": -241,
"time": "1774940159"
},
"stopId": "FR:27020:ZE:0xITO01:ATOUMOD004",
"stopSequence": 40
},
{
"arrival": {
"delay": -226,
"time": "1774940294"
},
"departure": {
"delay": -226,
"time": "1774940294"
},
"stopId": "FR:27020:ZE:0xETA01:ATOUMOD004",
"stopSequence": 42
},
{
"arrival": {
"delay": -11,
"time": "1774938109"
},
"departure": {
"delay": -11,
"time": "1774938109"
},
"stopId": "FR:27299:ZE:0xARN01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -23,
"time": "1774939237"
},
"departure": {
"delay": -23,
"time": "1774939237"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -180,
"time": "1774940040"
},
"departure": {
"delay": -180,
"time": "1774940040"
},
"stopId": "FR:27020:ZE:0xPEG01:ATOUMOD004",
"stopSequence": 38
},
{
"arrival": {
"delay": 38,
"time": "1774939178"
},
"departure": {
"delay": 38,
"time": "1774939178"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -7,
"time": "1774939553"
},
"departure": {
"delay": -7,
"time": "1774939553"
},
"stopId": "FR:27229:ZE:0xGER01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -178,
"time": "1774939982"
},
"departure": {
"delay": -178,
"time": "1774939982"
},
"stopId": "FR:27020:ZE:0xLHA01:ATOUMOD004",
"stopSequence": 37
},
{
"arrival": {
"delay": -163,
"time": "1774939877"
},
"departure": {
"delay": -163,
"time": "1774939877"
},
"stopId": "FR:27020:ZE:0xLPO01:ATOUMOD004",
"stopSequence": 34
}
],
"timestamp": "1774938345",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T5:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC595670:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746156x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -82,
"time": "1774934640"
},
"departure": {
"delay": -82,
"time": "1774934678"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 19,
"time": "1774935108"
},
"departure": {
"delay": 19,
"time": "1774935139"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 78,
"time": "1774933146"
},
"departure": {
"delay": 78,
"time": "1774933158"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -79,
"time": "1774935391"
},
"departure": {
"delay": -79,
"time": "1774935401"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -38,
"time": "1774933445"
},
"departure": {
"delay": -38,
"time": "1774933462"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -31,
"time": "1774934547"
},
"departure": {
"delay": -31,
"time": "1774934609"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -18,
"time": "1774933395"
},
"departure": {
"delay": -18,
"time": "1774933422"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -39,
"time": "1774934362"
},
"departure": {
"delay": -39,
"time": "1774934421"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -51,
"time": "1774933324"
},
"departure": {
"delay": -51,
"time": "1774933329"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -114,
"time": "1774933848"
},
"departure": {
"delay": -114,
"time": "1774933866"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 86,
"time": "1774932866"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 39,
"time": "1774936046"
},
"departure": {
"delay": 39,
"time": "1774936059"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 91,
"time": "1774933023"
},
"departure": {
"delay": 91,
"time": "1774933051"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -40,
"time": "1774935854"
},
"departure": {
"delay": -40,
"time": "1774935920"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 114,
"time": "1774932885"
},
"departure": {
"delay": 114,
"time": "1774932894"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -71,
"time": "1774935458"
},
"departure": {
"delay": -71,
"time": "1774935469"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -42,
"time": "1774933502"
},
"departure": {
"delay": -42,
"time": "1774933518"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -10,
"time": "1774935936"
},
"departure": {
"delay": -10,
"time": "1774935950"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -23,
"time": "1774933596"
},
"departure": {
"delay": -23,
"time": "1774933657"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -83,
"time": "1774933909"
},
"departure": {
"delay": -83,
"time": "1774933957"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -63,
"time": "1774935805"
},
"departure": {
"delay": -63,
"time": "1774935837"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 7,
"time": "1774935220"
},
"departure": {
"delay": 7,
"time": "1774935247"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 61,
"time": "1774933233"
},
"departure": {
"delay": 61,
"time": "1774933261"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -69,
"time": "1774935720"
},
"departure": {
"delay": -69,
"time": "1774935771"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 82,
"time": "1774933074"
},
"departure": {
"delay": 82,
"time": "1774933102"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -49,
"time": "1774933986"
},
"departure": {
"delay": -49,
"time": "1774934051"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -76,
"time": "1774934457"
},
"departure": {
"delay": -76,
"time": "1774934504"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -65,
"time": "1774935535"
},
"departure": {
"delay": -65,
"time": "1774935535"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -34,
"time": "1774933733"
},
"departure": {
"delay": -34,
"time": "1774933766"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -45,
"time": "1774933683"
},
"departure": {
"delay": -45,
"time": "1774933695"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -33,
"time": "1774935412"
},
"departure": {
"delay": -33,
"time": "1774935447"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -46,
"time": "1774934162"
},
"departure": {
"delay": -46,
"time": "1774934234"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -10,
"time": "1774935971"
},
"departure": {
"delay": -10,
"time": "1774936010"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -64,
"time": "1774933361"
},
"departure": {
"delay": -64,
"time": "1774933376"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -65,
"time": "1774934068"
},
"departure": {
"delay": -65,
"time": "1774934095"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 37,
"time": "1774936080"
},
"departure": {
"delay": 37,
"time": "1774936117"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -61,
"time": "1774933789"
},
"departure": {
"delay": -61,
"time": "1774933799"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -15,
"time": "1774933295"
},
"departure": {
"delay": -15,
"time": "1774933305"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 34,
"time": "1774934916"
},
"departure": {
"delay": 34,
"time": "1774935034"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 58,
"time": "1774933167"
},
"departure": {
"delay": 58,
"time": "1774933198"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -53,
"time": "1774935622"
},
"departure": {
"delay": -53,
"time": "1774935667"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -11,
"time": "1774936189"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -83,
"time": "1774934737"
},
"departure": {
"delay": -83,
"time": "1774934797"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -75,
"time": "1774934287"
},
"departure": {
"delay": -75,
"time": "1774934325"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -90,
"time": "1774935679"
},
"departure": {
"delay": -90,
"time": "1774935690"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 111,
"time": "1774932922"
},
"departure": {
"delay": 111,
"time": "1774932951"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -14,
"time": "1774935287"
},
"departure": {
"delay": -14,
"time": "1774935346"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 32,
"time": "1774933222"
},
"departure": {
"delay": 32,
"time": "1774933232"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746156x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx131:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22,
"time": "1774939222"
},
"departure": {
"delay": 22,
"time": "1774939222"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 7,
"time": "1774938967"
},
"departure": {
"delay": 7,
"time": "1774938967"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 13,
"time": "1774938913"
},
"departure": {
"delay": 13,
"time": "1774938913"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -32,
"time": "1774938688"
},
"departure": {
"delay": -32,
"time": "1774938688"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 30,
"time": "1774938510"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 25,
"time": "1774938745"
},
"departure": {
"delay": 25,
"time": "1774938745"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 14,
"time": "1774938614"
},
"departure": {
"delay": 14,
"time": "1774938614"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -23,
"time": "1774938817"
},
"departure": {
"delay": -23,
"time": "1774938817"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 1,
"time": "1774939021"
},
"departure": {
"delay": 1,
"time": "1774939021"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774938080",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx131:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx49:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 118,
"time": "1774937998"
},
"departure": {
"delay": 118,
"time": "1774937998"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774938720"
},
"departure": {
"time": "1774938720"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"departure": {
"time": "1774937220"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 144,
"time": "1774937820"
},
"departure": {
"delay": 144,
"time": "1774937844"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 91,
"time": "1774938271"
},
"departure": {
"delay": 91,
"time": "1774938271"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 19,
"time": "1774938619"
},
"departure": {
"delay": 19,
"time": "1774938619"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -7,
"time": "1774939013"
},
"departure": {
"delay": -7,
"time": "1774939013"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -23,
"time": "1774938937"
},
"departure": {
"delay": -23,
"time": "1774938937"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 134,
"time": "1774938194"
},
"departure": {
"delay": 134,
"time": "1774938194"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -15,
"time": "1774940085"
},
"departure": {
"delay": -15,
"time": "1774940085"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 25,
"time": "1774939165"
},
"departure": {
"delay": 25,
"time": "1774939165"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 8,
"time": "1774939808"
},
"departure": {
"delay": 8,
"time": "1774939808"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 34,
"time": "1774939714"
},
"departure": {
"delay": 34,
"time": "1774939714"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 49,
"time": "1774937329"
},
"departure": {
"delay": 49,
"time": "1774937329"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 94,
"time": "1774937469"
},
"departure": {
"delay": 94,
"time": "1774937494"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 104,
"time": "1774937719"
},
"departure": {
"delay": 104,
"time": "1774937744"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 28,
"time": "1774938808"
},
"departure": {
"delay": 28,
"time": "1774938808"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 17,
"time": "1774937417"
},
"departure": {
"delay": 17,
"time": "1774937417"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -16,
"time": "1774939904"
},
"departure": {
"delay": -16,
"time": "1774939904"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 67,
"time": "1774937647"
},
"departure": {
"delay": 67,
"time": "1774937647"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 134,
"time": "1774937569"
},
"departure": {
"delay": 134,
"time": "1774937594"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 6,
"time": "1774938532"
},
"departure": {
"delay": 6,
"time": "1774938546"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -23,
"time": "1774939057"
},
"departure": {
"delay": -23,
"time": "1774939057"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 7,
"time": "1774939987"
},
"departure": {
"delay": 7,
"time": "1774939987"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
}
],
"timestamp": "1774936859",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx49:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx125:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774940280"
},
"departure": {
"time": "1774940280"
},
"stopId": "FR:76354:ZE:TNIx23026:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774940700"
},
"departure": {
"time": "1774940700"
},
"stopId": "FR:76614:ZE:TNIx22604:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939320"
},
"stopId": "FR:76709:ZE:TNIx22505:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774939380"
},
"departure": {
"time": "1774939380"
},
"stopId": "FR:76709:ZE:TNIx22507:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774941060"
},
"departure": {
"time": "1774941060"
},
"stopId": "FR:76157:ZE:TNIx10642:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774939560"
},
"departure": {
"time": "1774939560"
},
"stopId": "FR:76750:ZE:TNIx22514:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774941120"
},
"departure": {
"time": "1774941120"
},
"stopId": "FR:76157:ZE:TNIx10365:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"time": "1774940820"
},
"departure": {
"time": "1774940820"
},
"stopId": "FR:76614:ZE:TNIx12686:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774941600"
},
"departure": {
"time": "1774941600"
},
"stopId": "FR:76540:ZE:TNIx12866:ATOUMOD001",
"stopSequence": 45
},
{
"arrival": {
"time": "1774942200"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 46
},
{
"departure": {
"time": "1774939200"
},
"stopId": "FR:76709:ZE:TNIx22501:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774939800"
},
"departure": {
"time": "1774939800"
},
"stopId": "FR:76222:ZE:TNIx22551:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"time": "1774941300"
},
"departure": {
"time": "1774941300"
},
"stopId": "FR:76157:ZE:TNIx10604:ATOUMOD001",
"stopSequence": 44
},
{
"arrival": {
"time": "1774941180"
},
"departure": {
"time": "1774941180"
},
"stopId": "FR:76157:ZE:TNIx10603:ATOUMOD001",
"stopSequence": 43
},
{
"arrival": {
"delay": 5,
"time": "1774939265"
},
"departure": {
"delay": 5,
"time": "1774939265"
},
"stopId": "FR:76709:ZE:TNIx23021:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:76614:ZE:TNIx22602:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774940160"
},
"departure": {
"time": "1774940160"
},
"stopId": "FR:76222:ZE:TNIx22581:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"time": "1774939260"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:76709:ZE:TNIx22503:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774939620"
},
"departure": {
"time": "1774939620"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1774941000"
},
"departure": {
"time": "1774941000"
},
"stopId": "FR:76157:ZE:TNIx10765:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774940580"
},
"departure": {
"time": "1774940580"
},
"stopId": "FR:76354:ZE:TNIx22599:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774940460"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:76354:ZE:TNIx22585:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774940520"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:76354:ZE:TNIx22598:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774940040"
},
"departure": {
"time": "1774940040"
},
"stopId": "FR:76222:ZE:TNIx23154:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"time": "1774940100"
},
"departure": {
"time": "1774940100"
},
"stopId": "FR:76222:ZE:TNIx22575:ATOUMOD001",
"stopSequence": 31
}
],
"timestamp": "1774938743",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx125:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745259x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 40,
"time": "1774940020"
},
"departure": {
"delay": 40,
"time": "1774940020"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 40,
"time": "1774940140"
},
"departure": {
"delay": 40,
"time": "1774940140"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 40,
"time": "1774939000"
},
"departure": {
"delay": 40,
"time": "1774939000"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 40,
"time": "1774940380"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 40,
"time": "1774939720"
},
"departure": {
"delay": 40,
"time": "1774939720"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 40,
"time": "1774939600"
},
"departure": {
"delay": 40,
"time": "1774939600"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 40,
"time": "1774940260"
},
"departure": {
"delay": 40,
"time": "1774940260"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 40,
"time": "1774939120"
},
"departure": {
"delay": 40,
"time": "1774939120"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 40,
"time": "1774939840"
},
"departure": {
"delay": 40,
"time": "1774939840"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 40,
"time": "1774939420"
},
"departure": {
"delay": 40,
"time": "1774939420"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 40,
"time": "1774939540"
},
"departure": {
"delay": 40,
"time": "1774939540"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 40,
"time": "1774938940"
},
"departure": {
"delay": 40,
"time": "1774938940"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 40,
"time": "1774939900"
},
"departure": {
"delay": 40,
"time": "1774939900"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 40,
"time": "1774938820"
},
"departure": {
"delay": 40,
"time": "1774938820"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 40,
"time": "1774938880"
},
"departure": {
"delay": 40,
"time": "1774938880"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 64,
"time": "1774938664"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 40,
"time": "1774939300"
},
"departure": {
"delay": 40,
"time": "1774939300"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 40,
"time": "1774939240"
},
"departure": {
"delay": 40,
"time": "1774939240"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 40,
"time": "1774939960"
},
"departure": {
"delay": 40,
"time": "1774939960"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 40,
"time": "1774939060"
},
"departure": {
"delay": 40,
"time": "1774939060"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745259x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230295x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 58,
"time": "1774940158"
},
"departure": {
"delay": 58,
"time": "1774940158"
},
"stopId": "FR:76351:ZE:3544:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 34,
"time": "1774942234"
},
"departure": {
"delay": 34,
"time": "1774942234"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 41,
"time": "1774941821"
},
"departure": {
"delay": 41,
"time": "1774941821"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 59,
"time": "1774942079"
},
"departure": {
"delay": 59,
"time": "1774942079"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 55,
"time": "1774941115"
},
"departure": {
"delay": 55,
"time": "1774941115"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 32,
"time": "1774942412"
},
"departure": {
"delay": 32,
"time": "1774942412"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942320"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 46,
"time": "1774942366"
},
"departure": {
"delay": 46,
"time": "1774942366"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"time": "1774942440"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"time": "1774942020"
},
"departure": {
"time": "1774942020"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 14,
"time": "1774941014"
},
"departure": {
"delay": 14,
"time": "1774941014"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"time": "1774939140"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 46,
"time": "1774941946"
},
"departure": {
"delay": 46,
"time": "1774941946"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 10,
"time": "1774941730"
},
"departure": {
"delay": 10,
"time": "1774941730"
},
"stopId": "FR:76351:ZE:3567:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 22,
"time": "1774939942"
},
"departure": {
"delay": 22,
"time": "1774939942"
},
"stopId": "FR:76351:ZE:3006:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 25,
"time": "1774942345"
},
"departure": {
"delay": 25,
"time": "1774942345"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 37,
"time": "1774941697"
},
"departure": {
"delay": 37,
"time": "1774941697"
},
"stopId": "FR:76351:ZE:3375:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 58,
"time": "1774940938"
},
"departure": {
"delay": 58,
"time": "1774940938"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 58,
"time": "1774939198"
},
"departure": {
"delay": 58,
"time": "1774939198"
},
"stopId": "FR:76341:ZE:3912:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"time": "1774941780"
},
"departure": {
"time": "1774941780"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 32,
"time": "1774941872"
},
"departure": {
"delay": 32,
"time": "1774941872"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 15,
"time": "1774939875"
},
"departure": {
"delay": 15,
"time": "1774939875"
},
"stopId": "FR:76351:ZE:3018:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 7,
"time": "1774941307"
},
"departure": {
"delay": 7,
"time": "1774941307"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"time": "1774942140"
},
"departure": {
"time": "1774942140"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 4,
"time": "1774939624"
},
"departure": {
"delay": 4,
"time": "1774939624"
},
"stopId": "FR:76351:ZE:4114:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"time": "1774941060"
},
"departure": {
"time": "1774941060"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 51,
"time": "1774941411"
},
"departure": {
"delay": 51,
"time": "1774941411"
},
"stopId": "FR:76351:ZE:3061:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"time": "1774941360"
},
"departure": {
"time": "1774941360"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 38,
"time": "1774941158"
},
"departure": {
"delay": 38,
"time": "1774941158"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"time": "1774940220"
},
"departure": {
"time": "1774940220"
},
"stopId": "FR:76351:ZE:3201:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 8,
"time": "1774941608"
},
"departure": {
"delay": 8,
"time": "1774941608"
},
"stopId": "FR:76351:ZE:3653:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 50,
"time": "1774941530"
},
"departure": {
"delay": 50,
"time": "1774941530"
},
"stopId": "FR:76351:ZE:3604:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"time": "1774940040"
},
"departure": {
"time": "1774940040"
},
"stopId": "FR:76351:ZE:3773:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 14,
"time": "1774940774"
},
"departure": {
"delay": 14,
"time": "1774940774"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 43,
"time": "1774939183"
},
"departure": {
"delay": 43,
"time": "1774939183"
},
"stopId": "FR:76341:ZE:4571:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 48,
"time": "1774942188"
},
"departure": {
"delay": 48,
"time": "1774942188"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"time": "1774939680"
},
"departure": {
"time": "1774939680"
},
"stopId": "FR:76351:ZE:3448:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 8,
"time": "1774942268"
},
"departure": {
"delay": 8,
"time": "1774942268"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
}
],
"timestamp": "1774938629",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230295x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255636x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 295,
"time": "1774939735"
},
"departure": {
"delay": 295,
"time": "1774939735"
},
"stopId": "FR:76341:ZE:4431:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 298,
"time": "1774939138"
},
"departure": {
"delay": 298,
"time": "1774939138"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 351,
"time": "1774940271"
},
"departure": {
"delay": 351,
"time": "1774940271"
},
"stopId": "FR:76305:ZE:3190:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 328,
"time": "1774940008"
},
"departure": {
"delay": 328,
"time": "1774940008"
},
"stopId": "FR:76305:ZE:4833:ATOUMOD003",
"stopSequence": 41
},
{
"departure": {
"delay": 354,
"time": "1774938594"
},
"stopId": "FR:76351:ZE:3042:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 341,
"time": "1774939061"
},
"departure": {
"delay": 341,
"time": "1774939061"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 295,
"time": "1774939795"
},
"departure": {
"delay": 295,
"time": "1774939795"
},
"stopId": "FR:76341:ZE:4570:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 302,
"time": "1774940402"
},
"departure": {
"delay": 302,
"time": "1774940402"
},
"stopId": "FR:76305:ZE:3575:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 295,
"time": "1774939975"
},
"departure": {
"delay": 295,
"time": "1774939975"
},
"stopId": "FR:76305:ZE:3440:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 309,
"time": "1774939809"
},
"departure": {
"delay": 309,
"time": "1774939809"
},
"stopId": "FR:76341:ZE:3581:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 310,
"time": "1774939930"
},
"departure": {
"delay": 310,
"time": "1774939930"
},
"stopId": "FR:76305:ZE:3149:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 315,
"time": "1774938855"
},
"departure": {
"delay": 315,
"time": "1774938855"
},
"stopId": "FR:76351:ZE:3076:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 306,
"time": "1774938966"
},
"departure": {
"delay": 306,
"time": "1774938966"
},
"stopId": "FR:76351:ZE:3572:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 295,
"time": "1774940635"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 295,
"time": "1774939195"
},
"departure": {
"delay": 295,
"time": "1774939195"
},
"stopId": "FR:76351:ZE:4428:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 322,
"time": "1774940362"
},
"departure": {
"delay": 322,
"time": "1774940362"
},
"stopId": "FR:76305:ZE:3683:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 295,
"time": "1774939015"
},
"departure": {
"delay": 295,
"time": "1774939015"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 341,
"time": "1774940561"
},
"departure": {
"delay": 341,
"time": "1774940561"
},
"stopId": "FR:76305:ZE:4480:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 303,
"time": "1774938783"
},
"departure": {
"delay": 303,
"time": "1774938783"
},
"stopId": "FR:76351:ZE:4849:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 343,
"time": "1774940503"
},
"departure": {
"delay": 343,
"time": "1774940503"
},
"stopId": "FR:76305:ZE:4479:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 332,
"time": "1774939892"
},
"departure": {
"delay": 332,
"time": "1774939892"
},
"stopId": "FR:76341:ZE:3060:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 295,
"time": "1774939255"
},
"departure": {
"delay": 295,
"time": "1774939255"
},
"stopId": "FR:76351:ZE:3048:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 295,
"time": "1774940215"
},
"departure": {
"delay": 295,
"time": "1774940215"
},
"stopId": "FR:76305:ZE:3098:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 295,
"time": "1774939855"
},
"departure": {
"delay": 295,
"time": "1774939855"
},
"stopId": "FR:76341:ZE:3244:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 297,
"time": "1774939377"
},
"departure": {
"delay": 297,
"time": "1774939377"
},
"stopId": "FR:76351:ZE:4984:ATOUMOD003",
"stopSequence": 33
},
{
"departure": {
"delay": 294,
"time": "1774938654"
},
"stopId": "FR:76351:ZE:3163:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 353,
"time": "1774940453"
},
"departure": {
"delay": 353,
"time": "1774940453"
},
"stopId": "FR:76305:ZE:4478:ATOUMOD003",
"stopSequence": 46
},
{
"departure": {
"delay": 295,
"time": "1774938715"
},
"stopId": "FR:76351:ZE:3153:ATOUMOD003",
"stopSequence": 24
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255636x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 156,
"time": "1774938576"
},
"departure": {
"delay": 156,
"time": "1774938576"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 168,
"time": "1774938708"
},
"departure": {
"delay": 168,
"time": "1774938708"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 212,
"time": "1774938512"
},
"departure": {
"delay": 212,
"time": "1774938512"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 178,
"time": "1774938358"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 198,
"time": "1774939338"
},
"departure": {
"delay": 198,
"time": "1774939338"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 213,
"time": "1774938633"
},
"departure": {
"delay": 213,
"time": "1774938633"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 182,
"time": "1774939262"
},
"departure": {
"delay": 182,
"time": "1774939262"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 204,
"time": "1774938804"
},
"departure": {
"delay": 204,
"time": "1774938804"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 192,
"time": "1774938912"
},
"departure": {
"delay": 192,
"time": "1774938912"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 198,
"time": "1774938858"
},
"departure": {
"delay": 198,
"time": "1774938858"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 213,
"time": "1774939113"
},
"departure": {
"delay": 213,
"time": "1774939113"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1774938380",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747503x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -45,
"time": "1774935544"
},
"departure": {
"delay": -45,
"time": "1774935555"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 97,
"time": "1774936408"
},
"departure": {
"delay": 97,
"time": "1774936417"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 131,
"time": "1774934401"
},
"departure": {
"delay": 131,
"time": "1774934411"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 116,
"time": "1774936289"
},
"departure": {
"delay": 116,
"time": "1774936316"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 16,
"time": "1774935902"
},
"departure": {
"delay": 16,
"time": "1774935916"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 77,
"time": "1774936126"
},
"departure": {
"delay": 77,
"time": "1774936157"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 62,
"time": "1774934193"
},
"departure": {
"delay": 62,
"time": "1774934222"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 40,
"time": "1774934109"
},
"departure": {
"delay": 40,
"time": "1774934140"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 34,
"time": "1774935789"
},
"departure": {
"delay": 34,
"time": "1774935814"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 151,
"time": "1774934337"
},
"departure": {
"delay": 151,
"time": "1774934371"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 16,
"time": "1774934056"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 74,
"time": "1774936199"
},
"departure": {
"delay": 74,
"time": "1774936214"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 71,
"time": "1774936571"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 118,
"time": "1774934448"
},
"departure": {
"delay": 118,
"time": "1774934458"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 44,
"time": "1774936014"
},
"departure": {
"delay": 44,
"time": "1774936064"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -13,
"time": "1774935188"
},
"departure": {
"delay": -13,
"time": "1774935227"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 22,
"time": "1774934625"
},
"departure": {
"delay": 22,
"time": "1774934662"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 131,
"time": "1774936384"
},
"departure": {
"delay": 131,
"time": "1774936391"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 128,
"time": "1774936242"
},
"departure": {
"delay": 128,
"time": "1774936268"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 25,
"time": "1774935260"
},
"departure": {
"delay": 25,
"time": "1774935385"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 79,
"time": "1774934787"
},
"departure": {
"delay": 79,
"time": "1774935079"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -58,
"time": "1774935467"
},
"departure": {
"delay": -58,
"time": "1774935482"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747503x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596557:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 44,
"time": "1774943204"
},
"departure": {
"delay": 44,
"time": "1774943204"
},
"stopId": "FR:27229:ZE:0xPOL02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 47,
"time": "1774943507"
},
"departure": {
"delay": 47,
"time": "1774943507"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 85,
"time": "1774943005"
},
"departure": {
"delay": 85,
"time": "1774943005"
},
"stopId": "FR:27229:ZE:0xLAK02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 88,
"time": "1774943308"
},
"departure": {
"delay": 88,
"time": "1774943308"
},
"stopId": "FR:27229:ZE:0xMOU02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 11,
"time": "1774943771"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 90,
"time": "1774942890"
},
"departure": {
"delay": 90,
"time": "1774942890"
},
"stopId": "FR:27229:ZE:0xRON02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 33,
"time": "1774943133"
},
"departure": {
"delay": 33,
"time": "1774943133"
},
"stopId": "FR:27229:ZE:0xTRA02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 52,
"time": "1774942372"
},
"departure": {
"delay": 52,
"time": "1774942372"
},
"stopId": "FR:27306:ZE:0xMRE02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 33,
"time": "1774943253"
},
"departure": {
"delay": 33,
"time": "1774943253"
},
"stopId": "FR:27229:ZE:0xORL02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 33,
"time": "1774943373"
},
"departure": {
"delay": 33,
"time": "1774943373"
},
"stopId": "FR:27229:ZE:0xLET02:ATOUMOD004",
"stopSequence": 20
},
{
"departure": {
"time": "1774942320"
},
"stopId": "FR:27306:ZE:0xCID02:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 33,
"time": "1774943433"
},
"departure": {
"delay": 33,
"time": "1774943433"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 34,
"time": "1774942534"
},
"departure": {
"delay": 34,
"time": "1774942534"
},
"stopId": "FR:27017:ZE:0xANG02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 30,
"time": "1774943610"
},
"departure": {
"delay": 30,
"time": "1774943610"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"time": "1774942560"
},
"departure": {
"time": "1774942560"
},
"stopId": "FR:27017:ZE:0xPAF01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 4,
"time": "1774942504"
},
"departure": {
"delay": 4,
"time": "1774942504"
},
"stopId": "FR:27017:ZE:0xCNL02:ATOUMOD004",
"stopSequence": 3
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T6:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596557:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746144x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 135,
"time": "1774927471"
},
"departure": {
"delay": 135,
"time": "1774927515"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -25,
"time": "1774929318"
},
"departure": {
"delay": -25,
"time": "1774929335"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -63,
"time": "1774929957"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 137,
"time": "1774926784"
},
"departure": {
"delay": 137,
"time": "1774926797"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 46,
"time": "1774928344"
},
"departure": {
"delay": 46,
"time": "1774928386"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -46,
"time": "1774929901"
},
"departure": {
"delay": -46,
"time": "1774929914"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 27,
"time": "1774927980"
},
"departure": {
"delay": 27,
"time": "1774928007"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 96,
"time": "1774927348"
},
"departure": {
"delay": 96,
"time": "1774927356"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -28,
"time": "1774928533"
},
"departure": {
"delay": -28,
"time": "1774928552"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 21,
"time": "1774928048"
},
"departure": {
"delay": 21,
"time": "1774928061"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 131,
"time": "1774926731"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -48,
"time": "1774929477"
},
"departure": {
"delay": -48,
"time": "1774929492"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -25,
"time": "1774929201"
},
"departure": {
"delay": -25,
"time": "1774929215"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 108,
"time": "1774927902"
},
"departure": {
"delay": 108,
"time": "1774927908"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 107,
"time": "1774927574"
},
"departure": {
"delay": 107,
"time": "1774927607"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -52,
"time": "1774929593"
},
"departure": {
"delay": -52,
"time": "1774929608"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 74,
"time": "1774927744"
},
"departure": {
"delay": 74,
"time": "1774927754"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 126,
"time": "1774926889"
},
"departure": {
"delay": 126,
"time": "1774926906"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -39,
"time": "1774928761"
},
"departure": {
"delay": -39,
"time": "1774928781"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -12,
"time": "1774929800"
},
"departure": {
"delay": -12,
"time": "1774929828"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -65,
"time": "1774929637"
},
"departure": {
"delay": -65,
"time": "1774929655"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 104,
"time": "1774927649"
},
"departure": {
"delay": 104,
"time": "1774927664"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -19,
"time": "1774929091"
},
"departure": {
"delay": -19,
"time": "1774929101"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 3,
"time": "1774929285"
},
"departure": {
"delay": 3,
"time": "1774929303"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 21,
"time": "1774928205"
},
"departure": {
"delay": 21,
"time": "1774928241"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 69,
"time": "1774927434"
},
"departure": {
"delay": 69,
"time": "1774927449"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -14,
"time": "1774929395"
},
"departure": {
"delay": -14,
"time": "1774929406"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -53,
"time": "1774928690"
},
"departure": {
"delay": -53,
"time": "1774928707"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 158,
"time": "1774926981"
},
"departure": {
"delay": 158,
"time": "1774926998"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -56,
"time": "1774928806"
},
"departure": {
"delay": -56,
"time": "1774928824"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 132,
"time": "1774927196"
},
"departure": {
"delay": 132,
"time": "1774927212"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 126,
"time": "1774926934"
},
"departure": {
"delay": 126,
"time": "1774926966"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 162,
"time": "1774927050"
},
"departure": {
"delay": 162,
"time": "1774927062"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 141,
"time": "1774927017"
},
"departure": {
"delay": 141,
"time": "1774927041"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 18,
"time": "1774929241"
},
"departure": {
"delay": 18,
"time": "1774929258"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -63,
"time": "1774929521"
},
"departure": {
"delay": -63,
"time": "1774929537"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -53,
"time": "1774928575"
},
"departure": {
"delay": -53,
"time": "1774928587"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -24,
"time": "1774929423"
},
"departure": {
"delay": -24,
"time": "1774929456"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -61,
"time": "1774928857"
},
"departure": {
"delay": -61,
"time": "1774928879"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 155,
"time": "1774927162"
},
"departure": {
"delay": 155,
"time": "1774927175"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"time": "1774928917"
},
"departure": {
"time": "1774929000"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 22,
"time": "1774928460"
},
"departure": {
"delay": 22,
"time": "1774928482"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 162,
"time": "1774927078"
},
"departure": {
"delay": 162,
"time": "1774927122"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 10,
"time": "1774928112"
},
"departure": {
"delay": 10,
"time": "1774928170"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 86,
"time": "1774927394"
},
"departure": {
"delay": 86,
"time": "1774927406"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -33,
"time": "1774929853"
},
"departure": {
"delay": -33,
"time": "1774929867"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 106,
"time": "1774927233"
},
"departure": {
"delay": 106,
"time": "1774927246"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -40,
"time": "1774928647"
},
"departure": {
"delay": -40,
"time": "1774928660"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 18,
"time": "1774928270"
},
"departure": {
"delay": 18,
"time": "1774928298"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -9,
"time": "1774929152"
},
"departure": {
"delay": -9,
"time": "1774929171"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746144x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758448x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 358,
"time": "1774936313"
},
"departure": {
"delay": 358,
"time": "1774936318"
},
"stopId": "FR:50041:ZE:HAGBA2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 309,
"time": "1774935086"
},
"departure": {
"delay": 309,
"time": "1774935129"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 342,
"time": "1774935672"
},
"departure": {
"delay": 342,
"time": "1774935702"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 92,
"time": "1774934546"
},
"departure": {
"delay": 92,
"time": "1774934612"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 115,
"time": "1774934427"
},
"departure": {
"delay": 115,
"time": "1774934515"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 268,
"time": "1774934809"
},
"departure": {
"delay": 268,
"time": "1774934848"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 279,
"time": "1774934996"
},
"departure": {
"delay": 279,
"time": "1774935039"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 280,
"time": "1774934930"
},
"departure": {
"delay": 280,
"time": "1774934980"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 392,
"time": "1774936654"
},
"departure": {
"delay": 392,
"time": "1774936712"
},
"stopId": "FR:50041:ZE:HAGMA2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 403,
"time": "1774936801"
},
"departure": {
"delay": 403,
"time": "1774936843"
},
"stopId": "FR:50041:ZE:HAGCC2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 343,
"time": "1774935607"
},
"departure": {
"delay": 343,
"time": "1774935643"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 288,
"time": "1774937088"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 407,
"time": "1774936558"
},
"departure": {
"delay": 407,
"time": "1774936607"
},
"stopId": "FR:50041:ZE:HAGFY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 308,
"time": "1774935527"
},
"departure": {
"delay": 308,
"time": "1774935548"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 346,
"time": "1774935366"
},
"departure": {
"delay": 346,
"time": "1774935406"
},
"stopId": "FR:50129:ZE:10LSA2:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758448x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746211x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 56,
"time": "1774938596"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 70,
"time": "1774939090"
},
"departure": {
"delay": 70,
"time": "1774939090"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 70,
"time": "1774940110"
},
"departure": {
"delay": 70,
"time": "1774940110"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 70,
"time": "1774939570"
},
"departure": {
"delay": 70,
"time": "1774939570"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 70,
"time": "1774938850"
},
"departure": {
"delay": 70,
"time": "1774938850"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 70,
"time": "1774938910"
},
"departure": {
"delay": 70,
"time": "1774938910"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 70,
"time": "1774941910"
},
"departure": {
"delay": 70,
"time": "1774941910"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 71,
"time": "1774938971"
},
"departure": {
"delay": 71,
"time": "1774938971"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 70,
"time": "1774940530"
},
"departure": {
"delay": 70,
"time": "1774940530"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 70,
"time": "1774940890"
},
"departure": {
"delay": 70,
"time": "1774940890"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 70,
"time": "1774938970"
},
"departure": {
"delay": 70,
"time": "1774938970"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 70,
"time": "1774940950"
},
"departure": {
"delay": 70,
"time": "1774940950"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 70,
"time": "1774939150"
},
"departure": {
"delay": 70,
"time": "1774939150"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 70,
"time": "1774940350"
},
"departure": {
"delay": 70,
"time": "1774940350"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 70,
"time": "1774941730"
},
"departure": {
"delay": 70,
"time": "1774941730"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 70,
"time": "1774941550"
},
"departure": {
"delay": 70,
"time": "1774941550"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 70,
"time": "1774940710"
},
"departure": {
"delay": 70,
"time": "1774940710"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 71,
"time": "1774939451"
},
"departure": {
"delay": 71,
"time": "1774939451"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 70,
"time": "1774939390"
},
"departure": {
"delay": 70,
"time": "1774939390"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 76,
"time": "1774938644"
},
"departure": {
"delay": 76,
"time": "1774938676"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 70,
"time": "1774939630"
},
"departure": {
"delay": 70,
"time": "1774939630"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 70,
"time": "1774940650"
},
"departure": {
"delay": 70,
"time": "1774940650"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 70,
"time": "1774941010"
},
"departure": {
"delay": 70,
"time": "1774941010"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 70,
"time": "1774938790"
},
"departure": {
"delay": 70,
"time": "1774938790"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 70,
"time": "1774941670"
},
"departure": {
"delay": 70,
"time": "1774941670"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 70,
"time": "1774939030"
},
"departure": {
"delay": 70,
"time": "1774939030"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 70,
"time": "1774939210"
},
"departure": {
"delay": 70,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 70,
"time": "1774941250"
},
"departure": {
"delay": 70,
"time": "1774941250"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 70,
"time": "1774941790"
},
"departure": {
"delay": 70,
"time": "1774941790"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 70,
"time": "1774939870"
},
"departure": {
"delay": 70,
"time": "1774939870"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 70,
"time": "1774939450"
},
"departure": {
"delay": 70,
"time": "1774939450"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 70,
"time": "1774941610"
},
"departure": {
"delay": 70,
"time": "1774941610"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 70,
"time": "1774940830"
},
"departure": {
"delay": 70,
"time": "1774940830"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 70,
"time": "1774940050"
},
"departure": {
"delay": 70,
"time": "1774940050"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 70,
"time": "1774941490"
},
"departure": {
"delay": 70,
"time": "1774941490"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 70,
"time": "1774941310"
},
"departure": {
"delay": 70,
"time": "1774941310"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 70,
"time": "1774940770"
},
"departure": {
"delay": 70,
"time": "1774940770"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 70,
"time": "1774941190"
},
"departure": {
"delay": 70,
"time": "1774941190"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 70,
"time": "1774941070"
},
"departure": {
"delay": 70,
"time": "1774941070"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 70,
"time": "1774941370"
},
"departure": {
"delay": 70,
"time": "1774941370"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 70,
"time": "1774940230"
},
"departure": {
"delay": 70,
"time": "1774940230"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 70,
"time": "1774942030"
},
"departure": {
"delay": 70,
"time": "1774942030"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 70,
"time": "1774941430"
},
"departure": {
"delay": 70,
"time": "1774941430"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 71,
"time": "1774941311"
},
"departure": {
"delay": 71,
"time": "1774941311"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 70,
"time": "1774940410"
},
"departure": {
"delay": 70,
"time": "1774940410"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 70,
"time": "1774939750"
},
"departure": {
"delay": 70,
"time": "1774939750"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 70,
"time": "1774941970"
},
"departure": {
"delay": 70,
"time": "1774941970"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 70,
"time": "1774939330"
},
"departure": {
"delay": 70,
"time": "1774939330"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 70,
"time": "1774942090"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 70,
"time": "1774940290"
},
"departure": {
"delay": 70,
"time": "1774940290"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
}
],
"timestamp": "1774938676",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746211x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602156:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -1065,
"time": "1774938735"
},
"stopId": "FR:27031:ZE:0xLCRO01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -2205,
"time": "1774938735"
},
"departure": {
"delay": -2205,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xADO01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -1785,
"time": "1774938735"
},
"departure": {
"delay": -1785,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xSAL01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -1845,
"time": "1774938735"
},
"departure": {
"delay": -1845,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xSAC01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 23,
"time": "1774941743"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 23,
"time": "1774941503"
},
"departure": {
"delay": 23,
"time": "1774941503"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 28,
"time": "1774941568"
},
"departure": {
"delay": 28,
"time": "1774941568"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -2025,
"time": "1774938735"
},
"departure": {
"delay": -2025,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xPAN01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -1065,
"time": "1774938735"
},
"departure": {
"delay": -1065,
"time": "1774938735"
},
"stopId": "FR:27031:ZE:0xLCOU01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -1545,
"time": "1774938735"
},
"departure": {
"delay": -1545,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xROS01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -1605,
"time": "1774938735"
},
"departure": {
"delay": -1605,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xTAT01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -1185,
"time": "1774938735"
},
"departure": {
"delay": -1185,
"time": "1774938735"
},
"stopId": "FR:27031:ZE:0xRBOU01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -2085,
"time": "1774938735"
},
"departure": {
"delay": -2085,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xECH01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -2445,
"time": "1774938735"
},
"departure": {
"delay": -2445,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xCOT01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 23,
"time": "1774941683"
},
"departure": {
"delay": 23,
"time": "1774941683"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -1725,
"time": "1774938735"
},
"departure": {
"delay": -1725,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xCAS01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -1305,
"time": "1774938735"
},
"departure": {
"delay": -1305,
"time": "1774938735"
},
"stopId": "FR:27031:ZE:0xLESS01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -1665,
"time": "1774938735"
},
"departure": {
"delay": -1665,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xCLS01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -1605,
"time": "1774938735"
},
"departure": {
"delay": -1605,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xBOS01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 69,
"time": "1774941369"
},
"departure": {
"delay": 69,
"time": "1774941369"
},
"stopId": "FR:27229:ZE:0xSAU01:ATOUMOD004",
"stopSequence": 25
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602156:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747889x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 287,
"time": "1774938497"
},
"departure": {
"delay": 287,
"time": "1774938527"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 280,
"time": "1774938760"
},
"departure": {
"delay": 280,
"time": "1774938760"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 280,
"time": "1774938880"
},
"departure": {
"delay": 280,
"time": "1774938880"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 280,
"time": "1774939060"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 304,
"time": "1774938305"
},
"departure": {
"delay": 304,
"time": "1774938364"
},
"stopId": "FR:50129:ZE:10GDM3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 173,
"time": "1774937768"
},
"departure": {
"delay": 173,
"time": "1774937813"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 203,
"time": "1774938101"
},
"departure": {
"delay": 203,
"time": "1774938143"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 205,
"time": "1774937305"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 280,
"time": "1774938940"
},
"departure": {
"delay": 280,
"time": "1774938940"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 279,
"time": "1774938387"
},
"departure": {
"delay": 279,
"time": "1774938399"
},
"stopId": "FR:50129:ZE:10SWZ1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 281,
"time": "1774938761"
},
"departure": {
"delay": 281,
"time": "1774938761"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 180,
"time": "1774937873"
},
"departure": {
"delay": 180,
"time": "1774937880"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 211,
"time": "1774938222"
},
"departure": {
"delay": 211,
"time": "1774938271"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 182,
"time": "1774937624"
},
"departure": {
"delay": 182,
"time": "1774937642"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 220,
"time": "1774937696"
},
"departure": {
"delay": 220,
"time": "1774937740"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 153,
"time": "1774937996"
},
"departure": {
"delay": 153,
"time": "1774938033"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 191,
"time": "1774938157"
},
"departure": {
"delay": 191,
"time": "1774938191"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 298,
"time": "1774938679"
},
"departure": {
"delay": 298,
"time": "1774938718"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 281,
"time": "1774938881"
},
"departure": {
"delay": 281,
"time": "1774938881"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 72,
"time": "1774937362"
},
"departure": {
"delay": 72,
"time": "1774937412"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 150,
"time": "1774938060"
},
"departure": {
"delay": 150,
"time": "1774938090"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 281,
"time": "1774938612"
},
"departure": {
"delay": 281,
"time": "1774938641"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 150,
"time": "1774937902"
},
"departure": {
"delay": 150,
"time": "1774937910"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747889x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745657x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3,
"time": "1774936405"
},
"departure": {
"delay": -3,
"time": "1774936497"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 261,
"time": "1774938645"
},
"departure": {
"delay": 261,
"time": "1774938681"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -19,
"time": "1774935653"
},
"departure": {
"delay": -19,
"time": "1774935701"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -7,
"time": "1774937038"
},
"departure": {
"delay": -7,
"time": "1774937093"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 230,
"time": "1774938770"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 132,
"time": "1774938417"
},
"departure": {
"delay": 132,
"time": "1774938432"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 166,
"time": "1774938076"
},
"departure": {
"delay": 166,
"time": "1774938106"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 142,
"time": "1774938230"
},
"departure": {
"delay": 142,
"time": "1774938262"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -9,
"time": "1774935854"
},
"departure": {
"delay": -9,
"time": "1774935891"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -22,
"time": "1774936310"
},
"departure": {
"delay": -22,
"time": "1774936358"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -49,
"time": "1774937291"
},
"departure": {
"delay": -49,
"time": "1774937351"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -12,
"time": "1774936035"
},
"departure": {
"delay": -12,
"time": "1774936068"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -37,
"time": "1774936928"
},
"departure": {
"delay": -37,
"time": "1774936943"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -24,
"time": "1774935608"
},
"departure": {
"delay": -24,
"time": "1774935636"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 193,
"time": "1774937909"
},
"departure": {
"delay": 193,
"time": "1774937953"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 22,
"time": "1774936733"
},
"departure": {
"delay": 22,
"time": "1774936762"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 10,
"time": "1774935550"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -2,
"time": "1774935753"
},
"departure": {
"delay": -2,
"time": "1774935778"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 162,
"time": "1774938011"
},
"departure": {
"delay": 162,
"time": "1774938042"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 146,
"time": "1774938379"
},
"departure": {
"delay": 146,
"time": "1774938386"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 29,
"time": "1774936858"
},
"departure": {
"delay": 29,
"time": "1774936889"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 177,
"time": "1774938524"
},
"departure": {
"delay": 177,
"time": "1774938537"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 114,
"time": "1774938169"
},
"departure": {
"delay": 114,
"time": "1774938174"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 42,
"time": "1774936601"
},
"departure": {
"delay": 42,
"time": "1774936662"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -21,
"time": "1774936209"
},
"departure": {
"delay": -21,
"time": "1774936239"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 18,
"time": "1774937145"
},
"departure": {
"delay": 18,
"time": "1774937178"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 11,
"time": "1774935722"
},
"departure": {
"delay": 11,
"time": "1774935731"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -36,
"time": "1774937198"
},
"departure": {
"delay": -36,
"time": "1774937244"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -20,
"time": "1774936975"
},
"departure": {
"delay": -20,
"time": "1774937020"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 109,
"time": "1774937427"
},
"departure": {
"delay": 109,
"time": "1774937629"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -46,
"time": "1774935961"
},
"departure": {
"delay": -46,
"time": "1774935974"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 154,
"time": "1774937839"
},
"departure": {
"delay": 154,
"time": "1774937854"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 39,
"time": "1774936705"
},
"departure": {
"delay": 39,
"time": "1774936719"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -22,
"time": "1774936115"
},
"departure": {
"delay": -22,
"time": "1774936178"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 28,
"time": "1774936547"
},
"departure": {
"delay": 28,
"time": "1774936588"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745657x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748431x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -39,
"time": "1774933958"
},
"departure": {
"delay": -39,
"time": "1774934001"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 131,
"time": "1774932755"
},
"departure": {
"delay": 131,
"time": "1774932791"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 47,
"time": "1774934491"
},
"departure": {
"delay": 47,
"time": "1774934507"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 30,
"time": "1774933198"
},
"departure": {
"delay": 30,
"time": "1774933230"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 115,
"time": "1774932706"
},
"departure": {
"delay": 115,
"time": "1774932715"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 61,
"time": "1774932541"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 27,
"time": "1774933446"
},
"departure": {
"delay": 27,
"time": "1774933467"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 51,
"time": "1774934596"
},
"departure": {
"delay": 51,
"time": "1774934631"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -17,
"time": "1774932989"
},
"departure": {
"delay": -17,
"time": "1774933003"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 100,
"time": "1774932863"
},
"departure": {
"delay": 100,
"time": "1774932880"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 71,
"time": "1774932598"
},
"departure": {
"delay": 71,
"time": "1774932611"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 56,
"time": "1774934321"
},
"departure": {
"delay": 56,
"time": "1774934336"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 100,
"time": "1774934725"
},
"departure": {
"delay": 100,
"time": "1774934740"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 11,
"time": "1774933659"
},
"departure": {
"delay": 11,
"time": "1774933691"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 30,
"time": "1774933492"
},
"departure": {
"delay": 30,
"time": "1774933530"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 19,
"time": "1774934959"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 15,
"time": "1774932967"
},
"departure": {
"delay": 15,
"time": "1774932975"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 13,
"time": "1774933601"
},
"departure": {
"delay": 13,
"time": "1774933633"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 35,
"time": "1774933734"
},
"departure": {
"delay": 35,
"time": "1774933775"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 60,
"time": "1774932638"
},
"departure": {
"delay": 60,
"time": "1774932660"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 75,
"time": "1774934393"
},
"departure": {
"delay": 75,
"time": "1774934415"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 26,
"time": "1774934253"
},
"departure": {
"delay": 26,
"time": "1774934306"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 57,
"time": "1774934690"
},
"departure": {
"delay": 57,
"time": "1774934697"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 20,
"time": "1774933276"
},
"departure": {
"delay": 20,
"time": "1774933400"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 121,
"time": "1774932809"
},
"departure": {
"delay": 121,
"time": "1774932841"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 2,
"time": "1774933065"
},
"departure": {
"delay": 2,
"time": "1774933082"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 94,
"time": "1774934779"
},
"departure": {
"delay": 94,
"time": "1774934794"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 44,
"time": "1774934424"
},
"departure": {
"delay": 44,
"time": "1774934444"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 37,
"time": "1774932922"
},
"departure": {
"delay": 37,
"time": "1774932937"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 24,
"time": "1774934175"
},
"departure": {
"delay": 24,
"time": "1774934184"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 61,
"time": "1774932891"
},
"departure": {
"delay": 61,
"time": "1774932901"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -48,
"time": "1774933918"
},
"departure": {
"delay": -48,
"time": "1774933932"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 3,
"time": "1774933852"
},
"departure": {
"delay": 3,
"time": "1774933863"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 20,
"time": "1774933565"
},
"departure": {
"delay": 20,
"time": "1774933580"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748431x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057083x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 148,
"time": "1774938568"
},
"stopId": "FR:76351:ZE:3013:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"delay": 179,
"time": "1774938659"
},
"stopId": "FR:76351:ZE:4802:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 148,
"time": "1774939408"
},
"departure": {
"delay": 148,
"time": "1774939408"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 177,
"time": "1774939197"
},
"departure": {
"delay": 177,
"time": "1774939197"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 192,
"time": "1774938792"
},
"departure": {
"delay": 192,
"time": "1774938792"
},
"stopId": "FR:76351:ZE:3026:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 207,
"time": "1774938927"
},
"departure": {
"delay": 207,
"time": "1774938927"
},
"stopId": "FR:76351:ZE:3129:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 148,
"time": "1774939588"
},
"departure": {
"delay": 148,
"time": "1774939588"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 148,
"time": "1774939828"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 165,
"time": "1774939005"
},
"departure": {
"delay": 165,
"time": "1774939005"
},
"stopId": "FR:76351:ZE:3626:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 204,
"time": "1774939524"
},
"departure": {
"delay": 204,
"time": "1774939524"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 171,
"time": "1774938711"
},
"stopId": "FR:76351:ZE:3585:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 156,
"time": "1774939116"
},
"departure": {
"delay": 156,
"time": "1774939116"
},
"stopId": "FR:76351:ZE:4567:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 182,
"time": "1774939322"
},
"departure": {
"delay": 182,
"time": "1774939322"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 148,
"time": "1774938868"
},
"departure": {
"delay": 148,
"time": "1774938868"
},
"stopId": "FR:76351:ZE:4841:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 148,
"time": "1774939648"
},
"departure": {
"delay": 148,
"time": "1774939648"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 22
}
],
"timestamp": "1774938599",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057083x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748602x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 117,
"time": "1774936782"
},
"departure": {
"delay": 117,
"time": "1774936797"
},
"stopId": "FR:50129:ZE:10HLU2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 122,
"time": "1774936427"
},
"departure": {
"delay": 122,
"time": "1774936442"
},
"stopId": "FR:50129:ZE:10HAM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 106,
"time": "1774936178"
},
"departure": {
"delay": 106,
"time": "1774936186"
},
"stopId": "FR:50129:ZE:10CDL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 93,
"time": "1774936516"
},
"departure": {
"delay": 93,
"time": "1774936533"
},
"stopId": "FR:50129:ZE:10HQU2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 66,
"time": "1774936031"
},
"departure": {
"delay": 66,
"time": "1774936086"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 77,
"time": "1774937322"
},
"departure": {
"delay": 77,
"time": "1774937357"
},
"stopId": "FR:50129:ZE:10NMD2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 82,
"time": "1774937422"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 95,
"time": "1774936938"
},
"departure": {
"delay": 95,
"time": "1774936955"
},
"stopId": "FR:50129:ZE:10VER2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 69,
"time": "1774936203"
},
"departure": {
"delay": 69,
"time": "1774936209"
},
"stopId": "FR:50129:ZE:10BDB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 23,
"time": "1774935946"
},
"departure": {
"delay": 23,
"time": "1774935983"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -6,
"time": "1774935799"
},
"departure": {
"delay": -6,
"time": "1774935834"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 120,
"time": "1774937375"
},
"departure": {
"delay": 120,
"time": "1774937460"
},
"stopId": "FR:50129:ZE:10BLE2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 108,
"time": "1774937078"
},
"departure": {
"delay": 108,
"time": "1774937088"
},
"stopId": "FR:50129:ZE:10CBL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 72,
"time": "1774935656"
},
"departure": {
"delay": 72,
"time": "1774935732"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 83,
"time": "1774936332"
},
"departure": {
"delay": 83,
"time": "1774936343"
},
"stopId": "FR:50129:ZE:10GLA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 100,
"time": "1774936642"
},
"departure": {
"delay": 100,
"time": "1774936660"
},
"stopId": "FR:50129:ZE:10HTR2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 106,
"time": "1774936592"
},
"departure": {
"delay": 106,
"time": "1774936606"
},
"stopId": "FR:50129:ZE:10MEZ2:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 42,
"time": "1774935582"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 86,
"time": "1774937115"
},
"departure": {
"delay": 86,
"time": "1774937126"
},
"stopId": "FR:50129:ZE:10ING2:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1774938545",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748602x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107968x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 8,
"time": "1774939688"
},
"departure": {
"delay": 8,
"time": "1774939688"
},
"stopId": "FR:76351:ZE:4004:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 45,
"time": "1774939905"
},
"departure": {
"delay": 45,
"time": "1774939905"
},
"stopId": "FR:76351:ZE:3992:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 5,
"time": "1774939445"
},
"departure": {
"delay": 5,
"time": "1774939445"
},
"stopId": "FR:76351:ZE:3954:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 18,
"time": "1774940718"
},
"departure": {
"delay": 18,
"time": "1774940718"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 10,
"time": "1774939570"
},
"departure": {
"delay": 10,
"time": "1774939570"
},
"stopId": "FR:76351:ZE:3988:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 8,
"time": "1774939808"
},
"departure": {
"delay": 8,
"time": "1774939808"
},
"stopId": "FR:76351:ZE:3976:ATOUMOD003",
"stopSequence": 5
},
{
"departure": {
"time": "1774939320"
},
"stopId": "FR:76481:ZE:4891:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 3,
"time": "1774940223"
},
"departure": {
"delay": 3,
"time": "1774940223"
},
"stopId": "FR:76351:ZE:3970:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 13,
"time": "1774941013"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 14,
"time": "1774940834"
},
"departure": {
"delay": 14,
"time": "1774940834"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 54,
"time": "1774940934"
},
"departure": {
"delay": 54,
"time": "1774940934"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 37,
"time": "1774940497"
},
"departure": {
"delay": 37,
"time": "1774940497"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 35,
"time": "1774940615"
},
"departure": {
"delay": 35,
"time": "1774940615"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 37,
"time": "1774940017"
},
"departure": {
"delay": 37,
"time": "1774940017"
},
"stopId": "FR:76351:ZE:3972:ATOUMOD003",
"stopSequence": 7
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107968x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745717x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 217,
"time": "1774938481"
},
"departure": {
"delay": 217,
"time": "1774938517"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 99,
"time": "1774936565"
},
"departure": {
"delay": 99,
"time": "1774936599"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 273,
"time": "1774937941"
},
"departure": {
"delay": 273,
"time": "1774937973"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 98,
"time": "1774936184"
},
"departure": {
"delay": 98,
"time": "1774936238"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 224,
"time": "1774938187"
},
"departure": {
"delay": 224,
"time": "1774938224"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 63,
"time": "1774936652"
},
"departure": {
"delay": 63,
"time": "1774936683"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 133,
"time": "1774936472"
},
"departure": {
"delay": 133,
"time": "1774936513"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 240,
"time": "1774938840"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 97,
"time": "1774936981"
},
"departure": {
"delay": 97,
"time": "1774937017"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 60,
"time": "1774935923"
},
"departure": {
"delay": 60,
"time": "1774935960"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 249,
"time": "1774937844"
},
"departure": {
"delay": 249,
"time": "1774937889"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 19,
"time": "1774936028"
},
"departure": {
"delay": 19,
"time": "1774936039"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 240,
"time": "1774938780"
},
"departure": {
"delay": 240,
"time": "1774938780"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 263,
"time": "1774938051"
},
"departure": {
"delay": 263,
"time": "1774938083"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 239,
"time": "1774937368"
},
"departure": {
"delay": 239,
"time": "1774937399"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 187,
"time": "1774937664"
},
"departure": {
"delay": 187,
"time": "1774937707"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 11,
"time": "1774935731"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 209,
"time": "1774938614"
},
"departure": {
"delay": 209,
"time": "1774938629"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 224,
"time": "1774937592"
},
"departure": {
"delay": 224,
"time": "1774937624"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 244,
"time": "1774937484"
},
"departure": {
"delay": 244,
"time": "1774937524"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 40,
"time": "1774935986"
},
"departure": {
"delay": 40,
"time": "1774936000"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 137,
"time": "1774936385"
},
"departure": {
"delay": 137,
"time": "1774936457"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 192,
"time": "1774937825"
},
"departure": {
"delay": 192,
"time": "1774937832"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 227,
"time": "1774938556"
},
"departure": {
"delay": 227,
"time": "1774938587"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 205,
"time": "1774938432"
},
"departure": {
"delay": 205,
"time": "1774938445"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 234,
"time": "1774937423"
},
"departure": {
"delay": 234,
"time": "1774937454"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 130,
"time": "1774936296"
},
"departure": {
"delay": 130,
"time": "1774936330"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 129,
"time": "1774937069"
},
"departure": {
"delay": 129,
"time": "1774937109"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 188,
"time": "1774938275"
},
"departure": {
"delay": 188,
"time": "1774938308"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 208,
"time": "1774937747"
},
"departure": {
"delay": 208,
"time": "1774937788"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 219,
"time": "1774938142"
},
"departure": {
"delay": 219,
"time": "1774938159"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 68,
"time": "1774936802"
},
"departure": {
"delay": 68,
"time": "1774936808"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 217,
"time": "1774938363"
},
"departure": {
"delay": 217,
"time": "1774938397"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 238,
"time": "1774937296"
},
"departure": {
"delay": 238,
"time": "1774937338"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 55,
"time": "1774935799"
},
"departure": {
"delay": 55,
"time": "1774935835"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"time": "1774938683"
},
"departure": {
"time": "1774938480"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745717x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx292:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939560"
},
"departure": {
"time": "1774939560"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774939380"
},
"departure": {
"time": "1774939380"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 41,
"time": "1774939841"
},
"departure": {
"delay": 41,
"time": "1774939841"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 41,
"time": "1774939481"
},
"departure": {
"delay": 41,
"time": "1774939481"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774939680"
},
"departure": {
"time": "1774939680"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 1,
"time": "1774939261"
},
"departure": {
"delay": 1,
"time": "1774939261"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"time": "1774939200"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1774938728",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx292:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx103:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 128,
"time": "1774938788"
},
"departure": {
"delay": 128,
"time": "1774938788"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 1,
"time": "1774937556"
},
"departure": {
"delay": 1,
"time": "1774937581"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -24,
"time": "1774937976"
},
"departure": {
"delay": -24,
"time": "1774937976"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 36,
"time": "1774936456"
},
"departure": {
"delay": 36,
"time": "1774936476"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 65,
"time": "1774936505"
},
"departure": {
"delay": 65,
"time": "1774936505"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 71,
"time": "1774936728"
},
"departure": {
"delay": 71,
"time": "1774936751"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 102,
"time": "1774938882"
},
"departure": {
"delay": 102,
"time": "1774938882"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 101,
"time": "1774939541"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 191,
"time": "1774938551"
},
"departure": {
"delay": 191,
"time": "1774938551"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 91,
"time": "1774938991"
},
"departure": {
"delay": 91,
"time": "1774938991"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 92,
"time": "1774939172"
},
"departure": {
"delay": 92,
"time": "1774939172"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -60,
"time": "1774937880"
},
"departure": {
"delay": -60,
"time": "1774937880"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 65,
"time": "1774936805"
},
"departure": {
"delay": 65,
"time": "1774936805"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 72,
"time": "1774939272"
},
"departure": {
"delay": 72,
"time": "1774939272"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 81,
"time": "1774936378"
},
"departure": {
"delay": 81,
"time": "1774936401"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 60,
"time": "1774937280"
},
"departure": {
"delay": 60,
"time": "1774937280"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 49,
"time": "1774936669"
},
"departure": {
"delay": 49,
"time": "1774936669"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 26,
"time": "1774937701"
},
"departure": {
"delay": 26,
"time": "1774937726"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 76,
"time": "1774937156"
},
"departure": {
"delay": 76,
"time": "1774937176"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 16,
"time": "1774938028"
},
"departure": {
"delay": 16,
"time": "1774938076"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 101,
"time": "1774939361"
},
"departure": {
"delay": 101,
"time": "1774939361"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 101,
"time": "1774936601"
},
"departure": {
"delay": 101,
"time": "1774936601"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 101,
"time": "1774939061"
},
"departure": {
"delay": 101,
"time": "1774939061"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"departure": {
"time": "1774936260"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -73,
"time": "1774937482"
},
"departure": {
"delay": -73,
"time": "1774937507"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 87,
"time": "1774938306"
},
"departure": {
"delay": 87,
"time": "1774938327"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 107,
"time": "1774938227"
},
"departure": {
"delay": 107,
"time": "1774938227"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 101,
"time": "1774938676"
},
"departure": {
"delay": 101,
"time": "1774938701"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 106,
"time": "1774937001"
},
"departure": {
"delay": 106,
"time": "1774937026"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -35,
"time": "1774937785"
},
"departure": {
"delay": -35,
"time": "1774937785"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1774935927",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx103:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598259:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 268,
"time": "1774938208"
},
"departure": {
"delay": 268,
"time": "1774938208"
},
"stopId": "FR:27229:ZE:0xJAC01:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": 304,
"time": "1774938364"
},
"departure": {
"delay": 304,
"time": "1774938364"
},
"stopId": "FR:27229:ZE:0xZIN01:ATOUMOD004",
"stopSequence": 37
},
{
"arrival": {
"delay": 239,
"time": "1774938179"
},
"departure": {
"delay": 239,
"time": "1774938179"
},
"stopId": "FR:27229:ZE:0xLAV01:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": 303,
"time": "1774938483"
},
"stopId": "FR:27229:ZE:0xLYC01:ATOUMOD004",
"stopSequence": 38
},
{
"arrival": {
"delay": 158,
"time": "1774938038"
},
"departure": {
"delay": 158,
"time": "1774938038"
},
"stopId": "FR:27229:ZE:0xTRA01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": 196,
"time": "1774938136"
},
"departure": {
"delay": 196,
"time": "1774938136"
},
"stopId": "FR:27229:ZE:0xBFA01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 223,
"time": "1774938103"
},
"departure": {
"delay": 223,
"time": "1774938103"
},
"stopId": "FR:27229:ZE:0xLAK01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 125,
"time": "1774937945"
},
"departure": {
"delay": 125,
"time": "1774937945"
},
"stopId": "FR:27229:ZE:0xPOL03:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 275,
"time": "1774938275"
},
"departure": {
"delay": 275,
"time": "1774938275"
},
"stopId": "FR:27229:ZE:0xGLA01:ATOUMOD004",
"stopSequence": 36
}
],
"timestamp": "1774938194",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T7:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598259:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745200x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 57,
"time": "1774935319"
},
"departure": {
"delay": 57,
"time": "1774935357"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 47,
"time": "1774934115"
},
"departure": {
"delay": 47,
"time": "1774934147"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 69,
"time": "1774934498"
},
"departure": {
"delay": 69,
"time": "1774934529"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 46,
"time": "1774934762"
},
"departure": {
"delay": 46,
"time": "1774934806"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 89,
"time": "1774935108"
},
"departure": {
"delay": 89,
"time": "1774935149"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 60,
"time": "1774935421"
},
"departure": {
"delay": 60,
"time": "1774935480"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 63,
"time": "1774934882"
},
"departure": {
"delay": 63,
"time": "1774934943"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 47,
"time": "1774934056"
},
"departure": {
"delay": 47,
"time": "1774934087"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 79,
"time": "1774934242"
},
"departure": {
"delay": 79,
"time": "1774934299"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 56,
"time": "1774934997"
},
"departure": {
"delay": 56,
"time": "1774935056"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 67,
"time": "1774934428"
},
"departure": {
"delay": 67,
"time": "1774934467"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 35,
"time": "1774934581"
},
"departure": {
"delay": 35,
"time": "1774934615"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 86,
"time": "1774934336"
},
"departure": {
"delay": 86,
"time": "1774934366"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 118,
"time": "1774933918"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 50,
"time": "1774934014"
},
"departure": {
"delay": 50,
"time": "1774934030"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 53,
"time": "1774934181"
},
"departure": {
"delay": 53,
"time": "1774934213"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 104,
"time": "1774935248"
},
"departure": {
"delay": 104,
"time": "1774935284"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 4,
"time": "1774935544"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 92,
"time": "1774935180"
},
"departure": {
"delay": 92,
"time": "1774935212"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 7,
"time": "1774934666"
},
"departure": {
"delay": 7,
"time": "1774934707"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745200x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598399:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -49,
"time": "1774939151"
},
"departure": {
"delay": -49,
"time": "1774939151"
},
"stopId": "FR:27229:ZE:0xPAR02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 31,
"time": "1774938151"
},
"departure": {
"delay": 31,
"time": "1774938151"
},
"stopId": "FR:27229:ZE:0xCAN02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -58,
"time": "1774939082"
},
"departure": {
"delay": -58,
"time": "1774939082"
},
"stopId": "FR:27229:ZE:0xREP02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -25,
"time": "1774939055"
},
"departure": {
"delay": -25,
"time": "1774939055"
},
"stopId": "FR:27229:ZE:0xJJA02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 11,
"time": "1774938551"
},
"departure": {
"delay": 11,
"time": "1774938551"
},
"stopId": "FR:27229:ZE:0xORL02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -212,
"time": "1774939468"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 1,
"time": "1774938170"
},
"departure": {
"delay": 1,
"time": "1774938181"
},
"stopId": "FR:27229:ZE:0xLYC02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 51,
"time": "1774938891"
},
"departure": {
"delay": 51,
"time": "1774938891"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 12,
"time": "1774938492"
},
"departure": {
"delay": 12,
"time": "1774938492"
},
"stopId": "FR:27229:ZE:0xPOL02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 60,
"time": "1774938360"
},
"departure": {
"delay": 60,
"time": "1774938360"
},
"stopId": "FR:27229:ZE:0xMON02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -131,
"time": "1774939309"
},
"departure": {
"delay": -131,
"time": "1774939309"
},
"stopId": "FR:27229:ZE:0xBSJ02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 3,
"time": "1774938423"
},
"departure": {
"delay": 3,
"time": "1774938423"
},
"stopId": "FR:27229:ZE:0xTRA02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 51,
"time": "1774938831"
},
"departure": {
"delay": 51,
"time": "1774938831"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -178,
"time": "1774939382"
},
"departure": {
"delay": -178,
"time": "1774939382"
},
"stopId": "FR:27229:ZE:0xFAU02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 80,
"time": "1774938620"
},
"departure": {
"delay": 80,
"time": "1774938620"
},
"stopId": "FR:27229:ZE:0xMOU02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -10,
"time": "1774938950"
},
"departure": {
"delay": -10,
"time": "1774938950"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -79,
"time": "1774939241"
},
"departure": {
"delay": -79,
"time": "1774939241"
},
"stopId": "FR:27229:ZE:0xVER02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 41,
"time": "1774938701"
},
"departure": {
"delay": 41,
"time": "1774938701"
},
"stopId": "FR:27229:ZE:0xLET02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 31,
"time": "1774938331"
},
"departure": {
"delay": 31,
"time": "1774938331"
},
"stopId": "FR:27229:ZE:0xCLO02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 23,
"time": "1774938083"
},
"departure": {
"delay": 23,
"time": "1774938083"
},
"stopId": "FR:27229:ZE:0xWAS02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -70,
"time": "1774939010"
},
"departure": {
"delay": -70,
"time": "1774939010"
},
"stopId": "FR:27229:ZE:0xCAT01:ATOUMOD004",
"stopSequence": 15
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T8:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598399:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx159:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774942860"
},
"departure": {
"time": "1774942860"
},
"stopId": "FR:76709:ZE:TNIx22503:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774943700"
},
"departure": {
"time": "1774943700"
},
"stopId": "FR:76222:ZE:TNIx22575:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"time": "1774944540"
},
"departure": {
"time": "1774944540"
},
"stopId": "FR:76157:ZE:TNIx10642:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774944660"
},
"departure": {
"time": "1774944660"
},
"stopId": "FR:76157:ZE:TNIx10603:ATOUMOD001",
"stopSequence": 43
},
{
"arrival": {
"time": "1774943640"
},
"departure": {
"time": "1774943640"
},
"stopId": "FR:76222:ZE:TNIx23154:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"time": "1774944000"
},
"departure": {
"time": "1774944000"
},
"stopId": "FR:76354:ZE:TNIx22598:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774944060"
},
"departure": {
"time": "1774944060"
},
"stopId": "FR:76354:ZE:TNIx22599:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774943760"
},
"departure": {
"time": "1774943760"
},
"stopId": "FR:76222:ZE:TNIx22581:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"time": "1774942980"
},
"departure": {
"time": "1774942980"
},
"stopId": "FR:76709:ZE:TNIx22507:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774944600"
},
"departure": {
"time": "1774944600"
},
"stopId": "FR:76157:ZE:TNIx10365:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"time": "1774944300"
},
"departure": {
"time": "1774944300"
},
"stopId": "FR:76614:ZE:TNIx12686:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774944780"
},
"departure": {
"time": "1774944780"
},
"stopId": "FR:76157:ZE:TNIx10604:ATOUMOD001",
"stopSequence": 44
},
{
"arrival": {
"time": "1774944480"
},
"departure": {
"time": "1774944480"
},
"stopId": "FR:76157:ZE:TNIx10765:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774943040"
},
"departure": {
"time": "1774943040"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774945080"
},
"departure": {
"time": "1774945080"
},
"stopId": "FR:76540:ZE:TNIx12866:ATOUMOD001",
"stopSequence": 45
},
{
"arrival": {
"time": "1774943160"
},
"departure": {
"time": "1774943160"
},
"stopId": "FR:76750:ZE:TNIx22514:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774944120"
},
"departure": {
"time": "1774944120"
},
"stopId": "FR:76614:ZE:TNIx22602:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774943220"
},
"departure": {
"time": "1774943220"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1774943400"
},
"departure": {
"time": "1774943400"
},
"stopId": "FR:76222:ZE:TNIx22551:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"time": "1774943940"
},
"departure": {
"time": "1774943940"
},
"stopId": "FR:76354:ZE:TNIx22585:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774944180"
},
"departure": {
"time": "1774944180"
},
"stopId": "FR:76614:ZE:TNIx22604:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774942920"
},
"departure": {
"time": "1774942920"
},
"stopId": "FR:76709:ZE:TNIx22505:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774943820"
},
"departure": {
"time": "1774943820"
},
"stopId": "FR:76354:ZE:TNIx23026:ATOUMOD001",
"stopSequence": 33
},
{
"departure": {
"time": "1774942800"
},
"stopId": "FR:76709:ZE:TNIx22501:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 5,
"time": "1774942865"
},
"departure": {
"delay": 5,
"time": "1774942865"
},
"stopId": "FR:76709:ZE:TNIx23021:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774945680"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 46
}
],
"timestamp": "1774938601",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx159:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746135x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -10,
"time": "1774930417"
},
"departure": {
"delay": -10,
"time": "1774930430"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -17,
"time": "1774929867"
},
"departure": {
"delay": -17,
"time": "1774929883"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -30,
"time": "1774929910"
},
"departure": {
"delay": -30,
"time": "1774929930"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 26,
"time": "1774930036"
},
"departure": {
"delay": 26,
"time": "1774930046"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 30,
"time": "1774931931"
},
"departure": {
"delay": 30,
"time": "1774931970"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 47,
"time": "1774931168"
},
"departure": {
"delay": 47,
"time": "1774931207"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 5,
"time": "1774932205"
},
"departure": {
"delay": 5,
"time": "1774932245"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 25,
"time": "1774930149"
},
"departure": {
"delay": 25,
"time": "1774930165"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 27,
"time": "1774930686"
},
"departure": {
"delay": 27,
"time": "1774930707"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 83,
"time": "1774929667"
},
"departure": {
"delay": 83,
"time": "1774929683"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 20,
"time": "1774931005"
},
"departure": {
"delay": 20,
"time": "1774931060"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 46,
"time": "1774931851"
},
"departure": {
"delay": 46,
"time": "1774931866"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 14,
"time": "1774929781"
},
"departure": {
"delay": 14,
"time": "1774929794"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 20,
"time": "1774931265"
},
"departure": {
"delay": 20,
"time": "1774931300"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 85,
"time": "1774931508"
},
"departure": {
"delay": 85,
"time": "1774931545"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -13,
"time": "1774932135"
},
"departure": {
"delay": -13,
"time": "1774932167"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 15,
"time": "1774931799"
},
"departure": {
"delay": 15,
"time": "1774931835"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 103,
"time": "1774929499"
},
"departure": {
"delay": 103,
"time": "1774929643"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 28,
"time": "1774931634"
},
"departure": {
"delay": 28,
"time": "1774931668"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 56,
"time": "1774930664"
},
"departure": {
"delay": 56,
"time": "1774930676"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 6,
"time": "1774930370"
},
"departure": {
"delay": 6,
"time": "1774930386"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 32,
"time": "1774929801"
},
"departure": {
"delay": 32,
"time": "1774929812"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 74,
"time": "1774929723"
},
"departure": {
"delay": 74,
"time": "1774929734"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 14,
"time": "1774930077"
},
"departure": {
"delay": 14,
"time": "1774930094"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 29,
"time": "1774931387"
},
"departure": {
"delay": 29,
"time": "1774931429"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -10,
"time": "1774932262"
},
"departure": {
"delay": -10,
"time": "1774932290"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -3,
"time": "1774929968"
},
"departure": {
"delay": -3,
"time": "1774930017"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 22,
"time": "1774929437"
},
"departure": {
"delay": 22,
"time": "1774929442"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -12,
"time": "1774930932"
},
"departure": {
"delay": -12,
"time": "1774930968"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -1,
"time": "1774932050"
},
"departure": {
"delay": -1,
"time": "1774932059"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 9,
"time": "1774930771"
},
"departure": {
"delay": 9,
"time": "1774930809"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 45,
"time": "1774931706"
},
"departure": {
"delay": 45,
"time": "1774931745"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 21,
"time": "1774930237"
},
"departure": {
"delay": 21,
"time": "1774930281"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -81,
"time": "1774932459"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -26,
"time": "1774930873"
},
"departure": {
"delay": -26,
"time": "1774930894"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 16,
"time": "1774932302"
},
"departure": {
"delay": 16,
"time": "1774932316"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 43,
"time": "1774931099"
},
"departure": {
"delay": 43,
"time": "1774931143"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -1,
"time": "1774930481"
},
"departure": {
"delay": -1,
"time": "1774930499"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 34,
"time": "1774931883"
},
"departure": {
"delay": 34,
"time": "1774931914"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 10,
"time": "1774932360"
},
"departure": {
"delay": 10,
"time": "1774932370"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 51,
"time": "1774929391"
},
"departure": {
"delay": 51,
"time": "1774929411"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -24,
"time": "1774932323"
},
"departure": {
"delay": -24,
"time": "1774932336"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 33,
"time": "1774929746"
},
"departure": {
"delay": 33,
"time": "1774929753"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 15,
"time": "1774929375"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 73,
"time": "1774930591"
},
"departure": {
"delay": 73,
"time": "1774930633"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -12,
"time": "1774932066"
},
"departure": {
"delay": -12,
"time": "1774932108"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -28,
"time": "1774932387"
},
"departure": {
"delay": -28,
"time": "1774932392"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 11,
"time": "1774930312"
},
"departure": {
"delay": 11,
"time": "1774930331"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746135x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746136x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 155,
"time": "1774931716"
},
"departure": {
"delay": 155,
"time": "1774931735"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 251,
"time": "1774931400"
},
"departure": {
"delay": 251,
"time": "1774931411"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 275,
"time": "1774934317"
},
"departure": {
"delay": 275,
"time": "1774934375"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 138,
"time": "1774932415"
},
"departure": {
"delay": 138,
"time": "1774932438"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 135,
"time": "1774931689"
},
"departure": {
"delay": 135,
"time": "1774931715"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 279,
"time": "1774934170"
},
"departure": {
"delay": 279,
"time": "1774934199"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 263,
"time": "1774934411"
},
"departure": {
"delay": 263,
"time": "1774934423"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 222,
"time": "1774931425"
},
"departure": {
"delay": 222,
"time": "1774931442"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 302,
"time": "1774934491"
},
"departure": {
"delay": 302,
"time": "1774934522"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 122,
"time": "1774932695"
},
"departure": {
"delay": 122,
"time": "1774932722"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 97,
"time": "1774932770"
},
"departure": {
"delay": 97,
"time": "1774932817"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 103,
"time": "1774932851"
},
"departure": {
"delay": 103,
"time": "1774932883"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 307,
"time": "1774933797"
},
"departure": {
"delay": 307,
"time": "1774933867"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 137,
"time": "1774931926"
},
"departure": {
"delay": 137,
"time": "1774931957"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 255,
"time": "1774934440"
},
"departure": {
"delay": 255,
"time": "1774934475"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 99,
"time": "1774933127"
},
"departure": {
"delay": 99,
"time": "1774933179"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 117,
"time": "1774932987"
},
"departure": {
"delay": 117,
"time": "1774933017"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 168,
"time": "1774931619"
},
"departure": {
"delay": 168,
"time": "1774931628"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 324,
"time": "1774933729"
},
"departure": {
"delay": 324,
"time": "1774933764"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 173,
"time": "1774931558"
},
"departure": {
"delay": 173,
"time": "1774931573"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 289,
"time": "1774933956"
},
"departure": {
"delay": 289,
"time": "1774933969"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 248,
"time": "1774934648"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 241,
"time": "1774934392"
},
"departure": {
"delay": 241,
"time": "1774934401"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 133,
"time": "1774932157"
},
"departure": {
"delay": 133,
"time": "1774932193"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 156,
"time": "1774932543"
},
"departure": {
"delay": 156,
"time": "1774932576"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 112,
"time": "1774932921"
},
"departure": {
"delay": 112,
"time": "1774932952"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 319,
"time": "1774933618"
},
"departure": {
"delay": 319,
"time": "1774933639"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 297,
"time": "1774934541"
},
"departure": {
"delay": 297,
"time": "1774934577"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 146,
"time": "1774932292"
},
"departure": {
"delay": 146,
"time": "1774932326"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 275,
"time": "1774934024"
},
"departure": {
"delay": 275,
"time": "1774934075"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 144,
"time": "1774931651"
},
"departure": {
"delay": 144,
"time": "1774931664"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 147,
"time": "1774932069"
},
"departure": {
"delay": 147,
"time": "1774932087"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 150,
"time": "1774932482"
},
"departure": {
"delay": 150,
"time": "1774932510"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 231,
"time": "1774931391"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 262,
"time": "1774934208"
},
"departure": {
"delay": 262,
"time": "1774934242"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 360,
"time": "1774933263"
},
"departure": {
"delay": 360,
"time": "1774933560"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 85,
"time": "1774931891"
},
"departure": {
"delay": 85,
"time": "1774931905"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 123,
"time": "1774933049"
},
"departure": {
"delay": 123,
"time": "1774933083"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 130,
"time": "1774931995"
},
"departure": {
"delay": 130,
"time": "1774932010"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 194,
"time": "1774931520"
},
"departure": {
"delay": 194,
"time": "1774931534"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 122,
"time": "1774931812"
},
"departure": {
"delay": 122,
"time": "1774931822"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 240,
"time": "1774934269"
},
"departure": {
"delay": 240,
"time": "1774934280"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 130,
"time": "1774932229"
},
"departure": {
"delay": 130,
"time": "1774932250"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 128,
"time": "1774932354"
},
"departure": {
"delay": 128,
"time": "1774932368"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 100,
"time": "1774931847"
},
"departure": {
"delay": 100,
"time": "1774931860"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 263,
"time": "1774933991"
},
"departure": {
"delay": 263,
"time": "1774934003"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 147,
"time": "1774932591"
},
"departure": {
"delay": 147,
"time": "1774932627"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 261,
"time": "1774933921"
},
"departure": {
"delay": 261,
"time": "1774933941"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746136x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx263:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 367,
"time": "1774940107"
},
"departure": {
"delay": 367,
"time": "1774940107"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 358,
"time": "1774939078"
},
"departure": {
"delay": 358,
"time": "1774939078"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 359,
"time": "1774940039"
},
"departure": {
"delay": 359,
"time": "1774940039"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 367,
"time": "1774938847"
},
"departure": {
"delay": 367,
"time": "1774938847"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 367,
"time": "1774939987"
},
"departure": {
"delay": 367,
"time": "1774939987"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 346,
"time": "1774938322"
},
"departure": {
"delay": 346,
"time": "1774938346"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 389,
"time": "1774939349"
},
"departure": {
"delay": 389,
"time": "1774939349"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 367,
"time": "1774939747"
},
"departure": {
"delay": 367,
"time": "1774939747"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 157,
"time": "1774937292"
},
"departure": {
"delay": 157,
"time": "1774937317"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 224,
"time": "1774937975"
},
"departure": {
"delay": 224,
"time": "1774938044"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 367,
"time": "1774939267"
},
"departure": {
"delay": 367,
"time": "1774939267"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 92,
"time": "1774937192"
},
"departure": {
"delay": 92,
"time": "1774937192"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 22,
"time": "1774936942"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 340,
"time": "1774939900"
},
"departure": {
"delay": 340,
"time": "1774939900"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 411,
"time": "1774938651"
},
"departure": {
"delay": 411,
"time": "1774938651"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 162,
"time": "1774937417"
},
"departure": {
"delay": 162,
"time": "1774937442"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 122,
"time": "1774937620"
},
"departure": {
"delay": 122,
"time": "1774937642"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 368,
"time": "1774938223"
},
"departure": {
"delay": 368,
"time": "1774938248"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 373,
"time": "1774939693"
},
"departure": {
"delay": 373,
"time": "1774939693"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 392,
"time": "1774938548"
},
"departure": {
"delay": 392,
"time": "1774938572"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 387,
"time": "1774938447"
},
"departure": {
"delay": 387,
"time": "1774938447"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 62,
"time": "1774937042"
},
"departure": {
"delay": 62,
"time": "1774937042"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 367,
"time": "1774938727"
},
"departure": {
"delay": 367,
"time": "1774938727"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 367,
"time": "1774939807"
},
"departure": {
"delay": 367,
"time": "1774939807"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 177,
"time": "1774937517"
},
"departure": {
"delay": 177,
"time": "1774937517"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 367,
"time": "1774939507"
},
"departure": {
"delay": 367,
"time": "1774939507"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 67,
"time": "1774937767"
},
"departure": {
"delay": 67,
"time": "1774937767"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 367,
"time": "1774938967"
},
"departure": {
"delay": 367,
"time": "1774938967"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 369,
"time": "1774938789"
},
"departure": {
"delay": 369,
"time": "1774938789"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1774936958",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx263:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:59xHO10xxMxxVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 200,
"time": "1774939040"
},
"departure": {
"delay": 200,
"time": "1774939040"
},
"stopId": "FR:14333:ZE:29:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 200,
"time": "1774939280"
},
"departure": {
"delay": 200,
"time": "1774939280"
},
"stopId": "FR:14333:ZE:35:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 200,
"time": "1774939340"
},
"departure": {
"delay": 200,
"time": "1774939340"
},
"stopId": "FR:14333:ZE:37:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 200,
"time": "1774939580"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 200,
"time": "1774939100"
},
"departure": {
"delay": 200,
"time": "1774939100"
},
"stopId": "FR:14333:ZE:31:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 223,
"time": "1774938214"
},
"departure": {
"delay": 223,
"time": "1774938223"
},
"stopId": "FR:14333:ZE:16:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 212,
"time": "1774938683"
},
"departure": {
"delay": 212,
"time": "1774938692"
},
"stopId": "FR:14536:ZE:23:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 200,
"time": "1774938920"
},
"departure": {
"delay": 200,
"time": "1774938920"
},
"stopId": "FR:14333:ZE:27:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 147,
"time": "1774937952"
},
"departure": {
"delay": 147,
"time": "1774937967"
},
"stopId": "FR:14333:ZE:10:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 323,
"time": "1774938443"
},
"departure": {
"delay": 323,
"time": "1774938503"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 200,
"time": "1774939400"
},
"departure": {
"delay": 200,
"time": "1774939400"
},
"stopId": "FR:14333:ZE:39:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 104,
"time": "1774937609"
},
"departure": {
"delay": 104,
"time": "1774937684"
},
"stopId": "FR:14333:ZE:6:ATOUMOD021",
"stopSequence": 3
},
{
"departure": {
"delay": 116,
"time": "1774937516"
},
"stopId": "FR:14333:ZE:2:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 231,
"time": "1774938071"
},
"departure": {
"delay": 231,
"time": "1774938111"
},
"stopId": "FR:14333:ZE:12:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"time": "1774938304"
},
"departure": {
"time": "1774938060"
},
"stopId": "FR:14333:ZE:18:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 200,
"time": "1774939160"
},
"departure": {
"delay": 200,
"time": "1774939160"
},
"stopId": "FR:14333:ZE:33:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 219,
"time": "1774937824"
},
"departure": {
"delay": 219,
"time": "1774937919"
},
"stopId": "FR:14333:ZE:8:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 200,
"time": "1774938800"
},
"departure": {
"delay": 200,
"time": "1774938800"
},
"stopId": "FR:14333:ZE:25:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 229,
"time": "1774938149"
},
"departure": {
"delay": 229,
"time": "1774938169"
},
"stopId": "FR:14333:ZE:14:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 95,
"time": "1774937546"
},
"departure": {
"delay": 95,
"time": "1774937555"
},
"stopId": "FR:14333:ZE:4:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 295,
"time": "1774938408"
},
"departure": {
"delay": 295,
"time": "1774938415"
},
"stopId": "FR:14333:ZE:20:ATOUMOD021",
"stopSequence": 10
}
],
"timestamp": "1774938755",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:59xHO10xxMxxVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:401:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774947840"
},
"departure": {
"time": "1774949400"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1774947240"
},
"departure": {
"time": "1774948680"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1774948500"
},
"departure": {
"time": "1774950060"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1774948860"
},
"departure": {
"time": "1774950420"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1774947300"
},
"departure": {
"time": "1774948740"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1774948920"
},
"departure": {
"time": "1774950480"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1774947180"
},
"departure": {
"time": "1774948620"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1774947960"
},
"departure": {
"time": "1774949520"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1774947900"
},
"departure": {
"time": "1774949460"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1774948680"
},
"departure": {
"time": "1774950240"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1774947780"
},
"departure": {
"time": "1774949340"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1774949520"
},
"departure": {
"time": "1774950900"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1774947120"
},
"departure": {
"time": "1774948560"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1774948320"
},
"departure": {
"time": "1774949880"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"delay": 5,
"time": "1774947245"
},
"departure": {
"delay": 5,
"time": "1774948685"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1774947720"
},
"departure": {
"time": "1774949280"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 17
}
],
"timestamp": "1774938772",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:401:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4242790xGTFSxGSemHTNIxSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 59,
"time": "1774937939"
},
"stopId": "FR:76351:ZE:4869:ATOUMOD003",
"stopSequence": 37
},
{
"departure": {
"delay": 157,
"time": "1774938157"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 130,
"time": "1774938370"
},
"stopId": "FR:76351:ZE:5104:ATOUMOD003",
"stopSequence": 39
}
],
"timestamp": "1774938029",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:12:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4242790xGTFSxGSemHTNIxSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746158x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 66,
"time": "1774937794"
},
"departure": {
"delay": 66,
"time": "1774937826"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 31,
"time": "1774934791"
},
"departure": {
"delay": 31,
"time": "1774934791"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 121,
"time": "1774935208"
},
"departure": {
"delay": 121,
"time": "1774935241"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 175,
"time": "1774936256"
},
"departure": {
"delay": 175,
"time": "1774936315"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 56,
"time": "1774937481"
},
"departure": {
"delay": 56,
"time": "1774937516"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 125,
"time": "1774935336"
},
"departure": {
"delay": 125,
"time": "1774935365"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 56,
"time": "1774935083"
},
"departure": {
"delay": 56,
"time": "1774935116"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 70,
"time": "1774937611"
},
"departure": {
"delay": 70,
"time": "1774937650"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 73,
"time": "1774937708"
},
"departure": {
"delay": 73,
"time": "1774937713"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 206,
"time": "1774935952"
},
"departure": {
"delay": 206,
"time": "1774935986"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 81,
"time": "1774934699"
},
"departure": {
"delay": 81,
"time": "1774934721"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 171,
"time": "1774935617"
},
"departure": {
"delay": 171,
"time": "1774935651"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 175,
"time": "1774936120"
},
"departure": {
"delay": 175,
"time": "1774936135"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 137,
"time": "1774935537"
},
"departure": {
"delay": 137,
"time": "1774935557"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 44,
"time": "1774937172"
},
"departure": {
"delay": 44,
"time": "1774937204"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 76,
"time": "1774937444"
},
"departure": {
"delay": 76,
"time": "1774937476"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 140,
"time": "1774935430"
},
"departure": {
"delay": 140,
"time": "1774935500"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 76,
"time": "1774934742"
},
"departure": {
"delay": 76,
"time": "1774934776"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 116,
"time": "1774937005"
},
"departure": {
"delay": 116,
"time": "1774937036"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 146,
"time": "1774936426"
},
"departure": {
"delay": 146,
"time": "1774936466"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 132,
"time": "1774936497"
},
"departure": {
"delay": 132,
"time": "1774936572"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 152,
"time": "1774936187"
},
"departure": {
"delay": 152,
"time": "1774936232"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 171,
"time": "1774935671"
},
"departure": {
"delay": 171,
"time": "1774935711"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 75,
"time": "1774935075"
},
"departure": {
"delay": 75,
"time": "1774935075"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 80,
"time": "1774937771"
},
"departure": {
"delay": 80,
"time": "1774937780"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 51,
"time": "1774937535"
},
"departure": {
"delay": 51,
"time": "1774937571"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 77,
"time": "1774937064"
},
"departure": {
"delay": 77,
"time": "1774937117"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 81,
"time": "1774937216"
},
"departure": {
"delay": 81,
"time": "1774937241"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 120,
"time": "1774935262"
},
"departure": {
"delay": 120,
"time": "1774935300"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 51,
"time": "1774937261"
},
"departure": {
"delay": 51,
"time": "1774937271"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 164,
"time": "1774936680"
},
"departure": {
"delay": 164,
"time": "1774936724"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 117,
"time": "1774935749"
},
"departure": {
"delay": 117,
"time": "1774935777"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 114,
"time": "1774936344"
},
"departure": {
"delay": 114,
"time": "1774936374"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"departure": {
"time": "1774934460"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 184,
"time": "1774936000"
},
"departure": {
"delay": 184,
"time": "1774936024"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 73,
"time": "1774934588"
},
"departure": {
"delay": 73,
"time": "1774934593"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 56,
"time": "1774937292"
},
"departure": {
"delay": 56,
"time": "1774937336"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 67,
"time": "1774937701"
},
"departure": {
"delay": 67,
"time": "1774937707"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 117,
"time": "1774934963"
},
"departure": {
"delay": 117,
"time": "1774934997"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 153,
"time": "1774935813"
},
"departure": {
"delay": 153,
"time": "1774935873"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 83,
"time": "1774934870"
},
"departure": {
"delay": 83,
"time": "1774934903"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 82,
"time": "1774934925"
},
"departure": {
"delay": 82,
"time": "1774934962"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 65,
"time": "1774935141"
},
"departure": {
"delay": 65,
"time": "1774935185"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1774934541"
},
"departure": {
"time": "1774934460"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 170,
"time": "1774936775"
},
"departure": {
"delay": 170,
"time": "1774936850"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 127,
"time": "1774936893"
},
"departure": {
"delay": 127,
"time": "1774936927"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 23,
"time": "1774937903"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 41,
"time": "1774937732"
},
"departure": {
"delay": 41,
"time": "1774937741"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
}
],
"timestamp": "1774938676",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746158x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490615:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 754,
"time": "1774939414"
},
"departure": {
"delay": 754,
"time": "1774939414"
},
"stopId": "FR:27458:ZE:0x6694:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": 840,
"time": "1774938840"
},
"departure": {
"delay": 840,
"time": "1774938840"
},
"stopId": "FR:27008:ZE:0x6050:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 699,
"time": "1774939719"
},
"departure": {
"delay": 699,
"time": "1774939719"
},
"stopId": "FR:27458:ZE:0x6688:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": 723,
"time": "1774939443"
},
"departure": {
"delay": 723,
"time": "1774939443"
},
"stopId": "FR:27458:ZE:0x6680:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": 811,
"time": "1774938811"
},
"departure": {
"delay": 811,
"time": "1774938811"
},
"stopId": "FR:27348:ZE:0x6292:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 790,
"time": "1774938970"
},
"departure": {
"delay": 790,
"time": "1774938970"
},
"stopId": "FR:27008:ZE:0x6052:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": 829,
"time": "1774938889"
},
"departure": {
"delay": 829,
"time": "1774938889"
},
"stopId": "FR:27008:ZE:0x6054:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 766,
"time": "1774939186"
},
"departure": {
"delay": 766,
"time": "1774939186"
},
"stopId": "FR:27386:ZE:0x6375:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": 456,
"time": "1774938156"
},
"departure": {
"delay": 456,
"time": "1774938156"
},
"stopId": "FR:27348:ZE:0x6301:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 767,
"time": "1774939487"
},
"departure": {
"delay": 767,
"time": "1774939487"
},
"stopId": "FR:27458:ZE:0x6692:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": 710,
"time": "1774939550"
},
"departure": {
"delay": 710,
"time": "1774939550"
},
"stopId": "FR:27458:ZE:0x6678:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 816,
"time": "1774939056"
},
"departure": {
"delay": 816,
"time": "1774939056"
},
"stopId": "FR:27008:ZE:0x6057:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 750,
"time": "1774939650"
},
"departure": {
"delay": 750,
"time": "1774939650"
},
"stopId": "FR:27458:ZE:0x6691:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": 749,
"time": "1774939109"
},
"departure": {
"delay": 749,
"time": "1774939109"
},
"stopId": "FR:27008:ZE:0x6059:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 725,
"time": "1774939325"
},
"departure": {
"delay": 725,
"time": "1774939325"
},
"stopId": "FR:27458:ZE:0x6698:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 738,
"time": "1774939218"
},
"departure": {
"delay": 738,
"time": "1774939218"
},
"stopId": "FR:27386:ZE:0x6377:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": 695,
"time": "1774939775"
},
"stopId": "FR:27458:ZE:0x6686:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": 755,
"time": "1774939295"
},
"departure": {
"delay": 755,
"time": "1774939295"
},
"stopId": "FR:27386:ZE:0x6366:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 734,
"time": "1774939514"
},
"departure": {
"delay": 734,
"time": "1774939514"
},
"stopId": "FR:27458:ZE:0x6684:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": 804,
"time": "1774938924"
},
"departure": {
"delay": 804,
"time": "1774938924"
},
"stopId": "FR:27008:ZE:0x6046:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 819,
"time": "1774938999"
},
"departure": {
"delay": 819,
"time": "1774938999"
},
"stopId": "FR:27008:ZE:0x6048:ATOUMOD006",
"stopSequence": 26
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490615:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470832:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -6753,
"time": "1774938747"
},
"departure": {
"delay": -6753,
"time": "1774938747"
},
"stopId": "FR:27188:ZE:0x6142:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -6933,
"time": "1774938747"
},
"departure": {
"delay": -6933,
"time": "1774938747"
},
"stopId": "FR:27188:ZE:0x7264:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -2853,
"time": "1774938747"
},
"departure": {
"delay": -2853,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6979:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -7233,
"time": "1774938747"
},
"departure": {
"delay": -7233,
"time": "1774938747"
},
"stopId": "FR:27188:ZE:0x7175:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -493,
"time": "1774947047"
},
"stopId": "FR:76561:ZE:0x6790:ATOUMOD006",
"stopSequence": 43
},
{
"departure": {
"delay": -2853,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -7653,
"time": "1774938747"
},
"departure": {
"delay": -7653,
"time": "1774938747"
},
"stopId": "FR:76640:ZE:0x7159:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -6633,
"time": "1774938747"
},
"departure": {
"delay": -6633,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x7266:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -3333,
"time": "1774938747"
},
"departure": {
"delay": -3333,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6223:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -6693,
"time": "1774938747"
},
"departure": {
"delay": -6693,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x6647:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -6573,
"time": "1774938747"
},
"departure": {
"delay": -6573,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x6633:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -6693,
"time": "1774938747"
},
"departure": {
"delay": -6693,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x7268:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -4173,
"time": "1774938747"
},
"departure": {
"delay": -4173,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6976:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -5553,
"time": "1774938747"
},
"departure": {
"delay": -5553,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -5133,
"time": "1774938747"
},
"departure": {
"delay": -5133,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6449:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -6993,
"time": "1774938747"
},
"departure": {
"delay": -6993,
"time": "1774938747"
},
"stopId": "FR:27188:ZE:0x7198:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -5433,
"time": "1774938747"
},
"departure": {
"delay": -5433,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -4533,
"time": "1774938747"
},
"departure": {
"delay": -4533,
"time": "1774938747"
},
"stopId": "FR:27332:ZE:0x6234:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -5073,
"time": "1774938747"
},
"departure": {
"delay": -5073,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6503:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -6513,
"time": "1774938747"
},
"departure": {
"delay": -6513,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x7188:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -5013,
"time": "1774938747"
},
"departure": {
"delay": -5013,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x7186:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -4653,
"time": "1774938747"
},
"departure": {
"delay": -4653,
"time": "1774938747"
},
"stopId": "FR:27332:ZE:0x6252:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -4353,
"time": "1774938747"
},
"departure": {
"delay": -4353,
"time": "1774938747"
},
"stopId": "FR:27249:ZE:0x6184:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -5913,
"time": "1774938747"
},
"departure": {
"delay": -5913,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -4833,
"time": "1774938747"
},
"departure": {
"delay": -4833,
"time": "1774938747"
},
"stopId": "FR:27697:ZE:0x6735:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -7353,
"time": "1774938747"
},
"departure": {
"delay": -7353,
"time": "1774938747"
},
"stopId": "FR:27394:ZE:0x6604:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -5733,
"time": "1774938747"
},
"departure": {
"delay": -5733,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -7113,
"time": "1774938747"
},
"departure": {
"delay": -7113,
"time": "1774938747"
},
"stopId": "FR:27188:ZE:0x7176:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -423,
"time": "1774946337"
},
"departure": {
"delay": -423,
"time": "1774946337"
},
"stopId": "FR:76231:ZE:0x6172:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": -5673,
"time": "1774938747"
},
"departure": {
"delay": -5673,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -3213,
"time": "1774938747"
},
"departure": {
"delay": -3213,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6233:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -6033,
"time": "1774938747"
},
"departure": {
"delay": -6033,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -3033,
"time": "1774938747"
},
"departure": {
"delay": -3033,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6194:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -3273,
"time": "1774938747"
},
"departure": {
"delay": -3273,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6225:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -5133,
"time": "1774938747"
},
"departure": {
"delay": -5133,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6403:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -433,
"time": "1774946627"
},
"departure": {
"delay": -433,
"time": "1774946627"
},
"stopId": "FR:76561:ZE:0x6786:ATOUMOD006",
"stopSequence": 42
},
{
"arrival": {
"delay": -3873,
"time": "1774938747"
},
"departure": {
"delay": -3873,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6988:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -5373,
"time": "1774938747"
},
"departure": {
"delay": -5373,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -5793,
"time": "1774938747"
},
"departure": {
"delay": -5793,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -5253,
"time": "1774938747"
},
"departure": {
"delay": -5253,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 20
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:E1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470832:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:8:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 100,
"time": "1774938880"
},
"departure": {
"delay": 100,
"time": "1774938880"
},
"stopId": "FR:76057:ZE:30001:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 100,
"time": "1774939120"
},
"departure": {
"delay": 100,
"time": "1774939120"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 100,
"time": "1774940080"
},
"stopId": "FR:76495:ZE:30030:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 100,
"time": "1774939900"
},
"departure": {
"delay": 100,
"time": "1774939900"
},
"stopId": "FR:76495:ZE:30041:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 100,
"time": "1774939300"
},
"departure": {
"delay": 100,
"time": "1774939300"
},
"stopId": "FR:76057:ZE:30026:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 100,
"time": "1774939840"
},
"departure": {
"delay": 100,
"time": "1774939840"
},
"stopId": "FR:76495:ZE:30043:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 100,
"time": "1774939360"
},
"departure": {
"delay": 100,
"time": "1774939360"
},
"stopId": "FR:76057:ZE:30008:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 100,
"time": "1774938940"
},
"departure": {
"delay": 100,
"time": "1774938940"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 100,
"time": "1774939600"
},
"departure": {
"delay": 100,
"time": "1774939600"
},
"stopId": "FR:76495:ZE:30031:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 100,
"time": "1774939420"
},
"departure": {
"delay": 100,
"time": "1774939420"
},
"stopId": "FR:76057:ZE:30004:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 100,
"time": "1774939000"
},
"departure": {
"delay": 100,
"time": "1774939000"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 100,
"time": "1774938820"
},
"departure": {
"delay": 100,
"time": "1774938820"
},
"stopId": "FR:76057:ZE:30024:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 100,
"time": "1774939540"
},
"departure": {
"delay": 100,
"time": "1774939540"
},
"stopId": "FR:76057:ZE:30014:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 100,
"time": "1774939780"
},
"departure": {
"delay": 100,
"time": "1774939780"
},
"stopId": "FR:76495:ZE:30036:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 100,
"time": "1774939180"
},
"departure": {
"delay": 100,
"time": "1774939180"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 100,
"time": "1774939720"
},
"departure": {
"delay": 100,
"time": "1774939720"
},
"stopId": "FR:76495:ZE:30039:ATOUMOD041",
"stopSequence": 13
},
{
"departure": {
"delay": 105,
"time": "1774938705"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 1
}
],
"timestamp": "1774938750",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:1:LOC",
"tripId": "ATOUMOD041:ServiceJourney:8:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx559:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774976160"
},
"departure": {
"time": "1774976160"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774975740"
},
"departure": {
"time": "1774975740"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774977600"
},
"departure": {
"time": "1774977600"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774975680"
},
"departure": {
"time": "1774975680"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774976220"
},
"departure": {
"time": "1774976220"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774977480"
},
"departure": {
"time": "1774977480"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774975800"
},
"departure": {
"time": "1774975800"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774977000"
},
"departure": {
"time": "1774977000"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774977540"
},
"departure": {
"time": "1774977540"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774976460"
},
"departure": {
"time": "1774976460"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774976820"
},
"departure": {
"time": "1774976820"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774977360"
},
"departure": {
"time": "1774977360"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774975380"
},
"departure": {
"time": "1774975380"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774975620"
},
"departure": {
"time": "1774975620"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774976580"
},
"departure": {
"time": "1774976580"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774975860"
},
"departure": {
"time": "1774975860"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774976640"
},
"departure": {
"time": "1774976640"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774976040"
},
"departure": {
"time": "1774976040"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774977780"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
},
{
"departure": {
"time": "1774974900"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774977720"
},
"departure": {
"time": "1774977720"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774976340"
},
"departure": {
"time": "1774976340"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774977120"
},
"departure": {
"time": "1774977120"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 5,
"time": "1774976285"
},
"departure": {
"delay": 5,
"time": "1774976285"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774976280"
},
"departure": {
"time": "1774976280"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774977660"
},
"departure": {
"time": "1774977660"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
}
],
"timestamp": "1774938195",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx559:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745714x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 77,
"time": "1774935524"
},
"departure": {
"delay": 77,
"time": "1774935557"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 20,
"time": "1774935860"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -16,
"time": "1774934373"
},
"departure": {
"delay": -16,
"time": "1774934384"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 46,
"time": "1774934094"
},
"departure": {
"delay": 46,
"time": "1774934146"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 45,
"time": "1774934496"
},
"departure": {
"delay": 45,
"time": "1774934565"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 61,
"time": "1774933934"
},
"departure": {
"delay": 61,
"time": "1774933981"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 48,
"time": "1774932978"
},
"departure": {
"delay": 48,
"time": "1774933008"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 69,
"time": "1774935274"
},
"departure": {
"delay": 69,
"time": "1774935309"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 71,
"time": "1774935660"
},
"departure": {
"delay": 71,
"time": "1774935671"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 68,
"time": "1774933409"
},
"departure": {
"delay": 68,
"time": "1774933448"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 42,
"time": "1774935774"
},
"departure": {
"delay": 42,
"time": "1774935822"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 36,
"time": "1774934638"
},
"departure": {
"delay": 36,
"time": "1774934676"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 39,
"time": "1774933499"
},
"departure": {
"delay": 39,
"time": "1774933539"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -12,
"time": "1774934731"
},
"departure": {
"delay": -12,
"time": "1774934748"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 44,
"time": "1774935694"
},
"departure": {
"delay": 44,
"time": "1774935704"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 32,
"time": "1774933557"
},
"departure": {
"delay": 32,
"time": "1774933592"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 18,
"time": "1774934888"
},
"departure": {
"delay": 18,
"time": "1774934898"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 13,
"time": "1774934787"
},
"departure": {
"delay": 13,
"time": "1774934833"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 28,
"time": "1774933316"
},
"departure": {
"delay": 28,
"time": "1774933348"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 30,
"time": "1774933067"
},
"departure": {
"delay": 30,
"time": "1774933110"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 66,
"time": "1774933258"
},
"departure": {
"delay": 66,
"time": "1774933266"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 9,
"time": "1774933139"
},
"departure": {
"delay": 9,
"time": "1774933149"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -3,
"time": "1774933759"
},
"departure": {
"delay": -3,
"time": "1774933797"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 98,
"time": "1774935118"
},
"departure": {
"delay": 98,
"time": "1774935158"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 74,
"time": "1774935465"
},
"departure": {
"delay": 74,
"time": "1774935494"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 63,
"time": "1774935213"
},
"departure": {
"delay": 63,
"time": "1774935243"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 10,
"time": "1774934290"
},
"departure": {
"delay": 10,
"time": "1774934350"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 10,
"time": "1774933644"
},
"departure": {
"delay": 10,
"time": "1774933690"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 87,
"time": "1774935595"
},
"departure": {
"delay": 87,
"time": "1774935627"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -1,
"time": "1774934407"
},
"departure": {
"delay": -1,
"time": "1774934459"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 46,
"time": "1774935374"
},
"departure": {
"delay": 46,
"time": "1774935406"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"departure": {
"delay": 3,
"time": "1774932903"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 35,
"time": "1774935742"
},
"departure": {
"delay": 35,
"time": "1774935755"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 24,
"time": "1774934208"
},
"departure": {
"delay": 24,
"time": "1774934244"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 82,
"time": "1774934984"
},
"departure": {
"delay": 82,
"time": "1774935022"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 63,
"time": "1774934912"
},
"departure": {
"delay": 63,
"time": "1774934943"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745714x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN848900F306583x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774935000"
},
"departure": {
"time": "1774935120"
},
"stopId": "FR:62041:ZE:StopPointxOCETrainxTERx87342014:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774942680"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 33
},
{
"arrival": {
"time": "1774936140"
},
"departure": {
"time": "1774936200"
},
"stopId": "FR:80016:ZE:StopPointxOCETrainxTERx87313072:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1774937820"
},
"departure": {
"time": "1774937880"
},
"stopId": "FR:80021:ZE:StopPointxOCETrainxTERx87313080:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1774938840"
},
"departure": {
"time": "1774938900"
},
"stopId": "FR:80630:ZE:StopPointxOCETrainxTERx87313395:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774937400"
},
"departure": {
"time": "1774937580"
},
"stopId": "FR:80021:ZE:StopPointxOCETrainxTERx87313874:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1774941120"
},
"departure": {
"time": "1774941180"
},
"stopId": "FR:76445:ZE:StopPointxOCETrainxTERx87411454:ATOUMOD002",
"stopSequence": 28
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:76672:ZE:StopPointxOCETrainxTERx87411470:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774936680"
},
"departure": {
"time": "1774936740"
},
"stopId": "FR:80212:ZE:StopPointxOCETrainxTERx87313056:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1774934040"
},
"departure": {
"time": "1774934160"
},
"stopId": "FR:59178:ZE:StopPointxOCETrainxTERx87345009:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1774941720"
},
"departure": {
"time": "1774941780"
},
"stopId": "FR:76453:ZE:StopPointxOCETrainxTERx87411439:ATOUMOD002",
"stopSequence": 32
},
{
"arrival": {
"time": "1774941420"
},
"departure": {
"time": "1774941480"
},
"stopId": "FR:76738:ZE:StopPointxOCETrainxTERx87411447:ATOUMOD002",
"stopSequence": 30
},
{
"departure": {
"time": "1774932780"
},
"stopId": "FR:59350:ZE:StopPointxOCETrainxTERx87286005:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1774939620"
},
"departure": {
"time": "1774939680"
},
"stopId": "FR:60001:ZE:StopPointxOCETrainxTERx87313759:ATOUMOD002",
"stopSequence": 24
}
],
"timestamp": "1774932490",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxB2E5B266xDAE7x4C0AxABA0xB46411FB2CAAx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN848900F306583x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747839x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 12,
"time": "1774934976"
},
"departure": {
"delay": 12,
"time": "1774935012"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 57,
"time": "1774934700"
},
"departure": {
"delay": 57,
"time": "1774934757"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 48,
"time": "1774934484"
},
"departure": {
"delay": 48,
"time": "1774934508"
},
"stopId": "FR:50129:ZE:10SWZ2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 114,
"time": "1774936014"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 83,
"time": "1774934338"
},
"departure": {
"delay": 83,
"time": "1774934363"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 19,
"time": "1774935240"
},
"departure": {
"delay": 19,
"time": "1774935319"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 93,
"time": "1774934039"
},
"departure": {
"delay": 93,
"time": "1774934073"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 47,
"time": "1774934661"
},
"departure": {
"delay": 47,
"time": "1774934687"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 97,
"time": "1774934821"
},
"departure": {
"delay": 97,
"time": "1774934857"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 214,
"time": "1774935881"
},
"departure": {
"delay": 214,
"time": "1774935934"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -7,
"time": "1774934623"
},
"departure": {
"delay": -7,
"time": "1774934633"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 41,
"time": "1774934769"
},
"departure": {
"delay": 41,
"time": "1774934801"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 73,
"time": "1774934082"
},
"departure": {
"delay": 73,
"time": "1774934113"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 38,
"time": "1774933913"
},
"departure": {
"delay": 38,
"time": "1774933958"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 84,
"time": "1774934271"
},
"departure": {
"delay": 84,
"time": "1774934304"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -7,
"time": "1774935041"
},
"departure": {
"delay": -7,
"time": "1774935053"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 104,
"time": "1774935536"
},
"departure": {
"delay": 104,
"time": "1774935644"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 33,
"time": "1774935402"
},
"departure": {
"delay": 33,
"time": "1774935453"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 23,
"time": "1774934570"
},
"departure": {
"delay": 23,
"time": "1774934603"
},
"stopId": "FR:50129:ZE:10GDM4:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 66,
"time": "1774933866"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 46,
"time": "1774934419"
},
"departure": {
"delay": 46,
"time": "1774934446"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -45,
"time": "1774935083"
},
"departure": {
"delay": -45,
"time": "1774935135"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 25,
"time": "1774934168"
},
"departure": {
"delay": 25,
"time": "1774934185"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 95,
"time": "1774934220"
},
"departure": {
"delay": 95,
"time": "1774934255"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 197,
"time": "1774935821"
},
"departure": {
"delay": 197,
"time": "1774935857"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747839x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4227420x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 25,
"time": "1774938805"
},
"departure": {
"delay": 25,
"time": "1774938805"
},
"stopId": "FR:76351:ZE:3613:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": -3,
"time": "1774937997"
},
"stopId": "FR:76305:ZE:3923:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -32,
"time": "1774938508"
},
"departure": {
"delay": -32,
"time": "1774938508"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 33,
"time": "1774937913"
},
"stopId": "FR:76305:ZE:3097:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -32,
"time": "1774939228"
},
"stopId": "FR:76351:ZE:4906:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -13,
"time": "1774939007"
},
"departure": {
"delay": -13,
"time": "1774939007"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -32,
"time": "1774938868"
},
"departure": {
"delay": -32,
"time": "1774938868"
},
"stopId": "FR:76351:ZE:4869:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": -32,
"time": "1774938148"
},
"stopId": "FR:76341:ZE:3833:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": -27,
"time": "1774938093"
},
"stopId": "FR:76305:ZE:3835:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 1,
"time": "1774938061"
},
"stopId": "FR:76305:ZE:3837:ATOUMOD003",
"stopSequence": 13
}
],
"timestamp": "1774938419",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:20:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4227420x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745193x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 73,
"time": "1774928041"
},
"departure": {
"delay": 73,
"time": "1774928053"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 54,
"time": "1774928161"
},
"departure": {
"delay": 54,
"time": "1774928214"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 35,
"time": "1774928117"
},
"departure": {
"delay": 35,
"time": "1774928135"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -4,
"time": "1774929090"
},
"departure": {
"delay": -4,
"time": "1774929116"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -22,
"time": "1774928430"
},
"departure": {
"delay": -22,
"time": "1774928438"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -59,
"time": "1774929481"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 17,
"time": "1774928590"
},
"departure": {
"delay": 17,
"time": "1774928717"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 148,
"time": "1774927948"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -37,
"time": "1774929335"
},
"departure": {
"delay": -37,
"time": "1774929383"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -9,
"time": "1774929252"
},
"departure": {
"delay": -9,
"time": "1774929291"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 47,
"time": "1774928079"
},
"departure": {
"delay": 47,
"time": "1774928087"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 62,
"time": "1774928249"
},
"departure": {
"delay": 62,
"time": "1774928282"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 14,
"time": "1774928863"
},
"departure": {
"delay": 14,
"time": "1774928894"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -11,
"time": "1774929015"
},
"departure": {
"delay": -11,
"time": "1774929049"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 31,
"time": "1774928778"
},
"departure": {
"delay": 31,
"time": "1774928791"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -20,
"time": "1774928954"
},
"departure": {
"delay": -20,
"time": "1774928980"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -30,
"time": "1774928481"
},
"departure": {
"delay": -30,
"time": "1774928550"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -1,
"time": "1774928383"
},
"departure": {
"delay": -1,
"time": "1774928399"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 39,
"time": "1774928311"
},
"departure": {
"delay": 39,
"time": "1774928319"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 43,
"time": "1774929175"
},
"departure": {
"delay": 43,
"time": "1774929223"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745193x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747502x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 40,
"time": "1774932367"
},
"departure": {
"delay": 40,
"time": "1774932400"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 94,
"time": "1774930884"
},
"departure": {
"delay": 94,
"time": "1774930894"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 78,
"time": "1774932426"
},
"departure": {
"delay": 78,
"time": "1774932438"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 38,
"time": "1774930767"
},
"departure": {
"delay": 38,
"time": "1774930778"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 32,
"time": "1774930695"
},
"departure": {
"delay": 32,
"time": "1774930712"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 68,
"time": "1774930973"
},
"departure": {
"delay": 68,
"time": "1774930988"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 71,
"time": "1774930923"
},
"departure": {
"delay": 71,
"time": "1774930931"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 11,
"time": "1774932098"
},
"departure": {
"delay": 11,
"time": "1774932131"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 59,
"time": "1774932533"
},
"departure": {
"delay": 59,
"time": "1774932539"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 4,
"time": "1774932724"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 15,
"time": "1774932215"
},
"departure": {
"delay": 15,
"time": "1774932255"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 31,
"time": "1774932301"
},
"departure": {
"delay": 31,
"time": "1774932331"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 15,
"time": "1774931637"
},
"departure": {
"delay": 15,
"time": "1774931655"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 14,
"time": "1774931817"
},
"departure": {
"delay": 14,
"time": "1774931834"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 27,
"time": "1774930647"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 3,
"time": "1774931726"
},
"departure": {
"delay": 3,
"time": "1774931763"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 25,
"time": "1774931155"
},
"departure": {
"delay": 25,
"time": "1774931185"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 28,
"time": "1774932555"
},
"departure": {
"delay": 28,
"time": "1774932568"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 14,
"time": "1774931573"
},
"departure": {
"delay": 14,
"time": "1774931594"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 52,
"time": "1774932455"
},
"departure": {
"delay": 52,
"time": "1774932472"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 22,
"time": "1774931996"
},
"departure": {
"delay": 22,
"time": "1774932022"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 59,
"time": "1774931278"
},
"departure": {
"delay": 59,
"time": "1774931459"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1774938717",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747502x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011219x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 42,
"time": "1774940502"
},
"departure": {
"delay": 42,
"time": "1774940502"
},
"stopId": "FR:76447:ZE:3122:ATOUMOD003",
"stopSequence": 48
},
{
"departure": {
"delay": 16,
"time": "1774938736"
},
"stopId": "FR:76351:ZE:4572:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 43,
"time": "1774939003"
},
"departure": {
"delay": 43,
"time": "1774939003"
},
"stopId": "FR:76351:ZE:3223:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": -16,
"time": "1774939484"
},
"departure": {
"delay": -16,
"time": "1774939484"
},
"stopId": "FR:76351:ZE:3233:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 32,
"time": "1774938872"
},
"departure": {
"delay": 32,
"time": "1774938872"
},
"stopId": "FR:76351:ZE:3690:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": -13,
"time": "1774940687"
},
"departure": {
"delay": -13,
"time": "1774940687"
},
"stopId": "FR:76447:ZE:3268:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": -16,
"time": "1774939244"
},
"departure": {
"delay": -16,
"time": "1774939244"
},
"stopId": "FR:76351:ZE:3381:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": -16,
"time": "1774939424"
},
"departure": {
"delay": -16,
"time": "1774939424"
},
"stopId": "FR:76351:ZE:3623:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 2,
"time": "1774940462"
},
"departure": {
"delay": 2,
"time": "1774940462"
},
"stopId": "FR:76447:ZE:3515:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 33,
"time": "1774940433"
},
"departure": {
"delay": 33,
"time": "1774940433"
},
"stopId": "FR:76447:ZE:3238:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": -16,
"time": "1774940384"
},
"departure": {
"delay": -16,
"time": "1774940384"
},
"stopId": "FR:76447:ZE:3120:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 17,
"time": "1774940657"
},
"departure": {
"delay": 17,
"time": "1774940657"
},
"stopId": "FR:76447:ZE:3406:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 7,
"time": "1774938787"
},
"departure": {
"delay": 7,
"time": "1774938787"
},
"stopId": "FR:76351:ZE:3666:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 2,
"time": "1774939562"
},
"departure": {
"delay": 2,
"time": "1774939562"
},
"stopId": "FR:76351:ZE:3547:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": -16,
"time": "1774940144"
},
"departure": {
"delay": -16,
"time": "1774940144"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 42
},
{
"departure": {
"delay": 36,
"time": "1774938696"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 6,
"time": "1774939626"
},
"departure": {
"delay": 6,
"time": "1774939626"
},
"stopId": "FR:76351:ZE:3249:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": -16,
"time": "1774939904"
},
"departure": {
"delay": -16,
"time": "1774939904"
},
"stopId": "FR:76351:ZE:3593:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": -5,
"time": "1774940215"
},
"departure": {
"delay": -5,
"time": "1774940215"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": -8,
"time": "1774939792"
},
"departure": {
"delay": -8,
"time": "1774939792"
},
"stopId": "FR:76351:ZE:3136:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": -16,
"time": "1774940744"
},
"departure": {
"delay": -16,
"time": "1774940744"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 32,
"time": "1774940612"
},
"departure": {
"delay": 32,
"time": "1774940612"
},
"stopId": "FR:76447:ZE:3432:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 19,
"time": "1774940539"
},
"departure": {
"delay": 19,
"time": "1774940539"
},
"stopId": "FR:76447:ZE:3066:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": -16,
"time": "1774940804"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 8,
"time": "1774939088"
},
"departure": {
"delay": 8,
"time": "1774939088"
},
"stopId": "FR:76351:ZE:3506:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": -16,
"time": "1774939724"
},
"departure": {
"delay": -16,
"time": "1774939724"
},
"stopId": "FR:76351:ZE:3637:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 28,
"time": "1774940248"
},
"departure": {
"delay": 28,
"time": "1774940248"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 44
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011219x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4282631x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 80,
"time": "1774937960"
},
"departure": {
"delay": 80,
"time": "1774937960"
},
"stopId": "FR:76351:ZE:4868:ATOUMOD003",
"stopSequence": 3
},
{
"departure": {
"delay": 102,
"time": "1774938642"
},
"stopId": "FR:76447:ZE:3758:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 70,
"time": "1774938970"
},
"departure": {
"delay": 70,
"time": "1774938970"
},
"stopId": "FR:76447:ZE:3766:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 32,
"time": "1774938572"
},
"stopId": "FR:76341:ZE:3905:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 93,
"time": "1774938933"
},
"departure": {
"delay": 93,
"time": "1774938933"
},
"stopId": "FR:76447:ZE:3764:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 88,
"time": "1774937848"
},
"stopId": "FR:76351:ZE:4866:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 75,
"time": "1774938855"
},
"departure": {
"delay": 75,
"time": "1774938855"
},
"stopId": "FR:76447:ZE:3762:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 118,
"time": "1774937998"
},
"stopId": "FR:76351:ZE:3261:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 31,
"time": "1774938511"
},
"departure": {
"delay": 31,
"time": "1774938511"
},
"stopId": "FR:76341:ZE:3485:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 52,
"time": "1774938712"
},
"stopId": "FR:76447:ZE:3741:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 52,
"time": "1774938772"
},
"departure": {
"delay": 52,
"time": "1774938772"
},
"stopId": "FR:76447:ZE:5203:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": -1,
"time": "1774938179"
},
"stopId": "FR:76351:ZE:4984:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 5,
"time": "1774938485"
},
"departure": {
"delay": 5,
"time": "1774938485"
},
"stopId": "FR:76341:ZE:4431:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 52,
"time": "1774939012"
},
"stopId": "FR:76447:ZE:3817:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 88,
"time": "1774938688"
},
"departure": {
"delay": 88,
"time": "1774938688"
},
"stopId": "FR:76447:ZE:3760:ATOUMOD003",
"stopSequence": 10
}
],
"timestamp": "1774937939",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:11:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4282631x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745658x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 162,
"time": "1774938626"
},
"departure": {
"delay": 162,
"time": "1774938642"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 16,
"time": "1774936713"
},
"departure": {
"delay": 16,
"time": "1774936756"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 90,
"time": "1774939590"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 129,
"time": "1774938066"
},
"departure": {
"delay": 129,
"time": "1774938129"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 90,
"time": "1774938930"
},
"departure": {
"delay": 90,
"time": "1774938930"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 55,
"time": "1774937362"
},
"departure": {
"delay": 55,
"time": "1774937395"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 90,
"time": "1774939470"
},
"departure": {
"delay": 90,
"time": "1774939470"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 90,
"time": "1774938990"
},
"departure": {
"delay": 90,
"time": "1774938990"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 90,
"time": "1774939350"
},
"departure": {
"delay": 90,
"time": "1774939350"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 90,
"time": "1774938750"
},
"departure": {
"delay": 90,
"time": "1774938750"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 90,
"time": "1774939290"
},
"departure": {
"delay": 90,
"time": "1774939290"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 44,
"time": "1774936803"
},
"departure": {
"delay": 44,
"time": "1774936844"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 44,
"time": "1774937529"
},
"departure": {
"delay": 44,
"time": "1774937564"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 90,
"time": "1774939170"
},
"departure": {
"delay": 90,
"time": "1774939170"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 90,
"time": "1774939110"
},
"departure": {
"delay": 90,
"time": "1774939110"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 40,
"time": "1774936771"
},
"departure": {
"delay": 40,
"time": "1774936780"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 46,
"time": "1774936932"
},
"departure": {
"delay": 46,
"time": "1774936966"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 82,
"time": "1774937588"
},
"departure": {
"delay": 82,
"time": "1774937662"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 79,
"time": "1774937252"
},
"departure": {
"delay": 79,
"time": "1774937299"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 97,
"time": "1774937698"
},
"departure": {
"delay": 97,
"time": "1774937737"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 90,
"time": "1774939410"
},
"departure": {
"delay": 90,
"time": "1774939410"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"departure": {
"delay": 9,
"time": "1774936569"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 9,
"time": "1774937454"
},
"departure": {
"delay": 9,
"time": "1774937469"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 168,
"time": "1774938157"
},
"departure": {
"delay": 168,
"time": "1774938228"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 71,
"time": "1774937137"
},
"departure": {
"delay": 71,
"time": "1774937171"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 64,
"time": "1774937216"
},
"departure": {
"delay": 64,
"time": "1774937224"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 11,
"time": "1774936646"
},
"departure": {
"delay": 11,
"time": "1774936691"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 102,
"time": "1774937033"
},
"departure": {
"delay": 102,
"time": "1774937082"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 180,
"time": "1774938266"
},
"departure": {
"delay": 180,
"time": "1774938300"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 90,
"time": "1774938810"
},
"departure": {
"delay": 90,
"time": "1774938810"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 119,
"time": "1774937891"
},
"departure": {
"delay": 119,
"time": "1774937939"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 98,
"time": "1774937753"
},
"departure": {
"delay": 98,
"time": "1774937798"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 118,
"time": "1774938332"
},
"departure": {
"delay": 118,
"time": "1774938358"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 121,
"time": "1774938440"
},
"departure": {
"delay": 121,
"time": "1774938481"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 78,
"time": "1774937981"
},
"departure": {
"delay": 78,
"time": "1774938018"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745658x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056973x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 69,
"time": "1774939509"
},
"departure": {
"delay": 69,
"time": "1774939509"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 99,
"time": "1774939179"
},
"departure": {
"delay": 99,
"time": "1774939179"
},
"stopId": "FR:76351:ZE:3025:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 39,
"time": "1774938639"
},
"stopId": "FR:76351:ZE:3529:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 73,
"time": "1774939033"
},
"departure": {
"delay": 73,
"time": "1774939033"
},
"stopId": "FR:76351:ZE:3625:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 47,
"time": "1774938947"
},
"departure": {
"delay": 47,
"time": "1774938947"
},
"stopId": "FR:76351:ZE:4547:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"time": "1774938420"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 1
},
{
"departure": {
"delay": 45,
"time": "1774938705"
},
"stopId": "FR:76351:ZE:3029:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 76,
"time": "1774938976"
},
"departure": {
"delay": 76,
"time": "1774938976"
},
"stopId": "FR:76351:ZE:4566:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 44,
"time": "1774939364"
},
"departure": {
"delay": 44,
"time": "1774939364"
},
"stopId": "FR:76351:ZE:3012:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 64,
"time": "1774939084"
},
"departure": {
"delay": 64,
"time": "1774939084"
},
"stopId": "FR:76351:ZE:3128:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 62,
"time": "1774939622"
},
"departure": {
"delay": 62,
"time": "1774939622"
},
"stopId": "FR:76351:ZE:4568:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 73,
"time": "1774938853"
},
"departure": {
"delay": 73,
"time": "1774938853"
},
"stopId": "FR:76351:ZE:4995:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 44,
"time": "1774939664"
},
"stopId": "FR:76351:ZE:4848:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 102,
"time": "1774939242"
},
"departure": {
"delay": 102,
"time": "1774939242"
},
"stopId": "FR:76351:ZE:3584:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 84,
"time": "1774939284"
},
"departure": {
"delay": 84,
"time": "1774939284"
},
"stopId": "FR:76351:ZE:4803:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 44,
"time": "1774938824"
},
"departure": {
"delay": 44,
"time": "1774938824"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 44,
"time": "1774939124"
},
"departure": {
"delay": 44,
"time": "1774939124"
},
"stopId": "FR:76351:ZE:4840:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 63,
"time": "1774939443"
},
"departure": {
"delay": 63,
"time": "1774939443"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 83,
"time": "1774939583"
},
"departure": {
"delay": 83,
"time": "1774939583"
},
"stopId": "FR:76351:ZE:3041:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 68,
"time": "1774938548"
},
"stopId": "FR:76351:ZE:4581:ATOUMOD003",
"stopSequence": 2
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056973x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9786x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774942980"
},
"departure": {
"time": "1774942980"
},
"stopId": "FR:76259:ZE:FECCSC1:ATOUMOD008",
"stopSequence": 16
},
{
"departure": {
"time": "1774941120"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"time": "1774942440"
},
"departure": {
"time": "1774942440"
},
"stopId": "FR:76259:ZE:FECJMAC2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1774943040"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 18
},
{
"arrival": {
"time": "1774942200"
},
"departure": {
"time": "1774942200"
},
"stopId": "FR:76259:ZE:FECHALL2:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"time": "1774941600"
},
"departure": {
"time": "1774941600"
},
"stopId": "FR:76259:ZE:FECDESG2:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942320"
},
"stopId": "FR:76259:ZE:FECCOUB2:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"time": "1774942020"
},
"departure": {
"time": "1774942020"
},
"stopId": "FR:76259:ZE:FECBREP2:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"time": "1774941180"
},
"departure": {
"time": "1774941180"
},
"stopId": "FR:76259:ZE:FECSLOU2:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"time": "1774941840"
},
"departure": {
"time": "1774941840"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"time": "1774942140"
},
"departure": {
"time": "1774942140"
},
"stopId": "FR:76259:ZE:FECHVIL2:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"time": "1774942920"
},
"departure": {
"time": "1774942920"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"time": "1774941480"
},
"departure": {
"time": "1774941480"
},
"stopId": "FR:76259:ZE:FECVIKI2:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"time": "1774941900"
},
"departure": {
"time": "1774941900"
},
"stopId": "FR:76259:ZE:FECGARE2:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"time": "1774942620"
},
"departure": {
"time": "1774942620"
},
"stopId": "FR:76259:ZE:FECMBLE2:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"time": "1774942500"
},
"departure": {
"time": "1774942500"
},
"stopId": "FR:76259:ZE:FECCHUE2:ATOUMOD008",
"stopSequence": 13
},
{
"arrival": {
"time": "1774941360"
},
"departure": {
"time": "1774941360"
},
"stopId": "FR:76259:ZE:FECHYSO2:ATOUMOD008",
"stopSequence": 3
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L01:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9786x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470311:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -153,
"time": "1774938747"
},
"departure": {
"delay": -153,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6203:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 388,
"time": "1774940668"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 389,
"time": "1774940609"
},
"departure": {
"delay": 389,
"time": "1774940609"
},
"stopId": "FR:27022:ZE:0x6978:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -153,
"time": "1774938747"
},
"departure": {
"delay": -153,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x7182:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 27,
"time": "1774938627"
},
"departure": {
"delay": 27,
"time": "1774938627"
},
"stopId": "FR:27022:ZE:0x6979:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -1053,
"time": "1774938747"
},
"departure": {
"delay": -1053,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6992:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -993,
"time": "1774938747"
},
"departure": {
"delay": -993,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6998:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -1053,
"time": "1774938747"
},
"departure": {
"delay": -1053,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x7002:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 424,
"time": "1774940524"
},
"departure": {
"delay": 424,
"time": "1774940524"
},
"stopId": "FR:27022:ZE:0x6982:ATOUMOD006",
"stopSequence": 21
},
{
"departure": {
"delay": -3,
"time": "1774938597"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -33,
"time": "1774938747"
},
"departure": {
"delay": -33,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6194:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 402,
"time": "1774940322"
},
"departure": {
"delay": 402,
"time": "1774940322"
},
"stopId": "FR:27022:ZE:0x7000:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -213,
"time": "1774938747"
},
"departure": {
"delay": -213,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6205:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -933,
"time": "1774938747"
},
"departure": {
"delay": -933,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6980:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -333,
"time": "1774938747"
},
"departure": {
"delay": -333,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6215:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -573,
"time": "1774938747"
},
"departure": {
"delay": -573,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6996:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 512,
"time": "1774940072"
},
"departure": {
"delay": 512,
"time": "1774940072"
},
"stopId": "FR:27275:ZE:0x6996:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 364,
"time": "1774940404"
},
"departure": {
"delay": 364,
"time": "1774940404"
},
"stopId": "FR:27022:ZE:0x6986:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -393,
"time": "1774938747"
},
"departure": {
"delay": -393,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x7179:ATOUMOD006",
"stopSequence": 12
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:6a:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470311:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4071946x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 85,
"time": "1774938325"
},
"stopId": "FR:76351:ZE:3177:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 1,
"time": "1774938661"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 21,
"time": "1774938141"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 92,
"time": "1774938272"
},
"stopId": "FR:76351:ZE:3281:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 31,
"time": "1774937911"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 31,
"time": "1774938091"
},
"departure": {
"delay": 31,
"time": "1774938091"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 1,
"time": "1774938421"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
}
],
"timestamp": "1774938329",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4071946x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057120x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 81,
"time": "1774939581"
},
"departure": {
"delay": 81,
"time": "1774939581"
},
"stopId": "FR:76351:ZE:4607:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 76,
"time": "1774938976"
},
"departure": {
"delay": 76,
"time": "1774938976"
},
"stopId": "FR:76351:ZE:3315:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 33,
"time": "1774939653"
},
"departure": {
"delay": 33,
"time": "1774939653"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 37,
"time": "1774939297"
},
"departure": {
"delay": 37,
"time": "1774939297"
},
"stopId": "FR:76351:ZE:4601:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 88,
"time": "1774939348"
},
"departure": {
"delay": 88,
"time": "1774939348"
},
"stopId": "FR:76351:ZE:3565:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 33,
"time": "1774940073"
},
"departure": {
"delay": 33,
"time": "1774940073"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 55,
"time": "1774939795"
},
"departure": {
"delay": 55,
"time": "1774939795"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 33,
"time": "1774939893"
},
"departure": {
"delay": 33,
"time": "1774939893"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 33,
"time": "1774938693"
},
"stopId": "FR:76351:ZE:3716:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 48,
"time": "1774939428"
},
"departure": {
"delay": 48,
"time": "1774939428"
},
"stopId": "FR:76351:ZE:4476:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 41,
"time": "1774938941"
},
"departure": {
"delay": 41,
"time": "1774938941"
},
"stopId": "FR:76351:ZE:3078:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 45,
"time": "1774939185"
},
"departure": {
"delay": 45,
"time": "1774939185"
},
"stopId": "FR:76351:ZE:3277:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 33,
"time": "1774939053"
},
"departure": {
"delay": 33,
"time": "1774939053"
},
"stopId": "FR:76351:ZE:3598:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 33,
"time": "1774940133"
},
"departure": {
"delay": 33,
"time": "1774940133"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 89,
"time": "1774940009"
},
"departure": {
"delay": 89,
"time": "1774940009"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 57,
"time": "1774939137"
},
"departure": {
"delay": 57,
"time": "1774939137"
},
"stopId": "FR:76351:ZE:4554:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 33,
"time": "1774939533"
},
"departure": {
"delay": 33,
"time": "1774939533"
},
"stopId": "FR:76351:ZE:3539:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 33,
"time": "1774939233"
},
"departure": {
"delay": 33,
"time": "1774939233"
},
"stopId": "FR:76351:ZE:3397:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 70,
"time": "1774938850"
},
"departure": {
"delay": 70,
"time": "1774938850"
},
"stopId": "FR:76351:ZE:3622:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 75,
"time": "1774938735"
},
"departure": {
"delay": 75,
"time": "1774938735"
},
"stopId": "FR:76351:ZE:3451:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 88,
"time": "1774939468"
},
"departure": {
"delay": 88,
"time": "1774939468"
},
"stopId": "FR:76351:ZE:3798:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 33,
"time": "1774940433"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 22
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057120x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748432x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 76,
"time": "1774936261"
},
"departure": {
"delay": 76,
"time": "1774936276"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 141,
"time": "1774934685"
},
"departure": {
"delay": 141,
"time": "1774934721"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 122,
"time": "1774935173"
},
"departure": {
"delay": 122,
"time": "1774935182"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 144,
"time": "1774936026"
},
"departure": {
"delay": 144,
"time": "1774936044"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 117,
"time": "1774935087"
},
"departure": {
"delay": 117,
"time": "1774935117"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 105,
"time": "1774935800"
},
"departure": {
"delay": 105,
"time": "1774935825"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 136,
"time": "1774936722"
},
"departure": {
"delay": 136,
"time": "1774936756"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 201,
"time": "1774937165"
},
"departure": {
"delay": 201,
"time": "1774937181"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 18,
"time": "1774935358"
},
"departure": {
"delay": 18,
"time": "1774935558"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 121,
"time": "1774935666"
},
"departure": {
"delay": 121,
"time": "1774935781"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 203,
"time": "1774937218"
},
"departure": {
"delay": 203,
"time": "1774937243"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 160,
"time": "1774937110"
},
"departure": {
"delay": 160,
"time": "1774937140"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 76,
"time": "1774935249"
},
"departure": {
"delay": 76,
"time": "1774935316"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 146,
"time": "1774936929"
},
"departure": {
"delay": 146,
"time": "1774936946"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 152,
"time": "1774934825"
},
"departure": {
"delay": 152,
"time": "1774934852"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 127,
"time": "1774937407"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 155,
"time": "1774936817"
},
"departure": {
"delay": 155,
"time": "1774936835"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 124,
"time": "1774936840"
},
"departure": {
"delay": 124,
"time": "1774936864"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 147,
"time": "1774937041"
},
"departure": {
"delay": 147,
"time": "1774937067"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 62,
"time": "1774934606"
},
"departure": {
"delay": 62,
"time": "1774934642"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 78,
"time": "1774936416"
},
"departure": {
"delay": 78,
"time": "1774936458"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 158,
"time": "1774936060"
},
"departure": {
"delay": 158,
"time": "1774936118"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 74,
"time": "1774935862"
},
"departure": {
"delay": 74,
"time": "1774935914"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 132,
"time": "1774935044"
},
"departure": {
"delay": 132,
"time": "1774935072"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 160,
"time": "1774934878"
},
"departure": {
"delay": 160,
"time": "1774934920"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 26,
"time": "1774934486"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 177,
"time": "1774936158"
},
"departure": {
"delay": 177,
"time": "1774936197"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 160,
"time": "1774934759"
},
"departure": {
"delay": 160,
"time": "1774934800"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 61,
"time": "1774934530"
},
"departure": {
"delay": 61,
"time": "1774934581"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 140,
"time": "1774934994"
},
"departure": {
"delay": 140,
"time": "1774935020"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 96,
"time": "1774936699"
},
"departure": {
"delay": 96,
"time": "1774936716"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 139,
"time": "1774936625"
},
"departure": {
"delay": 139,
"time": "1774936639"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 25,
"time": "1774936331"
},
"departure": {
"delay": 25,
"time": "1774936345"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 151,
"time": "1774934933"
},
"departure": {
"delay": 151,
"time": "1774934971"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748432x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:5414496186138624x5:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -5,
"time": "1774939481"
},
"departure": {
"delay": -5,
"time": "1774939495"
},
"stopId": "FR:14366:ZE:5085925010833408:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": -92,
"time": "1774939607"
},
"departure": {
"delay": -92,
"time": "1774939708"
},
"stopId": "FR:14366:ZE:19270005:ATOUMOD036",
"stopSequence": 27
},
{
"arrival": {
"delay": 145,
"time": "1774938975"
},
"departure": {
"delay": 145,
"time": "1774938985"
},
"stopId": "FR:14303:ZE:5190701962756096:ATOUMOD036",
"stopSequence": 17
},
{
"arrival": {
"delay": 48,
"time": "1774938398"
},
"departure": {
"delay": 48,
"time": "1774938408"
},
"stopId": "FR:14571:ZE:6249281411350528:ATOUMOD036",
"stopSequence": 12
},
{
"arrival": {
"delay": 50,
"time": "1774938270"
},
"departure": {
"delay": 50,
"time": "1774938290"
},
"stopId": "FR:14570:ZE:6238642022383616:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": 46,
"time": "1774938456"
},
"departure": {
"delay": 46,
"time": "1774938466"
},
"stopId": "FR:14571:ZE:5171570551029760:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": -320,
"time": "1774939780"
},
"stopId": "FR:14366:ZE:658330001:ATOUMOD036",
"stopSequence": 28
},
{
"arrival": {
"delay": -60,
"time": "1774939551"
},
"departure": {
"delay": -60,
"time": "1774939620"
},
"stopId": "FR:14366:ZE:1190003:ATOUMOD036",
"stopSequence": 25
},
{
"arrival": {
"delay": 51,
"time": "1774938338"
},
"departure": {
"delay": 51,
"time": "1774938351"
},
"stopId": "FR:14570:ZE:6291786555195392:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": 60,
"time": "1774938159"
},
"departure": {
"delay": 60,
"time": "1774938180"
},
"stopId": "FR:14570:ZE:6244808672673792:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": 90,
"time": "1774938612"
},
"departure": {
"delay": 90,
"time": "1774938630"
},
"stopId": "FR:14421:ZE:6021808065085440:ATOUMOD036",
"stopSequence": 14
},
{
"arrival": {
"delay": 57,
"time": "1774939307"
},
"departure": {
"delay": 57,
"time": "1774939317"
},
"stopId": "FR:14366:ZE:767710003:ATOUMOD036",
"stopSequence": 22
},
{
"arrival": {
"delay": 97,
"time": "1774939107"
},
"departure": {
"delay": 97,
"time": "1774939117"
},
"stopId": "FR:14069:ZE:5953096342568960:ATOUMOD036",
"stopSequence": 19
},
{
"arrival": {
"delay": 77,
"time": "1774939147"
},
"departure": {
"delay": 77,
"time": "1774939157"
},
"stopId": "FR:14069:ZE:753990002:ATOUMOD036",
"stopSequence": 20
},
{
"arrival": {
"delay": 82,
"time": "1774939272"
},
"departure": {
"delay": 82,
"time": "1774939282"
},
"stopId": "FR:14366:ZE:788860003:ATOUMOD036",
"stopSequence": 21
},
{
"arrival": {
"delay": 105,
"time": "1774939055"
},
"departure": {
"delay": 105,
"time": "1774939065"
},
"stopId": "FR:14069:ZE:5200570925187072:ATOUMOD036",
"stopSequence": 18
},
{
"arrival": {
"delay": 136,
"time": "1774938786"
},
"departure": {
"delay": 136,
"time": "1774938796"
},
"stopId": "FR:14303:ZE:5098519146790912:ATOUMOD036",
"stopSequence": 15
},
{
"arrival": {
"delay": 17,
"time": "1774939387"
},
"departure": {
"delay": 17,
"time": "1774939397"
},
"stopId": "FR:14366:ZE:786800005:ATOUMOD036",
"stopSequence": 23
},
{
"arrival": {
"delay": 104,
"time": "1774938874"
},
"departure": {
"delay": 104,
"time": "1774938884"
},
"stopId": "FR:14303:ZE:5087233314914304:ATOUMOD036",
"stopSequence": 16
}
],
"timestamp": "1774938757",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5118765622624256:LOC",
"tripId": "ATOUMOD036:ServiceJourney:5414496186138624x5:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107825x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 81,
"time": "1774939461"
},
"departure": {
"delay": 81,
"time": "1774939461"
},
"stopId": "FR:76351:ZE:3969:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 110,
"time": "1774938650"
},
"stopId": "FR:76351:ZE:3983:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 103,
"time": "1774939723"
},
"departure": {
"delay": 103,
"time": "1774939723"
},
"stopId": "FR:76351:ZE:3991:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 114,
"time": "1774938954"
},
"departure": {
"delay": 114,
"time": "1774938954"
},
"stopId": "FR:76351:ZE:3980:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 116,
"time": "1774940156"
},
"departure": {
"delay": 116,
"time": "1774940156"
},
"stopId": "FR:76351:ZE:3953:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 87,
"time": "1774939167"
},
"departure": {
"delay": 87,
"time": "1774939167"
},
"stopId": "FR:76351:ZE:3999:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 92,
"time": "1774940252"
},
"stopId": "FR:76481:ZE:4890:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 129,
"time": "1774940049"
},
"departure": {
"delay": 129,
"time": "1774940049"
},
"stopId": "FR:76351:ZE:3987:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 113,
"time": "1774939613"
},
"departure": {
"delay": 113,
"time": "1774939613"
},
"stopId": "FR:76351:ZE:3971:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 132,
"time": "1774939272"
},
"departure": {
"delay": 132,
"time": "1774939272"
},
"stopId": "FR:76351:ZE:3989:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 112,
"time": "1774939072"
},
"departure": {
"delay": 112,
"time": "1774939072"
},
"stopId": "FR:76351:ZE:3959:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 120,
"time": "1774938720"
},
"stopId": "FR:76351:ZE:3997:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 134,
"time": "1774939934"
},
"departure": {
"delay": 134,
"time": "1774939934"
},
"stopId": "FR:76351:ZE:4003:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 84,
"time": "1774939824"
},
"departure": {
"delay": 84,
"time": "1774939824"
},
"stopId": "FR:76351:ZE:3975:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 109,
"time": "1774938829"
},
"departure": {
"delay": 109,
"time": "1774938829"
},
"stopId": "FR:76351:ZE:3964:ATOUMOD003",
"stopSequence": 4
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107825x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056450x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 125,
"time": "1774939505"
},
"departure": {
"delay": 125,
"time": "1774939505"
},
"stopId": "FR:76351:ZE:3670:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 105,
"time": "1774939725"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 139,
"time": "1774939399"
},
"departure": {
"delay": 139,
"time": "1774939399"
},
"stopId": "FR:76351:ZE:3049:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 112,
"time": "1774938952"
},
"departure": {
"delay": 112,
"time": "1774938952"
},
"stopId": "FR:76351:ZE:3490:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 109,
"time": "1774938709"
},
"stopId": "FR:76351:ZE:3570:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 105,
"time": "1774938765"
},
"departure": {
"delay": 105,
"time": "1774938765"
},
"stopId": "FR:76351:ZE:4654:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 106,
"time": "1774938526"
},
"stopId": "FR:76351:ZE:3494:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 104,
"time": "1774938644"
},
"stopId": "FR:76351:ZE:3178:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 126,
"time": "1774939266"
},
"departure": {
"delay": 126,
"time": "1774939266"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 109,
"time": "1774939129"
},
"departure": {
"delay": 109,
"time": "1774939129"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 155,
"time": "1774938875"
},
"departure": {
"delay": 155,
"time": "1774938875"
},
"stopId": "FR:76351:ZE:3068:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 160,
"time": "1774939180"
},
"departure": {
"delay": 160,
"time": "1774939180"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 105,
"time": "1774939605"
},
"departure": {
"delay": 105,
"time": "1774939605"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 105,
"time": "1774939305"
},
"departure": {
"delay": 105,
"time": "1774939305"
},
"stopId": "FR:76351:ZE:4786:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 150,
"time": "1774939470"
},
"departure": {
"delay": 150,
"time": "1774939470"
},
"stopId": "FR:76351:ZE:3404:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 105,
"time": "1774939065"
},
"departure": {
"delay": 105,
"time": "1774939065"
},
"stopId": "FR:76351:ZE:3477:ATOUMOD003",
"stopSequence": 18
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056450x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4196392x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1774939385"
},
"departure": {
"delay": 5,
"time": "1774939385"
},
"stopId": "FR:76552:ZE:3487:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 50,
"time": "1774939610"
},
"departure": {
"delay": 50,
"time": "1774939610"
},
"stopId": "FR:76552:ZE:3608:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 23,
"time": "1774940423"
},
"departure": {
"delay": 23,
"time": "1774940423"
},
"stopId": "FR:76351:ZE:3736:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 43,
"time": "1774939723"
},
"departure": {
"delay": 43,
"time": "1774939723"
},
"stopId": "FR:76351:ZE:3159:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 61,
"time": "1774939141"
},
"departure": {
"delay": 61,
"time": "1774939141"
},
"stopId": "FR:76351:ZE:3031:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 25,
"time": "1774940305"
},
"departure": {
"delay": 25,
"time": "1774940305"
},
"stopId": "FR:76351:ZE:3022:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 56,
"time": "1774938656"
},
"stopId": "FR:76351:ZE:3230:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 33,
"time": "1774939653"
},
"departure": {
"delay": 33,
"time": "1774939653"
},
"stopId": "FR:76552:ZE:3298:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 5,
"time": "1774940045"
},
"departure": {
"delay": 5,
"time": "1774940045"
},
"stopId": "FR:76351:ZE:3797:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 5,
"time": "1774938785"
},
"departure": {
"delay": 5,
"time": "1774938785"
},
"stopId": "FR:76351:ZE:3402:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 13,
"time": "1774939453"
},
"departure": {
"delay": 13,
"time": "1774939453"
},
"stopId": "FR:76552:ZE:3104:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 38,
"time": "1774938878"
},
"departure": {
"delay": 38,
"time": "1774938878"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 5,
"time": "1774939865"
},
"departure": {
"delay": 5,
"time": "1774939865"
},
"stopId": "FR:76351:ZE:3021:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 16,
"time": "1774938736"
},
"departure": {
"delay": 16,
"time": "1774938736"
},
"stopId": "FR:76351:ZE:3023:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 6,
"time": "1774939026"
},
"departure": {
"delay": 6,
"time": "1774939026"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": -7,
"time": "1774938593"
},
"stopId": "FR:76351:ZE:3541:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 5,
"time": "1774941005"
},
"stopId": "FR:76351:ZE:5104:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 5,
"time": "1774939805"
},
"departure": {
"delay": 5,
"time": "1774939805"
},
"stopId": "FR:76351:ZE:3460:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 36,
"time": "1774940136"
},
"departure": {
"delay": 36,
"time": "1774940136"
},
"stopId": "FR:76351:ZE:3732:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 12,
"time": "1774939212"
},
"departure": {
"delay": 12,
"time": "1774939212"
},
"stopId": "FR:76552:ZE:3629:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 41,
"time": "1774940261"
},
"departure": {
"delay": 41,
"time": "1774940261"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 25,
"time": "1774939945"
},
"departure": {
"delay": 25,
"time": "1774939945"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 5,
"time": "1774939505"
},
"departure": {
"delay": 5,
"time": "1774939505"
},
"stopId": "FR:76552:ZE:3093:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 5,
"time": "1774939085"
},
"departure": {
"delay": 5,
"time": "1774939085"
},
"stopId": "FR:76351:ZE:3015:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 5,
"time": "1774940705"
},
"departure": {
"delay": 5,
"time": "1774940705"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 5,
"time": "1774940465"
},
"departure": {
"delay": 5,
"time": "1774940465"
},
"stopId": "FR:76351:ZE:3738:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 50,
"time": "1774940090"
},
"departure": {
"delay": 50,
"time": "1774940090"
},
"stopId": "FR:76351:ZE:3731:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 47,
"time": "1774939247"
},
"departure": {
"delay": 47,
"time": "1774939247"
},
"stopId": "FR:76552:ZE:3356:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 42,
"time": "1774940562"
},
"departure": {
"delay": 42,
"time": "1774940562"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 18,
"time": "1774938918"
},
"departure": {
"delay": 18,
"time": "1774938918"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 50,
"time": "1774940210"
},
"departure": {
"delay": 50,
"time": "1774940210"
},
"stopId": "FR:76351:ZE:3301:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 15,
"time": "1774940655"
},
"departure": {
"delay": 15,
"time": "1774940655"
},
"stopId": "FR:76351:ZE:4700:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 58,
"time": "1774939318"
},
"departure": {
"delay": 58,
"time": "1774939318"
},
"stopId": "FR:76552:ZE:3606:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 29,
"time": "1774939289"
},
"departure": {
"delay": 29,
"time": "1774939289"
},
"stopId": "FR:76552:ZE:3340:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 52,
"time": "1774938952"
},
"departure": {
"delay": 52,
"time": "1774938952"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 32,
"time": "1774940372"
},
"departure": {
"delay": 32,
"time": "1774940372"
},
"stopId": "FR:76351:ZE:3734:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 27,
"time": "1774939167"
},
"departure": {
"delay": 27,
"time": "1774939167"
},
"stopId": "FR:76552:ZE:3652:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:16:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4196392x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747885x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 213,
"time": "1774933267"
},
"departure": {
"delay": 213,
"time": "1774933293"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 151,
"time": "1774932213"
},
"departure": {
"delay": 151,
"time": "1774932331"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 132,
"time": "1774932664"
},
"departure": {
"delay": 132,
"time": "1774932672"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 145,
"time": "1774933450"
},
"departure": {
"delay": 145,
"time": "1774933465"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 142,
"time": "1774933642"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 197,
"time": "1774933326"
},
"departure": {
"delay": 197,
"time": "1774933337"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 114,
"time": "1774932802"
},
"departure": {
"delay": 114,
"time": "1774932834"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 197,
"time": "1774933540"
},
"departure": {
"delay": 197,
"time": "1774933577"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 166,
"time": "1774933132"
},
"departure": {
"delay": 166,
"time": "1774933186"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 214,
"time": "1774932154"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 195,
"time": "1774932507"
},
"departure": {
"delay": 195,
"time": "1774932555"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 166,
"time": "1774933355"
},
"departure": {
"delay": 166,
"time": "1774933366"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 143,
"time": "1774932589"
},
"departure": {
"delay": 143,
"time": "1774932623"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 171,
"time": "1774932941"
},
"departure": {
"delay": 171,
"time": "1774932951"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 206,
"time": "1774933391"
},
"departure": {
"delay": 206,
"time": "1774933406"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 197,
"time": "1774933485"
},
"departure": {
"delay": 197,
"time": "1774933517"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 171,
"time": "1774933056"
},
"departure": {
"delay": 171,
"time": "1774933071"
},
"stopId": "FR:50129:ZE:10SWZ1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 134,
"time": "1774933020"
},
"departure": {
"delay": 134,
"time": "1774933034"
},
"stopId": "FR:50129:ZE:10GDM3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 104,
"time": "1774932692"
},
"departure": {
"delay": 104,
"time": "1774932704"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 138,
"time": "1774932410"
},
"departure": {
"delay": 138,
"time": "1774932438"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 141,
"time": "1774932892"
},
"departure": {
"delay": 141,
"time": "1774932921"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 155,
"time": "1774932985"
},
"departure": {
"delay": 155,
"time": "1774932995"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 96,
"time": "1774932865"
},
"departure": {
"delay": 96,
"time": "1774932876"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747885x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745204x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 157,
"time": "1774938179"
},
"departure": {
"delay": 157,
"time": "1774938217"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 112,
"time": "1774938433"
},
"departure": {
"delay": 112,
"time": "1774938472"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1774938702"
},
"departure": {
"time": "1774938660"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 70,
"time": "1774938970"
},
"departure": {
"delay": 70,
"time": "1774938970"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 123,
"time": "1774938266"
},
"departure": {
"delay": 123,
"time": "1774938303"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 107,
"time": "1774937714"
},
"departure": {
"delay": 107,
"time": "1774937747"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 70,
"time": "1774938790"
},
"departure": {
"delay": 70,
"time": "1774938790"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 77,
"time": "1774938339"
},
"departure": {
"delay": 77,
"time": "1774938377"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 107,
"time": "1774937650"
},
"departure": {
"delay": 107,
"time": "1774937687"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 70,
"time": "1774939090"
},
"departure": {
"delay": 70,
"time": "1774939090"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 104,
"time": "1774938544"
},
"departure": {
"delay": 104,
"time": "1774938584"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 105,
"time": "1774937770"
},
"departure": {
"delay": 105,
"time": "1774937805"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 70,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 116,
"time": "1774937896"
},
"departure": {
"delay": 116,
"time": "1774937936"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 70,
"time": "1774938635"
},
"departure": {
"delay": 70,
"time": "1774938670"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 111,
"time": "1774937823"
},
"departure": {
"delay": 111,
"time": "1774937871"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 70,
"time": "1774938850"
},
"departure": {
"delay": 70,
"time": "1774938850"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 111,
"time": "1774937958"
},
"departure": {
"delay": 111,
"time": "1774937991"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 141,
"time": "1774938105"
},
"departure": {
"delay": 141,
"time": "1774938141"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 123,
"time": "1774937523"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745204x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748454x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 146,
"time": "1774936029"
},
"departure": {
"delay": 146,
"time": "1774936046"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 104,
"time": "1774934131"
},
"departure": {
"delay": 104,
"time": "1774934144"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 211,
"time": "1774934585"
},
"departure": {
"delay": 211,
"time": "1774934611"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 121,
"time": "1774936128"
},
"departure": {
"delay": 121,
"time": "1774936141"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 186,
"time": "1774935760"
},
"departure": {
"delay": 186,
"time": "1774935786"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 90,
"time": "1774936170"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 55,
"time": "1774933757"
},
"departure": {
"delay": 55,
"time": "1774933795"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 140,
"time": "1774934102"
},
"departure": {
"delay": 140,
"time": "1774934120"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 256,
"time": "1774935321"
},
"departure": {
"delay": 256,
"time": "1774935496"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 105,
"time": "1774933816"
},
"departure": {
"delay": 105,
"time": "1774933845"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 159,
"time": "1774934482"
},
"departure": {
"delay": 159,
"time": "1774934499"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 151,
"time": "1774935918"
},
"departure": {
"delay": 151,
"time": "1774935991"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 138,
"time": "1774934033"
},
"departure": {
"delay": 138,
"time": "1774934058"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 133,
"time": "1774934203"
},
"departure": {
"delay": 133,
"time": "1774934233"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 194,
"time": "1774934993"
},
"departure": {
"delay": 194,
"time": "1774935014"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 135,
"time": "1774934266"
},
"departure": {
"delay": 135,
"time": "1774934295"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 205,
"time": "1774935735"
},
"departure": {
"delay": 205,
"time": "1774935745"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 138,
"time": "1774934797"
},
"departure": {
"delay": 138,
"time": "1774934838"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 148,
"time": "1774936094"
},
"departure": {
"delay": 148,
"time": "1774936108"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 164,
"time": "1774934884"
},
"departure": {
"delay": 164,
"time": "1774934924"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 123,
"time": "1774936009"
},
"departure": {
"delay": 123,
"time": "1774936023"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 101,
"time": "1774933927"
},
"departure": {
"delay": 101,
"time": "1774933961"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 121,
"time": "1774935882"
},
"departure": {
"delay": 121,
"time": "1774935901"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 311,
"time": "1774935213"
},
"departure": {
"delay": 311,
"time": "1774935251"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 197,
"time": "1774935661"
},
"departure": {
"delay": 197,
"time": "1774935677"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 36,
"time": "1774933704"
},
"departure": {
"delay": 36,
"time": "1774933716"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 152,
"time": "1774935802"
},
"departure": {
"delay": 152,
"time": "1774935812"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 206,
"time": "1774935517"
},
"departure": {
"delay": 206,
"time": "1774935566"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 154,
"time": "1774935833"
},
"departure": {
"delay": 154,
"time": "1774935874"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 159,
"time": "1774934702"
},
"departure": {
"delay": 159,
"time": "1774934739"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 205,
"time": "1774934425"
},
"departure": {
"delay": 205,
"time": "1774934425"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 37,
"time": "1774933477"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 309,
"time": "1774935165"
},
"departure": {
"delay": 309,
"time": "1774935189"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748454x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470828:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -120,
"time": "1774938600"
},
"departure": {
"delay": -120,
"time": "1774938600"
},
"stopId": "FR:27188:ZE:0x7264:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -73,
"time": "1774937267"
},
"departure": {
"delay": -73,
"time": "1774937267"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -354,
"time": "1774939806"
},
"departure": {
"delay": -354,
"time": "1774939806"
},
"stopId": "FR:76561:ZE:0x6786:ATOUMOD006",
"stopSequence": 42
},
{
"arrival": {
"delay": -129,
"time": "1774938711"
},
"departure": {
"delay": -129,
"time": "1774938711"
},
"stopId": "FR:27188:ZE:0x7198:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -120,
"time": "1774938300"
},
"departure": {
"delay": -120,
"time": "1774938300"
},
"stopId": "FR:27469:ZE:0x7266:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -26,
"time": "1774936414"
},
"departure": {
"delay": -26,
"time": "1774936414"
},
"stopId": "FR:27332:ZE:0x6252:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -5,
"time": "1774934815"
},
"departure": {
"delay": -5,
"time": "1774934815"
},
"stopId": "FR:27275:ZE:0x6225:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -32,
"time": "1774934728"
},
"departure": {
"delay": -32,
"time": "1774934728"
},
"stopId": "FR:27275:ZE:0x6233:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -32,
"time": "1774934848"
},
"departure": {
"delay": -32,
"time": "1774934848"
},
"stopId": "FR:27275:ZE:0x6223:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -32,
"time": "1774935688"
},
"departure": {
"delay": -32,
"time": "1774935688"
},
"stopId": "FR:27022:ZE:0x6976:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -36,
"time": "1774937124"
},
"departure": {
"delay": -36,
"time": "1774937124"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -32,
"time": "1774935928"
},
"departure": {
"delay": -32,
"time": "1774935928"
},
"stopId": "FR:27249:ZE:0x6184:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -7,
"time": "1774936913"
},
"departure": {
"delay": -7,
"time": "1774936913"
},
"stopId": "FR:27375:ZE:0x6403:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -115,
"time": "1774938905"
},
"departure": {
"delay": -115,
"time": "1774938905"
},
"stopId": "FR:27188:ZE:0x7175:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -414,
"time": "1774940226"
},
"stopId": "FR:76561:ZE:0x6790:ATOUMOD006",
"stopSequence": 43
},
{
"arrival": {
"delay": -16,
"time": "1774936184"
},
"departure": {
"delay": -16,
"time": "1774936184"
},
"stopId": "FR:27332:ZE:0x6234:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 23,
"time": "1774936943"
},
"departure": {
"delay": 23,
"time": "1774936943"
},
"stopId": "FR:27375:ZE:0x6449:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -36,
"time": "1774937004"
},
"departure": {
"delay": -36,
"time": "1774937004"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -116,
"time": "1774937344"
},
"departure": {
"delay": -116,
"time": "1774937344"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -43,
"time": "1774937177"
},
"departure": {
"delay": -43,
"time": "1774937177"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -277,
"time": "1774939223"
},
"departure": {
"delay": -277,
"time": "1774939223"
},
"stopId": "FR:76640:ZE:0x7159:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -15,
"time": "1774936785"
},
"departure": {
"delay": -15,
"time": "1774936785"
},
"stopId": "FR:27375:ZE:0x7186:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -157,
"time": "1774938803"
},
"departure": {
"delay": -157,
"time": "1774938803"
},
"stopId": "FR:27188:ZE:0x7176:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 2,
"time": "1774934582"
},
"departure": {
"delay": 2,
"time": "1774934582"
},
"stopId": "FR:27275:ZE:0x6194:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 73,
"time": "1774934473"
},
"departure": {
"delay": 73,
"time": "1774934473"
},
"stopId": "FR:27022:ZE:0x6979:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -284,
"time": "1774939516"
},
"departure": {
"delay": -284,
"time": "1774939516"
},
"stopId": "FR:76231:ZE:0x6172:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": 23,
"time": "1774936883"
},
"departure": {
"delay": 23,
"time": "1774936883"
},
"stopId": "FR:27375:ZE:0x6503:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -32,
"time": "1774935388"
},
"departure": {
"delay": -32,
"time": "1774935388"
},
"stopId": "FR:27022:ZE:0x6988:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -32,
"time": "1774936588"
},
"departure": {
"delay": -32,
"time": "1774936588"
},
"stopId": "FR:27697:ZE:0x6735:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -180,
"time": "1774939020"
},
"departure": {
"delay": -180,
"time": "1774939020"
},
"stopId": "FR:27394:ZE:0x6604:ATOUMOD006",
"stopSequence": 39
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:E1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470828:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108164x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 181,
"time": "1774937461"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 152,
"time": "1774937372"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1774937469",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108164x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx377:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 93,
"time": "1774935788"
},
"departure": {
"delay": 93,
"time": "1774935813"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 156,
"time": "1774935696"
},
"departure": {
"delay": 156,
"time": "1774935696"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 79,
"time": "1774937839"
},
"departure": {
"delay": 79,
"time": "1774937839"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 73,
"time": "1774937690"
},
"departure": {
"delay": 73,
"time": "1774937713"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 59,
"time": "1774937339"
},
"departure": {
"delay": 59,
"time": "1774937339"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 142,
"time": "1774935622"
},
"departure": {
"delay": 142,
"time": "1774935622"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 108,
"time": "1774936463"
},
"departure": {
"delay": 108,
"time": "1774936488"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 188,
"time": "1774936988"
},
"departure": {
"delay": 188,
"time": "1774936988"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 113,
"time": "1774936613"
},
"departure": {
"delay": 113,
"time": "1774936613"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 128,
"time": "1774936688"
},
"departure": {
"delay": 128,
"time": "1774936688"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 180,
"time": "1774935540"
},
"departure": {
"delay": 180,
"time": "1774935540"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 93,
"time": "1774936064"
},
"departure": {
"delay": 93,
"time": "1774936113"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 123,
"time": "1774936263"
},
"departure": {
"delay": 123,
"time": "1774936263"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 108,
"time": "1774936188"
},
"departure": {
"delay": 108,
"time": "1774936188"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 48,
"time": "1774937088"
},
"departure": {
"delay": 48,
"time": "1774937088"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 88,
"time": "1774937168"
},
"departure": {
"delay": 88,
"time": "1774937188"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 43,
"time": "1774937563"
},
"departure": {
"delay": 43,
"time": "1774937563"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -77,
"time": "1774938043"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 131,
"time": "1774936751"
},
"departure": {
"delay": 131,
"time": "1774936751"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 98,
"time": "1774936838"
},
"departure": {
"delay": 98,
"time": "1774936838"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 28,
"time": "1774937763"
},
"departure": {
"delay": 28,
"time": "1774937788"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"departure": {
"delay": 33,
"time": "1774935213"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 163,
"time": "1774935442"
},
"departure": {
"delay": 163,
"time": "1774935463"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 158,
"time": "1774935313"
},
"departure": {
"delay": 158,
"time": "1774935338"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 47,
"time": "1774937627"
},
"departure": {
"delay": 47,
"time": "1774937627"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 156,
"time": "1774936536"
},
"departure": {
"delay": 156,
"time": "1774936536"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 38,
"time": "1774935918"
},
"departure": {
"delay": 38,
"time": "1774935938"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 33,
"time": "1774937913"
},
"departure": {
"delay": 33,
"time": "1774937913"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 28,
"time": "1774937488"
},
"departure": {
"delay": 28,
"time": "1774937488"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 103,
"time": "1774936344"
},
"departure": {
"delay": 103,
"time": "1774936363"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1774935218",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx377:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745231x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774938600"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 130,
"time": "1774938910"
},
"departure": {
"delay": 130,
"time": "1774938910"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 130,
"time": "1774939150"
},
"departure": {
"delay": 130,
"time": "1774939150"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 130,
"time": "1774939450"
},
"departure": {
"delay": 130,
"time": "1774939450"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 130,
"time": "1774940110"
},
"departure": {
"delay": 130,
"time": "1774940110"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 130,
"time": "1774940470"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 130,
"time": "1774939870"
},
"departure": {
"delay": 130,
"time": "1774939870"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 130,
"time": "1774939990"
},
"departure": {
"delay": 130,
"time": "1774939990"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 130,
"time": "1774939270"
},
"departure": {
"delay": 130,
"time": "1774939270"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 130,
"time": "1774940290"
},
"departure": {
"delay": 130,
"time": "1774940290"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 130,
"time": "1774939210"
},
"departure": {
"delay": 130,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 130,
"time": "1774939810"
},
"departure": {
"delay": 130,
"time": "1774939810"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 130,
"time": "1774939690"
},
"departure": {
"delay": 130,
"time": "1774939690"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 130,
"time": "1774940050"
},
"departure": {
"delay": 130,
"time": "1774940050"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 130,
"time": "1774940170"
},
"departure": {
"delay": 130,
"time": "1774940170"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 130,
"time": "1774939090"
},
"departure": {
"delay": 130,
"time": "1774939090"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 130,
"time": "1774938970"
},
"departure": {
"delay": 130,
"time": "1774938970"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 130,
"time": "1774939570"
},
"departure": {
"delay": 130,
"time": "1774939570"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 130,
"time": "1774940230"
},
"departure": {
"delay": 130,
"time": "1774940230"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745231x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2469781:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -114,
"time": "1774942926"
},
"departure": {
"delay": -114,
"time": "1774942926"
},
"stopId": "FR:27375:ZE:0x6525:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -123,
"time": "1774943097"
},
"departure": {
"delay": -123,
"time": "1774943097"
},
"stopId": "FR:27375:ZE:0x6391:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -88,
"time": "1774942892"
},
"departure": {
"delay": -88,
"time": "1774942892"
},
"stopId": "FR:27375:ZE:0x6430:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 8,
"time": "1774942388"
},
"departure": {
"delay": 8,
"time": "1774942388"
},
"stopId": "FR:27375:ZE:0x6572:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -111,
"time": "1774942749"
},
"departure": {
"delay": -111,
"time": "1774942749"
},
"stopId": "FR:27375:ZE:0x6502:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -116,
"time": "1774943344"
},
"departure": {
"delay": -116,
"time": "1774943344"
},
"stopId": "FR:27456:ZE:0x7200:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -149,
"time": "1774943071"
},
"departure": {
"delay": -149,
"time": "1774943071"
},
"stopId": "FR:27375:ZE:0x6481:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -27,
"time": "1774942413"
},
"departure": {
"delay": -27,
"time": "1774942413"
},
"stopId": "FR:27375:ZE:0x6422:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -15,
"time": "1774942485"
},
"departure": {
"delay": -15,
"time": "1774942485"
},
"stopId": "FR:27375:ZE:0x6432:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -46,
"time": "1774942454"
},
"departure": {
"delay": -46,
"time": "1774942454"
},
"stopId": "FR:27375:ZE:0x6512:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 39,
"time": "1774942359"
},
"departure": {
"delay": 39,
"time": "1774942359"
},
"stopId": "FR:27375:ZE:0x6470:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 59,
"time": "1774942319"
},
"departure": {
"delay": 59,
"time": "1774942319"
},
"stopId": "FR:27375:ZE:0x6396:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -178,
"time": "1774943042"
},
"departure": {
"delay": -178,
"time": "1774943042"
},
"stopId": "FR:27375:ZE:0x6463:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -159,
"time": "1774943181"
},
"departure": {
"delay": -159,
"time": "1774943181"
},
"stopId": "FR:27456:ZE:0x6727:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -174,
"time": "1774943766"
},
"stopId": "FR:27003:ZE:0x6014:ATOUMOD006",
"stopSequence": 28
},
{
"departure": {
"time": "1774942200"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -124,
"time": "1774943036"
},
"departure": {
"delay": -124,
"time": "1774943036"
},
"stopId": "FR:27375:ZE:0x6447:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -72,
"time": "1774942548"
},
"departure": {
"delay": -72,
"time": "1774942548"
},
"stopId": "FR:27375:ZE:0x6416:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -35,
"time": "1774942645"
},
"departure": {
"delay": -35,
"time": "1774942645"
},
"stopId": "FR:27375:ZE:0x6448:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -129,
"time": "1774943691"
},
"departure": {
"delay": -129,
"time": "1774943691"
},
"stopId": "FR:27003:ZE:0x6006:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -115,
"time": "1774943645"
},
"departure": {
"delay": -115,
"time": "1774943645"
},
"stopId": "FR:27003:ZE:0x7203:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -157,
"time": "1774943123"
},
"departure": {
"delay": -157,
"time": "1774943123"
},
"stopId": "FR:27456:ZE:0x6731:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -111,
"time": "1774942809"
},
"departure": {
"delay": -111,
"time": "1774942809"
},
"stopId": "FR:27375:ZE:0x6510:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -174,
"time": "1774943586"
},
"departure": {
"delay": -174,
"time": "1774943586"
},
"stopId": "FR:27003:ZE:0x6020:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -65,
"time": "1774942675"
},
"departure": {
"delay": -65,
"time": "1774942675"
},
"stopId": "FR:27375:ZE:0x6402:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -92,
"time": "1774943008"
},
"departure": {
"delay": -92,
"time": "1774943008"
},
"stopId": "FR:27375:ZE:0x7187:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -121,
"time": "1774942859"
},
"departure": {
"delay": -121,
"time": "1774942859"
},
"stopId": "FR:27375:ZE:0x6484:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -107,
"time": "1774942993"
},
"departure": {
"delay": -107,
"time": "1774942993"
},
"stopId": "FR:27375:ZE:0x6511:ATOUMOD006",
"stopSequence": 16
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:10:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2469781:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230294x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 138,
"time": "1774940898"
},
"departure": {
"delay": 138,
"time": "1774940898"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 138,
"time": "1774940598"
},
"departure": {
"delay": 138,
"time": "1774940598"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 152,
"time": "1774940312"
},
"departure": {
"delay": 152,
"time": "1774940312"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 138,
"time": "1774939758"
},
"departure": {
"delay": 138,
"time": "1774939758"
},
"stopId": "FR:76351:ZE:3201:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 184,
"time": "1774941484"
},
"departure": {
"delay": 184,
"time": "1774941484"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 138,
"time": "1774941978"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 170,
"time": "1774941410"
},
"departure": {
"delay": 170,
"time": "1774941410"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 142,
"time": "1774939102"
},
"departure": {
"delay": 142,
"time": "1774939102"
},
"stopId": "FR:76351:ZE:4114:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 193,
"time": "1774940653"
},
"departure": {
"delay": 193,
"time": "1774940653"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 138,
"time": "1774939578"
},
"departure": {
"delay": 138,
"time": "1774939578"
},
"stopId": "FR:76351:ZE:3773:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 163,
"time": "1774941883"
},
"departure": {
"delay": 163,
"time": "1774941883"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 138,
"time": "1774941558"
},
"departure": {
"delay": 138,
"time": "1774941558"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 196,
"time": "1774938676"
},
"departure": {
"delay": 196,
"time": "1774938676"
},
"stopId": "FR:76341:ZE:3912:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 186,
"time": "1774941726"
},
"departure": {
"delay": 186,
"time": "1774941726"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 179,
"time": "1774941359"
},
"departure": {
"delay": 179,
"time": "1774941359"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 148,
"time": "1774941268"
},
"departure": {
"delay": 148,
"time": "1774941268"
},
"stopId": "FR:76351:ZE:3567:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 138,
"time": "1774939158"
},
"departure": {
"delay": 138,
"time": "1774939158"
},
"stopId": "FR:76351:ZE:3448:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 172,
"time": "1774941772"
},
"departure": {
"delay": 172,
"time": "1774941772"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 196,
"time": "1774939696"
},
"departure": {
"delay": 196,
"time": "1774939696"
},
"stopId": "FR:76351:ZE:3544:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 175,
"time": "1774941235"
},
"departure": {
"delay": 175,
"time": "1774941235"
},
"stopId": "FR:76351:ZE:3375:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 117,
"time": "1774938597"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 138,
"time": "1774941318"
},
"departure": {
"delay": 138,
"time": "1774941318"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 170,
"time": "1774941950"
},
"departure": {
"delay": 170,
"time": "1774941950"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 145,
"time": "1774940845"
},
"departure": {
"delay": 145,
"time": "1774940845"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 144,
"time": "1774939464"
},
"departure": {
"delay": 144,
"time": "1774939464"
},
"stopId": "FR:76351:ZE:3006:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 181,
"time": "1774938661"
},
"stopId": "FR:76341:ZE:4571:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 176,
"time": "1774940696"
},
"departure": {
"delay": 176,
"time": "1774940696"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 146,
"time": "1774941146"
},
"departure": {
"delay": 146,
"time": "1774941146"
},
"stopId": "FR:76351:ZE:3653:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 138,
"time": "1774940178"
},
"departure": {
"delay": 138,
"time": "1774940178"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 138,
"time": "1774941678"
},
"departure": {
"delay": 138,
"time": "1774941678"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 152,
"time": "1774940552"
},
"departure": {
"delay": 152,
"time": "1774940552"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 184,
"time": "1774941904"
},
"departure": {
"delay": 184,
"time": "1774941904"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 189,
"time": "1774940949"
},
"departure": {
"delay": 189,
"time": "1774940949"
},
"stopId": "FR:76351:ZE:3061:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 186,
"time": "1774939386"
},
"departure": {
"delay": 186,
"time": "1774939386"
},
"stopId": "FR:76351:ZE:3018:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 196,
"time": "1774940476"
},
"departure": {
"delay": 196,
"time": "1774940476"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 197,
"time": "1774941617"
},
"departure": {
"delay": 197,
"time": "1774941617"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 188,
"time": "1774941068"
},
"departure": {
"delay": 188,
"time": "1774941068"
},
"stopId": "FR:76351:ZE:3604:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 138,
"time": "1774941858"
},
"departure": {
"delay": 138,
"time": "1774941858"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 146,
"time": "1774941806"
},
"departure": {
"delay": 146,
"time": "1774941806"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230294x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011283x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 33,
"time": "1774939593"
},
"departure": {
"delay": 33,
"time": "1774939593"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 30
},
{
"departure": {
"delay": 12,
"time": "1774938612"
},
"stopId": "FR:76351:ZE:3624:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 42,
"time": "1774938822"
},
"departure": {
"delay": 42,
"time": "1774938822"
},
"stopId": "FR:76351:ZE:3507:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 39,
"time": "1774940739"
},
"departure": {
"delay": 39,
"time": "1774940739"
},
"stopId": "FR:76552:ZE:3103:ATOUMOD003",
"stopSequence": 47
},
{
"departure": {
"delay": -167,
"time": "1774937653"
},
"stopId": "FR:76447:ZE:3347:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": -8,
"time": "1774938712"
},
"stopId": "FR:76351:ZE:3016:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 19,
"time": "1774939879"
},
"departure": {
"delay": 19,
"time": "1774939879"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": -8,
"time": "1774940812"
},
"departure": {
"delay": -8,
"time": "1774940812"
},
"stopId": "FR:76552:ZE:3489:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 91,
"time": "1774938511"
},
"departure": {
"delay": 91,
"time": "1774938511"
},
"stopId": "FR:76351:ZE:3548:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 5,
"time": "1774941065"
},
"departure": {
"delay": 5,
"time": "1774941065"
},
"stopId": "FR:76552:ZE:4519:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": -8,
"time": "1774939252"
},
"departure": {
"delay": -8,
"time": "1774939252"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 28
},
{
"departure": {
"delay": 86,
"time": "1774938266"
},
"stopId": "FR:76351:ZE:3137:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -8,
"time": "1774940392"
},
"departure": {
"delay": -8,
"time": "1774940392"
},
"stopId": "FR:76351:ZE:3020:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 33,
"time": "1774939353"
},
"departure": {
"delay": 33,
"time": "1774939353"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": -8,
"time": "1774940272"
},
"departure": {
"delay": -8,
"time": "1774940272"
},
"stopId": "FR:76351:ZE:4611:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 70,
"time": "1774938430"
},
"departure": {
"delay": 70,
"time": "1774938430"
},
"stopId": "FR:76351:ZE:3250:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 11,
"time": "1774940111"
},
"departure": {
"delay": 11,
"time": "1774940111"
},
"stopId": "FR:76351:ZE:3051:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 31,
"time": "1774941031"
},
"departure": {
"delay": 31,
"time": "1774941031"
},
"stopId": "FR:76552:ZE:3172:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 42,
"time": "1774940442"
},
"departure": {
"delay": 42,
"time": "1774940442"
},
"stopId": "FR:76351:ZE:3459:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 14,
"time": "1774940174"
},
"departure": {
"delay": 14,
"time": "1774940174"
},
"stopId": "FR:76351:ZE:4593:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 15,
"time": "1774939695"
},
"departure": {
"delay": 15,
"time": "1774939695"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 44,
"time": "1774938164"
},
"stopId": "FR:76351:ZE:3595:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -4,
"time": "1774938896"
},
"departure": {
"delay": -4,
"time": "1774938896"
},
"stopId": "FR:76351:ZE:3224:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 42,
"time": "1774940562"
},
"departure": {
"delay": 42,
"time": "1774940562"
},
"stopId": "FR:76552:ZE:3297:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 35,
"time": "1774940915"
},
"departure": {
"delay": 35,
"time": "1774940915"
},
"stopId": "FR:76552:ZE:3355:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 49,
"time": "1774940869"
},
"departure": {
"delay": 49,
"time": "1774940869"
},
"stopId": "FR:76552:ZE:3339:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 22,
"time": "1774939162"
},
"departure": {
"delay": 22,
"time": "1774939162"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": -2,
"time": "1774940518"
},
"departure": {
"delay": -2,
"time": "1774940518"
},
"stopId": "FR:76552:ZE:3158:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": -6,
"time": "1774939014"
},
"departure": {
"delay": -6,
"time": "1774939014"
},
"stopId": "FR:76351:ZE:4516:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -8,
"time": "1774939792"
},
"departure": {
"delay": -8,
"time": "1774939792"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 40,
"time": "1774939960"
},
"departure": {
"delay": 40,
"time": "1774939960"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 40,
"time": "1774940980"
},
"departure": {
"delay": 40,
"time": "1774940980"
},
"stopId": "FR:76552:ZE:3105:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": -8,
"time": "1774941112"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 7,
"time": "1774939087"
},
"departure": {
"delay": 7,
"time": "1774939087"
},
"stopId": "FR:76351:ZE:3667:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -8,
"time": "1774940692"
},
"departure": {
"delay": -8,
"time": "1774940692"
},
"stopId": "FR:76552:ZE:3092:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 87,
"time": "1774938567"
},
"departure": {
"delay": 87,
"time": "1774938567"
},
"stopId": "FR:76351:ZE:3234:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 13,
"time": "1774940353"
},
"departure": {
"delay": 13,
"time": "1774940353"
},
"stopId": "FR:76351:ZE:3546:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 42,
"time": "1774940022"
},
"departure": {
"delay": 42,
"time": "1774940022"
},
"stopId": "FR:76351:ZE:3022:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 31,
"time": "1774940611"
},
"departure": {
"delay": 31,
"time": "1774940611"
},
"stopId": "FR:76552:ZE:3607:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 45,
"time": "1774938345"
},
"departure": {
"delay": 45,
"time": "1774938345"
},
"stopId": "FR:76351:ZE:3638:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011283x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:58:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 79,
"time": "1774937547"
},
"departure": {
"delay": 79,
"time": "1774937599"
},
"stopId": "FR:14536:ZE:26:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 65,
"time": "1774938273"
},
"departure": {
"delay": 65,
"time": "1774938305"
},
"stopId": "FR:14333:ZE:15:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 120,
"time": "1774938840"
},
"departure": {
"delay": 120,
"time": "1774938840"
},
"stopId": "FR:14333:ZE:5:ATOUMOD021",
"stopSequence": 20
},
{
"departure": {
"time": "1774936800"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 71,
"time": "1774937390"
},
"departure": {
"delay": 71,
"time": "1774937471"
},
"stopId": "FR:14333:ZE:28:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 106,
"time": "1774938491"
},
"departure": {
"delay": 106,
"time": "1774938526"
},
"stopId": "FR:14333:ZE:11:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 88,
"time": "1774938580"
},
"departure": {
"delay": 88,
"time": "1774938628"
},
"stopId": "FR:14333:ZE:9:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 6,
"time": "1774937199"
},
"departure": {
"delay": 6,
"time": "1774937286"
},
"stopId": "FR:14333:ZE:30:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 62,
"time": "1774938116"
},
"departure": {
"delay": 62,
"time": "1774938122"
},
"stopId": "FR:14333:ZE:19:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 6,
"time": "1774937991"
},
"departure": {
"delay": 6,
"time": "1774938006"
},
"stopId": "FR:14333:ZE:21:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 120,
"time": "1774938900"
},
"stopId": "FR:14333:ZE:3:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 70,
"time": "1774937682"
},
"departure": {
"delay": 70,
"time": "1774937710"
},
"stopId": "FR:14536:ZE:24:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 120,
"time": "1774938780"
},
"departure": {
"delay": 120,
"time": "1774938780"
},
"stopId": "FR:14333:ZE:7:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 7,
"time": "1774937132"
},
"departure": {
"delay": 7,
"time": "1774937167"
},
"stopId": "FR:14333:ZE:32:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 22,
"time": "1774936879"
},
"departure": {
"delay": 22,
"time": "1774936942"
},
"stopId": "FR:14333:ZE:40:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 13,
"time": "1774937072"
},
"departure": {
"delay": 13,
"time": "1774937113"
},
"stopId": "FR:14333:ZE:34:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 26,
"time": "1774937860"
},
"departure": {
"delay": 26,
"time": "1774937966"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 110,
"time": "1774938347"
},
"departure": {
"delay": 110,
"time": "1774938410"
},
"stopId": "FR:14333:ZE:13:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 11,
"time": "1774936982"
},
"departure": {
"delay": 11,
"time": "1774936991"
},
"stopId": "FR:14333:ZE:38:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 3,
"time": "1774937035"
},
"departure": {
"delay": 3,
"time": "1774937043"
},
"stopId": "FR:14333:ZE:36:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 44,
"time": "1774938141"
},
"departure": {
"delay": 44,
"time": "1774938224"
},
"stopId": "FR:14333:ZE:17:ATOUMOD021",
"stopSequence": 14
}
],
"timestamp": "1774938753",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:58:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4051224xGTFSxGSemH18xSemainex05:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -599,
"time": "1774939021"
},
"departure": {
"delay": -599,
"time": "1774939021"
},
"stopId": "FR:76351:ZE:4486:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -592,
"time": "1774939388"
},
"departure": {
"delay": -592,
"time": "1774939388"
},
"stopId": "FR:76351:ZE:3328:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -173,
"time": "1774938247"
},
"departure": {
"delay": -173,
"time": "1774938247"
},
"stopId": "FR:76305:ZE:4854:ATOUMOD003",
"stopSequence": 3
},
{
"departure": {
"delay": -618,
"time": "1774938702"
},
"stopId": "FR:76351:ZE:3271:ATOUMOD003",
"stopSequence": 8
},
{
"departure": {
"delay": -210,
"time": "1774938090"
},
"stopId": "FR:76305:ZE:4929:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": -573,
"time": "1774938987"
},
"departure": {
"delay": -573,
"time": "1774938987"
},
"stopId": "FR:76351:ZE:5150:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -618,
"time": "1774939662"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -500,
"time": "1774938640"
},
"departure": {
"delay": -500,
"time": "1774938640"
},
"stopId": "FR:76351:ZE:4801:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": -496,
"time": "1774938284"
},
"stopId": "FR:76351:ZE:4856:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": -568,
"time": "1774939352"
},
"departure": {
"delay": -568,
"time": "1774939352"
},
"stopId": "FR:76351:ZE:3792:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -476,
"time": "1774938544"
},
"departure": {
"delay": -476,
"time": "1774938544"
},
"stopId": "FR:76351:ZE:4852:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": -562,
"time": "1774938938"
},
"departure": {
"delay": -562,
"time": "1774938938"
},
"stopId": "FR:76351:ZE:5164:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -572,
"time": "1774939468"
},
"departure": {
"delay": -572,
"time": "1774939468"
},
"stopId": "FR:76351:ZE:3330:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -210,
"time": "1774938330"
},
"departure": {
"delay": -210,
"time": "1774938330"
},
"stopId": "FR:76305:ZE:4427:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": -603,
"time": "1774939197"
},
"departure": {
"delay": -603,
"time": "1774939197"
},
"stopId": "FR:76351:ZE:5197:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -579,
"time": "1774938861"
},
"departure": {
"delay": -579,
"time": "1774938861"
},
"stopId": "FR:76351:ZE:3481:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": -195,
"time": "1774938225"
},
"departure": {
"delay": -195,
"time": "1774938225"
},
"stopId": "FR:76305:ZE:4855:ATOUMOD003",
"stopSequence": 2
}
],
"timestamp": "1774938710",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:18:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4051224xGTFSxGSemH18xSemainex05:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747837x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 39,
"time": "1774933874"
},
"departure": {
"delay": 39,
"time": "1774933899"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 99,
"time": "1774933630"
},
"departure": {
"delay": 99,
"time": "1774933659"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 76,
"time": "1774933130"
},
"departure": {
"delay": 76,
"time": "1774933156"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 61,
"time": "1774934357"
},
"departure": {
"delay": 61,
"time": "1774934521"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 49,
"time": "1774933593"
},
"departure": {
"delay": 49,
"time": "1774933609"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -45,
"time": "1774933922"
},
"departure": {
"delay": -45,
"time": "1774933935"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -26,
"time": "1774934159"
},
"departure": {
"delay": -26,
"time": "1774934194"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -40,
"time": "1774934660"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 16,
"time": "1774932927"
},
"departure": {
"delay": 16,
"time": "1774932976"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 77,
"time": "1774933531"
},
"departure": {
"delay": 77,
"time": "1774933577"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 79,
"time": "1774933311"
},
"departure": {
"delay": 79,
"time": "1774933339"
},
"stopId": "FR:50129:ZE:10SWZ2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 71,
"time": "1774933240"
},
"departure": {
"delay": 71,
"time": "1774933271"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 76,
"time": "1774934557"
},
"departure": {
"delay": 76,
"time": "1774934596"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 37,
"time": "1774933442"
},
"departure": {
"delay": 37,
"time": "1774933477"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 36,
"time": "1774933399"
},
"departure": {
"delay": 36,
"time": "1774933416"
},
"stopId": "FR:50129:ZE:10GDM4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 78,
"time": "1774933026"
},
"departure": {
"delay": 78,
"time": "1774933038"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -58,
"time": "1774934246"
},
"departure": {
"delay": -58,
"time": "1774934282"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"departure": {
"delay": 25,
"time": "1774932625"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 2,
"time": "1774932806"
},
"departure": {
"delay": 2,
"time": "1774932842"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -26,
"time": "1774932680"
},
"departure": {
"delay": -26,
"time": "1774932694"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 11,
"time": "1774933790"
},
"departure": {
"delay": 11,
"time": "1774933811"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 67,
"time": "1774933060"
},
"departure": {
"delay": 67,
"time": "1774933087"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 14,
"time": "1774933998"
},
"departure": {
"delay": 14,
"time": "1774934114"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 76,
"time": "1774933502"
},
"departure": {
"delay": 76,
"time": "1774933516"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 14,
"time": "1774932786"
},
"departure": {
"delay": 14,
"time": "1774932794"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747837x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747519x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 56,
"time": "1774926476"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -14,
"time": "1774928506"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 16,
"time": "1774926728"
},
"departure": {
"delay": 16,
"time": "1774926736"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -3,
"time": "1774928381"
},
"departure": {
"delay": -3,
"time": "1774928397"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 37,
"time": "1774926926"
},
"departure": {
"delay": 37,
"time": "1774926937"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -43,
"time": "1774927604"
},
"departure": {
"delay": -43,
"time": "1774927637"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 35,
"time": "1774926621"
},
"departure": {
"delay": 35,
"time": "1774926635"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 13,
"time": "1774926837"
},
"departure": {
"delay": 13,
"time": "1774926853"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -4,
"time": "1774927006"
},
"departure": {
"delay": -4,
"time": "1774927016"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 1,
"time": "1774927532"
},
"departure": {
"delay": 1,
"time": "1774927561"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 13,
"time": "1774928225"
},
"departure": {
"delay": 13,
"time": "1774928233"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -9,
"time": "1774926755"
},
"departure": {
"delay": -9,
"time": "1774926771"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 16,
"time": "1774928165"
},
"departure": {
"delay": 16,
"time": "1774928176"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -5,
"time": "1774927777"
},
"departure": {
"delay": -5,
"time": "1774927795"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 30,
"time": "1774927405"
},
"departure": {
"delay": 30,
"time": "1774927410"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 20,
"time": "1774926673"
},
"departure": {
"delay": 20,
"time": "1774926680"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 12,
"time": "1774928261"
},
"departure": {
"delay": 12,
"time": "1774928292"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 21,
"time": "1774927455"
},
"departure": {
"delay": 21,
"time": "1774927461"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 17,
"time": "1774927894"
},
"departure": {
"delay": 17,
"time": "1774927937"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 5,
"time": "1774928456"
},
"departure": {
"delay": 5,
"time": "1774928465"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 71,
"time": "1774927088"
},
"departure": {
"delay": 71,
"time": "1774927211"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 11,
"time": "1774926600"
},
"departure": {
"delay": 11,
"time": "1774926611"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1774938717",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747519x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6524620896206848x4:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 36,
"time": "1774938686"
},
"departure": {
"delay": 36,
"time": "1774938696"
},
"stopId": "FR:14582:ZE:5162389924216832:ATOUMOD036",
"stopSequence": 16
},
{
"arrival": {
"delay": 20,
"time": "1774938249"
},
"departure": {
"delay": 20,
"time": "1774938260"
},
"stopId": "FR:14371:ZE:6262655771738112:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": 18,
"time": "1774938360"
},
"departure": {
"delay": 18,
"time": "1774938378"
},
"stopId": "FR:14371:ZE:5175882110992384:ATOUMOD036",
"stopSequence": 12
},
{
"arrival": {
"delay": -39,
"time": "1774939232"
},
"departure": {
"delay": -39,
"time": "1774939281"
},
"stopId": "FR:14366:ZE:678860002:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": -34,
"time": "1774939182"
},
"departure": {
"delay": -34,
"time": "1774939226"
},
"stopId": "FR:14366:ZE:35170002:ATOUMOD036",
"stopSequence": 22
},
{
"arrival": {
"delay": 74,
"time": "1774938183"
},
"departure": {
"delay": 74,
"time": "1774938194"
},
"stopId": "FR:14371:ZE:5175503667331072:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": 41,
"time": "1774939051"
},
"departure": {
"delay": 41,
"time": "1774939061"
},
"stopId": "FR:14366:ZE:5179214334525440:ATOUMOD036",
"stopSequence": 19
},
{
"arrival": {
"delay": -18,
"time": "1774939154"
},
"departure": {
"delay": -18,
"time": "1774939182"
},
"stopId": "FR:14366:ZE:650570001:ATOUMOD036",
"stopSequence": 21
},
{
"arrival": {
"delay": 48,
"time": "1774938749"
},
"departure": {
"delay": 48,
"time": "1774938768"
},
"stopId": "FR:14625:ZE:6221161186721792:ATOUMOD036",
"stopSequence": 17
},
{
"arrival": {
"delay": 23,
"time": "1774938010"
},
"departure": {
"delay": 23,
"time": "1774938083"
},
"stopId": "FR:14371:ZE:5071673856360448:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": 23,
"time": "1774938853"
},
"departure": {
"delay": 23,
"time": "1774938863"
},
"stopId": "FR:14625:ZE:5974180837195776:ATOUMOD036",
"stopSequence": 18
},
{
"arrival": {
"delay": 70,
"time": "1774938480"
},
"departure": {
"delay": 70,
"time": "1774938490"
},
"stopId": "FR:14582:ZE:6212828950167552:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": 47,
"time": "1774938637"
},
"departure": {
"delay": 47,
"time": "1774938647"
},
"stopId": "FR:14582:ZE:6196950456074240:ATOUMOD036",
"stopSequence": 15
},
{
"arrival": {
"delay": -4,
"time": "1774937935"
},
"departure": {
"delay": -4,
"time": "1774937936"
},
"stopId": "FR:14371:ZE:5156573615751168:ATOUMOD036",
"stopSequence": 8
},
{
"arrival": {
"delay": 29,
"time": "1774939099"
},
"departure": {
"delay": 29,
"time": "1774939109"
},
"stopId": "FR:14366:ZE:294970015:ATOUMOD036",
"stopSequence": 20
},
{
"arrival": {
"delay": -51,
"time": "1774939268"
},
"departure": {
"delay": -51,
"time": "1774939329"
},
"stopId": "FR:14366:ZE:35140003:ATOUMOD036",
"stopSequence": 25
},
{
"arrival": {
"delay": -191,
"time": "1774939309"
},
"stopId": "FR:14366:ZE:1190003:ATOUMOD036",
"stopSequence": 26
}
],
"timestamp": "1774938728",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:4841323284660224:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6524620896206848x4:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:5923767074160640x2:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 143,
"time": "1774938668"
},
"departure": {
"delay": 143,
"time": "1774938683"
},
"stopId": "FR:50165:ZE:4811184306913280:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": -144,
"time": "1774940402"
},
"departure": {
"delay": -144,
"time": "1774940556"
},
"stopId": "FR:50532:ZE:767160015:ATOUMOD105",
"stopSequence": 35
},
{
"arrival": {
"delay": 98,
"time": "1774938756"
},
"departure": {
"delay": 98,
"time": "1774938758"
},
"stopId": "FR:50165:ZE:6217557207941120:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": -123,
"time": "1774940324"
},
"departure": {
"delay": -123,
"time": "1774940457"
},
"stopId": "FR:50532:ZE:752240007:ATOUMOD105",
"stopSequence": 34
},
{
"arrival": {
"delay": -111,
"time": "1774940169"
},
"departure": {
"delay": -111,
"time": "1774940289"
},
"stopId": "FR:50218:ZE:712770017:ATOUMOD105",
"stopSequence": 32
},
{
"arrival": {
"delay": -118,
"time": "1774939915"
},
"departure": {
"delay": -118,
"time": "1774940042"
},
"stopId": "FR:50218:ZE:767200002:ATOUMOD105",
"stopSequence": 30
},
{
"arrival": {
"delay": -77,
"time": "1774939396"
},
"departure": {
"delay": -77,
"time": "1774939483"
},
"stopId": "FR:50218:ZE:746190002:ATOUMOD105",
"stopSequence": 21
},
{
"arrival": {
"delay": -114,
"time": "1774939742"
},
"departure": {
"delay": -114,
"time": "1774939866"
},
"stopId": "FR:50218:ZE:761940002:ATOUMOD105",
"stopSequence": 27
},
{
"arrival": {
"delay": 125,
"time": "1774938282"
},
"departure": {
"delay": 125,
"time": "1774938305"
},
"stopId": "FR:50165:ZE:757990018:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": -5,
"time": "1774939301"
},
"departure": {
"delay": -5,
"time": "1774939315"
},
"stopId": "FR:50218:ZE:712770016:ATOUMOD105",
"stopSequence": 20
},
{
"arrival": {
"delay": 67,
"time": "1774939017"
},
"departure": {
"delay": 67,
"time": "1774939027"
},
"stopId": "FR:50218:ZE:740090003:ATOUMOD105",
"stopSequence": 16
},
{
"arrival": {
"delay": -108,
"time": "1774939815"
},
"departure": {
"delay": -108,
"time": "1774939932"
},
"stopId": "FR:50218:ZE:759840003:ATOUMOD105",
"stopSequence": 28
},
{
"arrival": {
"delay": 91,
"time": "1774938441"
},
"departure": {
"delay": 91,
"time": "1774938451"
},
"stopId": "FR:50165:ZE:746190003:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": 138,
"time": "1774938359"
},
"departure": {
"delay": 138,
"time": "1774938378"
},
"stopId": "FR:50165:ZE:767190002:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": -148,
"time": "1774940515"
},
"departure": {
"delay": -148,
"time": "1774940672"
},
"stopId": "FR:50532:ZE:742490002:ATOUMOD105",
"stopSequence": 36
},
{
"arrival": {
"delay": -157,
"time": "1774940963"
},
"stopId": "FR:50532:ZE:753630002:ATOUMOD105",
"stopSequence": 40
},
{
"arrival": {
"delay": -103,
"time": "1774940245"
},
"departure": {
"delay": -103,
"time": "1774940357"
},
"stopId": "FR:50218:ZE:738750004:ATOUMOD105",
"stopSequence": 33
},
{
"arrival": {
"delay": -146,
"time": "1774940759"
},
"departure": {
"delay": -146,
"time": "1774940914"
},
"stopId": "FR:50532:ZE:757970023:ATOUMOD105",
"stopSequence": 39
},
{
"arrival": {
"delay": 94,
"time": "1774938504"
},
"departure": {
"delay": 94,
"time": "1774938514"
},
"stopId": "FR:50165:ZE:5074917903040512:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": 83,
"time": "1774938192"
},
"departure": {
"delay": 83,
"time": "1774938203"
},
"stopId": "FR:50165:ZE:767160014:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": 68,
"time": "1774939138"
},
"departure": {
"delay": 68,
"time": "1774939148"
},
"stopId": "FR:50218:ZE:752240005:ATOUMOD105",
"stopSequence": 18
},
{
"arrival": {
"delay": -85,
"time": "1774939440"
},
"departure": {
"delay": -85,
"time": "1774939535"
},
"stopId": "FR:50218:ZE:756080003:ATOUMOD105",
"stopSequence": 22
},
{
"arrival": {
"delay": -147,
"time": "1774940696"
},
"departure": {
"delay": -147,
"time": "1774940853"
},
"stopId": "FR:50532:ZE:757920018:ATOUMOD105",
"stopSequence": 38
},
{
"arrival": {
"delay": 75,
"time": "1774938845"
},
"departure": {
"delay": 75,
"time": "1774938855"
},
"stopId": "FR:50218:ZE:759790014:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": 9,
"time": "1774939199"
},
"departure": {
"delay": 9,
"time": "1774939209"
},
"stopId": "FR:50218:ZE:758020003:ATOUMOD105",
"stopSequence": 19
},
{
"arrival": {
"delay": -138,
"time": "1774940594"
},
"departure": {
"delay": -138,
"time": "1774940742"
},
"stopId": "FR:50532:ZE:749890004:ATOUMOD105",
"stopSequence": 37
},
{
"arrival": {
"delay": 75,
"time": "1774939085"
},
"departure": {
"delay": 75,
"time": "1774939095"
},
"stopId": "FR:50218:ZE:759840001:ATOUMOD105",
"stopSequence": 17
},
{
"arrival": {
"delay": -98,
"time": "1774939534"
},
"departure": {
"delay": -98,
"time": "1774939642"
},
"stopId": "FR:50218:ZE:761860019:ATOUMOD105",
"stopSequence": 23
},
{
"arrival": {
"delay": -108,
"time": "1774939874"
},
"departure": {
"delay": -108,
"time": "1774939992"
},
"stopId": "FR:50218:ZE:748670005:ATOUMOD105",
"stopSequence": 29
},
{
"arrival": {
"delay": -133,
"time": "1774940005"
},
"departure": {
"delay": -133,
"time": "1774940147"
},
"stopId": "FR:50218:ZE:756080005:ATOUMOD105",
"stopSequence": 31
},
{
"arrival": {
"delay": -104,
"time": "1774939642"
},
"departure": {
"delay": -104,
"time": "1774939756"
},
"stopId": "FR:50218:ZE:5166996127744000:ATOUMOD105",
"stopSequence": 26
},
{
"arrival": {
"delay": 55,
"time": "1774938111"
},
"departure": {
"delay": 55,
"time": "1774938115"
},
"stopId": "FR:50647:ZE:738750003:ATOUMOD105",
"stopSequence": 6
}
],
"timestamp": "1774938697",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD105:Line:348940035:LOC",
"tripId": "ATOUMOD105:ServiceJourney:5923767074160640x2:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745711x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 26,
"time": "1774928906"
},
"departure": {
"delay": 26,
"time": "1774928906"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -15,
"time": "1774930036"
},
"departure": {
"delay": -15,
"time": "1774930125"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -55,
"time": "1774930612"
},
"departure": {
"delay": -55,
"time": "1774930625"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -41,
"time": "1774931286"
},
"departure": {
"delay": -41,
"time": "1774931299"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -48,
"time": "1774928999"
},
"departure": {
"delay": -48,
"time": "1774929012"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -27,
"time": "1774930799"
},
"departure": {
"delay": -27,
"time": "1774930833"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -26,
"time": "1774929783"
},
"departure": {
"delay": -26,
"time": "1774929814"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -39,
"time": "1774930443"
},
"departure": {
"delay": -39,
"time": "1774930461"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -56,
"time": "1774930358"
},
"departure": {
"delay": -56,
"time": "1774930384"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -66,
"time": "1774930422"
},
"departure": {
"delay": -66,
"time": "1774930434"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -8,
"time": "1774931022"
},
"departure": {
"delay": -8,
"time": "1774931032"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -43,
"time": "1774930887"
},
"departure": {
"delay": -43,
"time": "1774930937"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -34,
"time": "1774930691"
},
"departure": {
"delay": -34,
"time": "1774930766"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 63,
"time": "1774928688"
},
"departure": {
"delay": 63,
"time": "1774928703"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -41,
"time": "1774931222"
},
"departure": {
"delay": -41,
"time": "1774931239"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -58,
"time": "1774930186"
},
"departure": {
"delay": -58,
"time": "1774930202"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -49,
"time": "1774929653"
},
"departure": {
"delay": -49,
"time": "1774929731"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -27,
"time": "1774929064"
},
"departure": {
"delay": -27,
"time": "1774929153"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -32,
"time": "1774931176"
},
"departure": {
"delay": -32,
"time": "1774931188"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -41,
"time": "1774928948"
},
"departure": {
"delay": -41,
"time": "1774928959"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -39,
"time": "1774929852"
},
"departure": {
"delay": -39,
"time": "1774929921"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 11,
"time": "1774929567"
},
"departure": {
"delay": 11,
"time": "1774929611"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 10,
"time": "1774928814"
},
"departure": {
"delay": 10,
"time": "1774928830"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 61,
"time": "1774928641"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -38,
"time": "1774929238"
},
"departure": {
"delay": -38,
"time": "1774929322"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 33,
"time": "1774928763"
},
"departure": {
"delay": 33,
"time": "1774928793"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -15,
"time": "1774931074"
},
"departure": {
"delay": -15,
"time": "1774931085"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -77,
"time": "1774931383"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -54,
"time": "1774930248"
},
"departure": {
"delay": -54,
"time": "1774930326"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -52,
"time": "1774929384"
},
"departure": {
"delay": -52,
"time": "1774929428"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -20,
"time": "1774931121"
},
"departure": {
"delay": -20,
"time": "1774931140"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -62,
"time": "1774929946"
},
"departure": {
"delay": -62,
"time": "1774929958"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -56,
"time": "1774929173"
},
"departure": {
"delay": -56,
"time": "1774929184"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -66,
"time": "1774931325"
},
"departure": {
"delay": -66,
"time": "1774931334"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -26,
"time": "1774930517"
},
"departure": {
"delay": -26,
"time": "1774930534"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -81,
"time": "1774929982"
},
"departure": {
"delay": -81,
"time": "1774929999"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745711x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596617:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11,
"time": "1774938431"
},
"departure": {
"delay": 11,
"time": "1774938431"
},
"stopId": "FR:27229:ZE:0xVED01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 32,
"time": "1774938146"
},
"departure": {
"delay": 32,
"time": "1774938152"
},
"stopId": "FR:27229:ZE:0xMFO01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 40,
"time": "1774938280"
},
"departure": {
"delay": 40,
"time": "1774938280"
},
"stopId": "FR:27229:ZE:0xTAU01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -157,
"time": "1774939103"
},
"departure": {
"delay": -157,
"time": "1774939103"
},
"stopId": "FR:27229:ZE:0xROR01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -174,
"time": "1774939266"
},
"departure": {
"delay": -174,
"time": "1774939266"
},
"stopId": "FR:27229:ZE:0xPAS01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 92,
"time": "1774937976"
},
"departure": {
"delay": 92,
"time": "1774938032"
},
"stopId": "FR:27229:ZE:0xCCA01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -214,
"time": "1774939406"
},
"departure": {
"delay": -214,
"time": "1774939406"
},
"stopId": "FR:27229:ZE:0xRUG02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -190,
"time": "1774939370"
},
"departure": {
"delay": -190,
"time": "1774939370"
},
"stopId": "FR:27229:ZE:0xVOL02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -145,
"time": "1774938935"
},
"departure": {
"delay": -145,
"time": "1774938935"
},
"stopId": "FR:27229:ZE:0xFRI01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -172,
"time": "1774939208"
},
"departure": {
"delay": -172,
"time": "1774939208"
},
"stopId": "FR:27229:ZE:0xJOL01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -187,
"time": "1774939013"
},
"departure": {
"delay": -187,
"time": "1774939013"
},
"stopId": "FR:27229:ZE:0xRRE01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 4,
"time": "1774938484"
},
"departure": {
"delay": 4,
"time": "1774938484"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -74,
"time": "1774938766"
},
"departure": {
"delay": -74,
"time": "1774938766"
},
"stopId": "FR:27229:ZE:0xGAR01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -179,
"time": "1774939321"
},
"departure": {
"delay": -179,
"time": "1774939321"
},
"stopId": "FR:27229:ZE:0xKEN04:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 71,
"time": "1774938371"
},
"departure": {
"delay": 71,
"time": "1774938371"
},
"stopId": "FR:27229:ZE:0xARC01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -44,
"time": "1774938856"
},
"departure": {
"delay": -44,
"time": "1774938856"
},
"stopId": "FR:27229:ZE:0xBRI01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -240,
"time": "1774939440"
},
"stopId": "FR:27229:ZE:0xMOL02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -28,
"time": "1774938678"
},
"departure": {
"delay": -28,
"time": "1774938692"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 11
}
],
"timestamp": "1774938345",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596617:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230520x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 157,
"time": "1774940497"
},
"departure": {
"delay": 157,
"time": "1774940497"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 163,
"time": "1774938943"
},
"departure": {
"delay": 163,
"time": "1774938943"
},
"stopId": "FR:76351:ZE:4468:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 185,
"time": "1774941185"
},
"departure": {
"delay": 185,
"time": "1774941185"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 171,
"time": "1774939671"
},
"departure": {
"delay": 171,
"time": "1774939671"
},
"stopId": "FR:76351:ZE:3628:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 145,
"time": "1774941085"
},
"departure": {
"delay": 145,
"time": "1774941085"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 145,
"time": "1774939405"
},
"departure": {
"delay": 145,
"time": "1774939405"
},
"stopId": "FR:76351:ZE:3125:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 145,
"time": "1774940245"
},
"departure": {
"delay": 145,
"time": "1774940245"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 175,
"time": "1774939795"
},
"departure": {
"delay": 175,
"time": "1774939795"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 177,
"time": "1774939557"
},
"departure": {
"delay": 177,
"time": "1774939557"
},
"stopId": "FR:76351:ZE:3532:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 145,
"time": "1774940605"
},
"departure": {
"delay": 145,
"time": "1774940605"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 196,
"time": "1774939336"
},
"departure": {
"delay": 196,
"time": "1774939336"
},
"stopId": "FR:76351:ZE:3418:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 147,
"time": "1774939167"
},
"departure": {
"delay": 147,
"time": "1774939167"
},
"stopId": "FR:76351:ZE:3385:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 197,
"time": "1774940417"
},
"departure": {
"delay": 197,
"time": "1774940417"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 189,
"time": "1774940949"
},
"departure": {
"delay": 189,
"time": "1774940949"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 145,
"time": "1774940845"
},
"departure": {
"delay": 145,
"time": "1774940845"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 145,
"time": "1774939885"
},
"departure": {
"delay": 145,
"time": "1774939885"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 202,
"time": "1774938862"
},
"departure": {
"delay": 202,
"time": "1774938862"
},
"stopId": "FR:76351:ZE:4725:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 155,
"time": "1774941215"
},
"departure": {
"delay": 155,
"time": "1774941215"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 145,
"time": "1774939225"
},
"departure": {
"delay": 145,
"time": "1774939225"
},
"stopId": "FR:76351:ZE:3427:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 146,
"time": "1774939286"
},
"departure": {
"delay": 146,
"time": "1774939286"
},
"stopId": "FR:76351:ZE:3364:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 145,
"time": "1774941145"
},
"departure": {
"delay": 145,
"time": "1774941145"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 194,
"time": "1774941434"
},
"departure": {
"delay": 194,
"time": "1774941434"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 175,
"time": "1774938715"
},
"stopId": "FR:76351:ZE:4836:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 190,
"time": "1774939090"
},
"departure": {
"delay": 190,
"time": "1774939090"
},
"stopId": "FR:76351:ZE:5224:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 145,
"time": "1774941505"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 195,
"time": "1774940175"
},
"departure": {
"delay": 195,
"time": "1774940175"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 115,
"time": "1774938535"
},
"stopId": "FR:76351:ZE:4823:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 155,
"time": "1774939475"
},
"departure": {
"delay": 155,
"time": "1774939475"
},
"stopId": "FR:76351:ZE:3358:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 150,
"time": "1774940310"
},
"departure": {
"delay": 150,
"time": "1774940310"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 199,
"time": "1774941379"
},
"departure": {
"delay": 199,
"time": "1774941379"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 128,
"time": "1774938608"
},
"departure": {
"delay": 128,
"time": "1774938608"
},
"stopId": "FR:76351:ZE:4256:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 170,
"time": "1774941290"
},
"departure": {
"delay": 170,
"time": "1774941290"
},
"stopId": "FR:76351:ZE:3785:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 145,
"time": "1774938985"
},
"departure": {
"delay": 145,
"time": "1774938985"
},
"stopId": "FR:76351:ZE:4559:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 168,
"time": "1774940088"
},
"departure": {
"delay": 168,
"time": "1774940088"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 145,
"time": "1774941325"
},
"departure": {
"delay": 145,
"time": "1774941325"
},
"stopId": "FR:76351:ZE:3342:ATOUMOD003",
"stopSequence": 33
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230520x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470520:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 6,
"time": "1774939386"
},
"departure": {
"delay": 6,
"time": "1774939386"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -52,
"time": "1774939088"
},
"departure": {
"delay": -52,
"time": "1774939088"
},
"stopId": "FR:27375:ZE:0x6408:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -13,
"time": "1774938647"
},
"departure": {
"delay": -13,
"time": "1774938647"
},
"stopId": "FR:27701:ZE:0x7055:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -13,
"time": "1774938707"
},
"departure": {
"delay": -13,
"time": "1774938707"
},
"stopId": "FR:27701:ZE:0x7045:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 4,
"time": "1774938784"
},
"departure": {
"delay": 4,
"time": "1774938784"
},
"stopId": "FR:27701:ZE:0x7069:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -98,
"time": "1774938982"
},
"departure": {
"delay": -98,
"time": "1774938982"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -38,
"time": "1774938562"
},
"departure": {
"delay": -38,
"time": "1774938562"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -13,
"time": "1774938167"
},
"departure": {
"delay": -13,
"time": "1774938167"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -115,
"time": "1774939565"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -16,
"time": "1774938464"
},
"departure": {
"delay": -16,
"time": "1774938464"
},
"stopId": "FR:27701:ZE:0x7109:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"time": "1774939160"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:27375:ZE:0x6443:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -25,
"time": "1774938215"
},
"departure": {
"delay": -25,
"time": "1774938215"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -47,
"time": "1774938913"
},
"departure": {
"delay": -47,
"time": "1774938913"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -10,
"time": "1774938830"
},
"departure": {
"delay": -10,
"time": "1774938830"
},
"stopId": "FR:27701:ZE:0x7037:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -69,
"time": "1774939431"
},
"departure": {
"delay": -69,
"time": "1774939431"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -99,
"time": "1774939521"
},
"departure": {
"delay": -99,
"time": "1774939521"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -16,
"time": "1774938524"
},
"departure": {
"delay": -16,
"time": "1774938524"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 24,
"time": "1774938744"
},
"departure": {
"delay": 24,
"time": "1774938744"
},
"stopId": "FR:27701:ZE:0x7133:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -5,
"time": "1774939315"
},
"departure": {
"delay": -5,
"time": "1774939315"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -27,
"time": "1774938333"
},
"departure": {
"delay": -27,
"time": "1774938333"
},
"stopId": "FR:27701:ZE:0x7096:ATOUMOD006",
"stopSequence": 5
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470520:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1640:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774935943"
},
"departure": {
"time": "1774935967"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774937724"
},
"departure": {
"time": "1774937724"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"time": "1774938772"
},
"departure": {
"time": "1774938772"
},
"stopId": "FR:76212:ZE:TCARxCANAD1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"time": "1774936717"
},
"departure": {
"time": "1774936717"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"time": "1774935870"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774937942"
},
"departure": {
"time": "1774937968"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"time": "1774938492"
},
"departure": {
"time": "1774938542"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"time": "1774936294"
},
"departure": {
"time": "1774936294"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774937567"
},
"departure": {
"time": "1774937567"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774936467"
},
"departure": {
"time": "1774936467"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774936369"
},
"departure": {
"time": "1774936418"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774937367"
},
"departure": {
"time": "1774937367"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774937467"
},
"departure": {
"time": "1774937493"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774936067"
},
"departure": {
"time": "1774936092"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774937073"
},
"departure": {
"time": "1774937192"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774937642"
},
"departure": {
"time": "1774937642"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774936617"
},
"departure": {
"time": "1774936617"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774938169"
},
"departure": {
"time": "1774938169"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"time": "1774937267"
},
"departure": {
"time": "1774937267"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774936167"
},
"departure": {
"time": "1774936192"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774938317"
},
"departure": {
"time": "1774938317"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"time": "1774938643"
},
"departure": {
"time": "1774938643"
},
"stopId": "FR:76212:ZE:TCARxDMAIR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"time": "1774937797"
},
"departure": {
"time": "1774937797"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774936950"
},
"departure": {
"time": "1774937017"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774938392"
},
"departure": {
"time": "1774938392"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"time": "1774938928"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 26
}
],
"timestamp": "1774935379",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1640:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597009:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 245,
"time": "1774938425"
},
"departure": {
"delay": 245,
"time": "1774938425"
},
"stopId": "FR:27229:ZE:0xFAU02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 224,
"time": "1774938079"
},
"departure": {
"delay": 224,
"time": "1774938104"
},
"stopId": "FR:27229:ZE:0xBRO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 193,
"time": "1774938593"
},
"departure": {
"delay": 193,
"time": "1774938613"
},
"stopId": "FR:27229:ZE:0xFER02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 10,
"time": "1774938970"
},
"stopId": "FR:27229:ZE:0xBOI02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": 211,
"time": "1774938511"
},
"departure": {
"delay": 211,
"time": "1774938511"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 182,
"time": "1774938842"
},
"departure": {
"delay": 182,
"time": "1774938842"
},
"stopId": "FR:27229:ZE:0xCAR02:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 163,
"time": "1774937983"
},
"departure": {
"delay": 163,
"time": "1774937983"
},
"stopId": "FR:27229:ZE:0xLEB01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 163,
"time": "1774938703"
},
"departure": {
"delay": 163,
"time": "1774938703"
},
"stopId": "FR:27229:ZE:0xDUN02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 284,
"time": "1774938344"
},
"departure": {
"delay": 284,
"time": "1774938344"
},
"stopId": "FR:27229:ZE:0xHAR02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 313,
"time": "1774938251"
},
"departure": {
"delay": 313,
"time": "1774938253"
},
"stopId": "FR:27229:ZE:0xLOG02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 133,
"time": "1774937814"
},
"departure": {
"delay": 133,
"time": "1774937893"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 253,
"time": "1774938175"
},
"departure": {
"delay": 253,
"time": "1774938193"
},
"stopId": "FR:27229:ZE:0xBEV02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 130,
"time": "1774938910"
},
"departure": {
"delay": 130,
"time": "1774938910"
},
"stopId": "FR:27229:ZE:0xNET02:ATOUMOD004",
"stopSequence": 28
}
],
"timestamp": "1774938345",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597009:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596556:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 94,
"time": "1774941754"
},
"departure": {
"delay": 94,
"time": "1774941754"
},
"stopId": "FR:27306:ZE:0xVIl02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 28,
"time": "1774941208"
},
"departure": {
"delay": 28,
"time": "1774941208"
},
"stopId": "FR:27229:ZE:0xLAK01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"time": "1774940820"
},
"departure": {
"time": "1774940820"
},
"stopId": "FR:27229:ZE:0xGAR04:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 9,
"time": "1774941129"
},
"departure": {
"delay": 9,
"time": "1774941129"
},
"stopId": "FR:27229:ZE:0xTRA01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 26,
"time": "1774940726"
},
"departure": {
"delay": 26,
"time": "1774940726"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 36,
"time": "1774941036"
},
"departure": {
"delay": 36,
"time": "1774941036"
},
"stopId": "FR:27229:ZE:0xORL01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 87,
"time": "1774941807"
},
"stopId": "FR:27306:ZE:0xCID02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 22,
"time": "1774940482"
},
"departure": {
"delay": 22,
"time": "1774940482"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 87,
"time": "1774941687"
},
"departure": {
"delay": 87,
"time": "1774941687"
},
"stopId": "FR:27306:ZE:0xOIS02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 40,
"time": "1774940980"
},
"departure": {
"delay": 40,
"time": "1774940980"
},
"stopId": "FR:27229:ZE:0xMOU01:ATOUMOD004",
"stopSequence": 8
},
{
"departure": {
"time": "1774940400"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 48,
"time": "1774940568"
},
"departure": {
"delay": 48,
"time": "1774940568"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 30,
"time": "1774940910"
},
"departure": {
"delay": 30,
"time": "1774940910"
},
"stopId": "FR:27229:ZE:0xLET01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 28,
"time": "1774941088"
},
"departure": {
"delay": 28,
"time": "1774941088"
},
"stopId": "FR:27229:ZE:0xPOL03:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 43,
"time": "1774941283"
},
"departure": {
"delay": 43,
"time": "1774941283"
},
"stopId": "FR:27229:ZE:0xRON01:ATOUMOD004",
"stopSequence": 18
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T6:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596556:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3372F46208x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774934940"
},
"departure": {
"time": "1774935000"
},
"stopId": "FR:14514:ZE:StopPointxOCETrainxTERx87444349:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774942680"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774937040"
},
"departure": {
"time": "1774937100"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 8
},
{
"departure": {
"time": "1774934460"
},
"stopId": "FR:14220:ZE:StopPointxOCETrainxTERx87444372:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774938600"
},
"departure": {
"time": "1774938720"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774936080"
},
"departure": {
"time": "1774936140"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 5
}
],
"timestamp": "1774930839",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx03A83359x7D9Dx4301x9C87x92FED4666451x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3372F46208x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4075710x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 91,
"time": "1774939591"
},
"departure": {
"delay": 91,
"time": "1774939591"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 78,
"time": "1774939038"
},
"departure": {
"delay": 78,
"time": "1774939038"
},
"stopId": "FR:76351:ZE:3389:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 62,
"time": "1774939202"
},
"departure": {
"delay": 62,
"time": "1774939202"
},
"stopId": "FR:76351:ZE:3667:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 35,
"time": "1774940015"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 83,
"time": "1774939283"
},
"departure": {
"delay": 83,
"time": "1774939283"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 35,
"time": "1774939475"
},
"departure": {
"delay": 35,
"time": "1774939475"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 44,
"time": "1774938704"
},
"stopId": "FR:76351:ZE:3458:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 61,
"time": "1774939381"
},
"departure": {
"delay": 61,
"time": "1774939381"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 67,
"time": "1774938847"
},
"departure": {
"delay": 67,
"time": "1774938847"
},
"stopId": "FR:76351:ZE:3676:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 63,
"time": "1774938783"
},
"departure": {
"delay": 63,
"time": "1774938783"
},
"stopId": "FR:76351:ZE:3246:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 35,
"time": "1774938935"
},
"departure": {
"delay": 35,
"time": "1774938935"
},
"stopId": "FR:76351:ZE:3145:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 35,
"time": "1774939655"
},
"departure": {
"delay": 35,
"time": "1774939655"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 35,
"time": "1774939715"
},
"departure": {
"delay": 35,
"time": "1774939715"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 28,
"time": "1774938568"
},
"stopId": "FR:76351:ZE:3717:ATOUMOD003",
"stopSequence": 1
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C6:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4075710x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598288:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 42,
"time": "1774939422"
},
"departure": {
"delay": 42,
"time": "1774939422"
},
"stopId": "FR:27306:ZE:0xCOS01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -60,
"time": "1774939620"
},
"departure": {
"delay": -60,
"time": "1774939620"
},
"stopId": "FR:27684:ZE:0xCAD01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 159,
"time": "1774938879"
},
"departure": {
"delay": 159,
"time": "1774938879"
},
"stopId": "FR:27229:ZE:0xMOU02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -114,
"time": "1774939746"
},
"departure": {
"delay": -114,
"time": "1774939746"
},
"stopId": "FR:27229:ZE:0xZII02:ATOUMOD004",
"stopSequence": 34
},
{
"departure": {
"delay": 105,
"time": "1774938705"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -139,
"time": "1774939781"
},
"departure": {
"delay": -139,
"time": "1774939781"
},
"stopId": "FR:27229:ZE:0xANO02:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": -2,
"time": "1774939558"
},
"departure": {
"delay": -2,
"time": "1774939558"
},
"stopId": "FR:27229:ZE:0xARI01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 146,
"time": "1774939166"
},
"departure": {
"delay": 146,
"time": "1774939166"
},
"stopId": "FR:27229:ZE:0xMDS01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 146,
"time": "1774939106"
},
"departure": {
"delay": 146,
"time": "1774939106"
},
"stopId": "FR:27229:ZE:0xHEL01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 158,
"time": "1774938938"
},
"departure": {
"delay": 158,
"time": "1774938938"
},
"stopId": "FR:27229:ZE:0xORL02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -153,
"time": "1774940007"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 37
},
{
"arrival": {
"delay": -82,
"time": "1774939718"
},
"departure": {
"delay": -82,
"time": "1774939718"
},
"stopId": "FR:27229:ZE:0xICO02:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": 150,
"time": "1774938810"
},
"departure": {
"delay": 150,
"time": "1774938810"
},
"stopId": "FR:27229:ZE:0xLET02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 24,
"time": "1774939404"
},
"departure": {
"delay": 24,
"time": "1774939404"
},
"stopId": "FR:27306:ZE:0xLAG01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": 68,
"time": "1774939328"
},
"departure": {
"delay": 68,
"time": "1774939328"
},
"stopId": "FR:27306:ZE:0xMEL04:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -7,
"time": "1774939493"
},
"departure": {
"delay": -7,
"time": "1774939493"
},
"stopId": "FR:27306:ZE:0xDAR01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 146,
"time": "1774939226"
},
"departure": {
"delay": 146,
"time": "1774939226"
},
"stopId": "FR:27229:ZE:0xJUI01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 150,
"time": "1774939050"
},
"departure": {
"delay": 150,
"time": "1774939050"
},
"stopId": "FR:27229:ZE:0xPRO01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -141,
"time": "1774939839"
},
"departure": {
"delay": -141,
"time": "1774939839"
},
"stopId": "FR:27229:ZE:0xJAM02:ATOUMOD004",
"stopSequence": 36
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T7:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598288:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1698:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -26117,
"time": "1774938763"
},
"departure": {
"delay": -26117,
"time": "1774938763"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -26110,
"time": "1774938830"
},
"departure": {
"delay": -26110,
"time": "1774938830"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -26153,
"time": "1774938487"
},
"departure": {
"delay": -26153,
"time": "1774938487"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -26118,
"time": "1774938582"
},
"departure": {
"delay": -26118,
"time": "1774938582"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"delay": -26250,
"time": "1774938270"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -26010,
"time": "1774939290"
},
"departure": {
"delay": -26010,
"time": "1774939290"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -26198,
"time": "1774938336"
},
"departure": {
"delay": -26198,
"time": "1774938382"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -26059,
"time": "1774939121"
},
"departure": {
"delay": -26059,
"time": "1774939121"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -26113,
"time": "1774938685"
},
"departure": {
"delay": -26113,
"time": "1774938707"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1774937988",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1698:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:5417859111976960x1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -6,
"time": "1774939658"
},
"departure": {
"delay": -6,
"time": "1774939674"
},
"stopId": "FR:50218:ZE:761950001:ATOUMOD105",
"stopSequence": 13
},
{
"arrival": {
"delay": -21,
"time": "1774939868"
},
"departure": {
"delay": -21,
"time": "1774939899"
},
"stopId": "FR:50218:ZE:761900005:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": 19,
"time": "1774938969"
},
"departure": {
"delay": 19,
"time": "1774938979"
},
"stopId": "FR:50218:ZE:752280003:ATOUMOD105",
"stopSequence": 5
},
{
"arrival": {
"delay": -9,
"time": "1774939593"
},
"departure": {
"delay": -9,
"time": "1774939611"
},
"stopId": "FR:50218:ZE:5137372733767680:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": -34,
"time": "1774939946"
},
"stopId": "FR:50218:ZE:767160013:ATOUMOD105",
"stopSequence": 16
},
{
"arrival": {
"delay": -11,
"time": "1774939289"
},
"departure": {
"delay": -11,
"time": "1774939309"
},
"stopId": "FR:50218:ZE:749860010:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": 18,
"time": "1774938848"
},
"departure": {
"delay": 18,
"time": "1774938858"
},
"stopId": "FR:50218:ZE:752300001:ATOUMOD105",
"stopSequence": 3
},
{
"arrival": {
"delay": 40,
"time": "1774938810"
},
"departure": {
"delay": 40,
"time": "1774938820"
},
"stopId": "FR:50218:ZE:744590002:ATOUMOD105",
"stopSequence": 2
},
{
"departure": {
"delay": 49,
"time": "1774938769"
},
"stopId": "FR:50218:ZE:744570004:ATOUMOD105",
"stopSequence": 1
},
{
"arrival": {
"delay": -5,
"time": "1774939180"
},
"departure": {
"delay": -5,
"time": "1774939195"
},
"stopId": "FR:50218:ZE:744570003:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": 3,
"time": "1774939013"
},
"departure": {
"delay": 3,
"time": "1774939023"
},
"stopId": "FR:50218:ZE:752240006:ATOUMOD105",
"stopSequence": 6
},
{
"arrival": {
"delay": -16,
"time": "1774939399"
},
"departure": {
"delay": -16,
"time": "1774939424"
},
"stopId": "FR:50218:ZE:759830002:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": -30,
"time": "1774939490"
},
"departure": {
"delay": -30,
"time": "1774939530"
},
"stopId": "FR:50218:ZE:712780002:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": 13,
"time": "1774939083"
},
"departure": {
"delay": 13,
"time": "1774939093"
},
"stopId": "FR:50218:ZE:767200002:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": -27,
"time": "1774939737"
},
"departure": {
"delay": -27,
"time": "1774939773"
},
"stopId": "FR:50218:ZE:748690001:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": 23,
"time": "1774938913"
},
"departure": {
"delay": 23,
"time": "1774938923"
},
"stopId": "FR:50218:ZE:5109816223596544:ATOUMOD105",
"stopSequence": 4
}
],
"timestamp": "1774938759",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD105:Line:761900004:LOC",
"tripId": "ATOUMOD105:ServiceJourney:5417859111976960x1:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745720x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 70,
"time": "1774941250"
},
"departure": {
"delay": 70,
"time": "1774941250"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 70,
"time": "1774940770"
},
"departure": {
"delay": 70,
"time": "1774940770"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 70,
"time": "1774941430"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 70,
"time": "1774941370"
},
"departure": {
"delay": 70,
"time": "1774941370"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 70,
"time": "1774939210"
},
"departure": {
"delay": 70,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 70,
"time": "1774939990"
},
"departure": {
"delay": 70,
"time": "1774939990"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 70,
"time": "1774939330"
},
"departure": {
"delay": 70,
"time": "1774939330"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 70,
"time": "1774940650"
},
"departure": {
"delay": 70,
"time": "1774940650"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 70,
"time": "1774941310"
},
"departure": {
"delay": 70,
"time": "1774941310"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 70,
"time": "1774940830"
},
"departure": {
"delay": 70,
"time": "1774940830"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 70,
"time": "1774938790"
},
"departure": {
"delay": 70,
"time": "1774938790"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 71,
"time": "1774940471"
},
"departure": {
"delay": 71,
"time": "1774940471"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 70,
"time": "1774940410"
},
"departure": {
"delay": 70,
"time": "1774940410"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 70,
"time": "1774940530"
},
"departure": {
"delay": 70,
"time": "1774940530"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 70,
"time": "1774938850"
},
"departure": {
"delay": 70,
"time": "1774938850"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 70,
"time": "1774941010"
},
"departure": {
"delay": 70,
"time": "1774941010"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 70,
"time": "1774941190"
},
"departure": {
"delay": 70,
"time": "1774941190"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 70,
"time": "1774940470"
},
"departure": {
"delay": 70,
"time": "1774940470"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 70,
"time": "1774940350"
},
"departure": {
"delay": 70,
"time": "1774940350"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 70,
"time": "1774941070"
},
"departure": {
"delay": 70,
"time": "1774941070"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 70,
"time": "1774938970"
},
"departure": {
"delay": 70,
"time": "1774938970"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 70,
"time": "1774939930"
},
"departure": {
"delay": 70,
"time": "1774939930"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 70,
"time": "1774939150"
},
"departure": {
"delay": 70,
"time": "1774939150"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 103,
"time": "1774938616"
},
"departure": {
"delay": 103,
"time": "1774938643"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"time": "1774938719"
},
"departure": {
"time": "1774938660"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 70,
"time": "1774940110"
},
"departure": {
"delay": 70,
"time": "1774940110"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 70,
"time": "1774939030"
},
"departure": {
"delay": 70,
"time": "1774939030"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 70,
"time": "1774939450"
},
"departure": {
"delay": 70,
"time": "1774939450"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 70,
"time": "1774941130"
},
"departure": {
"delay": 70,
"time": "1774941130"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 70,
"time": "1774940050"
},
"departure": {
"delay": 70,
"time": "1774940050"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 70,
"time": "1774940230"
},
"departure": {
"delay": 70,
"time": "1774940230"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 70,
"time": "1774940950"
},
"departure": {
"delay": 70,
"time": "1774940950"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 70,
"time": "1774939750"
},
"departure": {
"delay": 70,
"time": "1774939750"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 70,
"time": "1774939570"
},
"departure": {
"delay": 70,
"time": "1774939570"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 41,
"time": "1774938521"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 70,
"time": "1774939810"
},
"departure": {
"delay": 70,
"time": "1774939810"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745720x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747835x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 62,
"time": "1774930306"
},
"departure": {
"delay": 62,
"time": "1774930322"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 161,
"time": "1774931062"
},
"departure": {
"delay": 161,
"time": "1774931081"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 129,
"time": "1774931637"
},
"departure": {
"delay": 129,
"time": "1774931709"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 57,
"time": "1774930148"
},
"departure": {
"delay": 57,
"time": "1774930197"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 93,
"time": "1774931493"
},
"departure": {
"delay": 93,
"time": "1774931493"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 102,
"time": "1774930942"
},
"departure": {
"delay": 102,
"time": "1774930962"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 98,
"time": "1774930741"
},
"departure": {
"delay": 98,
"time": "1774930778"
},
"stopId": "FR:50129:ZE:10SWZ2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 70,
"time": "1774930851"
},
"departure": {
"delay": 70,
"time": "1774930870"
},
"stopId": "FR:50129:ZE:10GDM4:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 56,
"time": "1774930076"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 131,
"time": "1774930987"
},
"departure": {
"delay": 131,
"time": "1774931051"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 46,
"time": "1774930400"
},
"departure": {
"delay": 46,
"time": "1774930426"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 79,
"time": "1774930679"
},
"departure": {
"delay": 79,
"time": "1774930699"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 98,
"time": "1774930461"
},
"departure": {
"delay": 98,
"time": "1774930478"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 52,
"time": "1774930895"
},
"departure": {
"delay": 52,
"time": "1774930912"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 86,
"time": "1774931826"
},
"departure": {
"delay": 86,
"time": "1774931846"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 88,
"time": "1774931766"
},
"departure": {
"delay": 88,
"time": "1774931788"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 102,
"time": "1774930591"
},
"departure": {
"delay": 102,
"time": "1774930602"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 61,
"time": "1774931566"
},
"departure": {
"delay": 61,
"time": "1774931581"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 98,
"time": "1774930282"
},
"departure": {
"delay": 98,
"time": "1774930298"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -23,
"time": "1774931917"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 125,
"time": "1774931329"
},
"departure": {
"delay": 125,
"time": "1774931345"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 167,
"time": "1774931113"
},
"departure": {
"delay": 167,
"time": "1774931147"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 139,
"time": "1774931291"
},
"departure": {
"delay": 139,
"time": "1774931299"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 108,
"time": "1774931372"
},
"departure": {
"delay": 108,
"time": "1774931388"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 109,
"time": "1774930494"
},
"departure": {
"delay": 109,
"time": "1774930549"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747835x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx473:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774971900"
},
"departure": {
"time": "1774971900"
},
"stopId": "FR:76157:ZE:TNIx10604:ATOUMOD001",
"stopSequence": 44
},
{
"arrival": {
"time": "1774972200"
},
"departure": {
"time": "1774972200"
},
"stopId": "FR:76540:ZE:TNIx12866:ATOUMOD001",
"stopSequence": 45
},
{
"departure": {
"time": "1774969800"
},
"stopId": "FR:76709:ZE:TNIx22501:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774970700"
},
"departure": {
"time": "1774970700"
},
"stopId": "FR:76222:ZE:TNIx22575:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"time": "1774971420"
},
"departure": {
"time": "1774971420"
},
"stopId": "FR:76614:ZE:TNIx12686:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774971720"
},
"departure": {
"time": "1774971720"
},
"stopId": "FR:76157:ZE:TNIx10365:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"time": "1774971240"
},
"departure": {
"time": "1774971240"
},
"stopId": "FR:76614:ZE:TNIx22602:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774970640"
},
"departure": {
"time": "1774970640"
},
"stopId": "FR:76222:ZE:TNIx23154:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"time": "1774971120"
},
"departure": {
"time": "1774971120"
},
"stopId": "FR:76354:ZE:TNIx22598:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774969920"
},
"departure": {
"time": "1774969920"
},
"stopId": "FR:76709:ZE:TNIx22505:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774971300"
},
"departure": {
"time": "1774971300"
},
"stopId": "FR:76614:ZE:TNIx22604:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774969980"
},
"departure": {
"time": "1774969980"
},
"stopId": "FR:76709:ZE:TNIx22507:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774969860"
},
"departure": {
"time": "1774969860"
},
"stopId": "FR:76709:ZE:TNIx22503:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774970760"
},
"departure": {
"time": "1774970760"
},
"stopId": "FR:76222:ZE:TNIx22581:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"time": "1774970040"
},
"departure": {
"time": "1774970040"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774971660"
},
"departure": {
"time": "1774971660"
},
"stopId": "FR:76157:ZE:TNIx10642:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774972800"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 46
},
{
"arrival": {
"time": "1774970220"
},
"departure": {
"time": "1774970220"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1774971180"
},
"departure": {
"time": "1774971180"
},
"stopId": "FR:76354:ZE:TNIx22599:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774971780"
},
"departure": {
"time": "1774971780"
},
"stopId": "FR:76157:ZE:TNIx10603:ATOUMOD001",
"stopSequence": 43
},
{
"arrival": {
"time": "1774971060"
},
"departure": {
"time": "1774971060"
},
"stopId": "FR:76354:ZE:TNIx22585:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774970160"
},
"departure": {
"time": "1774970160"
},
"stopId": "FR:76750:ZE:TNIx22514:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 5,
"time": "1774969865"
},
"departure": {
"delay": 5,
"time": "1774969865"
},
"stopId": "FR:76709:ZE:TNIx23021:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774970880"
},
"departure": {
"time": "1774970880"
},
"stopId": "FR:76354:ZE:TNIx23026:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774971600"
},
"departure": {
"time": "1774971600"
},
"stopId": "FR:76157:ZE:TNIx10765:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774970400"
},
"departure": {
"time": "1774970400"
},
"stopId": "FR:76222:ZE:TNIx22551:ATOUMOD001",
"stopSequence": 29
}
],
"timestamp": "1774938602",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx473:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx374:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 21,
"time": "1774938621"
},
"departure": {
"delay": 21,
"time": "1774938621"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 18,
"time": "1774938378"
},
"departure": {
"delay": 18,
"time": "1774938378"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 363,
"time": "1774938003"
},
"departure": {
"delay": 363,
"time": "1774938003"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 62,
"time": "1774938782"
},
"departure": {
"delay": 62,
"time": "1774938782"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 405,
"time": "1774937685"
},
"departure": {
"delay": 405,
"time": "1774937685"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 361,
"time": "1774936381"
},
"departure": {
"delay": 361,
"time": "1774936381"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 294,
"time": "1774936314"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10,
"time": "1774938190"
},
"departure": {
"delay": 10,
"time": "1774938190"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 367,
"time": "1774937827"
},
"departure": {
"delay": 367,
"time": "1774937827"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 363,
"time": "1774938303"
},
"departure": {
"delay": 363,
"time": "1774938303"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 10,
"time": "1774938730"
},
"departure": {
"delay": 10,
"time": "1774938730"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 25,
"time": "1774938505"
},
"departure": {
"delay": 25,
"time": "1774938505"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 397,
"time": "1774937557"
},
"departure": {
"delay": 397,
"time": "1774937557"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 94,
"time": "1774937051"
},
"departure": {
"delay": 94,
"time": "1774937074"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 353,
"time": "1774937633"
},
"departure": {
"delay": 353,
"time": "1774937633"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 10,
"time": "1774938430"
},
"departure": {
"delay": 10,
"time": "1774938430"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 363,
"time": "1774937883"
},
"departure": {
"delay": 363,
"time": "1774937883"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 435,
"time": "1774937475"
},
"departure": {
"delay": 435,
"time": "1774937475"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 363,
"time": "1774937763"
},
"departure": {
"delay": 363,
"time": "1774937763"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 10,
"time": "1774939090"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 414,
"time": "1774938114"
},
"departure": {
"delay": 414,
"time": "1774938114"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10,
"time": "1774938850"
},
"departure": {
"delay": 10,
"time": "1774938850"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
}
],
"timestamp": "1774934727",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx374:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN853414F294057x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774937340"
},
"departure": {
"time": "1774937400"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1774938780"
},
"departure": {
"time": "1774938840"
},
"stopId": "FR:14026:ZE:StopPointxOCETrainxTERx87444059:ATOUMOD002",
"stopSequence": 25
},
{
"arrival": {
"time": "1774937820"
},
"departure": {
"time": "1774937880"
},
"stopId": "FR:14370:ZE:StopPointxOCETrainxTERx87444083:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1774934460"
},
"departure": {
"time": "1774935120"
},
"stopId": "FR:50147:ZE:StopPointxOCETrainxTERx87447110:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774936500"
},
"departure": {
"time": "1774936620"
},
"stopId": "FR:50502:ZE:StopPointxOCETrainxTERx87447003:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774939740"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 28
},
{
"arrival": {
"time": "1774939080"
},
"departure": {
"time": "1774939140"
},
"stopId": "FR:14098:ZE:StopPointxOCETrainxTERx87444042:ATOUMOD002",
"stopSequence": 27
},
{
"departure": {
"time": "1774932900"
},
"stopId": "FR:50218:ZE:StopPointxOCETrainxTERx87447680:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774938300"
},
"departure": {
"time": "1774938360"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 23
}
],
"timestamp": "1774929278",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx789690b9x0beex4978x8bf9xf4810c9e16f2x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN853414F294057x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758420x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 240,
"time": "1774939440"
},
"departure": {
"delay": 240,
"time": "1774939440"
},
"stopId": "FR:50041:ZE:HAGGR1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 240,
"time": "1774940520"
},
"departure": {
"delay": 240,
"time": "1774940520"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 240,
"time": "1774940460"
},
"departure": {
"delay": 240,
"time": "1774940460"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 240,
"time": "1774941600"
},
"departure": {
"delay": 240,
"time": "1774941600"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 240,
"time": "1774941180"
},
"departure": {
"delay": 240,
"time": "1774941180"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 240,
"time": "1774941000"
},
"departure": {
"delay": 240,
"time": "1774941000"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 240,
"time": "1774939980"
},
"departure": {
"delay": 240,
"time": "1774939980"
},
"stopId": "FR:50041:ZE:HAGBG1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 240,
"time": "1774939140"
},
"departure": {
"delay": 240,
"time": "1774939140"
},
"stopId": "FR:50041:ZE:HAGFY1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 240,
"time": "1774941720"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 240,
"time": "1774940340"
},
"departure": {
"delay": 240,
"time": "1774940340"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 240,
"time": "1774941060"
},
"departure": {
"delay": 240,
"time": "1774941060"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 240,
"time": "1774938900"
},
"departure": {
"delay": 240,
"time": "1774938900"
},
"stopId": "FR:50041:ZE:HAGCC1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 240,
"time": "1774940220"
},
"departure": {
"delay": 240,
"time": "1774940220"
},
"stopId": "FR:50129:ZE:QQVPL2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 240,
"time": "1774941480"
},
"departure": {
"delay": 240,
"time": "1774941480"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 251,
"time": "1774938551"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 240,
"time": "1774940760"
},
"departure": {
"delay": 240,
"time": "1774940760"
},
"stopId": "FR:50129:ZE:10LSA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 240,
"time": "1774941360"
},
"departure": {
"delay": 240,
"time": "1774941360"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 240,
"time": "1774939860"
},
"departure": {
"delay": 240,
"time": "1774939860"
},
"stopId": "FR:50041:ZE:HAGMF1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 240,
"time": "1774941300"
},
"departure": {
"delay": 240,
"time": "1774941300"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 240,
"time": "1774940640"
},
"departure": {
"delay": 240,
"time": "1774940640"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 240,
"time": "1774939020"
},
"departure": {
"delay": 240,
"time": "1774939020"
},
"stopId": "FR:50041:ZE:HAGMA1:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758420x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851044F24909x2026x03x02T15x01x33Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774936080"
},
"departure": {
"time": "1774936140"
},
"stopId": "FR:27119:ZE:StopPointxOCETrainxTERx87387092:ATOUMOD002",
"stopSequence": 17
},
{
"departure": {
"time": "1774935060"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774936500"
},
"departure": {
"time": "1774936560"
},
"stopId": "FR:78107:ZE:StopPointxOCETrainxTERx87381624:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1774937280"
},
"departure": {
"time": "1774937400"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1774939800"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 22
}
],
"timestamp": "1774931439",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx57AE0F48x2436x44BDxA2F0xAA45D4A483E7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851044F24909x2026x03x02T15x01x33Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748455x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 71,
"time": "1774935525"
},
"departure": {
"delay": 71,
"time": "1774935551"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 82,
"time": "1774935957"
},
"departure": {
"delay": 82,
"time": "1774935982"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 78,
"time": "1774936620"
},
"departure": {
"delay": 78,
"time": "1774936638"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 97,
"time": "1774936041"
},
"departure": {
"delay": 97,
"time": "1774936057"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 96,
"time": "1774937767"
},
"departure": {
"delay": 96,
"time": "1774937856"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 173,
"time": "1774936883"
},
"departure": {
"delay": 173,
"time": "1774936913"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 130,
"time": "1774936304"
},
"departure": {
"delay": 130,
"time": "1774936330"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 83,
"time": "1774937473"
},
"departure": {
"delay": 83,
"time": "1774937483"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"departure": {
"delay": 68,
"time": "1774935308"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 72,
"time": "1774937501"
},
"departure": {
"delay": 72,
"time": "1774937532"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 39,
"time": "1774937711"
},
"departure": {
"delay": 39,
"time": "1774937739"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 70,
"time": "1774937398"
},
"departure": {
"delay": 70,
"time": "1774937410"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 11,
"time": "1774937047"
},
"departure": {
"delay": 11,
"time": "1774937111"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 106,
"time": "1774935863"
},
"departure": {
"delay": 106,
"time": "1774935886"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 78,
"time": "1774936079"
},
"departure": {
"delay": 78,
"time": "1774936098"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 81,
"time": "1774935759"
},
"departure": {
"delay": 81,
"time": "1774935801"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 153,
"time": "1774937864"
},
"departure": {
"delay": 153,
"time": "1774937913"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 49,
"time": "1774937549"
},
"departure": {
"delay": 49,
"time": "1774937569"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 31,
"time": "1774937144"
},
"departure": {
"delay": 31,
"time": "1774937251"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 52,
"time": "1774937595"
},
"departure": {
"delay": 52,
"time": "1774937632"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 105,
"time": "1774935927"
},
"departure": {
"delay": 105,
"time": "1774935945"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 30,
"time": "1774937649"
},
"departure": {
"delay": 30,
"time": "1774937670"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 209,
"time": "1774936458"
},
"departure": {
"delay": 209,
"time": "1774936469"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 171,
"time": "1774936251"
},
"departure": {
"delay": 171,
"time": "1774936251"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 146,
"time": "1774938016"
},
"departure": {
"delay": 146,
"time": "1774938026"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 161,
"time": "1774937971"
},
"departure": {
"delay": 161,
"time": "1774937981"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 98,
"time": "1774936756"
},
"departure": {
"delay": 98,
"time": "1774936778"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 65,
"time": "1774935592"
},
"departure": {
"delay": 65,
"time": "1774935605"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 120,
"time": "1774938060"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 175,
"time": "1774936946"
},
"departure": {
"delay": 175,
"time": "1774936975"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 58,
"time": "1774935624"
},
"departure": {
"delay": 58,
"time": "1774935658"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 135,
"time": "1774936550"
},
"departure": {
"delay": 135,
"time": "1774936575"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 99,
"time": "1774936677"
},
"departure": {
"delay": 99,
"time": "1774936719"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748455x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596121:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2565,
"time": "1774938735"
},
"departure": {
"delay": -2565,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xTAU02:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -2385,
"time": "1774938735"
},
"departure": {
"delay": -2385,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -406,
"time": "1774942154"
},
"departure": {
"delay": -406,
"time": "1774942154"
},
"stopId": "FR:27602:ZE:0xCLC01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -3165,
"time": "1774938735"
},
"departure": {
"delay": -3165,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xWAL01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -370,
"time": "1774941950"
},
"departure": {
"delay": -370,
"time": "1774941950"
},
"stopId": "FR:27602:ZE:0xLES01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -2145,
"time": "1774938735"
},
"departure": {
"delay": -2145,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -1725,
"time": "1774938735"
},
"departure": {
"delay": -1725,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xVUL01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -2865,
"time": "1774938735"
},
"departure": {
"delay": -2865,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xSTA02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -2745,
"time": "1774938735"
},
"departure": {
"delay": -2745,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xMFO02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -1905,
"time": "1774938735"
},
"departure": {
"delay": -1905,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xLYT01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -396,
"time": "1774942344"
},
"departure": {
"delay": -396,
"time": "1774942344"
},
"stopId": "FR:27602:ZE:0xRGO01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -3045,
"time": "1774938735"
},
"departure": {
"delay": -3045,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHON02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -373,
"time": "1774942427"
},
"departure": {
"delay": -373,
"time": "1774942427"
},
"stopId": "FR:27602:ZE:0xMOI01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -408,
"time": "1774942512"
},
"stopId": "FR:27602:ZE:0xROU01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": -3345,
"time": "1774938735"
},
"departure": {
"delay": -3345,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xALI01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -3285,
"time": "1774938735"
},
"departure": {
"delay": -3285,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xBAU01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -386,
"time": "1774942234"
},
"departure": {
"delay": -386,
"time": "1774942234"
},
"stopId": "FR:27602:ZE:0xHEP02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -2205,
"time": "1774938735"
},
"departure": {
"delay": -2205,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 12
},
{
"departure": {
"delay": -1665,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xZIIC03:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -408,
"time": "1774942092"
},
"departure": {
"delay": -408,
"time": "1774942092"
},
"stopId": "FR:27602:ZE:0xCLN01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -3225,
"time": "1774938735"
},
"departure": {
"delay": -3225,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xBOU01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -3405,
"time": "1774938735"
},
"departure": {
"delay": -3405,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xBVE01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -1665,
"time": "1774938735"
},
"departure": {
"delay": -1665,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xSUC01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -2925,
"time": "1774938735"
},
"departure": {
"delay": -2925,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xQUI02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -2445,
"time": "1774938735"
},
"departure": {
"delay": -2445,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -2085,
"time": "1774938735"
},
"departure": {
"delay": -2085,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 10
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T4:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596121:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:403:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774948140"
},
"departure": {
"time": "1774949100"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1774948500"
},
"departure": {
"time": "1774949460"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1774948200"
},
"departure": {
"time": "1774949160"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1774948320"
},
"departure": {
"time": "1774949280"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1774948860"
},
"departure": {
"time": "1774949820"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1774949760"
},
"departure": {
"time": "1774950960"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1774947300"
},
"departure": {
"time": "1774948680"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1774949100"
},
"departure": {
"time": "1774950060"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1774949640"
},
"departure": {
"time": "1774950840"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1774949160"
},
"departure": {
"time": "1774950120"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1774949220"
},
"departure": {
"time": "1774950180"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1774948920"
},
"departure": {
"time": "1774949880"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1774949880"
},
"departure": {
"time": "1774951080"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1774947960"
},
"departure": {
"time": "1774948920"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1774949700"
},
"departure": {
"time": "1774950900"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1774950000"
},
"departure": {
"time": "1774951200"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 29
}
],
"timestamp": "1774938766",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:403:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230668x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22,
"time": "1774939162"
},
"departure": {
"delay": 22,
"time": "1774939162"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 15,
"time": "1774940115"
},
"departure": {
"delay": 15,
"time": "1774940115"
},
"stopId": "FR:76351:ZE:4467:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 54,
"time": "1774938354"
},
"departure": {
"delay": 54,
"time": "1774938354"
},
"stopId": "FR:76351:ZE:3534:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 17,
"time": "1774940357"
},
"departure": {
"delay": 17,
"time": "1774940357"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 15,
"time": "1774940055"
},
"departure": {
"delay": 15,
"time": "1774940055"
},
"stopId": "FR:76351:ZE:4558:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 15,
"time": "1774939095"
},
"departure": {
"delay": 15,
"time": "1774939095"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 15,
"time": "1774937955"
},
"departure": {
"delay": 15,
"time": "1774937955"
},
"stopId": "FR:76351:ZE:3253:ATOUMOD003",
"stopSequence": 5
},
{
"departure": {
"delay": 14,
"time": "1774938254"
},
"stopId": "FR:76351:ZE:3533:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 15,
"time": "1774939395"
},
"departure": {
"delay": 15,
"time": "1774939395"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 19,
"time": "1774939759"
},
"departure": {
"delay": 19,
"time": "1774939759"
},
"stopId": "FR:76351:ZE:3417:ATOUMOD003",
"stopSequence": 25
},
{
"departure": {
"delay": -12,
"time": "1774938168"
},
"stopId": "FR:76351:ZE:3771:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 33,
"time": "1774938033"
},
"stopId": "FR:76351:ZE:4357:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 15,
"time": "1774939695"
},
"departure": {
"delay": 15,
"time": "1774939695"
},
"stopId": "FR:76351:ZE:3124:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 29,
"time": "1774939049"
},
"departure": {
"delay": 29,
"time": "1774939049"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 15,
"time": "1774938675"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 55,
"time": "1774939915"
},
"departure": {
"delay": 55,
"time": "1774939915"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 73,
"time": "1774939213"
},
"departure": {
"delay": 73,
"time": "1774939213"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 23,
"time": "1774940183"
},
"departure": {
"delay": 23,
"time": "1774940183"
},
"stopId": "FR:76351:ZE:4724:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 14,
"time": "1774938434"
},
"departure": {
"delay": 14,
"time": "1774938434"
},
"stopId": "FR:76351:ZE:4134:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 74,
"time": "1774939514"
},
"departure": {
"delay": 74,
"time": "1774939514"
},
"stopId": "FR:76351:ZE:3627:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 70,
"time": "1774939450"
},
"departure": {
"delay": 70,
"time": "1774939450"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 73,
"time": "1774937893"
},
"stopId": "FR:76351:ZE:3669:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 29,
"time": "1774938809"
},
"departure": {
"delay": 29,
"time": "1774938809"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 33,
"time": "1774939593"
},
"departure": {
"delay": 33,
"time": "1774939593"
},
"stopId": "FR:76351:ZE:3531:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 27,
"time": "1774939647"
},
"departure": {
"delay": 27,
"time": "1774939647"
},
"stopId": "FR:76351:ZE:3357:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 15,
"time": "1774939875"
},
"departure": {
"delay": 15,
"time": "1774939875"
},
"stopId": "FR:76351:ZE:3426:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 73,
"time": "1774938973"
},
"departure": {
"delay": 73,
"time": "1774938973"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 24,
"time": "1774939824"
},
"departure": {
"delay": 24,
"time": "1774939824"
},
"stopId": "FR:76351:ZE:3363:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 71,
"time": "1774940291"
},
"departure": {
"delay": 71,
"time": "1774940291"
},
"stopId": "FR:76351:ZE:4835:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 62,
"time": "1774939982"
},
"departure": {
"delay": 62,
"time": "1774939982"
},
"stopId": "FR:76351:ZE:5223:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 15,
"time": "1774940415"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230668x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230371x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 123,
"time": "1774938303"
},
"stopId": "FR:76351:ZE:3709:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 204,
"time": "1774939224"
},
"departure": {
"delay": 204,
"time": "1774939224"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 193,
"time": "1774939033"
},
"departure": {
"delay": 193,
"time": "1774939033"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 191,
"time": "1774940891"
},
"departure": {
"delay": 191,
"time": "1774940891"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 219,
"time": "1774940559"
},
"departure": {
"delay": 219,
"time": "1774940559"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 172,
"time": "1774940272"
},
"departure": {
"delay": 172,
"time": "1774940272"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 216,
"time": "1774939536"
},
"departure": {
"delay": 216,
"time": "1774939536"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 172,
"time": "1774940512"
},
"departure": {
"delay": 172,
"time": "1774940512"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 172,
"time": "1774938892"
},
"departure": {
"delay": 172,
"time": "1774938892"
},
"stopId": "FR:76351:ZE:3605:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 215,
"time": "1774938755"
},
"departure": {
"delay": 215,
"time": "1774938755"
},
"stopId": "FR:76351:ZE:3414:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 144,
"time": "1774938144"
},
"stopId": "FR:76351:ZE:3655:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 172,
"time": "1774941232"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 183,
"time": "1774939443"
},
"departure": {
"delay": 183,
"time": "1774939443"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 137,
"time": "1774938377"
},
"departure": {
"delay": 137,
"time": "1774938377"
},
"stopId": "FR:76351:ZE:3707:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 87,
"time": "1774937907"
},
"stopId": "FR:76351:ZE:3612:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 188,
"time": "1774939688"
},
"departure": {
"delay": 188,
"time": "1774939688"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 51,
"time": "1774937991"
},
"stopId": "FR:76351:ZE:3229:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 148,
"time": "1774938448"
},
"departure": {
"delay": 148,
"time": "1774938448"
},
"stopId": "FR:76351:ZE:4875:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 211,
"time": "1774938631"
},
"stopId": "FR:76351:ZE:3568:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 93,
"time": "1774938213"
},
"stopId": "FR:76351:ZE:3385:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 216,
"time": "1774940376"
},
"departure": {
"delay": 216,
"time": "1774940376"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 190,
"time": "1774940590"
},
"departure": {
"delay": 190,
"time": "1774940590"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 213,
"time": "1774940613"
},
"departure": {
"delay": 213,
"time": "1774940613"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 171,
"time": "1774938591"
},
"stopId": "FR:76351:ZE:3728:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 172,
"time": "1774940752"
},
"departure": {
"delay": 172,
"time": "1774940752"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 172,
"time": "1774939132"
},
"departure": {
"delay": 172,
"time": "1774939132"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 80,
"time": "1774938080"
},
"stopId": "FR:76351:ZE:3161:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 172,
"time": "1774940032"
},
"departure": {
"delay": 172,
"time": "1774940032"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 172,
"time": "1774939612"
},
"departure": {
"delay": 172,
"time": "1774939612"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 177,
"time": "1774940817"
},
"departure": {
"delay": 177,
"time": "1774940817"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 227,
"time": "1774939907"
},
"departure": {
"delay": 227,
"time": "1774939907"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 192,
"time": "1774939812"
},
"departure": {
"delay": 192,
"time": "1774939812"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 211,
"time": "1774938691"
},
"stopId": "FR:76351:ZE:3376:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1774938339",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230371x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597859:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 177,
"time": "1774938477"
},
"departure": {
"delay": 177,
"time": "1774938477"
},
"stopId": "FR:27306:ZE:0xMEL03:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 76,
"time": "1774938011"
},
"departure": {
"delay": 76,
"time": "1774938016"
},
"stopId": "FR:27306:ZE:0xEGl02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 136,
"time": "1774938102"
},
"departure": {
"delay": 136,
"time": "1774938136"
},
"stopId": "FR:27306:ZE:0xMAI02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -34,
"time": "1774940126"
},
"stopId": "FR:27602:ZE:0xFAB02:ATOUMOD004",
"stopSequence": 47
},
{
"arrival": {
"delay": 166,
"time": "1774938699"
},
"departure": {
"delay": 166,
"time": "1774938706"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 166,
"time": "1774938585"
},
"departure": {
"delay": 166,
"time": "1774938586"
},
"stopId": "FR:27229:ZE:0xJOL03:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -32,
"time": "1774939168"
},
"departure": {
"delay": -32,
"time": "1774939168"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 199,
"time": "1774938199"
},
"departure": {
"delay": 199,
"time": "1774938199"
},
"stopId": "FR:27306:ZE:0xBOR02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 9,
"time": "1774940049"
},
"departure": {
"delay": 9,
"time": "1774940049"
},
"stopId": "FR:27602:ZE:0xGDG02:ATOUMOD004",
"stopSequence": 39
},
{
"arrival": {
"delay": -27,
"time": "1774939653"
},
"departure": {
"delay": -27,
"time": "1774939653"
},
"stopId": "FR:27229:ZE:0xHON02:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": -21,
"time": "1774939959"
},
"departure": {
"delay": -21,
"time": "1774939959"
},
"stopId": "FR:27602:ZE:0xMAS02:ATOUMOD004",
"stopSequence": 38
},
{
"arrival": {
"delay": -39,
"time": "1774939281"
},
"departure": {
"delay": -39,
"time": "1774939281"
},
"stopId": "FR:27229:ZE:0xTAU02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -27,
"time": "1774939593"
},
"departure": {
"delay": -27,
"time": "1774939593"
},
"stopId": "FR:27229:ZE:0xQUI02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 39,
"time": "1774938939"
},
"departure": {
"delay": 39,
"time": "1774938939"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -39,
"time": "1774939401"
},
"departure": {
"delay": -39,
"time": "1774939401"
},
"stopId": "FR:27229:ZE:0xMFO02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": 39,
"time": "1774938879"
},
"departure": {
"delay": 39,
"time": "1774938879"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -27,
"time": "1774939833"
},
"departure": {
"delay": -27,
"time": "1774939833"
},
"stopId": "FR:27602:ZE:0xBOU02:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": -57,
"time": "1774939803"
},
"departure": {
"delay": -57,
"time": "1774939803"
},
"stopId": "FR:27602:ZE:0xWAL02:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": -22,
"time": "1774939538"
},
"departure": {
"delay": -22,
"time": "1774939538"
},
"stopId": "FR:27229:ZE:0xSTA02:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -51,
"time": "1774940109"
},
"departure": {
"delay": -51,
"time": "1774940109"
},
"stopId": "FR:27602:ZE:0xMUS02:ATOUMOD004",
"stopSequence": 46
},
{
"arrival": {
"delay": -22,
"time": "1774938998"
},
"departure": {
"delay": -22,
"time": "1774938998"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 129,
"time": "1774938789"
},
"departure": {
"delay": 129,
"time": "1774938789"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 136,
"time": "1774938376"
},
"departure": {
"delay": 136,
"time": "1774938376"
},
"stopId": "FR:27306:ZE:0xRLG02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -113,
"time": "1774939087"
},
"departure": {
"delay": -113,
"time": "1774939087"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 24
}
],
"timestamp": "1774938345",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T3:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597859:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758403x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 75,
"time": "1774928217"
},
"departure": {
"delay": 75,
"time": "1774928235"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 220,
"time": "1774928560"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 82,
"time": "1774926257"
},
"departure": {
"delay": 82,
"time": "1774926262"
},
"stopId": "FR:50575:ZE:SIDHC2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 43,
"time": "1774927468"
},
"departure": {
"delay": 43,
"time": "1774927603"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 127,
"time": "1774925787"
},
"departure": {
"delay": 127,
"time": "1774925827"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 96,
"time": "1774926859"
},
"departure": {
"delay": 96,
"time": "1774926876"
},
"stopId": "FR:50045:ZE:BENCG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 81,
"time": "1774926503"
},
"departure": {
"delay": 81,
"time": "1774926561"
},
"stopId": "FR:50643:ZE:VIRMA2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 136,
"time": "1774925596"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 66,
"time": "1774928025"
},
"departure": {
"delay": 66,
"time": "1774928046"
},
"stopId": "FR:50184:ZE:FLAHB2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 48,
"time": "1774927241"
},
"departure": {
"delay": 48,
"time": "1774927248"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 95,
"time": "1774926088"
},
"departure": {
"delay": 95,
"time": "1774926095"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 66,
"time": "1774926956"
},
"departure": {
"delay": 66,
"time": "1774926966"
},
"stopId": "FR:50045:ZE:BENBG2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758403x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470080:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -84,
"time": "1774943136"
},
"departure": {
"delay": -84,
"time": "1774943136"
},
"stopId": "FR:27701:ZE:0x7147:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 23,
"time": "1774942583"
},
"departure": {
"delay": 23,
"time": "1774942583"
},
"stopId": "FR:27701:ZE:0x7052:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 143,
"time": "1774943963"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -83,
"time": "1774943077"
},
"departure": {
"delay": -83,
"time": "1774943077"
},
"stopId": "FR:27701:ZE:0x7111:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -47,
"time": "1774942873"
},
"departure": {
"delay": -47,
"time": "1774942873"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 30,
"time": "1774942470"
},
"departure": {
"delay": 30,
"time": "1774942470"
},
"stopId": "FR:27701:ZE:0x7080:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -48,
"time": "1774943052"
},
"departure": {
"delay": -48,
"time": "1774943052"
},
"stopId": "FR:27701:ZE:0x7131:ATOUMOD006",
"stopSequence": 13
},
{
"departure": {
"time": "1774942200"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 13,
"time": "1774943593"
},
"departure": {
"delay": 13,
"time": "1774943593"
},
"stopId": "FR:27701:ZE:0x7122:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -1,
"time": "1774942739"
},
"departure": {
"delay": -1,
"time": "1774942739"
},
"stopId": "FR:27365:ZE:0x7195:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -97,
"time": "1774942943"
},
"departure": {
"delay": -97,
"time": "1774942943"
},
"stopId": "FR:27701:ZE:0x7157:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -100,
"time": "1774943000"
},
"departure": {
"delay": -100,
"time": "1774943000"
},
"stopId": "FR:27701:ZE:0x7058:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -49,
"time": "1774943111"
},
"departure": {
"delay": -49,
"time": "1774943111"
},
"stopId": "FR:27701:ZE:0x7033:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -86,
"time": "1774943194"
},
"departure": {
"delay": -86,
"time": "1774943194"
},
"stopId": "FR:27701:ZE:0x7170:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -38,
"time": "1774943542"
},
"departure": {
"delay": -38,
"time": "1774943542"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -38,
"time": "1774943482"
},
"departure": {
"delay": -38,
"time": "1774943482"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 10,
"time": "1774942630"
},
"departure": {
"delay": 10,
"time": "1774942630"
},
"stopId": "FR:27365:ZE:0x6324:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -58,
"time": "1774942802"
},
"departure": {
"delay": -58,
"time": "1774942802"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -71,
"time": "1774942909"
},
"departure": {
"delay": -71,
"time": "1774942909"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -17,
"time": "1774942783"
},
"departure": {
"delay": -17,
"time": "1774942783"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -71,
"time": "1774943389"
},
"departure": {
"delay": -71,
"time": "1774943389"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -20,
"time": "1774942660"
},
"departure": {
"delay": -20,
"time": "1774942660"
},
"stopId": "FR:27365:ZE:0x6325:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -100,
"time": "1774943360"
},
"departure": {
"delay": -100,
"time": "1774943360"
},
"stopId": "FR:27701:ZE:0x7093:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 154,
"time": "1774943854"
},
"departure": {
"delay": 154,
"time": "1774943854"
},
"stopId": "FR:27701:ZE:0x7074:ATOUMOD006",
"stopSequence": 24
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:4:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470080:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746147x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 71,
"time": "1774931531"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 43,
"time": "1774931788"
},
"departure": {
"delay": 43,
"time": "1774931803"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 30,
"time": "1774934588"
},
"departure": {
"delay": 30,
"time": "1774934610"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 123,
"time": "1774931864"
},
"departure": {
"delay": 123,
"time": "1774931943"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 72,
"time": "1774931675"
},
"departure": {
"delay": 72,
"time": "1774931712"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 44,
"time": "1774934050"
},
"departure": {
"delay": 44,
"time": "1774934084"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 53,
"time": "1774934111"
},
"departure": {
"delay": 53,
"time": "1774934153"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 47,
"time": "1774932132"
},
"departure": {
"delay": 47,
"time": "1774932167"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 105,
"time": "1774934180"
},
"departure": {
"delay": 105,
"time": "1774934205"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 74,
"time": "1774933169"
},
"departure": {
"delay": 74,
"time": "1774933214"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 51,
"time": "1774934373"
},
"departure": {
"delay": 51,
"time": "1774934391"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 22,
"time": "1774932193"
},
"departure": {
"delay": 22,
"time": "1774932202"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 78,
"time": "1774932008"
},
"departure": {
"delay": 78,
"time": "1774932018"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 63,
"time": "1774932973"
},
"departure": {
"delay": 63,
"time": "1774933083"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 63,
"time": "1774934874"
},
"departure": {
"delay": 63,
"time": "1774934883"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 79,
"time": "1774934832"
},
"departure": {
"delay": 79,
"time": "1774934839"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 92,
"time": "1774934231"
},
"departure": {
"delay": 92,
"time": "1774934252"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 73,
"time": "1774933355"
},
"departure": {
"delay": 73,
"time": "1774933393"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 82,
"time": "1774934331"
},
"departure": {
"delay": 82,
"time": "1774934362"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 21,
"time": "1774932406"
},
"departure": {
"delay": 21,
"time": "1774932441"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 53,
"time": "1774934557"
},
"departure": {
"delay": 53,
"time": "1774934573"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 59,
"time": "1774934271"
},
"departure": {
"delay": 59,
"time": "1774934279"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 40,
"time": "1774934920"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": -3,
"time": "1774932798"
},
"departure": {
"delay": -3,
"time": "1774932837"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 35,
"time": "1774933577"
},
"departure": {
"delay": 35,
"time": "1774933595"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 68,
"time": "1774933118"
},
"departure": {
"delay": 68,
"time": "1774933148"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -3,
"time": "1774932222"
},
"departure": {
"delay": -3,
"time": "1774932237"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 72,
"time": "1774931761"
},
"departure": {
"delay": 72,
"time": "1774931772"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 23,
"time": "1774933804"
},
"departure": {
"delay": 23,
"time": "1774933823"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 11,
"time": "1774932327"
},
"departure": {
"delay": 11,
"time": "1774932371"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 28,
"time": "1774933625"
},
"departure": {
"delay": 28,
"time": "1774933648"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 36,
"time": "1774932261"
},
"departure": {
"delay": 36,
"time": "1774932276"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -14,
"time": "1774932512"
},
"departure": {
"delay": -14,
"time": "1774932526"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 23,
"time": "1774932889"
},
"departure": {
"delay": 23,
"time": "1774932923"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 18,
"time": "1774933490"
},
"departure": {
"delay": 18,
"time": "1774933518"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 112,
"time": "1774931983"
},
"departure": {
"delay": 112,
"time": "1774931992"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 38,
"time": "1774934481"
},
"departure": {
"delay": 38,
"time": "1774934498"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 17,
"time": "1774933980"
},
"departure": {
"delay": 17,
"time": "1774933997"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 42,
"time": "1774934406"
},
"departure": {
"delay": 42,
"time": "1774934442"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 34,
"time": "1774933854"
},
"departure": {
"delay": 34,
"time": "1774933894"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 78,
"time": "1774931573"
},
"departure": {
"delay": 78,
"time": "1774931598"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 91,
"time": "1774931820"
},
"departure": {
"delay": 91,
"time": "1774931851"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 84,
"time": "1774933246"
},
"departure": {
"delay": 84,
"time": "1774933284"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 45,
"time": "1774931734"
},
"departure": {
"delay": 45,
"time": "1774931745"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -54,
"time": "1774932601"
},
"departure": {
"delay": -54,
"time": "1774932606"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 32,
"time": "1774933744"
},
"departure": {
"delay": 32,
"time": "1774933772"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 112,
"time": "1774934781"
},
"departure": {
"delay": 112,
"time": "1774934812"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 45,
"time": "1774933704"
},
"departure": {
"delay": 45,
"time": "1774933725"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 26,
"time": "1774933447"
},
"departure": {
"delay": 26,
"time": "1774933466"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 44,
"time": "1774932032"
},
"departure": {
"delay": 44,
"time": "1774932044"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1774938727",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746147x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746155x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 57,
"time": "1774932225"
},
"departure": {
"delay": 57,
"time": "1774932237"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 81,
"time": "1774932343"
},
"departure": {
"delay": 81,
"time": "1774932381"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 77,
"time": "1774935228"
},
"departure": {
"delay": 77,
"time": "1774935257"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 93,
"time": "1774934877"
},
"departure": {
"delay": 93,
"time": "1774934913"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 97,
"time": "1774932421"
},
"departure": {
"delay": 97,
"time": "1774932457"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 113,
"time": "1774932914"
},
"departure": {
"delay": 113,
"time": "1774932953"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 112,
"time": "1774932734"
},
"departure": {
"delay": 112,
"time": "1774932772"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 89,
"time": "1774934656"
},
"departure": {
"delay": 89,
"time": "1774934669"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 67,
"time": "1774934729"
},
"departure": {
"delay": 67,
"time": "1774934767"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 61,
"time": "1774935106"
},
"departure": {
"delay": 61,
"time": "1774935121"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 32,
"time": "1774932499"
},
"departure": {
"delay": 32,
"time": "1774932512"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 89,
"time": "1774935068"
},
"departure": {
"delay": 89,
"time": "1774935089"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 177,
"time": "1774933493"
},
"departure": {
"delay": 177,
"time": "1774933557"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 63,
"time": "1774934683"
},
"departure": {
"delay": 63,
"time": "1774934703"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"departure": {
"delay": 70,
"time": "1774932010"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 31,
"time": "1774932535"
},
"departure": {
"delay": 31,
"time": "1774932571"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 85,
"time": "1774934924"
},
"departure": {
"delay": 85,
"time": "1774934965"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 151,
"time": "1774933839"
},
"departure": {
"delay": 151,
"time": "1774933891"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 95,
"time": "1774932983"
},
"departure": {
"delay": 95,
"time": "1774932995"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 147,
"time": "1774933240"
},
"departure": {
"delay": 147,
"time": "1774933287"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 87,
"time": "1774934992"
},
"departure": {
"delay": 87,
"time": "1774935027"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 149,
"time": "1774933675"
},
"departure": {
"delay": 149,
"time": "1774933709"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 80,
"time": "1774932156"
},
"departure": {
"delay": 80,
"time": "1774932200"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 56,
"time": "1774934562"
},
"departure": {
"delay": 56,
"time": "1774934636"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 87,
"time": "1774935135"
},
"departure": {
"delay": 87,
"time": "1774935147"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 87,
"time": "1774935193"
},
"departure": {
"delay": 87,
"time": "1774935207"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 114,
"time": "1774932820"
},
"departure": {
"delay": 114,
"time": "1774932834"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 127,
"time": "1774933049"
},
"departure": {
"delay": 127,
"time": "1774933087"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 38,
"time": "1774935338"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 102,
"time": "1774934287"
},
"departure": {
"delay": 102,
"time": "1774934322"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 169,
"time": "1774933325"
},
"departure": {
"delay": 169,
"time": "1774933369"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 145,
"time": "1774933387"
},
"departure": {
"delay": 145,
"time": "1774933405"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 149,
"time": "1774934191"
},
"departure": {
"delay": 149,
"time": "1774934249"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 105,
"time": "1774933172"
},
"departure": {
"delay": 105,
"time": "1774933185"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 104,
"time": "1774933745"
},
"departure": {
"delay": 104,
"time": "1774933784"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 109,
"time": "1774932667"
},
"departure": {
"delay": 109,
"time": "1774932709"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 125,
"time": "1774933914"
},
"departure": {
"delay": 125,
"time": "1774933985"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 56,
"time": "1774932410"
},
"departure": {
"delay": 56,
"time": "1774932416"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 102,
"time": "1774933106"
},
"departure": {
"delay": 102,
"time": "1774933122"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 150,
"time": "1774933606"
},
"departure": {
"delay": 150,
"time": "1774933650"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 80,
"time": "1774932065"
},
"departure": {
"delay": 80,
"time": "1774932080"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 41,
"time": "1774934460"
},
"departure": {
"delay": 41,
"time": "1774934501"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 52,
"time": "1774935165"
},
"departure": {
"delay": 52,
"time": "1774935172"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 51,
"time": "1774932617"
},
"departure": {
"delay": 51,
"time": "1774932651"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 81,
"time": "1774932290"
},
"departure": {
"delay": 81,
"time": "1774932321"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 100,
"time": "1774932030"
},
"departure": {
"delay": 100,
"time": "1774932040"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 82,
"time": "1774934403"
},
"departure": {
"delay": 82,
"time": "1774934422"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 116,
"time": "1774934054"
},
"departure": {
"delay": 116,
"time": "1774934096"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746155x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748433x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -141,
"time": "1774938392"
},
"departure": {
"delay": -141,
"time": "1774938399"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 112,
"time": "1774937174"
},
"departure": {
"delay": 112,
"time": "1774937212"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -110,
"time": "1774939390"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -110,
"time": "1774938790"
},
"departure": {
"delay": -110,
"time": "1774938790"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 85,
"time": "1774937934"
},
"departure": {
"delay": 85,
"time": "1774937965"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -78,
"time": "1774938325"
},
"departure": {
"delay": -78,
"time": "1774938342"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -110,
"time": "1774938730"
},
"departure": {
"delay": -110,
"time": "1774938730"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 155,
"time": "1774936887"
},
"departure": {
"delay": 155,
"time": "1774936895"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 127,
"time": "1774936911"
},
"departure": {
"delay": 127,
"time": "1774936927"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 72,
"time": "1774937469"
},
"departure": {
"delay": 72,
"time": "1774937532"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -109,
"time": "1774939091"
},
"departure": {
"delay": -109,
"time": "1774939091"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 174,
"time": "1774936962"
},
"departure": {
"delay": 174,
"time": "1774936974"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 58,
"time": "1774937268"
},
"departure": {
"delay": 58,
"time": "1774937278"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -7,
"time": "1774938117"
},
"departure": {
"delay": -7,
"time": "1774938173"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"time": "1774938205"
},
"departure": {
"time": "1774938240"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 153,
"time": "1774937113"
},
"departure": {
"delay": 153,
"time": "1774937133"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 158,
"time": "1774936838"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 111,
"time": "1774937145"
},
"departure": {
"delay": 111,
"time": "1774937151"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -154,
"time": "1774938430"
},
"departure": {
"delay": -154,
"time": "1774938446"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -110,
"time": "1774939150"
},
"departure": {
"delay": -110,
"time": "1774939150"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 168,
"time": "1774936999"
},
"departure": {
"delay": 168,
"time": "1774937028"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 57,
"time": "1774937328"
},
"departure": {
"delay": 57,
"time": "1774937337"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1774938672"
},
"departure": {
"time": "1774938840"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 100,
"time": "1774937236"
},
"departure": {
"delay": 100,
"time": "1774937260"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 167,
"time": "1774937080"
},
"departure": {
"delay": 167,
"time": "1774937087"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -110,
"time": "1774939030"
},
"departure": {
"delay": -110,
"time": "1774939030"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -3,
"time": "1774938029"
},
"departure": {
"delay": -3,
"time": "1774938057"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 53,
"time": "1774937983"
},
"departure": {
"delay": 53,
"time": "1774937993"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -100,
"time": "1774938611"
},
"departure": {
"delay": -100,
"time": "1774938620"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -110,
"time": "1774939090"
},
"departure": {
"delay": -110,
"time": "1774939090"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -110,
"time": "1774938850"
},
"departure": {
"delay": -110,
"time": "1774938850"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -110,
"time": "1774938910"
},
"departure": {
"delay": -110,
"time": "1774938910"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -22,
"time": "1774938067"
},
"departure": {
"delay": -22,
"time": "1774938098"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 81,
"time": "1774937566"
},
"departure": {
"delay": 81,
"time": "1774937841"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748433x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190146x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 170,
"time": "1774939430"
},
"departure": {
"delay": 170,
"time": "1774939430"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 170,
"time": "1774939610"
},
"departure": {
"delay": 170,
"time": "1774939610"
},
"stopId": "FR:76351:ZE:3039:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 211,
"time": "1774939351"
},
"departure": {
"delay": 211,
"time": "1774939351"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 137,
"time": "1774938077"
},
"stopId": "FR:76351:ZE:3193:ATOUMOD003",
"stopSequence": 3
},
{
"departure": {
"delay": 170,
"time": "1774938710"
},
"stopId": "FR:76351:ZE:4837:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 211,
"time": "1774939231"
},
"departure": {
"delay": 211,
"time": "1774939231"
},
"stopId": "FR:76351:ZE:3342:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 228,
"time": "1774938348"
},
"stopId": "FR:76351:ZE:3782:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 214,
"time": "1774938754"
},
"departure": {
"delay": 214,
"time": "1774938754"
},
"stopId": "FR:76351:ZE:3422:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 170,
"time": "1774939010"
},
"departure": {
"delay": 170,
"time": "1774939010"
},
"stopId": "FR:76351:ZE:3550:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 170,
"time": "1774939970"
},
"stopId": "FR:76351:ZE:3472:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 177,
"time": "1774939557"
},
"departure": {
"delay": 177,
"time": "1774939557"
},
"stopId": "FR:76351:ZE:3674:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 206,
"time": "1774939646"
},
"departure": {
"delay": 206,
"time": "1774939646"
},
"stopId": "FR:76351:ZE:3573:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 229,
"time": "1774938529"
},
"stopId": "FR:76351:ZE:4805:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 196,
"time": "1774938796"
},
"departure": {
"delay": 196,
"time": "1774938796"
},
"stopId": "FR:76351:ZE:3488:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 152,
"time": "1774938272"
},
"stopId": "FR:76351:ZE:4831:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 170,
"time": "1774939490"
},
"departure": {
"delay": 170,
"time": "1774939490"
},
"stopId": "FR:76351:ZE:3080:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 173,
"time": "1774938653"
},
"stopId": "FR:76351:ZE:5151:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 169,
"time": "1774938169"
},
"stopId": "FR:76351:ZE:3776:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 224,
"time": "1774938944"
},
"departure": {
"delay": 224,
"time": "1774938944"
},
"stopId": "FR:76351:ZE:3054:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 200,
"time": "1774938620"
},
"stopId": "FR:76351:ZE:4485:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 225,
"time": "1774938405"
},
"departure": {
"delay": 225,
"time": "1774938405"
},
"stopId": "FR:76351:ZE:4912:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 170,
"time": "1774938830"
},
"departure": {
"delay": 170,
"time": "1774938830"
},
"stopId": "FR:76351:ZE:3143:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 170,
"time": "1774939790"
},
"departure": {
"delay": 170,
"time": "1774939790"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 162,
"time": "1774938222"
},
"departure": {
"delay": 162,
"time": "1774938222"
},
"stopId": "FR:76351:ZE:3778:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 170,
"time": "1774939190"
},
"departure": {
"delay": 170,
"time": "1774939190"
},
"stopId": "FR:76351:ZE:3785:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 208,
"time": "1774939708"
},
"departure": {
"delay": 208,
"time": "1774939708"
},
"stopId": "FR:76351:ZE:3077:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 228,
"time": "1774939848"
},
"departure": {
"delay": 228,
"time": "1774939848"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 197,
"time": "1774939757"
},
"departure": {
"delay": 197,
"time": "1774939757"
},
"stopId": "FR:76351:ZE:4850:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 211,
"time": "1774939291"
},
"departure": {
"delay": 211,
"time": "1774939291"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 20
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:19:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190146x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9892x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774941840"
},
"stopId": "FR:76259:ZE:FECSNIC1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"time": "1774942020"
},
"departure": {
"time": "1774942020"
},
"stopId": "FR:76259:ZE:FECSMAG1:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"time": "1774942500"
},
"departure": {
"time": "1774942500"
},
"stopId": "FR:76259:ZE:FECBREP2:ATOUMOD008",
"stopSequence": 13
},
{
"arrival": {
"time": "1774942440"
},
"departure": {
"time": "1774942440"
},
"stopId": "FR:76259:ZE:FECGARE2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1774941960"
},
"departure": {
"time": "1774941960"
},
"stopId": "FR:76259:ZE:FECSENE1:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"time": "1774942680"
},
"departure": {
"time": "1774942680"
},
"stopId": "FR:76259:ZE:FECSLEG2:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"time": "1774942800"
},
"departure": {
"time": "1774942800"
},
"stopId": "FR:76259:ZE:PARCLOI2:ATOUMOD008",
"stopSequence": 17
},
{
"arrival": {
"time": "1774942260"
},
"departure": {
"time": "1774942260"
},
"stopId": "FR:76259:ZE:FECOTOU2:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"time": "1774942080"
},
"departure": {
"time": "1774942080"
},
"stopId": "FR:76259:ZE:FECSMOR1:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1774942740"
},
"departure": {
"time": "1774942740"
},
"stopId": "FR:76259:ZE:FECTASS2:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"time": "1774942200"
},
"departure": {
"time": "1774942200"
},
"stopId": "FR:76259:ZE:FECJLOR1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"time": "1774941900"
},
"departure": {
"time": "1774941900"
},
"stopId": "FR:76259:ZE:FECFOUR1:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"time": "1774942380"
},
"departure": {
"time": "1774942380"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"time": "1774942860"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 18
},
{
"arrival": {
"time": "1774942560"
},
"departure": {
"time": "1774942560"
},
"stopId": "FR:76259:ZE:FECHVIL2:ATOUMOD008",
"stopSequence": 14
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD008:Line:L3:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9892x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230369x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 162,
"time": "1774939122"
},
"departure": {
"delay": 162,
"time": "1774939122"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 118,
"time": "1774939258"
},
"departure": {
"delay": 118,
"time": "1774939258"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 159,
"time": "1774939359"
},
"departure": {
"delay": 159,
"time": "1774939359"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 165,
"time": "1774939305"
},
"departure": {
"delay": 165,
"time": "1774939305"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 136,
"time": "1774939336"
},
"departure": {
"delay": 136,
"time": "1774939336"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 137,
"time": "1774939637"
},
"departure": {
"delay": 137,
"time": "1774939637"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 118,
"time": "1774939018"
},
"departure": {
"delay": 118,
"time": "1774939018"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 30
},
{
"departure": {
"delay": 118,
"time": "1774938718"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 118,
"time": "1774939498"
},
"departure": {
"delay": 118,
"time": "1774939498"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
},
{
"departure": {
"delay": 60,
"time": "1774938480"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 123,
"time": "1774939563"
},
"departure": {
"delay": 123,
"time": "1774939563"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 118,
"time": "1774939978"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
}
],
"timestamp": "1774938749",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230369x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745650x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 174,
"time": "1774928876"
},
"departure": {
"delay": 174,
"time": "1774928934"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 35,
"time": "1774930228"
},
"departure": {
"delay": 35,
"time": "1774930235"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 140,
"time": "1774929180"
},
"departure": {
"delay": 140,
"time": "1774929260"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 119,
"time": "1774929335"
},
"departure": {
"delay": 119,
"time": "1774929359"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 139,
"time": "1774929070"
},
"departure": {
"delay": 139,
"time": "1774929139"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 197,
"time": "1774928106"
},
"departure": {
"delay": 197,
"time": "1774928117"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 15,
"time": "1774930431"
},
"departure": {
"delay": 15,
"time": "1774930455"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 144,
"time": "1774928992"
},
"departure": {
"delay": 144,
"time": "1774929024"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 21,
"time": "1774930330"
},
"departure": {
"delay": 21,
"time": "1774930341"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -67,
"time": "1774930553"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -20,
"time": "1774929983"
},
"departure": {
"delay": -20,
"time": "1774930000"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 127,
"time": "1774928677"
},
"departure": {
"delay": 127,
"time": "1774928707"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 99,
"time": "1774929449"
},
"departure": {
"delay": 99,
"time": "1774929459"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 128,
"time": "1774929281"
},
"departure": {
"delay": 128,
"time": "1774929308"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -43,
"time": "1774929716"
},
"departure": {
"delay": -43,
"time": "1774929737"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 160,
"time": "1774928969"
},
"departure": {
"delay": 160,
"time": "1774928980"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 42,
"time": "1774930057"
},
"departure": {
"delay": 42,
"time": "1774930182"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -7,
"time": "1774930364"
},
"departure": {
"delay": -7,
"time": "1774930373"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 123,
"time": "1774928747"
},
"departure": {
"delay": 123,
"time": "1774928763"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 153,
"time": "1774928545"
},
"departure": {
"delay": 153,
"time": "1774928553"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 220,
"time": "1774928132"
},
"departure": {
"delay": 220,
"time": "1774928200"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 160,
"time": "1774928493"
},
"departure": {
"delay": 160,
"time": "1774928500"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 158,
"time": "1774928830"
},
"departure": {
"delay": 158,
"time": "1774928858"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 128,
"time": "1774929413"
},
"departure": {
"delay": 128,
"time": "1774929428"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 26,
"time": "1774929583"
},
"departure": {
"delay": 26,
"time": "1774929626"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"departure": {
"delay": 243,
"time": "1774928043"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 251,
"time": "1774928220"
},
"departure": {
"delay": 251,
"time": "1774928231"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 7,
"time": "1774930500"
},
"departure": {
"delay": 7,
"time": "1774930507"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 205,
"time": "1774928419"
},
"departure": {
"delay": 205,
"time": "1774928425"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -27,
"time": "1774929884"
},
"departure": {
"delay": -27,
"time": "1774929933"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -17,
"time": "1774929785"
},
"departure": {
"delay": -17,
"time": "1774929823"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 197,
"time": "1774928335"
},
"departure": {
"delay": 197,
"time": "1774928357"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 32,
"time": "1774929501"
},
"departure": {
"delay": 32,
"time": "1774929512"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 143,
"time": "1774928585"
},
"departure": {
"delay": 143,
"time": "1774928603"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 226,
"time": "1774928253"
},
"departure": {
"delay": 226,
"time": "1774928266"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745650x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748598x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 124,
"time": "1774934331"
},
"departure": {
"delay": 124,
"time": "1774934344"
},
"stopId": "FR:50129:ZE:10HTR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 280,
"time": "1774935250"
},
"departure": {
"delay": 280,
"time": "1774935340"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 224,
"time": "1774934935"
},
"departure": {
"delay": 224,
"time": "1774934984"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 59,
"time": "1774933499"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 117,
"time": "1774934167"
},
"departure": {
"delay": 117,
"time": "1774934217"
},
"stopId": "FR:50129:ZE:10HLU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 228,
"time": "1774935016"
},
"departure": {
"delay": 228,
"time": "1774935048"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 42,
"time": "1774933526"
},
"departure": {
"delay": 42,
"time": "1774933542"
},
"stopId": "FR:50129:ZE:10BLE1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 155,
"time": "1774934391"
},
"departure": {
"delay": 155,
"time": "1774934435"
},
"stopId": "FR:50129:ZE:10MEZ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 87,
"time": "1774933771"
},
"departure": {
"delay": 87,
"time": "1774933827"
},
"stopId": "FR:50129:ZE:10ING1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 158,
"time": "1774934845"
},
"departure": {
"delay": 158,
"time": "1774934858"
},
"stopId": "FR:50129:ZE:10CDL2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 192,
"time": "1774934498"
},
"departure": {
"delay": 192,
"time": "1774934532"
},
"stopId": "FR:50129:ZE:10HQU1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 166,
"time": "1774934606"
},
"departure": {
"delay": 166,
"time": "1774934626"
},
"stopId": "FR:50129:ZE:10HAM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 219,
"time": "1774935147"
},
"departure": {
"delay": 219,
"time": "1774935159"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 243,
"time": "1774935483"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 86,
"time": "1774933552"
},
"departure": {
"delay": 86,
"time": "1774933586"
},
"stopId": "FR:50129:ZE:10NMD1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 192,
"time": "1774934802"
},
"departure": {
"delay": 192,
"time": "1774934832"
},
"stopId": "FR:50129:ZE:10BDB2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 138,
"time": "1774934014"
},
"departure": {
"delay": 138,
"time": "1774934058"
},
"stopId": "FR:50129:ZE:10VER1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 86,
"time": "1774933855"
},
"departure": {
"delay": 86,
"time": "1774933886"
},
"stopId": "FR:50129:ZE:10CBL1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 196,
"time": "1774934686"
},
"departure": {
"delay": 196,
"time": "1774934716"
},
"stopId": "FR:50129:ZE:10GLA1:ATOUMOD035",
"stopSequence": 12
}
],
"timestamp": "1774938545",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748598x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596618:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2205,
"time": "1774938735"
},
"departure": {
"delay": -2205,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -1425,
"time": "1774938735"
},
"departure": {
"delay": -1425,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xKEN01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -1365,
"time": "1774938735"
},
"departure": {
"delay": -1365,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xVOL01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -2025,
"time": "1774938735"
},
"departure": {
"delay": -2025,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -1305,
"time": "1774938735"
},
"departure": {
"delay": -1305,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xRUG01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -1545,
"time": "1774938735"
},
"departure": {
"delay": -1545,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xJOL02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -1665,
"time": "1774938735"
},
"departure": {
"delay": -1665,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xROR02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -1785,
"time": "1774938735"
},
"departure": {
"delay": -1785,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xRRE02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -1485,
"time": "1774938735"
},
"departure": {
"delay": -1485,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xPAS02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -1845,
"time": "1774938735"
},
"departure": {
"delay": -1845,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 9
},
{
"departure": {
"delay": -1245,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xMOL01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -2445,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -2145,
"time": "1774938735"
},
"departure": {
"delay": -2145,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -2265,
"time": "1774938735"
},
"departure": {
"delay": -2265,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 13
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596618:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230517x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 241,
"time": "1774938541"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 168,
"time": "1774938108"
},
"departure": {
"delay": 168,
"time": "1774938108"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 25
},
{
"departure": {
"delay": 197,
"time": "1774938677"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 222,
"time": "1774938882"
},
"departure": {
"delay": 222,
"time": "1774938882"
},
"stopId": "FR:76351:ZE:3785:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 246,
"time": "1774939026"
},
"departure": {
"delay": 246,
"time": "1774939026"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 197,
"time": "1774938737"
},
"departure": {
"delay": 197,
"time": "1774938737"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 251,
"time": "1774938971"
},
"departure": {
"delay": 251,
"time": "1774938971"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 197,
"time": "1774938917"
},
"departure": {
"delay": 197,
"time": "1774938917"
},
"stopId": "FR:76351:ZE:3342:ATOUMOD003",
"stopSequence": 33
},
{
"departure": {
"delay": 180,
"time": "1774938000"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 207,
"time": "1774938807"
},
"departure": {
"delay": 207,
"time": "1774938807"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 237,
"time": "1774938777"
},
"departure": {
"delay": 237,
"time": "1774938777"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 168,
"time": "1774938408"
},
"departure": {
"delay": 168,
"time": "1774938408"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 197,
"time": "1774939097"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
}
],
"timestamp": "1774938609",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230517x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758432x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 182,
"time": "1774932683"
},
"departure": {
"delay": 182,
"time": "1774932722"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 48,
"time": "1774931623"
},
"departure": {
"delay": 48,
"time": "1774931688"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 116,
"time": "1774931743"
},
"departure": {
"delay": 116,
"time": "1774931816"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 147,
"time": "1774932615"
},
"departure": {
"delay": 147,
"time": "1774932627"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 113,
"time": "1774933114"
},
"departure": {
"delay": 113,
"time": "1774933133"
},
"stopId": "FR:50041:ZE:HAGBG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 93,
"time": "1774931865"
},
"departure": {
"delay": 93,
"time": "1774931913"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 53,
"time": "1774931547"
},
"departure": {
"delay": 53,
"time": "1774931573"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 131,
"time": "1774932810"
},
"departure": {
"delay": 131,
"time": "1774932851"
},
"stopId": "FR:50129:ZE:QQVPL1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 149,
"time": "1774932283"
},
"departure": {
"delay": 149,
"time": "1774932329"
},
"stopId": "FR:50129:ZE:10LSA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 76,
"time": "1774934062"
},
"departure": {
"delay": 76,
"time": "1774934116"
},
"stopId": "FR:50041:ZE:HAGCC2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 150,
"time": "1774932021"
},
"departure": {
"delay": 150,
"time": "1774932090"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 6,
"time": "1774931406"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 183,
"time": "1774932458"
},
"departure": {
"delay": 183,
"time": "1774932483"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 125,
"time": "1774933611"
},
"departure": {
"delay": 125,
"time": "1774933625"
},
"stopId": "FR:50041:ZE:HAGGR2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 83,
"time": "1774931938"
},
"departure": {
"delay": 83,
"time": "1774931963"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 86,
"time": "1774933853"
},
"departure": {
"delay": 86,
"time": "1774933886"
},
"stopId": "FR:50041:ZE:HAGFY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 147,
"time": "1774933174"
},
"departure": {
"delay": 147,
"time": "1774933227"
},
"stopId": "FR:50041:ZE:HAGMF2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 25,
"time": "1774934425"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 49,
"time": "1774933933"
},
"departure": {
"delay": 49,
"time": "1774933969"
},
"stopId": "FR:50041:ZE:HAGMA2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 164,
"time": "1774932570"
},
"departure": {
"delay": 164,
"time": "1774932584"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758432x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470312:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -4533,
"time": "1774938747"
},
"departure": {
"delay": -4533,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6980:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -3633,
"time": "1774938747"
},
"departure": {
"delay": -3633,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6194:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -3753,
"time": "1774938747"
},
"departure": {
"delay": -3753,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x7182:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -3453,
"time": "1774938747"
},
"departure": {
"delay": -3453,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6979:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -4173,
"time": "1774938747"
},
"departure": {
"delay": -4173,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6996:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -4593,
"time": "1774938747"
},
"departure": {
"delay": -4593,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6998:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -9,
"time": "1774943871"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -3933,
"time": "1774938747"
},
"departure": {
"delay": -3933,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6215:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 27,
"time": "1774943727"
},
"departure": {
"delay": 27,
"time": "1774943727"
},
"stopId": "FR:27022:ZE:0x6982:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -4653,
"time": "1774938747"
},
"departure": {
"delay": -4653,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x7002:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -33,
"time": "1774943607"
},
"departure": {
"delay": -33,
"time": "1774943607"
},
"stopId": "FR:27022:ZE:0x6986:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 5,
"time": "1774943525"
},
"departure": {
"delay": 5,
"time": "1774943525"
},
"stopId": "FR:27022:ZE:0x7000:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -4653,
"time": "1774938747"
},
"departure": {
"delay": -4653,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6992:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -3753,
"time": "1774938747"
},
"departure": {
"delay": -3753,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6203:ATOUMOD006",
"stopSequence": 5
},
{
"departure": {
"delay": -3453,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -3813,
"time": "1774938747"
},
"departure": {
"delay": -3813,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6205:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -8,
"time": "1774943812"
},
"departure": {
"delay": -8,
"time": "1774943812"
},
"stopId": "FR:27022:ZE:0x6978:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -3993,
"time": "1774938747"
},
"departure": {
"delay": -3993,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x7179:ATOUMOD006",
"stopSequence": 12
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:6a:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470312:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745649x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 82,
"time": "1774926304"
},
"departure": {
"delay": 82,
"time": "1774926322"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 141,
"time": "1774928961"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 314,
"time": "1774927964"
},
"departure": {
"delay": 314,
"time": "1774927994"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 87,
"time": "1774926730"
},
"departure": {
"delay": 87,
"time": "1774926747"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 179,
"time": "1774927519"
},
"departure": {
"delay": 179,
"time": "1774927559"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 47,
"time": "1774926156"
},
"departure": {
"delay": 47,
"time": "1774926167"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 283,
"time": "1774928248"
},
"departure": {
"delay": 283,
"time": "1774928263"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 148,
"time": "1774927031"
},
"departure": {
"delay": 148,
"time": "1774927048"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 133,
"time": "1774927320"
},
"departure": {
"delay": 133,
"time": "1774927333"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 270,
"time": "1774928479"
},
"departure": {
"delay": 270,
"time": "1774928490"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 324,
"time": "1774928349"
},
"departure": {
"delay": 324,
"time": "1774928364"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 289,
"time": "1774928421"
},
"departure": {
"delay": 289,
"time": "1774928449"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 176,
"time": "1774927072"
},
"departure": {
"delay": 176,
"time": "1774927136"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 341,
"time": "1774927886"
},
"departure": {
"delay": 341,
"time": "1774927901"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 101,
"time": "1774926262"
},
"departure": {
"delay": 101,
"time": "1774926281"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 98,
"time": "1774926670"
},
"departure": {
"delay": 98,
"time": "1774926698"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 114,
"time": "1774926836"
},
"departure": {
"delay": 114,
"time": "1774926894"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 66,
"time": "1774926598"
},
"departure": {
"delay": 66,
"time": "1774926606"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 201,
"time": "1774928769"
},
"departure": {
"delay": 201,
"time": "1774928781"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 61,
"time": "1774926194"
},
"departure": {
"delay": 61,
"time": "1774926241"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 223,
"time": "1774928848"
},
"departure": {
"delay": 223,
"time": "1774928863"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 361,
"time": "1774927840"
},
"departure": {
"delay": 361,
"time": "1774927861"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 216,
"time": "1774928724"
},
"departure": {
"delay": 216,
"time": "1774928736"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 210,
"time": "1774928902"
},
"departure": {
"delay": 210,
"time": "1774928910"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 153,
"time": "1774927218"
},
"departure": {
"delay": 153,
"time": "1774927233"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 48,
"time": "1774926048"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 303,
"time": "1774927589"
},
"departure": {
"delay": 303,
"time": "1774927743"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 217,
"time": "1774928542"
},
"departure": {
"delay": 217,
"time": "1774928557"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 97,
"time": "1774926504"
},
"departure": {
"delay": 97,
"time": "1774926517"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 209,
"time": "1774928602"
},
"departure": {
"delay": 209,
"time": "1774928609"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 308,
"time": "1774928079"
},
"departure": {
"delay": 308,
"time": "1774928108"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 129,
"time": "1774926952"
},
"departure": {
"delay": 129,
"time": "1774926969"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 70,
"time": "1774926418"
},
"departure": {
"delay": 70,
"time": "1774926430"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 180,
"time": "1774927186"
},
"departure": {
"delay": 180,
"time": "1774927200"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 138,
"time": "1774927418"
},
"departure": {
"delay": 138,
"time": "1774927458"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745649x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9773x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774940040"
},
"departure": {
"time": "1774940040"
},
"stopId": "FR:76259:ZE:FECHVIL1:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"time": "1774940820"
},
"departure": {
"time": "1774940820"
},
"stopId": "FR:76259:ZE:FECHYSO1:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"time": "1774940880"
},
"departure": {
"time": "1774940880"
},
"stopId": "FR:76259:ZE:FECSLOU1:ATOUMOD008",
"stopSequence": 17
},
{
"arrival": {
"time": "1774940580"
},
"departure": {
"time": "1774940580"
},
"stopId": "FR:76259:ZE:FECDESG1:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"time": "1774939980"
},
"departure": {
"time": "1774939980"
},
"stopId": "FR:76259:ZE:FECHALL1:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"time": "1774940520"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:76259:ZE:FECNICO1:ATOUMOD008",
"stopSequence": 13
},
{
"arrival": {
"time": "1774941060"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 19
},
{
"arrival": {
"time": "1774940280"
},
"departure": {
"time": "1774940280"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"time": "1774940460"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:76259:ZE:FECBROS1:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1774939740"
},
"departure": {
"time": "1774939740"
},
"stopId": "FR:76259:ZE:FECCHUE1:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"time": "1774940220"
},
"departure": {
"time": "1774940220"
},
"stopId": "FR:76259:ZE:FECGARE1:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"time": "1774940940"
},
"departure": {
"time": "1774940940"
},
"stopId": "FR:76259:ZE:FECPROV1:ATOUMOD008",
"stopSequence": 18
},
{
"departure": {
"time": "1774939260"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"time": "1774939920"
},
"departure": {
"time": "1774939920"
},
"stopId": "FR:76259:ZE:FECCOUB1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"time": "1774939620"
},
"departure": {
"time": "1774939620"
},
"stopId": "FR:76259:ZE:FECMBLE1:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"time": "1774939860"
},
"departure": {
"time": "1774939860"
},
"stopId": "FR:76259:ZE:FECJMAC1:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:76259:ZE:FECVIKI1:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"time": "1774940100"
},
"departure": {
"time": "1774940100"
},
"stopId": "FR:76259:ZE:FECBREP1:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939320"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 2
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD008:Line:L01:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9773x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3451F299653x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774946100"
},
"departure": {
"time": "1774946940"
},
"stopId": "FR:50188:ZE:StopPointxOCETrainxTERx87447649:ATOUMOD002",
"stopSequence": 62
},
{
"arrival": {
"time": "1774944480"
},
"departure": {
"time": "1774944540"
},
"stopId": "FR:14762:ZE:StopPointxOCETrainxTERx87448159:ATOUMOD002",
"stopSequence": 58
},
{
"arrival": {
"time": "1774939140"
},
"departure": {
"time": "1774939200"
},
"stopId": "FR:27679:ZE:StopPointxOCETrainxTERx87393595:ATOUMOD002",
"stopSequence": 44
},
{
"arrival": {
"time": "1774948860"
},
"stopId": "FR:50410:ZE:StopPointxOCETrainxTERx87478263:ATOUMOD002",
"stopSequence": 87
},
{
"arrival": {
"time": "1774947720"
},
"departure": {
"time": "1774947780"
},
"stopId": "FR:50025:ZE:StopPointxOCETrainxTERx87448514:ATOUMOD002",
"stopSequence": 86
},
{
"departure": {
"time": "1774935120"
},
"stopId": "FR:75115:ZE:StopPointxOCETrainxTERx87391003:ATOUMOD002",
"stopSequence": 36
},
{
"arrival": {
"time": "1774942860"
},
"departure": {
"time": "1774942920"
},
"stopId": "FR:61063:ZE:StopPointxOCETrainxTERx87448084:ATOUMOD002",
"stopSequence": 54
},
{
"arrival": {
"time": "1774943520"
},
"departure": {
"time": "1774943640"
},
"stopId": "FR:61169:ZE:StopPointxOCETrainxTERx87448001:ATOUMOD002",
"stopSequence": 56
},
{
"arrival": {
"time": "1774945560"
},
"departure": {
"time": "1774945620"
},
"stopId": "FR:50639:ZE:StopPointxOCETrainxTERx87447698:ATOUMOD002",
"stopSequence": 60
},
{
"arrival": {
"time": "1774935900"
},
"departure": {
"time": "1774935960"
},
"stopId": "FR:78646:ZE:StopPointxOCETrainxTERx87393009:ATOUMOD002",
"stopSequence": 38
},
{
"arrival": {
"time": "1774939980"
},
"departure": {
"time": "1774940040"
},
"stopId": "FR:61214:ZE:StopPointxOCETrainxTERx87444638:ATOUMOD002",
"stopSequence": 46
},
{
"arrival": {
"time": "1774937940"
},
"departure": {
"time": "1774938000"
},
"stopId": "FR:28134:ZE:StopPointxOCETrainxTERx87393488:ATOUMOD002",
"stopSequence": 40
},
{
"arrival": {
"time": "1774941840"
},
"departure": {
"time": "1774941960"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 52
},
{
"arrival": {
"time": "1774941300"
},
"departure": {
"time": "1774941360"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 50
}
],
"timestamp": "1774931499",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx6155CD5FxAB2Dx4274xA052x8C7462540578x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3451F299653x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057121x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774940940"
},
"departure": {
"time": "1774940940"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 4,
"time": "1774940224"
},
"departure": {
"delay": 4,
"time": "1774940224"
},
"stopId": "FR:76351:ZE:4601:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 17,
"time": "1774940897"
},
"departure": {
"delay": 17,
"time": "1774940897"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"time": "1774941300"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 43,
"time": "1774939903"
},
"departure": {
"delay": 43,
"time": "1774939903"
},
"stopId": "FR:76351:ZE:3315:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"time": "1774941000"
},
"departure": {
"time": "1774941000"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 8,
"time": "1774939868"
},
"departure": {
"delay": 8,
"time": "1774939868"
},
"stopId": "FR:76351:ZE:3078:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 12,
"time": "1774940112"
},
"departure": {
"delay": 12,
"time": "1774940112"
},
"stopId": "FR:76351:ZE:3277:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 55,
"time": "1774940395"
},
"departure": {
"delay": 55,
"time": "1774940395"
},
"stopId": "FR:76351:ZE:3798:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"time": "1774940460"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:76351:ZE:3539:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"time": "1774939980"
},
"departure": {
"time": "1774939980"
},
"stopId": "FR:76351:ZE:3598:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 15,
"time": "1774940355"
},
"departure": {
"delay": 15,
"time": "1774940355"
},
"stopId": "FR:76351:ZE:4476:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 24,
"time": "1774940064"
},
"departure": {
"delay": 24,
"time": "1774940064"
},
"stopId": "FR:76351:ZE:4554:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"time": "1774940820"
},
"departure": {
"time": "1774940820"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 37,
"time": "1774939777"
},
"departure": {
"delay": 37,
"time": "1774939777"
},
"stopId": "FR:76351:ZE:3622:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 55,
"time": "1774940275"
},
"departure": {
"delay": 55,
"time": "1774940275"
},
"stopId": "FR:76351:ZE:3565:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"time": "1774939620"
},
"stopId": "FR:76351:ZE:3716:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 42,
"time": "1774939662"
},
"departure": {
"delay": 42,
"time": "1774939662"
},
"stopId": "FR:76351:ZE:3451:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 12,
"time": "1774940532"
},
"departure": {
"delay": 12,
"time": "1774940532"
},
"stopId": "FR:76351:ZE:4607:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"time": "1774940160"
},
"departure": {
"time": "1774940160"
},
"stopId": "FR:76351:ZE:3397:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 47,
"time": "1774940747"
},
"departure": {
"delay": 47,
"time": "1774940747"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057121x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470532:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 120,
"time": "1774938720"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -71,
"time": "1774939549"
},
"departure": {
"delay": -71,
"time": "1774939549"
},
"stopId": "FR:27701:ZE:0x7044:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -44,
"time": "1774939996"
},
"departure": {
"delay": -44,
"time": "1774939996"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 150,
"time": "1774938750"
},
"departure": {
"delay": 150,
"time": "1774938750"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -38,
"time": "1774939102"
},
"departure": {
"delay": -38,
"time": "1774939102"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -87,
"time": "1774939353"
},
"departure": {
"delay": -87,
"time": "1774939353"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -32,
"time": "1774940068"
},
"departure": {
"delay": -32,
"time": "1774940068"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -75,
"time": "1774940205"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -84,
"time": "1774939596"
},
"departure": {
"delay": -84,
"time": "1774939596"
},
"stopId": "FR:27701:ZE:0x7054:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 11,
"time": "1774938911"
},
"departure": {
"delay": 11,
"time": "1774938911"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -23,
"time": "1774939477"
},
"departure": {
"delay": -23,
"time": "1774939477"
},
"stopId": "FR:27701:ZE:0x7068:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -75,
"time": "1774939905"
},
"departure": {
"delay": -75,
"time": "1774939905"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -54,
"time": "1774939506"
},
"departure": {
"delay": -54,
"time": "1774939506"
},
"stopId": "FR:27701:ZE:0x7132:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 27,
"time": "1774940127"
},
"departure": {
"delay": 27,
"time": "1774940127"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -32,
"time": "1774939168"
},
"departure": {
"delay": -32,
"time": "1774939168"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -59,
"time": "1774939801"
},
"departure": {
"delay": -59,
"time": "1774939801"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -40,
"time": "1774939760"
},
"departure": {
"delay": -40,
"time": "1774939760"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -49,
"time": "1774939451"
},
"departure": {
"delay": -49,
"time": "1774939451"
},
"stopId": "FR:27701:ZE:0x7036:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 24,
"time": "1774939044"
},
"departure": {
"delay": 24,
"time": "1774939044"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 78,
"time": "1774938858"
},
"departure": {
"delay": 78,
"time": "1774938858"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -135,
"time": "1774939665"
},
"departure": {
"delay": -135,
"time": "1774939665"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 23,
"time": "1774938983"
},
"departure": {
"delay": 23,
"time": "1774938983"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -65,
"time": "1774939255"
},
"departure": {
"delay": -65,
"time": "1774939255"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 9
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470532:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747840x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 222,
"time": "1774937043"
},
"departure": {
"delay": 222,
"time": "1774937082"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 30,
"time": "1774935376"
},
"departure": {
"delay": 30,
"time": "1774935390"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 152,
"time": "1774935955"
},
"departure": {
"delay": 152,
"time": "1774935992"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 152,
"time": "1774936073"
},
"departure": {
"delay": 152,
"time": "1774936112"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 95,
"time": "1774935567"
},
"departure": {
"delay": 95,
"time": "1774935575"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 78,
"time": "1774935828"
},
"departure": {
"delay": 78,
"time": "1774935858"
},
"stopId": "FR:50129:ZE:10GDM4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 157,
"time": "1774936372"
},
"departure": {
"delay": 157,
"time": "1774936417"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 98,
"time": "1774936443"
},
"departure": {
"delay": 98,
"time": "1774936478"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 109,
"time": "1774935753"
},
"departure": {
"delay": 109,
"time": "1774935769"
},
"stopId": "FR:50129:ZE:10SWZ2:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 14,
"time": "1774935014"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 44,
"time": "1774935059"
},
"departure": {
"delay": 44,
"time": "1774935164"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 99,
"time": "1774935483"
},
"departure": {
"delay": 99,
"time": "1774935519"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 147,
"time": "1774936309"
},
"departure": {
"delay": 147,
"time": "1774936347"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 152,
"time": "1774937252"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 117,
"time": "1774936605"
},
"departure": {
"delay": 117,
"time": "1774936617"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 158,
"time": "1774936014"
},
"departure": {
"delay": 158,
"time": "1774936058"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 72,
"time": "1774935305"
},
"departure": {
"delay": 72,
"time": "1774935312"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 245,
"time": "1774937117"
},
"departure": {
"delay": 245,
"time": "1774937165"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 123,
"time": "1774935685"
},
"departure": {
"delay": 123,
"time": "1774935723"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 86,
"time": "1774935891"
},
"departure": {
"delay": 86,
"time": "1774935926"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 218,
"time": "1774936146"
},
"departure": {
"delay": 218,
"time": "1774936178"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 102,
"time": "1774935431"
},
"departure": {
"delay": 102,
"time": "1774935462"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 159,
"time": "1774936846"
},
"departure": {
"delay": 159,
"time": "1774936899"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 170,
"time": "1774936744"
},
"departure": {
"delay": 170,
"time": "1774936790"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 118,
"time": "1774935246"
},
"departure": {
"delay": 118,
"time": "1774935298"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747840x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx59:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 82,
"time": "1774938682"
},
"departure": {
"delay": 82,
"time": "1774938682"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 127,
"time": "1774938847"
},
"departure": {
"delay": 127,
"time": "1774938847"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 48,
"time": "1774938348"
},
"departure": {
"delay": 48,
"time": "1774938348"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 83,
"time": "1774939283"
},
"departure": {
"delay": 83,
"time": "1774939283"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 60,
"time": "1774938060"
},
"departure": {
"delay": 60,
"time": "1774938060"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 47,
"time": "1774938407"
},
"departure": {
"delay": 47,
"time": "1774938407"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 147,
"time": "1774938507"
},
"departure": {
"delay": 147,
"time": "1774938507"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 83,
"time": "1774938923"
},
"departure": {
"delay": 83,
"time": "1774938923"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"time": "1774937880"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 102,
"time": "1774938162"
},
"departure": {
"delay": 102,
"time": "1774938162"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 99,
"time": "1774938279"
},
"departure": {
"delay": 99,
"time": "1774938279"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 76,
"time": "1774938196"
},
"departure": {
"delay": 76,
"time": "1774938196"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1774937518",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx59:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471223:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -229,
"time": "1774944191"
},
"departure": {
"delay": -229,
"time": "1774944191"
},
"stopId": "FR:27701:ZE:0x7022:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -3813,
"time": "1774938747"
},
"departure": {
"delay": -3813,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6422:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -3993,
"time": "1774938747"
},
"departure": {
"delay": -3993,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -201,
"time": "1774944039"
},
"departure": {
"delay": -201,
"time": "1774944039"
},
"stopId": "FR:27528:ZE:0x6591:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -4893,
"time": "1774938747"
},
"departure": {
"delay": -4893,
"time": "1774938747"
},
"stopId": "FR:27351:ZE:0x6312:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -230,
"time": "1774944070"
},
"departure": {
"delay": -230,
"time": "1774944070"
},
"stopId": "FR:27528:ZE:0x6594:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -5253,
"time": "1774938747"
},
"departure": {
"delay": -5253,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -311,
"time": "1774944229"
},
"departure": {
"delay": -311,
"time": "1774944229"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -3573,
"time": "1774938747"
},
"departure": {
"delay": -3573,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6492:ATOUMOD006",
"stopSequence": 2
},
{
"departure": {
"delay": -3573,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -4653,
"time": "1774938747"
},
"departure": {
"delay": -4653,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6457:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -3873,
"time": "1774938747"
},
"departure": {
"delay": -3873,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6432:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -4413,
"time": "1774938747"
},
"departure": {
"delay": -4413,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -182,
"time": "1774943938"
},
"departure": {
"delay": -182,
"time": "1774943938"
},
"stopId": "FR:27528:ZE:0x6589:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -4353,
"time": "1774938747"
},
"departure": {
"delay": -4353,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -331,
"time": "1774944329"
},
"departure": {
"delay": -331,
"time": "1774944329"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -196,
"time": "1774944104"
},
"departure": {
"delay": -196,
"time": "1774944104"
},
"stopId": "FR:27528:ZE:0x6596:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -209,
"time": "1774944151"
},
"departure": {
"delay": -209,
"time": "1774944151"
},
"stopId": "FR:27528:ZE:0x6576:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -374,
"time": "1774944406"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -4713,
"time": "1774938747"
},
"departure": {
"delay": -4713,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6384:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -272,
"time": "1774944208"
},
"departure": {
"delay": -272,
"time": "1774944208"
},
"stopId": "FR:27701:ZE:0x7034:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -3873,
"time": "1774938747"
},
"departure": {
"delay": -3873,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6512:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -4113,
"time": "1774938747"
},
"departure": {
"delay": -4113,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -383,
"time": "1774944277"
},
"departure": {
"delay": -383,
"time": "1774944277"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -4773,
"time": "1774938747"
},
"departure": {
"delay": -4773,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6526:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -171,
"time": "1774944009"
},
"departure": {
"delay": -171,
"time": "1774944009"
},
"stopId": "FR:27528:ZE:0x6598:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -4593,
"time": "1774938747"
},
"departure": {
"delay": -4593,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -3693,
"time": "1774938747"
},
"departure": {
"delay": -3693,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6396:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -3753,
"time": "1774938747"
},
"departure": {
"delay": -3753,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6470:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -5193,
"time": "1774938747"
},
"departure": {
"delay": -5193,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7106:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -4473,
"time": "1774938747"
},
"departure": {
"delay": -4473,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -3693,
"time": "1774938747"
},
"departure": {
"delay": -3693,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6490:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -4653,
"time": "1774938747"
},
"departure": {
"delay": -4653,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6438:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -211,
"time": "1774943969"
},
"departure": {
"delay": -211,
"time": "1774943969"
},
"stopId": "FR:27528:ZE:0x6592:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -183,
"time": "1774943877"
},
"departure": {
"delay": -183,
"time": "1774943877"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -4953,
"time": "1774938747"
},
"departure": {
"delay": -4953,
"time": "1774938747"
},
"stopId": "FR:27351:ZE:0x6310:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -3753,
"time": "1774938747"
},
"departure": {
"delay": -3753,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6572:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -4833,
"time": "1774938747"
},
"departure": {
"delay": -4833,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6304:ATOUMOD006",
"stopSequence": 21
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471223:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4267966x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 219,
"time": "1774939359"
},
"departure": {
"delay": 219,
"time": "1774939359"
},
"stopId": "FR:76296:ZE:4216:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 261,
"time": "1774939881"
},
"departure": {
"delay": 261,
"time": "1774939881"
},
"stopId": "FR:76296:ZE:4442:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 228,
"time": "1774938708"
},
"stopId": "FR:76447:ZE:4603:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 219,
"time": "1774939599"
},
"departure": {
"delay": 219,
"time": "1774939599"
},
"stopId": "FR:76533:ZE:4586:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 219,
"time": "1774939779"
},
"departure": {
"delay": 219,
"time": "1774939779"
},
"stopId": "FR:76296:ZE:3072:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 242,
"time": "1774939922"
},
"departure": {
"delay": 242,
"time": "1774939922"
},
"stopId": "FR:76305:ZE:4499:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 219,
"time": "1774938939"
},
"departure": {
"delay": 219,
"time": "1774938939"
},
"stopId": "FR:76616:ZE:4018:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 268,
"time": "1774938868"
},
"departure": {
"delay": 268,
"time": "1774938868"
},
"stopId": "FR:76616:ZE:4043:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 239,
"time": "1774939259"
},
"departure": {
"delay": 239,
"time": "1774939259"
},
"stopId": "FR:76596:ZE:5167:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 257,
"time": "1774939397"
},
"departure": {
"delay": 257,
"time": "1774939397"
},
"stopId": "FR:76296:ZE:3014:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 249,
"time": "1774939989"
},
"departure": {
"delay": 249,
"time": "1774939989"
},
"stopId": "FR:76305:ZE:4501:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 271,
"time": "1774939651"
},
"departure": {
"delay": 271,
"time": "1774939651"
},
"stopId": "FR:76533:ZE:4199:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 219,
"time": "1774940079"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 244,
"time": "1774939144"
},
"departure": {
"delay": 244,
"time": "1774939144"
},
"stopId": "FR:76596:ZE:4994:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 252,
"time": "1774939212"
},
"departure": {
"delay": 252,
"time": "1774939212"
},
"stopId": "FR:76596:ZE:5172:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 233,
"time": "1774939553"
},
"departure": {
"delay": 233,
"time": "1774939553"
},
"stopId": "FR:76533:ZE:4703:ATOUMOD003",
"stopSequence": 30
}
],
"timestamp": "1774938749",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:14:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4267966x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748518x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9,
"time": "1774930514"
},
"departure": {
"delay": 9,
"time": "1774930569"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -18,
"time": "1774930104"
},
"departure": {
"delay": -18,
"time": "1774930122"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 230,
"time": "1774931510"
},
"stopId": "FR:50129:ZE:10ZSA3:ATOUMOD035",
"stopSequence": 24
},
{
"departure": {
"delay": 107,
"time": "1774929407"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 90,
"time": "1774929618"
},
"departure": {
"delay": 90,
"time": "1774929630"
},
"stopId": "FR:50129:ZE:10GRI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 95,
"time": "1774929499"
},
"departure": {
"delay": 95,
"time": "1774929515"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -2,
"time": "1774930717"
},
"departure": {
"delay": -2,
"time": "1774930738"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -5,
"time": "1774930656"
},
"departure": {
"delay": -5,
"time": "1774930675"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 111,
"time": "1774929855"
},
"departure": {
"delay": 111,
"time": "1774929891"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 125,
"time": "1774929715"
},
"departure": {
"delay": 125,
"time": "1774929725"
},
"stopId": "FR:50129:ZE:10MRT1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 108,
"time": "1774929932"
},
"departure": {
"delay": 108,
"time": "1774929948"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 97,
"time": "1774929559"
},
"departure": {
"delay": 97,
"time": "1774929577"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -34,
"time": "1774931173"
},
"departure": {
"delay": -34,
"time": "1774931186"
},
"stopId": "FR:50129:ZE:10CHE1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 85,
"time": "1774930035"
},
"departure": {
"delay": 85,
"time": "1774930045"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -23,
"time": "1774930946"
},
"departure": {
"delay": -23,
"time": "1774930957"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 107,
"time": "1774929971"
},
"departure": {
"delay": 107,
"time": "1774930007"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 6,
"time": "1774930910"
},
"departure": {
"delay": 6,
"time": "1774930926"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 37,
"time": "1774930803"
},
"departure": {
"delay": 37,
"time": "1774930897"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 65,
"time": "1774930069"
},
"departure": {
"delay": 65,
"time": "1774930085"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -42,
"time": "1774931113"
},
"departure": {
"delay": -42,
"time": "1774931118"
},
"stopId": "FR:50129:ZE:10JBO3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 46,
"time": "1774930231"
},
"departure": {
"delay": 46,
"time": "1774930366"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 136,
"time": "1774929661"
},
"departure": {
"delay": 136,
"time": "1774929676"
},
"stopId": "FR:50129:ZE:10FOE1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -38,
"time": "1774930981"
},
"departure": {
"delay": -38,
"time": "1774931002"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 84,
"time": "1774929794"
},
"departure": {
"delay": 84,
"time": "1774929804"
},
"stopId": "FR:50129:ZE:10BRA1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748518x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745227x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 67,
"time": "1774934794"
},
"departure": {
"delay": 67,
"time": "1774934827"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 63,
"time": "1774933409"
},
"departure": {
"delay": 63,
"time": "1774933443"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 51,
"time": "1774933591"
},
"departure": {
"delay": 51,
"time": "1774933611"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 59,
"time": "1774934059"
},
"departure": {
"delay": 59,
"time": "1774934099"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 6,
"time": "1774934415"
},
"departure": {
"delay": 6,
"time": "1774934466"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 102,
"time": "1774933798"
},
"departure": {
"delay": 102,
"time": "1774933842"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 86,
"time": "1774933286"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -1,
"time": "1774934239"
},
"departure": {
"delay": -1,
"time": "1774934279"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 71,
"time": "1774934730"
},
"departure": {
"delay": 71,
"time": "1774934771"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 92,
"time": "1774933972"
},
"departure": {
"delay": 92,
"time": "1774934012"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -20,
"time": "1774934920"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 67,
"time": "1774934633"
},
"departure": {
"delay": 67,
"time": "1774934707"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 27,
"time": "1774934144"
},
"departure": {
"delay": 27,
"time": "1774934187"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 78,
"time": "1774933725"
},
"departure": {
"delay": 78,
"time": "1774933758"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 97,
"time": "1774933491"
},
"departure": {
"delay": 97,
"time": "1774933537"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 8,
"time": "1774934307"
},
"departure": {
"delay": 8,
"time": "1774934348"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 22,
"time": "1774934565"
},
"departure": {
"delay": 22,
"time": "1774934602"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 82,
"time": "1774933666"
},
"departure": {
"delay": 82,
"time": "1774933702"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 13,
"time": "1774934499"
},
"departure": {
"delay": 13,
"time": "1774934533"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745227x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14443:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938980"
},
"departure": {
"time": "1774938980"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774938857"
},
"departure": {
"time": "1774938857"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774938742"
},
"departure": {
"time": "1774938742"
},
"stopId": "FR:76540:ZE:TCARxGAREB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774939378"
},
"departure": {
"time": "1774939378"
},
"stopId": "FR:76540:ZE:TCARxSTNIC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774939280"
},
"departure": {
"time": "1774939280"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774939460"
},
"departure": {
"time": "1774939460"
},
"stopId": "FR:76540:ZE:TCARxRREPU0:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1774936998",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14443:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746157x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -59,
"time": "1774936229"
},
"departure": {
"delay": -59,
"time": "1774936261"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 61,
"time": "1774934446"
},
"departure": {
"delay": 61,
"time": "1774934461"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -11,
"time": "1774935913"
},
"departure": {
"delay": -11,
"time": "1774935949"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 140,
"time": "1774936995"
},
"departure": {
"delay": 140,
"time": "1774937000"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 58,
"time": "1774934369"
},
"departure": {
"delay": 58,
"time": "1774934398"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 6,
"time": "1774934259"
},
"departure": {
"delay": 6,
"time": "1774934286"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 27,
"time": "1774933997"
},
"departure": {
"delay": 27,
"time": "1774934007"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 3,
"time": "1774935673"
},
"departure": {
"delay": 3,
"time": "1774935723"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 5,
"time": "1774934127"
},
"departure": {
"delay": 5,
"time": "1774934165"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -18,
"time": "1774936276"
},
"departure": {
"delay": -18,
"time": "1774936302"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 40,
"time": "1774933804"
},
"departure": {
"delay": 40,
"time": "1774933840"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 50,
"time": "1774935490"
},
"departure": {
"delay": 50,
"time": "1774935530"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -32,
"time": "1774936101"
},
"departure": {
"delay": -32,
"time": "1774936168"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -12,
"time": "1774936510"
},
"departure": {
"delay": -12,
"time": "1774936548"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 57,
"time": "1774934534"
},
"departure": {
"delay": 57,
"time": "1774934577"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 21,
"time": "1774933641"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 51,
"time": "1774935015"
},
"departure": {
"delay": 51,
"time": "1774935051"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 31,
"time": "1774935112"
},
"departure": {
"delay": 31,
"time": "1774935151"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 81,
"time": "1774937121"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 51,
"time": "1774933656"
},
"departure": {
"delay": 51,
"time": "1774933671"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 29,
"time": "1774934848"
},
"departure": {
"delay": 29,
"time": "1774934909"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 55,
"time": "1774934661"
},
"departure": {
"delay": 55,
"time": "1774934695"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 110,
"time": "1774936897"
},
"departure": {
"delay": 110,
"time": "1774936910"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 62,
"time": "1774933732"
},
"departure": {
"delay": 62,
"time": "1774933742"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 46,
"time": "1774934714"
},
"departure": {
"delay": 46,
"time": "1774934746"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 142,
"time": "1774937021"
},
"departure": {
"delay": 142,
"time": "1774937062"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 11,
"time": "1774934038"
},
"departure": {
"delay": 11,
"time": "1774934051"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 62,
"time": "1774934300"
},
"departure": {
"delay": 62,
"time": "1774934342"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 1,
"time": "1774934193"
},
"departure": {
"delay": 1,
"time": "1774934221"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 57,
"time": "1774933947"
},
"departure": {
"delay": 57,
"time": "1774933977"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -22,
"time": "1774936026"
},
"departure": {
"delay": -22,
"time": "1774936058"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 19,
"time": "1774935400"
},
"departure": {
"delay": 19,
"time": "1774935439"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 146,
"time": "1774936814"
},
"departure": {
"delay": 146,
"time": "1774936826"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 106,
"time": "1774936950"
},
"departure": {
"delay": 106,
"time": "1774936966"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -28,
"time": "1774936317"
},
"departure": {
"delay": -28,
"time": "1774936352"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 62,
"time": "1774934970"
},
"departure": {
"delay": 62,
"time": "1774935002"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 9,
"time": "1774935560"
},
"departure": {
"delay": 9,
"time": "1774935609"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 75,
"time": "1774935320"
},
"departure": {
"delay": 75,
"time": "1774935375"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 135,
"time": "1774936921"
},
"departure": {
"delay": 135,
"time": "1774936935"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 146,
"time": "1774936869"
},
"departure": {
"delay": 146,
"time": "1774936886"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 44,
"time": "1774934052"
},
"departure": {
"delay": 44,
"time": "1774934084"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -14,
"time": "1774934792"
},
"departure": {
"delay": -14,
"time": "1774934806"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -27,
"time": "1774936376"
},
"departure": {
"delay": -27,
"time": "1774936413"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 168,
"time": "1774936557"
},
"departure": {
"delay": 168,
"time": "1774936788"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 16,
"time": "1774935844"
},
"departure": {
"delay": 16,
"time": "1774935856"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 38,
"time": "1774933868"
},
"departure": {
"delay": 38,
"time": "1774933898"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 52,
"time": "1774935248"
},
"departure": {
"delay": 52,
"time": "1774935292"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 35,
"time": "1774934605"
},
"departure": {
"delay": 35,
"time": "1774934615"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746157x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244103xGTFSxGSemH15xSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -331,
"time": "1774939709"
},
"departure": {
"delay": -331,
"time": "1774939709"
},
"stopId": "FR:76305:ZE:4818:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -293,
"time": "1774939627"
},
"departure": {
"delay": -293,
"time": "1774939627"
},
"stopId": "FR:76305:ZE:4920:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -289,
"time": "1774938491"
},
"departure": {
"delay": -289,
"time": "1774938491"
},
"stopId": "FR:76351:ZE:4868:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": -283,
"time": "1774939937"
},
"departure": {
"delay": -283,
"time": "1774939937"
},
"stopId": "FR:76305:ZE:4810:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -331,
"time": "1774941089"
},
"stopId": "FR:76657:ZE:5178:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": -331,
"time": "1774940309"
},
"departure": {
"delay": -331,
"time": "1774940309"
},
"stopId": "FR:76489:ZE:4934:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -272,
"time": "1774940668"
},
"departure": {
"delay": -272,
"time": "1774940668"
},
"stopId": "FR:76660:ZE:4425:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -277,
"time": "1774940483"
},
"departure": {
"delay": -277,
"time": "1774940483"
},
"stopId": "FR:76660:ZE:4418:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -331,
"time": "1774939289"
},
"departure": {
"delay": -331,
"time": "1774939289"
},
"stopId": "FR:76305:ZE:4939:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": -326,
"time": "1774938394"
},
"departure": {
"delay": -326,
"time": "1774938394"
},
"stopId": "FR:76351:ZE:4866:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": -303,
"time": "1774938537"
},
"departure": {
"delay": -303,
"time": "1774938537"
},
"stopId": "FR:76351:ZE:3261:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": -331,
"time": "1774938749"
},
"departure": {
"delay": -331,
"time": "1774938749"
},
"stopId": "FR:76351:ZE:4984:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": -300,
"time": "1774940880"
},
"departure": {
"delay": -300,
"time": "1774940880"
},
"stopId": "FR:76660:ZE:3303:ATOUMOD003",
"stopSequence": 25
},
{
"departure": {
"delay": -331,
"time": "1774938209"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": -306,
"time": "1774940514"
},
"departure": {
"delay": -306,
"time": "1774940514"
},
"stopId": "FR:76660:ZE:4432:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": -303,
"time": "1774940457"
},
"departure": {
"delay": -303,
"time": "1774940457"
},
"stopId": "FR:76660:ZE:5201:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -325,
"time": "1774939355"
},
"departure": {
"delay": -325,
"time": "1774939355"
},
"stopId": "FR:76305:ZE:4997:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -329,
"time": "1774940131"
},
"departure": {
"delay": -329,
"time": "1774940131"
},
"stopId": "FR:76533:ZE:4930:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -331,
"time": "1774940849"
},
"departure": {
"delay": -331,
"time": "1774940849"
},
"stopId": "FR:76657:ZE:3302:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -313,
"time": "1774940927"
},
"departure": {
"delay": -313,
"time": "1774940927"
},
"stopId": "FR:76660:ZE:3304:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -300,
"time": "1774940160"
},
"departure": {
"delay": -300,
"time": "1774940160"
},
"stopId": "FR:76533:ZE:4402:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -285,
"time": "1774940235"
},
"departure": {
"delay": -285,
"time": "1774940235"
},
"stopId": "FR:76489:ZE:3270:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -273,
"time": "1774939587"
},
"departure": {
"delay": -273,
"time": "1774939587"
},
"stopId": "FR:76305:ZE:4937:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": -314,
"time": "1774940206"
},
"departure": {
"delay": -314,
"time": "1774940206"
},
"stopId": "FR:76533:ZE:4932:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -306,
"time": "1774939794"
},
"departure": {
"delay": -306,
"time": "1774939794"
},
"stopId": "FR:76305:ZE:4936:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -331,
"time": "1774939409"
},
"departure": {
"delay": -331,
"time": "1774939409"
},
"stopId": "FR:76305:ZE:4918:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -307,
"time": "1774940033"
},
"departure": {
"delay": -307,
"time": "1774940033"
},
"stopId": "FR:76305:ZE:4925:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:15:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244103xGTFSxGSemH15xSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4137:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -12385,
"time": "1774936463"
},
"departure": {
"delay": -12385,
"time": "1774936475"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -12285,
"time": "1774936603"
},
"departure": {
"delay": -12285,
"time": "1774936635"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
}
],
"timestamp": "1774934647",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4137:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746159x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 180,
"time": "1774935634"
},
"departure": {
"delay": 180,
"time": "1774935660"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 66,
"time": "1774936408"
},
"departure": {
"delay": 66,
"time": "1774936446"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 153,
"time": "1774935677"
},
"departure": {
"delay": 153,
"time": "1774935693"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 14,
"time": "1774936595"
},
"departure": {
"delay": 14,
"time": "1774936634"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 197,
"time": "1774938332"
},
"departure": {
"delay": 197,
"time": "1774938377"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 165,
"time": "1774938147"
},
"departure": {
"delay": 165,
"time": "1774938165"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"departure": {
"delay": 181,
"time": "1774935481"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 134,
"time": "1774937674"
},
"departure": {
"delay": 134,
"time": "1774937714"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"time": "1774937061"
},
"departure": {
"time": "1774937100"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 162,
"time": "1774938550"
},
"departure": {
"delay": 162,
"time": "1774938582"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 127,
"time": "1774935837"
},
"departure": {
"delay": 127,
"time": "1774935847"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 127,
"time": "1774935765"
},
"departure": {
"delay": 127,
"time": "1774935787"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 192,
"time": "1774938090"
},
"departure": {
"delay": 192,
"time": "1774938132"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 81,
"time": "1774936072"
},
"departure": {
"delay": 81,
"time": "1774936101"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 3,
"time": "1774936489"
},
"departure": {
"delay": 3,
"time": "1774936503"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 208,
"time": "1774938596"
},
"departure": {
"delay": 208,
"time": "1774938628"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 172,
"time": "1774938644"
},
"departure": {
"delay": 172,
"time": "1774938652"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 22,
"time": "1774936648"
},
"departure": {
"delay": 22,
"time": "1774936702"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -38,
"time": "1774936894"
},
"departure": {
"delay": -38,
"time": "1774936942"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 36,
"time": "1774935982"
},
"departure": {
"delay": 36,
"time": "1774935996"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 144,
"time": "1774937823"
},
"departure": {
"delay": 144,
"time": "1774937844"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 76,
"time": "1774936355"
},
"departure": {
"delay": 76,
"time": "1774936396"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 180,
"time": "1774938500"
},
"departure": {
"delay": 180,
"time": "1774938540"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 178,
"time": "1774938184"
},
"departure": {
"delay": 178,
"time": "1774938238"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -65,
"time": "1774937233"
},
"departure": {
"delay": -65,
"time": "1774937275"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 219,
"time": "1774938691"
},
"departure": {
"delay": 219,
"time": "1774938699"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -52,
"time": "1774937124"
},
"departure": {
"delay": -52,
"time": "1774937168"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -17,
"time": "1774936980"
},
"departure": {
"delay": -17,
"time": "1774937023"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 48,
"time": "1774935924"
},
"departure": {
"delay": 48,
"time": "1774935948"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -71,
"time": "1774936829"
},
"departure": {
"delay": -71,
"time": "1774936849"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 132,
"time": "1774938029"
},
"departure": {
"delay": 132,
"time": "1774938072"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 162,
"time": "1774938422"
},
"departure": {
"delay": 162,
"time": "1774938462"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 116,
"time": "1774935809"
},
"departure": {
"delay": 116,
"time": "1774935836"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 66,
"time": "1774935878"
},
"departure": {
"delay": 66,
"time": "1774935906"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 159,
"time": "1774938384"
},
"departure": {
"delay": 159,
"time": "1774938399"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 190,
"time": "1774938850"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 8,
"time": "1774936541"
},
"departure": {
"delay": 8,
"time": "1774936568"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 119,
"time": "1774937367"
},
"departure": {
"delay": 119,
"time": "1774937579"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 61,
"time": "1774936241"
},
"departure": {
"delay": 61,
"time": "1774936261"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 81,
"time": "1774936011"
},
"departure": {
"delay": 81,
"time": "1774936041"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -5,
"time": "1774936773"
},
"departure": {
"delay": -5,
"time": "1774936795"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 205,
"time": "1774935496"
},
"departure": {
"delay": 205,
"time": "1774935505"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 52,
"time": "1774936303"
},
"departure": {
"delay": 52,
"time": "1774936312"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 142,
"time": "1774935730"
},
"departure": {
"delay": 142,
"time": "1774935742"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 97,
"time": "1774936150"
},
"departure": {
"delay": 97,
"time": "1774936177"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 223,
"time": "1774935538"
},
"departure": {
"delay": 223,
"time": "1774935583"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"time": "1774938713"
},
"departure": {
"time": "1774938540"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 133,
"time": "1774937878"
},
"departure": {
"delay": 133,
"time": "1774937953"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
}
],
"timestamp": "1774938727",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746159x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056448x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 230,
"time": "1774938410"
},
"departure": {
"delay": 230,
"time": "1774938410"
},
"stopId": "FR:76351:ZE:3049:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 215,
"time": "1774938695"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 227,
"time": "1774938467"
},
"departure": {
"delay": 227,
"time": "1774938467"
},
"stopId": "FR:76351:ZE:3404:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 215,
"time": "1774938095"
},
"departure": {
"delay": 215,
"time": "1774938095"
},
"stopId": "FR:76351:ZE:3477:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 219,
"time": "1774938159"
},
"departure": {
"delay": 219,
"time": "1774938159"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 270,
"time": "1774938210"
},
"departure": {
"delay": 270,
"time": "1774938210"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 236,
"time": "1774938296"
},
"departure": {
"delay": 236,
"time": "1774938296"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 222,
"time": "1774937982"
},
"stopId": "FR:76351:ZE:3490:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 255,
"time": "1774938495"
},
"departure": {
"delay": 255,
"time": "1774938495"
},
"stopId": "FR:76351:ZE:3670:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 215,
"time": "1774938575"
},
"departure": {
"delay": 215,
"time": "1774938575"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 215,
"time": "1774938335"
},
"departure": {
"delay": 215,
"time": "1774938335"
},
"stopId": "FR:76351:ZE:4786:ATOUMOD003",
"stopSequence": 22
}
],
"timestamp": "1774938019",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056448x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745258x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 111,
"time": "1774938455"
},
"departure": {
"delay": 111,
"time": "1774938531"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 133,
"time": "1774937973"
},
"departure": {
"delay": 133,
"time": "1774938013"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 186,
"time": "1774937225"
},
"departure": {
"delay": 186,
"time": "1774937286"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 116,
"time": "1774937803"
},
"departure": {
"delay": 116,
"time": "1774937816"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 89,
"time": "1774938054"
},
"departure": {
"delay": 89,
"time": "1774938089"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 162,
"time": "1774937158"
},
"departure": {
"delay": 162,
"time": "1774937202"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 219,
"time": "1774937645"
},
"departure": {
"delay": 219,
"time": "1774937679"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 161,
"time": "1774938300"
},
"departure": {
"delay": 161,
"time": "1774938341"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 207,
"time": "1774937370"
},
"departure": {
"delay": 207,
"time": "1774937427"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 189,
"time": "1774937724"
},
"departure": {
"delay": 189,
"time": "1774937769"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 85,
"time": "1774938625"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 115,
"time": "1774938164"
},
"departure": {
"delay": 115,
"time": "1774938235"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 74,
"time": "1774938118"
},
"departure": {
"delay": 74,
"time": "1774938134"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 82,
"time": "1774938371"
},
"departure": {
"delay": 82,
"time": "1774938382"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 215,
"time": "1774937015"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 152,
"time": "1774937120"
},
"departure": {
"delay": 152,
"time": "1774937132"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 183,
"time": "1774937301"
},
"departure": {
"delay": 183,
"time": "1774937343"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 144,
"time": "1774937865"
},
"departure": {
"delay": 144,
"time": "1774937904"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 217,
"time": "1774937585"
},
"departure": {
"delay": 217,
"time": "1774937617"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 205,
"time": "1774937457"
},
"departure": {
"delay": 205,
"time": "1774937485"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745258x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:4645565850714112x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 27,
"time": "1774939337"
},
"departure": {
"delay": 27,
"time": "1774939347"
},
"stopId": "FR:14141:ZE:5600677150588928:ATOUMOD036",
"stopSequence": 8
},
{
"arrival": {
"delay": -14,
"time": "1774939583"
},
"departure": {
"delay": -14,
"time": "1774939606"
},
"stopId": "FR:14654:ZE:4831579940585472:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": 30,
"time": "1774939830"
},
"stopId": "FR:14654:ZE:5504460185927680:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": 28,
"time": "1774939158"
},
"departure": {
"delay": 28,
"time": "1774939168"
},
"stopId": "FR:14141:ZE:6002819451584512:ATOUMOD036",
"stopSequence": 7
},
{
"arrival": {
"delay": 148,
"time": "1774939098"
},
"departure": {
"delay": 148,
"time": "1774939108"
},
"stopId": "FR:14141:ZE:5957479847428096:ATOUMOD036",
"stopSequence": 6
}
],
"timestamp": "1774938757",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:4818648599363584:LOC",
"tripId": "ATOUMOD036:ServiceJourney:4645565850714112x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6066020780343296x1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 161,
"time": "1774939471"
},
"departure": {
"delay": 161,
"time": "1774939481"
},
"stopId": "FR:14303:ZE:6088592217604096:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": 106,
"time": "1774938747"
},
"departure": {
"delay": 106,
"time": "1774938766"
},
"stopId": "FR:14326:ZE:35150005:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": 146,
"time": "1774939216"
},
"departure": {
"delay": 146,
"time": "1774939226"
},
"stopId": "FR:14303:ZE:6109439984664576:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": 139,
"time": "1774938686"
},
"departure": {
"delay": 139,
"time": "1774938739"
},
"stopId": "FR:14366:ZE:11110003:ATOUMOD036",
"stopSequence": 8
},
{
"arrival": {
"delay": 72,
"time": "1774938842"
},
"departure": {
"delay": 72,
"time": "1774938852"
},
"stopId": "FR:14303:ZE:646170001:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": 132,
"time": "1774939512"
},
"stopId": "FR:14303:ZE:19280004:ATOUMOD036",
"stopSequence": 14
},
{
"arrival": {
"delay": 137,
"time": "1774939267"
},
"departure": {
"delay": 137,
"time": "1774939277"
},
"stopId": "FR:14303:ZE:4929173643591680:ATOUMOD036",
"stopSequence": 12
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5089804213551104:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6066020780343296x1:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC595668:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 312,
"time": "1774938672"
},
"stopId": "FR:27439:ZE:0xCAP01:ATOUMOD004",
"stopSequence": 41
},
{
"arrival": {
"delay": 222,
"time": "1774938023"
},
"departure": {
"delay": 222,
"time": "1774938042"
},
"stopId": "FR:27229:ZE:0xLEG02:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 288,
"time": "1774938408"
},
"departure": {
"delay": 288,
"time": "1774938408"
},
"stopId": "FR:27299:ZE:0xMAG02:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": 222,
"time": "1774938099"
},
"departure": {
"delay": 222,
"time": "1774938102"
},
"stopId": "FR:27229:ZE:0xBON02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 334,
"time": "1774938454"
},
"departure": {
"delay": 334,
"time": "1774938454"
},
"stopId": "FR:27299:ZE:0xRNA02:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": 175,
"time": "1774938175"
},
"departure": {
"delay": 175,
"time": "1774938175"
},
"stopId": "FR:27299:ZE:0xPAG02:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": 179,
"time": "1774938119"
},
"departure": {
"delay": 179,
"time": "1774938119"
},
"stopId": "FR:27299:ZE:0xCOL02:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 372,
"time": "1774938608"
},
"departure": {
"delay": 372,
"time": "1774938612"
},
"stopId": "FR:27299:ZE:0xIND03:ATOUMOD004",
"stopSequence": 38
},
{
"arrival": {
"delay": 349,
"time": "1774938349"
},
"departure": {
"delay": 349,
"time": "1774938349"
},
"stopId": "FR:27299:ZE:0xECG02:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": 258,
"time": "1774938498"
},
"departure": {
"delay": 258,
"time": "1774938498"
},
"stopId": "FR:27299:ZE:0xARN02:ATOUMOD004",
"stopSequence": 37
}
],
"timestamp": "1774938615",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T5:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC595668:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255628x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14,
"time": "1774939394"
},
"departure": {
"delay": 14,
"time": "1774939394"
},
"stopId": "FR:76305:ZE:3189:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 38,
"time": "1774942538"
},
"departure": {
"delay": 38,
"time": "1774942538"
},
"stopId": "FR:76447:ZE:3146:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 42,
"time": "1774942362"
},
"departure": {
"delay": 42,
"time": "1774942362"
},
"stopId": "FR:76447:ZE:3467:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"time": "1774940940"
},
"departure": {
"time": "1774940940"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 36,
"time": "1774941336"
},
"departure": {
"delay": 36,
"time": "1774941336"
},
"stopId": "FR:76351:ZE:3369:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 33,
"time": "1774939833"
},
"departure": {
"delay": 33,
"time": "1774939833"
},
"stopId": "FR:76341:ZE:3243:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"time": "1774940760"
},
"departure": {
"time": "1774940760"
},
"stopId": "FR:76351:ZE:3039:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"time": "1774942080"
},
"departure": {
"time": "1774942080"
},
"stopId": "FR:76341:ZE:3064:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 16,
"time": "1774942396"
},
"departure": {
"delay": 16,
"time": "1774942396"
},
"stopId": "FR:76447:ZE:3695:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:76351:ZE:3080:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 8,
"time": "1774942148"
},
"departure": {
"delay": 8,
"time": "1774942148"
},
"stopId": "FR:76341:ZE:3350:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 13,
"time": "1774939273"
},
"departure": {
"delay": 13,
"time": "1774939273"
},
"stopId": "FR:76305:ZE:3574:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"time": "1774941840"
},
"departure": {
"time": "1774941840"
},
"stopId": "FR:76351:ZE:3165:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 7,
"time": "1774940707"
},
"departure": {
"delay": 7,
"time": "1774940707"
},
"stopId": "FR:76351:ZE:3674:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 22,
"time": "1774942282"
},
"departure": {
"delay": 22,
"time": "1774942282"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 23,
"time": "1774939223"
},
"departure": {
"delay": 23,
"time": "1774939223"
},
"stopId": "FR:76305:ZE:4477:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 13,
"time": "1774941673"
},
"departure": {
"delay": 13,
"time": "1774941673"
},
"stopId": "FR:76351:ZE:3136:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 48,
"time": "1774939728"
},
"departure": {
"delay": 48,
"time": "1774939728"
},
"stopId": "FR:76305:ZE:3148:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"time": "1774940520"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942320"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 45,
"time": "1774939185"
},
"departure": {
"delay": 45,
"time": "1774939185"
},
"stopId": "FR:76305:ZE:4482:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 15,
"time": "1774942575"
},
"departure": {
"delay": 15,
"time": "1774942575"
},
"stopId": "FR:76447:ZE:3138:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"time": "1774942200"
},
"departure": {
"time": "1774942200"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 13,
"time": "1774941073"
},
"departure": {
"delay": 13,
"time": "1774941073"
},
"stopId": "FR:76351:ZE:3041:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 35,
"time": "1774939895"
},
"departure": {
"delay": 35,
"time": "1774939895"
},
"stopId": "FR:76341:ZE:3580:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 9,
"time": "1774942449"
},
"departure": {
"delay": 9,
"time": "1774942449"
},
"stopId": "FR:76447:ZE:3434:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 44,
"time": "1774939124"
},
"departure": {
"delay": 44,
"time": "1774939124"
},
"stopId": "FR:76305:ZE:4481:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 2,
"time": "1774941002"
},
"departure": {
"delay": 2,
"time": "1774941002"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 34,
"time": "1774941934"
},
"departure": {
"delay": 34,
"time": "1774941934"
},
"stopId": "FR:76351:ZE:3503:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 31,
"time": "1774939651"
},
"departure": {
"delay": 31,
"time": "1774939651"
},
"stopId": "FR:76305:ZE:5192:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"time": "1774942680"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"time": "1774941480"
},
"departure": {
"time": "1774941480"
},
"stopId": "FR:76351:ZE:4487:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"time": "1774942620"
},
"departure": {
"time": "1774942620"
},
"stopId": "FR:76447:ZE:3492:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"time": "1774939680"
},
"departure": {
"time": "1774939680"
},
"stopId": "FR:76305:ZE:3441:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 36,
"time": "1774940796"
},
"departure": {
"delay": 36,
"time": "1774940796"
},
"stopId": "FR:76351:ZE:3573:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 56,
"time": "1774939316"
},
"departure": {
"delay": 56,
"time": "1774939316"
},
"stopId": "FR:76305:ZE:3680:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"time": "1774939920"
},
"departure": {
"time": "1774939920"
},
"stopId": "FR:76341:ZE:4571:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 37,
"time": "1774941757"
},
"departure": {
"delay": 37,
"time": "1774941757"
},
"stopId": "FR:76351:ZE:3593:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 34,
"time": "1774940374"
},
"departure": {
"delay": 34,
"time": "1774940374"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"time": "1774939020"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 43,
"time": "1774939783"
},
"departure": {
"delay": 43,
"time": "1774939783"
},
"stopId": "FR:76341:ZE:3059:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 46,
"time": "1774941886"
},
"departure": {
"delay": 46,
"time": "1774941886"
},
"stopId": "FR:76351:ZE:3117:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 38,
"time": "1774940858"
},
"departure": {
"delay": 38,
"time": "1774940858"
},
"stopId": "FR:76351:ZE:3077:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"time": "1774940580"
},
"departure": {
"time": "1774940580"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 15,
"time": "1774939935"
},
"departure": {
"delay": 15,
"time": "1774939935"
},
"stopId": "FR:76341:ZE:3912:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"time": "1774941120"
},
"departure": {
"time": "1774941120"
},
"stopId": "FR:76351:ZE:4549:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 40,
"time": "1774941280"
},
"departure": {
"delay": 40,
"time": "1774941280"
},
"stopId": "FR:76351:ZE:5158:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 45,
"time": "1774941405"
},
"departure": {
"delay": 45,
"time": "1774941405"
},
"stopId": "FR:76351:ZE:4366:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:76305:ZE:3097:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 27,
"time": "1774940907"
},
"departure": {
"delay": 27,
"time": "1774940907"
},
"stopId": "FR:76351:ZE:4850:ATOUMOD003",
"stopSequence": 25
}
],
"timestamp": "1774938159",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255628x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851001F294209x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774937040"
},
"departure": {
"time": "1774937100"
},
"stopId": "FR:27119:ZE:StopPointxOCETrainxTERx87387092:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774935840"
},
"departure": {
"time": "1774935960"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774938000"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1774936620"
},
"departure": {
"time": "1774936680"
},
"stopId": "FR:78107:ZE:StopPointxOCETrainxTERx87381624:ATOUMOD002",
"stopSequence": 5
},
{
"departure": {
"time": "1774933740"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 1
}
],
"timestamp": "1774930118",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx57AE0F48x2436x44BDxA2F0xAA45D4A483E7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851001F294209x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255627x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 49,
"time": "1774940089"
},
"departure": {
"delay": 49,
"time": "1774940089"
},
"stopId": "FR:76341:ZE:3350:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 41,
"time": "1774939781"
},
"departure": {
"delay": 41,
"time": "1774939781"
},
"stopId": "FR:76351:ZE:3165:ATOUMOD003",
"stopSequence": 36
},
{
"departure": {
"delay": 40,
"time": "1774938640"
},
"stopId": "FR:76351:ZE:3039:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": -201,
"time": "1774937979"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 41,
"time": "1774940021"
},
"departure": {
"delay": 41,
"time": "1774940021"
},
"stopId": "FR:76341:ZE:3064:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 41,
"time": "1774939001"
},
"departure": {
"delay": 41,
"time": "1774939001"
},
"stopId": "FR:76351:ZE:4549:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 54,
"time": "1774938954"
},
"departure": {
"delay": 54,
"time": "1774938954"
},
"stopId": "FR:76351:ZE:3041:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 79,
"time": "1774938739"
},
"departure": {
"delay": 79,
"time": "1774938739"
},
"stopId": "FR:76351:ZE:3077:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 87,
"time": "1774939587"
},
"departure": {
"delay": 87,
"time": "1774939587"
},
"stopId": "FR:76351:ZE:3136:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 41,
"time": "1774940141"
},
"departure": {
"delay": 41,
"time": "1774940141"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 83,
"time": "1774940303"
},
"departure": {
"delay": 83,
"time": "1774940303"
},
"stopId": "FR:76447:ZE:3467:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 43,
"time": "1774938883"
},
"departure": {
"delay": 43,
"time": "1774938883"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 57,
"time": "1774940337"
},
"departure": {
"delay": 57,
"time": "1774940337"
},
"stopId": "FR:76447:ZE:3695:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 81,
"time": "1774939161"
},
"departure": {
"delay": 81,
"time": "1774939161"
},
"stopId": "FR:76351:ZE:5158:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 50,
"time": "1774940390"
},
"departure": {
"delay": 50,
"time": "1774940390"
},
"stopId": "FR:76447:ZE:3434:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 86,
"time": "1774939286"
},
"departure": {
"delay": 86,
"time": "1774939286"
},
"stopId": "FR:76351:ZE:4366:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 41,
"time": "1774940561"
},
"departure": {
"delay": 41,
"time": "1774940561"
},
"stopId": "FR:76447:ZE:3492:ATOUMOD003",
"stopSequence": 49
},
{
"departure": {
"delay": -15,
"time": "1774938525"
},
"stopId": "FR:76351:ZE:3674:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -76,
"time": "1774938344"
},
"departure": {
"delay": -76,
"time": "1774938344"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": -76,
"time": "1774938284"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 75,
"time": "1774939875"
},
"departure": {
"delay": 75,
"time": "1774939875"
},
"stopId": "FR:76351:ZE:3503:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 77,
"time": "1774939217"
},
"departure": {
"delay": 77,
"time": "1774939217"
},
"stopId": "FR:76351:ZE:3369:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 41,
"time": "1774940621"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 65,
"time": "1774939685"
},
"departure": {
"delay": 65,
"time": "1774939685"
},
"stopId": "FR:76351:ZE:3593:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 87,
"time": "1774939827"
},
"departure": {
"delay": 87,
"time": "1774939827"
},
"stopId": "FR:76351:ZE:3117:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 79,
"time": "1774940479"
},
"departure": {
"delay": 79,
"time": "1774940479"
},
"stopId": "FR:76447:ZE:3146:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 68,
"time": "1774938788"
},
"departure": {
"delay": 68,
"time": "1774938788"
},
"stopId": "FR:76351:ZE:4850:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 41,
"time": "1774938821"
},
"departure": {
"delay": 41,
"time": "1774938821"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -76,
"time": "1774938404"
},
"departure": {
"delay": -76,
"time": "1774938404"
},
"stopId": "FR:76351:ZE:3080:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 56,
"time": "1774940516"
},
"departure": {
"delay": 56,
"time": "1774940516"
},
"stopId": "FR:76447:ZE:3138:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 41,
"time": "1774940261"
},
"departure": {
"delay": 41,
"time": "1774940261"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 41,
"time": "1774939361"
},
"departure": {
"delay": 41,
"time": "1774939361"
},
"stopId": "FR:76351:ZE:4487:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 63,
"time": "1774940223"
},
"departure": {
"delay": 63,
"time": "1774940223"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 42
},
{
"departure": {
"delay": 77,
"time": "1774938677"
},
"stopId": "FR:76351:ZE:3573:ATOUMOD003",
"stopSequence": 23
}
],
"timestamp": "1774938710",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255627x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745712x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 355,
"time": "1774932559"
},
"departure": {
"delay": 355,
"time": "1774932595"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 227,
"time": "1774932974"
},
"departure": {
"delay": 227,
"time": "1774933007"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 289,
"time": "1774932882"
},
"departure": {
"delay": 289,
"time": "1774932889"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 317,
"time": "1774932046"
},
"departure": {
"delay": 317,
"time": "1774932077"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 18,
"time": "1774930398"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 102,
"time": "1774930862"
},
"departure": {
"delay": 102,
"time": "1774930902"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 181,
"time": "1774933309"
},
"departure": {
"delay": 181,
"time": "1774933321"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 336,
"time": "1774932387"
},
"departure": {
"delay": 336,
"time": "1774932396"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 358,
"time": "1774932262"
},
"departure": {
"delay": 358,
"time": "1774932298"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 343,
"time": "1774932807"
},
"departure": {
"delay": 343,
"time": "1774932823"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 354,
"time": "1774932162"
},
"departure": {
"delay": 354,
"time": "1774932174"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 96,
"time": "1774930941"
},
"departure": {
"delay": 96,
"time": "1774930956"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 117,
"time": "1774931104"
},
"departure": {
"delay": 117,
"time": "1774931157"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 72,
"time": "1774931013"
},
"departure": {
"delay": 72,
"time": "1774931052"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 214,
"time": "1774933229"
},
"departure": {
"delay": 214,
"time": "1774933234"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 298,
"time": "1774932441"
},
"departure": {
"delay": 298,
"time": "1774932478"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 267,
"time": "1774932918"
},
"departure": {
"delay": 267,
"time": "1774932927"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 130,
"time": "1774930804"
},
"departure": {
"delay": 130,
"time": "1774930810"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 192,
"time": "1774933260"
},
"departure": {
"delay": 192,
"time": "1774933272"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 378,
"time": "1774932720"
},
"departure": {
"delay": 378,
"time": "1774932738"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 140,
"time": "1774933400"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 349,
"time": "1774931947"
},
"departure": {
"delay": 349,
"time": "1774931989"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 332,
"time": "1774931901"
},
"departure": {
"delay": 332,
"time": "1774931912"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 250,
"time": "1774933138"
},
"departure": {
"delay": 250,
"time": "1774933150"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 342,
"time": "1774932629"
},
"departure": {
"delay": 342,
"time": "1774932642"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 326,
"time": "1774932192"
},
"departure": {
"delay": 326,
"time": "1774932206"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 104,
"time": "1774931351"
},
"departure": {
"delay": 104,
"time": "1774931384"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 86,
"time": "1774931201"
},
"departure": {
"delay": 86,
"time": "1774931246"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 74,
"time": "1774930466"
},
"departure": {
"delay": 74,
"time": "1774930514"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 113,
"time": "1774930596"
},
"departure": {
"delay": 113,
"time": "1774930673"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 270,
"time": "1774933103"
},
"departure": {
"delay": 270,
"time": "1774933110"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 149,
"time": "1774933340"
},
"departure": {
"delay": 149,
"time": "1774933349"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 242,
"time": "1774933183"
},
"departure": {
"delay": 242,
"time": "1774933202"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 461,
"time": "1774931856"
},
"departure": {
"delay": 461,
"time": "1774931861"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 97,
"time": "1774930704"
},
"departure": {
"delay": 97,
"time": "1774930717"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 378,
"time": "1774932650"
},
"departure": {
"delay": 378,
"time": "1774932678"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745712x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745228x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 283,
"time": "1774935728"
},
"departure": {
"delay": 283,
"time": "1774935763"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 204,
"time": "1774936430"
},
"departure": {
"delay": 204,
"time": "1774936464"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 289,
"time": "1774935663"
},
"departure": {
"delay": 289,
"time": "1774935709"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -47,
"time": "1774935054"
},
"departure": {
"delay": -47,
"time": "1774935133"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 307,
"time": "1774935798"
},
"departure": {
"delay": 307,
"time": "1774935847"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 238,
"time": "1774936277"
},
"departure": {
"delay": 238,
"time": "1774936318"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 133,
"time": "1774936873"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 237,
"time": "1774936341"
},
"departure": {
"delay": 237,
"time": "1774936377"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 229,
"time": "1774936753"
},
"departure": {
"delay": 229,
"time": "1774936789"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": -28,
"time": "1774934972"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 226,
"time": "1774936628"
},
"departure": {
"delay": 226,
"time": "1774936666"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 27,
"time": "1774935213"
},
"departure": {
"delay": 27,
"time": "1774935267"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 222,
"time": "1774936559"
},
"departure": {
"delay": 222,
"time": "1774936602"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 274,
"time": "1774935586"
},
"departure": {
"delay": 274,
"time": "1774935634"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 268,
"time": "1774936187"
},
"departure": {
"delay": 268,
"time": "1774936228"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 229,
"time": "1774936679"
},
"departure": {
"delay": 229,
"time": "1774936729"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 319,
"time": "1774936109"
},
"departure": {
"delay": 319,
"time": "1774936159"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 350,
"time": "1774936009"
},
"departure": {
"delay": 350,
"time": "1774936070"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 207,
"time": "1774936497"
},
"departure": {
"delay": 207,
"time": "1774936527"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745228x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:237:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1774940285"
},
"departure": {
"delay": 5,
"time": "1774943645"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1774940040"
},
"departure": {
"time": "1774943880"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1774940580"
},
"departure": {
"time": "1774943400"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"delay": -4440,
"time": "1774939800"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1774940520"
},
"departure": {
"time": "1774943460"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1774940700"
},
"departure": {
"time": "1774943340"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774943520"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"delay": 5,
"time": "1774939865"
},
"departure": {
"delay": 5,
"time": "1774944065"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 32
},
{
"departure": {
"time": "1774941600"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774943580"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774943400"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 22
}
],
"timestamp": "1774938766",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:237:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596997:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774938480"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 81,
"time": "1774939341"
},
"departure": {
"delay": 81,
"time": "1774939341"
},
"stopId": "FR:27229:ZE:0xFAU02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 121,
"time": "1774939141"
},
"departure": {
"delay": 121,
"time": "1774939141"
},
"stopId": "FR:27229:ZE:0xBEV02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 179,
"time": "1774939799"
},
"departure": {
"delay": 179,
"time": "1774939799"
},
"stopId": "FR:27229:ZE:0xMEU02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 138,
"time": "1774938858"
},
"departure": {
"delay": 138,
"time": "1774938858"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 118,
"time": "1774939018"
},
"departure": {
"delay": 118,
"time": "1774939018"
},
"stopId": "FR:27229:ZE:0xLEB01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 101,
"time": "1774939421"
},
"departure": {
"delay": 101,
"time": "1774939421"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 102,
"time": "1774939842"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 59,
"time": "1774938599"
},
"departure": {
"delay": 59,
"time": "1774938599"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 107,
"time": "1774938704"
},
"departure": {
"delay": 107,
"time": "1774938707"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 179,
"time": "1774939199"
},
"departure": {
"delay": 179,
"time": "1774939199"
},
"stopId": "FR:27229:ZE:0xLOG02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 160,
"time": "1774939600"
},
"departure": {
"delay": 160,
"time": "1774939600"
},
"stopId": "FR:27229:ZE:0xDUN02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 112,
"time": "1774939072"
},
"departure": {
"delay": 112,
"time": "1774939072"
},
"stopId": "FR:27229:ZE:0xBRO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 120,
"time": "1774939260"
},
"departure": {
"delay": 120,
"time": "1774939260"
},
"stopId": "FR:27229:ZE:0xHAR02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 131,
"time": "1774939511"
},
"departure": {
"delay": 131,
"time": "1774939511"
},
"stopId": "FR:27229:ZE:0xFER02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 88,
"time": "1774938928"
},
"departure": {
"delay": 88,
"time": "1774938928"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 182,
"time": "1774939742"
},
"departure": {
"delay": 182,
"time": "1774939742"
},
"stopId": "FR:27229:ZE:0xCAR03:ATOUMOD004",
"stopSequence": 30
}
],
"timestamp": "1774938345",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596997:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602167:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3525,
"time": "1774938735"
},
"departure": {
"delay": -3525,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -4965,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xROS02:ATOUMOD004",
"stopSequence": 28
},
{
"departure": {
"delay": -3465,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -4665,
"time": "1774938735"
},
"departure": {
"delay": -4665,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xSAL02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -3645,
"time": "1774938735"
},
"departure": {
"delay": -3645,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -4485,
"time": "1774938735"
},
"departure": {
"delay": -4485,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xPAN02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -4905,
"time": "1774938735"
},
"departure": {
"delay": -4905,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xTAT02:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -4365,
"time": "1774938735"
},
"departure": {
"delay": -4365,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xADO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -4665,
"time": "1774938735"
},
"departure": {
"delay": -4665,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xSAC02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -3825,
"time": "1774938735"
},
"departure": {
"delay": -3825,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -4785,
"time": "1774938735"
},
"departure": {
"delay": -4785,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xCLS02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -4845,
"time": "1774938735"
},
"departure": {
"delay": -4845,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xBOS02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -4725,
"time": "1774938735"
},
"departure": {
"delay": -4725,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xCAS02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -4365,
"time": "1774938735"
},
"departure": {
"delay": -4365,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xECH02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -3885,
"time": "1774938735"
},
"departure": {
"delay": -3885,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xCIN01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -4065,
"time": "1774938735"
},
"departure": {
"delay": -4065,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xCOT02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -3465,
"time": "1774938735"
},
"departure": {
"delay": -3465,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -3885,
"time": "1774938735"
},
"departure": {
"delay": -3885,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xSAU02:ATOUMOD004",
"stopSequence": 8
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602167:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4227367x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 253,
"time": "1774938913"
},
"departure": {
"delay": 253,
"time": "1774938913"
},
"stopId": "FR:76305:ZE:3183:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 171,
"time": "1774938531"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 241,
"time": "1774938961"
},
"departure": {
"delay": 241,
"time": "1774938961"
},
"stopId": "FR:76305:ZE:3185:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 235,
"time": "1774939135"
},
"departure": {
"delay": 235,
"time": "1774939135"
},
"stopId": "FR:76305:ZE:3620:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 213,
"time": "1774939173"
},
"departure": {
"delay": 213,
"time": "1774939173"
},
"stopId": "FR:76341:ZE:3464:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 196,
"time": "1774938796"
},
"departure": {
"delay": 196,
"time": "1774938796"
},
"stopId": "FR:76305:ZE:3683:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 232,
"time": "1774938712"
},
"stopId": "FR:76305:ZE:3190:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 230,
"time": "1774938650"
},
"stopId": "FR:76305:ZE:3098:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 219,
"time": "1774938819"
},
"departure": {
"delay": 219,
"time": "1774938819"
},
"stopId": "FR:76305:ZE:3575:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 196,
"time": "1774939216"
},
"stopId": "FR:76341:ZE:4597:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 196,
"time": "1774939036"
},
"departure": {
"delay": 196,
"time": "1774939036"
},
"stopId": "FR:76305:ZE:3058:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 245,
"time": "1774939085"
},
"departure": {
"delay": 245,
"time": "1774939085"
},
"stopId": "FR:76305:ZE:3294:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:20:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4227367x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2469780:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -96,
"time": "1774939404"
},
"departure": {
"delay": -96,
"time": "1774939404"
},
"stopId": "FR:27375:ZE:0x7187:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 39,
"time": "1774938759"
},
"departure": {
"delay": 39,
"time": "1774938759"
},
"stopId": "FR:27375:ZE:0x6470:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -127,
"time": "1774940033"
},
"departure": {
"delay": -127,
"time": "1774940033"
},
"stopId": "FR:27003:ZE:0x7203:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -35,
"time": "1774939045"
},
"departure": {
"delay": -35,
"time": "1774939045"
},
"stopId": "FR:27375:ZE:0x6448:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -161,
"time": "1774939459"
},
"departure": {
"delay": -161,
"time": "1774939459"
},
"stopId": "FR:27375:ZE:0x6481:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -186,
"time": "1774939974"
},
"departure": {
"delay": -186,
"time": "1774939974"
},
"stopId": "FR:27003:ZE:0x6020:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -136,
"time": "1774939424"
},
"departure": {
"delay": -136,
"time": "1774939424"
},
"stopId": "FR:27375:ZE:0x6447:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -65,
"time": "1774939075"
},
"departure": {
"delay": -65,
"time": "1774939075"
},
"stopId": "FR:27375:ZE:0x6402:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -72,
"time": "1774938948"
},
"departure": {
"delay": -72,
"time": "1774938948"
},
"stopId": "FR:27375:ZE:0x6416:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -169,
"time": "1774939511"
},
"departure": {
"delay": -169,
"time": "1774939511"
},
"stopId": "FR:27456:ZE:0x6731:ATOUMOD006",
"stopSequence": 22
},
{
"departure": {
"time": "1774938600"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -171,
"time": "1774939569"
},
"departure": {
"delay": -171,
"time": "1774939569"
},
"stopId": "FR:27456:ZE:0x6727:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -128,
"time": "1774939732"
},
"departure": {
"delay": -128,
"time": "1774939732"
},
"stopId": "FR:27456:ZE:0x7200:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -111,
"time": "1774939209"
},
"departure": {
"delay": -111,
"time": "1774939209"
},
"stopId": "FR:27375:ZE:0x6510:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -27,
"time": "1774938813"
},
"departure": {
"delay": -27,
"time": "1774938813"
},
"stopId": "FR:27375:ZE:0x6422:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 59,
"time": "1774938719"
},
"departure": {
"delay": 59,
"time": "1774938719"
},
"stopId": "FR:27375:ZE:0x6396:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -141,
"time": "1774940079"
},
"departure": {
"delay": -141,
"time": "1774940079"
},
"stopId": "FR:27003:ZE:0x6006:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -186,
"time": "1774940154"
},
"stopId": "FR:27003:ZE:0x6014:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -15,
"time": "1774938885"
},
"departure": {
"delay": -15,
"time": "1774938885"
},
"stopId": "FR:27375:ZE:0x6432:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -46,
"time": "1774938854"
},
"departure": {
"delay": -46,
"time": "1774938854"
},
"stopId": "FR:27375:ZE:0x6512:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -121,
"time": "1774939259"
},
"departure": {
"delay": -121,
"time": "1774939259"
},
"stopId": "FR:27375:ZE:0x6484:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -135,
"time": "1774939485"
},
"departure": {
"delay": -135,
"time": "1774939485"
},
"stopId": "FR:27375:ZE:0x6391:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -107,
"time": "1774939393"
},
"departure": {
"delay": -107,
"time": "1774939393"
},
"stopId": "FR:27375:ZE:0x6511:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -190,
"time": "1774939430"
},
"departure": {
"delay": -190,
"time": "1774939430"
},
"stopId": "FR:27375:ZE:0x6463:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 8,
"time": "1774938788"
},
"departure": {
"delay": 8,
"time": "1774938788"
},
"stopId": "FR:27375:ZE:0x6572:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -114,
"time": "1774939326"
},
"departure": {
"delay": -114,
"time": "1774939326"
},
"stopId": "FR:27375:ZE:0x6525:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -111,
"time": "1774939149"
},
"departure": {
"delay": -111,
"time": "1774939149"
},
"stopId": "FR:27375:ZE:0x6502:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -88,
"time": "1774939292"
},
"departure": {
"delay": -88,
"time": "1774939292"
},
"stopId": "FR:27375:ZE:0x6430:ATOUMOD006",
"stopSequence": 14
}
],
"timestamp": "1774938597",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:10:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2469780:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3303F299881x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774935960"
},
"departure": {
"time": "1774936020"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1774940880"
},
"departure": {
"time": "1774940940"
},
"stopId": "FR:50099:ZE:StopPointxOCETrainxTERx87447243:ATOUMOD002",
"stopSequence": 24
},
{
"arrival": {
"time": "1774938240"
},
"departure": {
"time": "1774938420"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1774942620"
},
"stopId": "FR:50129:ZE:StopPointxOCETrainxTERx87444877:ATOUMOD002",
"stopSequence": 27
},
{
"arrival": {
"time": "1774941660"
},
"departure": {
"time": "1774941720"
},
"stopId": "FR:50615:ZE:StopPointxOCETrainxTERx87447284:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774934340"
},
"departure": {
"time": "1774934460"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774936860"
},
"departure": {
"time": "1774936920"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939380"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 20
},
{
"departure": {
"time": "1774930320"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774940220"
},
"departure": {
"time": "1774940280"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 22
}
],
"timestamp": "1774926699",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx66849E04x284Fx47D7x8795x4C925C6ED66Fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3303F299881x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758049x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 66,
"time": "1774936398"
},
"departure": {
"delay": 66,
"time": "1774936446"
},
"stopId": "FR:50579:ZE:SOTML1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -35,
"time": "1774937654"
},
"departure": {
"delay": -35,
"time": "1774937665"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 12,
"time": "1774937314"
},
"departure": {
"delay": 12,
"time": "1774937352"
},
"stopId": "FR:50599:ZE:TOLNR1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 19,
"time": "1774936991"
},
"departure": {
"delay": 19,
"time": "1774936999"
},
"stopId": "FR:50087:ZE:BRXBP1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 108,
"time": "1774936804"
},
"departure": {
"delay": 108,
"time": "1774936848"
},
"stopId": "FR:50087:ZE:BRXSTA:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 12,
"time": "1774937545"
},
"departure": {
"delay": 12,
"time": "1774937592"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 101,
"time": "1774935756"
},
"departure": {
"delay": 101,
"time": "1774935761"
},
"stopId": "FR:50615:ZE:VALFB1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 89,
"time": "1774935371"
},
"departure": {
"delay": 89,
"time": "1774935449"
},
"stopId": "FR:50615:ZE:VALGS1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 22,
"time": "1774937807"
},
"departure": {
"delay": 22,
"time": "1774937842"
},
"stopId": "FR:50129:ZE:10MAG1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 182,
"time": "1774938311"
},
"departure": {
"delay": 182,
"time": "1774938362"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 108,
"time": "1774935574"
},
"departure": {
"delay": 108,
"time": "1774935648"
},
"stopId": "FR:50615:ZE:VALCH1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 310,
"time": "1774938850"
},
"stopId": "FR:50129:ZE:10PEM3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 166,
"time": "1774938246"
},
"departure": {
"delay": 166,
"time": "1774938286"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 103,
"time": "1774938082"
},
"departure": {
"delay": 103,
"time": "1774938163"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 194,
"time": "1774938537"
},
"departure": {
"delay": 194,
"time": "1774938554"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 143,
"time": "1774934783"
},
"stopId": "FR:50341:ZE:MONAP1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"time": "1774938713"
},
"departure": {
"time": "1774938420"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 30,
"time": "1774935255"
},
"departure": {
"delay": 30,
"time": "1774935270"
},
"stopId": "FR:50615:ZE:VALCA1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -7,
"time": "1774937439"
},
"departure": {
"delay": -7,
"time": "1774937453"
},
"stopId": "FR:50599:ZE:10ZCT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 173,
"time": "1774938462"
},
"departure": {
"delay": 173,
"time": "1774938473"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 68,
"time": "1774935929"
},
"departure": {
"delay": 68,
"time": "1774935968"
},
"stopId": "FR:50615:ZE:VALZA1:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:D:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758049x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470530:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 270,
"time": "1774938270"
},
"departure": {
"delay": 270,
"time": "1774938270"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 245,
"time": "1774938065"
},
"departure": {
"delay": 245,
"time": "1774938065"
},
"stopId": "FR:27701:ZE:0x7044:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 352,
"time": "1774938652"
},
"departure": {
"delay": 352,
"time": "1774938652"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 310,
"time": "1774938550"
},
"departure": {
"delay": 310,
"time": "1774938550"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 271,
"time": "1774937971"
},
"departure": {
"delay": 271,
"time": "1774937971"
},
"stopId": "FR:27701:ZE:0x7068:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 240,
"time": "1774938000"
},
"departure": {
"delay": 240,
"time": "1774938000"
},
"stopId": "FR:27701:ZE:0x7132:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 270,
"time": "1774938325"
},
"departure": {
"delay": 270,
"time": "1774938330"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 264,
"time": "1774938744"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 240,
"time": "1774938109"
},
"departure": {
"delay": 240,
"time": "1774938120"
},
"stopId": "FR:27701:ZE:0x7054:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 277,
"time": "1774938457"
},
"departure": {
"delay": 277,
"time": "1774938457"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 301,
"time": "1774938601"
},
"departure": {
"delay": 301,
"time": "1774938601"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 197,
"time": "1774938197"
},
"departure": {
"delay": 197,
"time": "1774938197"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 16
}
],
"timestamp": "1774938296",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470530:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4051200xGTFSxGSemH18xSemainex05:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 6,
"time": "1774939746"
},
"departure": {
"delay": 6,
"time": "1774939746"
},
"stopId": "FR:76351:ZE:3327:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 44,
"time": "1774939664"
},
"departure": {
"delay": 44,
"time": "1774939664"
},
"stopId": "FR:76351:ZE:3329:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"time": "1774941480"
},
"stopId": "FR:76305:ZE:4929:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"time": "1774941240"
},
"departure": {
"time": "1774941240"
},
"stopId": "FR:76305:ZE:4928:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 18,
"time": "1774941378"
},
"departure": {
"delay": 18,
"time": "1774941378"
},
"stopId": "FR:76305:ZE:4854:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 5,
"time": "1774941005"
},
"departure": {
"delay": 5,
"time": "1774941005"
},
"stopId": "FR:76351:ZE:4856:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 34,
"time": "1774940734"
},
"departure": {
"delay": 34,
"time": "1774940734"
},
"stopId": "FR:76351:ZE:5246:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 42,
"time": "1774939962"
},
"departure": {
"delay": 42,
"time": "1774939962"
},
"stopId": "FR:76351:ZE:5196:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 15,
"time": "1774940235"
},
"departure": {
"delay": 15,
"time": "1774940235"
},
"stopId": "FR:76351:ZE:5163:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:76351:ZE:5243:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"time": "1774940460"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:76351:ZE:3271:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 47,
"time": "1774940147"
},
"departure": {
"delay": 47,
"time": "1774940147"
},
"stopId": "FR:76351:ZE:4485:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 21,
"time": "1774940181"
},
"departure": {
"delay": 21,
"time": "1774940181"
},
"stopId": "FR:76351:ZE:5151:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 59,
"time": "1774941359"
},
"departure": {
"delay": 59,
"time": "1774941359"
},
"stopId": "FR:76305:ZE:4855:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 36,
"time": "1774940316"
},
"departure": {
"delay": 36,
"time": "1774940316"
},
"stopId": "FR:76351:ZE:3471:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"time": "1774939500"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 44,
"time": "1774939784"
},
"departure": {
"delay": 44,
"time": "1774939784"
},
"stopId": "FR:76351:ZE:3791:ATOUMOD003",
"stopSequence": 4
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:18:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4051200xGTFSxGSemH18xSemainex05:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2469769:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 58,
"time": "1774941178"
},
"departure": {
"delay": 58,
"time": "1774941178"
},
"stopId": "FR:27456:ZE:0x6730:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -35,
"time": "1774941805"
},
"departure": {
"delay": -35,
"time": "1774941805"
},
"stopId": "FR:27375:ZE:0x6433:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -6,
"time": "1774941474"
},
"departure": {
"delay": -6,
"time": "1774941474"
},
"stopId": "FR:27375:ZE:0x6525:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 23,
"time": "1774941263"
},
"departure": {
"delay": 23,
"time": "1774941263"
},
"stopId": "FR:27375:ZE:0x6480:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -19,
"time": "1774941401"
},
"departure": {
"delay": -19,
"time": "1774941401"
},
"stopId": "FR:27375:ZE:0x6484:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 5,
"time": "1774940585"
},
"departure": {
"delay": 5,
"time": "1774940585"
},
"stopId": "FR:27003:ZE:0x6004:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 43,
"time": "1774941223"
},
"departure": {
"delay": 43,
"time": "1774941223"
},
"stopId": "FR:27375:ZE:0x6390:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -35,
"time": "1774941865"
},
"departure": {
"delay": -35,
"time": "1774941865"
},
"stopId": "FR:27375:ZE:0x6394:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 45,
"time": "1774940505"
},
"departure": {
"delay": 45,
"time": "1774940505"
},
"stopId": "FR:27003:ZE:0x6007:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -17,
"time": "1774941343"
},
"departure": {
"delay": -17,
"time": "1774941343"
},
"stopId": "FR:27375:ZE:0x6510:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 58,
"time": "1774940998"
},
"departure": {
"delay": 58,
"time": "1774940998"
},
"stopId": "FR:27456:ZE:0x7200:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:27003:ZE:0x7202:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 8,
"time": "1774941548"
},
"departure": {
"delay": 8,
"time": "1774941548"
},
"stopId": "FR:27375:ZE:0x6511:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -37,
"time": "1774941683"
},
"departure": {
"delay": -37,
"time": "1774941683"
},
"stopId": "FR:27375:ZE:0x6449:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 34,
"time": "1774941094"
},
"departure": {
"delay": 34,
"time": "1774941094"
},
"stopId": "FR:27456:ZE:0x6726:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -95,
"time": "1774941925"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 17,
"time": "1774941437"
},
"departure": {
"delay": 17,
"time": "1774941437"
},
"stopId": "FR:27375:ZE:0x6430:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 42,
"time": "1774941342"
},
"departure": {
"delay": 42,
"time": "1774941342"
},
"stopId": "FR:27375:ZE:0x7186:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 23,
"time": "1774941623"
},
"departure": {
"delay": 23,
"time": "1774941623"
},
"stopId": "FR:27375:ZE:0x6503:ATOUMOD006",
"stopSequence": 18
},
{
"departure": {
"time": "1774940400"
},
"stopId": "FR:27003:ZE:0x6015:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -76,
"time": "1774941764"
},
"departure": {
"delay": -76,
"time": "1774941764"
},
"stopId": "FR:27375:ZE:0x6417:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 19,
"time": "1774941319"
},
"departure": {
"delay": 19,
"time": "1774941319"
},
"stopId": "FR:27375:ZE:0x6446:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -7,
"time": "1774941293"
},
"departure": {
"delay": -7,
"time": "1774941293"
},
"stopId": "FR:27375:ZE:0x6462:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -7,
"time": "1774941653"
},
"departure": {
"delay": -7,
"time": "1774941653"
},
"stopId": "FR:27375:ZE:0x6403:ATOUMOD006",
"stopSequence": 19
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:10:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2469769:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746134x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1774927605"
},
"departure": {
"delay": 60,
"time": "1774927620"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -108,
"time": "1774930311"
},
"departure": {
"delay": -108,
"time": "1774930332"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -38,
"time": "1774928098"
},
"departure": {
"delay": -38,
"time": "1774928122"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 2,
"time": "1774928805"
},
"departure": {
"delay": 2,
"time": "1774928822"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"departure": {
"delay": 31,
"time": "1774927591"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 14,
"time": "1774927965"
},
"departure": {
"delay": 14,
"time": "1774927994"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 21,
"time": "1774927740"
},
"departure": {
"delay": 21,
"time": "1774927761"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -26,
"time": "1774930037"
},
"departure": {
"delay": -26,
"time": "1774930054"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 14,
"time": "1774928697"
},
"departure": {
"delay": 14,
"time": "1774928714"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -45,
"time": "1774930188"
},
"departure": {
"delay": -45,
"time": "1774930215"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -84,
"time": "1774930221"
},
"departure": {
"delay": -84,
"time": "1774930236"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -6,
"time": "1774929012"
},
"departure": {
"delay": -6,
"time": "1774929114"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 13,
"time": "1774930566"
},
"departure": {
"delay": 13,
"time": "1774930573"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 28,
"time": "1774928594"
},
"departure": {
"delay": 28,
"time": "1774928608"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -13,
"time": "1774927899"
},
"departure": {
"delay": -13,
"time": "1774927907"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 93,
"time": "1774929727"
},
"departure": {
"delay": 93,
"time": "1774929753"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 59,
"time": "1774929391"
},
"departure": {
"delay": 59,
"time": "1774929419"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -29,
"time": "1774929983"
},
"departure": {
"delay": -29,
"time": "1774929991"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -35,
"time": "1774928936"
},
"departure": {
"delay": -35,
"time": "1774928965"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 16,
"time": "1774928455"
},
"departure": {
"delay": 16,
"time": "1774928476"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 1,
"time": "1774930012"
},
"departure": {
"delay": 1,
"time": "1774930021"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -102,
"time": "1774930265"
},
"departure": {
"delay": -102,
"time": "1774930278"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 15,
"time": "1774929153"
},
"departure": {
"delay": 15,
"time": "1774929195"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -71,
"time": "1774930669"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 57,
"time": "1774929335"
},
"departure": {
"delay": 57,
"time": "1774929357"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 10,
"time": "1774927791"
},
"departure": {
"delay": 10,
"time": "1774927810"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 43,
"time": "1774929579"
},
"departure": {
"delay": 43,
"time": "1774929643"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 1,
"time": "1774930491"
},
"departure": {
"delay": 1,
"time": "1774930501"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 22,
"time": "1774928265"
},
"departure": {
"delay": 22,
"time": "1774928302"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -8,
"time": "1774930593"
},
"departure": {
"delay": -8,
"time": "1774930612"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -20,
"time": "1774930347"
},
"departure": {
"delay": -20,
"time": "1774930480"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -10,
"time": "1774928839"
},
"departure": {
"delay": -10,
"time": "1774928870"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -2,
"time": "1774928191"
},
"departure": {
"delay": -2,
"time": "1774928218"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -46,
"time": "1774928156"
},
"departure": {
"delay": -46,
"time": "1774928174"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 21,
"time": "1774928521"
},
"departure": {
"delay": 21,
"time": "1774928541"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 15,
"time": "1774927858"
},
"departure": {
"delay": 15,
"time": "1774927875"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -24,
"time": "1774930074"
},
"departure": {
"delay": -24,
"time": "1774930116"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 11,
"time": "1774928635"
},
"departure": {
"delay": 11,
"time": "1774928651"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -29,
"time": "1774927943"
},
"departure": {
"delay": -29,
"time": "1774927951"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 39,
"time": "1774928358"
},
"departure": {
"delay": 39,
"time": "1774928379"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 56,
"time": "1774927676"
},
"departure": {
"delay": 56,
"time": "1774927676"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -29,
"time": "1774928053"
},
"departure": {
"delay": -29,
"time": "1774928071"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 11,
"time": "1774929479"
},
"departure": {
"delay": 11,
"time": "1774929491"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -30,
"time": "1774930519"
},
"departure": {
"delay": -30,
"time": "1774930530"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 53,
"time": "1774929240"
},
"departure": {
"delay": 53,
"time": "1774929293"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 5,
"time": "1774929832"
},
"departure": {
"delay": 5,
"time": "1774929845"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 23,
"time": "1774929878"
},
"departure": {
"delay": 23,
"time": "1774929923"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 7,
"time": "1774928749"
},
"departure": {
"delay": 7,
"time": "1774928767"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1774938727",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746134x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758381x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 16,
"time": "1774935316"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 113,
"time": "1774935724"
},
"departure": {
"delay": 113,
"time": "1774935773"
},
"stopId": "FR:50184:ZE:FLAHB1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 94,
"time": "1774936788"
},
"departure": {
"delay": 94,
"time": "1774936834"
},
"stopId": "FR:50045:ZE:BENBG1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 168,
"time": "1774938063"
},
"departure": {
"delay": 168,
"time": "1774938108"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 180,
"time": "1774938720"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 96,
"time": "1774936895"
},
"departure": {
"delay": 96,
"time": "1774936956"
},
"stopId": "FR:50045:ZE:BENCG1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 263,
"time": "1774936336"
},
"departure": {
"delay": 263,
"time": "1774936343"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 85,
"time": "1774935549"
},
"departure": {
"delay": 85,
"time": "1774935565"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 135,
"time": "1774936489"
},
"departure": {
"delay": 135,
"time": "1774936575"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 148,
"time": "1774937751"
},
"departure": {
"delay": 148,
"time": "1774937788"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 96,
"time": "1774938270"
},
"departure": {
"delay": 96,
"time": "1774938336"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 133,
"time": "1774937542"
},
"departure": {
"delay": 133,
"time": "1774937593"
},
"stopId": "FR:50575:ZE:SIDHC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 162,
"time": "1774938403"
},
"departure": {
"delay": 162,
"time": "1774938462"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 168,
"time": "1774938581"
},
"departure": {
"delay": 168,
"time": "1774938588"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 114,
"time": "1774937217"
},
"departure": {
"delay": 114,
"time": "1774937274"
},
"stopId": "FR:50643:ZE:VIRMA1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 191,
"time": "1774938541"
},
"departure": {
"delay": 191,
"time": "1774938551"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1774938659",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758381x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747521x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 37,
"time": "1774933869"
},
"departure": {
"delay": 37,
"time": "1774933897"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 126,
"time": "1774934132"
},
"departure": {
"delay": 126,
"time": "1774934166"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 7,
"time": "1774934556"
},
"departure": {
"delay": 7,
"time": "1774934587"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 102,
"time": "1774934046"
},
"departure": {
"delay": 102,
"time": "1774934082"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -9,
"time": "1774933701"
},
"departure": {
"delay": -9,
"time": "1774933731"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 16,
"time": "1774935467"
},
"departure": {
"delay": 16,
"time": "1774935496"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -10,
"time": "1774934503"
},
"departure": {
"delay": -10,
"time": "1774934510"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 82,
"time": "1774934329"
},
"departure": {
"delay": 82,
"time": "1774934362"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 41,
"time": "1774933751"
},
"departure": {
"delay": 41,
"time": "1774933781"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 22,
"time": "1774933582"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 5,
"time": "1774935534"
},
"departure": {
"delay": 5,
"time": "1774935545"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -15,
"time": "1774935825"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 11,
"time": "1774935759"
},
"departure": {
"delay": 11,
"time": "1774935791"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -13,
"time": "1774935695"
},
"departure": {
"delay": -13,
"time": "1774935707"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 95,
"time": "1774934935"
},
"departure": {
"delay": 95,
"time": "1774935095"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 13,
"time": "1774934794"
},
"departure": {
"delay": 13,
"time": "1774934833"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 101,
"time": "1774934228"
},
"departure": {
"delay": 101,
"time": "1774934261"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 7,
"time": "1774935569"
},
"departure": {
"delay": 7,
"time": "1774935607"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -8,
"time": "1774934702"
},
"departure": {
"delay": -8,
"time": "1774934752"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 21,
"time": "1774933812"
},
"departure": {
"delay": 21,
"time": "1774933821"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 86,
"time": "1774935162"
},
"departure": {
"delay": 86,
"time": "1774935206"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 37,
"time": "1774933920"
},
"departure": {
"delay": 37,
"time": "1774933957"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1774938717",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747521x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745306x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3,
"time": "1774927737"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 73,
"time": "1774927367"
},
"departure": {
"delay": 73,
"time": "1774927393"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 14,
"time": "1774927005"
},
"departure": {
"delay": 14,
"time": "1774927094"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -16,
"time": "1774926923"
},
"departure": {
"delay": -16,
"time": "1774926944"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 122,
"time": "1774926122"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 46,
"time": "1774926384"
},
"departure": {
"delay": 46,
"time": "1774926406"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 61,
"time": "1774926483"
},
"departure": {
"delay": 61,
"time": "1774926541"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 31,
"time": "1774926675"
},
"departure": {
"delay": 31,
"time": "1774926691"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 3,
"time": "1774926730"
},
"departure": {
"delay": 3,
"time": "1774926783"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 63,
"time": "1774927273"
},
"departure": {
"delay": 63,
"time": "1774927323"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 44,
"time": "1774926621"
},
"departure": {
"delay": 44,
"time": "1774926644"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 60,
"time": "1774926338"
},
"departure": {
"delay": 60,
"time": "1774926360"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 31,
"time": "1774926438"
},
"departure": {
"delay": 31,
"time": "1774926451"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 26,
"time": "1774927488"
},
"departure": {
"delay": 26,
"time": "1774927526"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 18,
"time": "1774927590"
},
"departure": {
"delay": 18,
"time": "1774927638"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 73,
"time": "1774927433"
},
"departure": {
"delay": 73,
"time": "1774927453"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 48,
"time": "1774927193"
},
"departure": {
"delay": 48,
"time": "1774927248"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 72,
"time": "1774926272"
},
"departure": {
"delay": 72,
"time": "1774926312"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 70,
"time": "1774926236"
},
"departure": {
"delay": 70,
"time": "1774926250"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -59,
"time": "1774926825"
},
"departure": {
"delay": -59,
"time": "1774926841"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745306x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748590x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 111,
"time": "1774938374"
},
"departure": {
"delay": 111,
"time": "1774938411"
},
"stopId": "FR:50129:ZE:10HLU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 120,
"time": "1774939380"
},
"departure": {
"delay": 120,
"time": "1774939380"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 107,
"time": "1774938006"
},
"departure": {
"delay": 107,
"time": "1774938047"
},
"stopId": "FR:50129:ZE:10ING1:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 108,
"time": "1774937748"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 120,
"time": "1774939140"
},
"departure": {
"delay": 120,
"time": "1774939140"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 146,
"time": "1774938222"
},
"departure": {
"delay": 146,
"time": "1774938266"
},
"stopId": "FR:50129:ZE:10VER1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 85,
"time": "1774938075"
},
"departure": {
"delay": 85,
"time": "1774938085"
},
"stopId": "FR:50129:ZE:10CBL1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 120,
"time": "1774939080"
},
"departure": {
"delay": 120,
"time": "1774939080"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 120,
"time": "1774939260"
},
"departure": {
"delay": 120,
"time": "1774939260"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 120,
"time": "1774939560"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 119,
"time": "1774938520"
},
"departure": {
"delay": 119,
"time": "1774938539"
},
"stopId": "FR:50129:ZE:10HTR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 120,
"time": "1774938960"
},
"departure": {
"delay": 120,
"time": "1774938960"
},
"stopId": "FR:50129:ZE:10BDB2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 105,
"time": "1774937792"
},
"departure": {
"delay": 105,
"time": "1774937805"
},
"stopId": "FR:50129:ZE:10NMD1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 120,
"time": "1774938780"
},
"departure": {
"delay": 120,
"time": "1774938780"
},
"stopId": "FR:50129:ZE:10HAM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 120,
"time": "1774938840"
},
"departure": {
"delay": 120,
"time": "1774938840"
},
"stopId": "FR:50129:ZE:10GLA1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 80,
"time": "1774937767"
},
"departure": {
"delay": 80,
"time": "1774937780"
},
"stopId": "FR:50129:ZE:10BLE1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 120,
"time": "1774939020"
},
"departure": {
"delay": 120,
"time": "1774939020"
},
"stopId": "FR:50129:ZE:10CDL2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 120,
"time": "1774938600"
},
"departure": {
"delay": 120,
"time": "1774938600"
},
"stopId": "FR:50129:ZE:10MEZ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 120,
"time": "1774938660"
},
"departure": {
"delay": 120,
"time": "1774938660"
},
"stopId": "FR:50129:ZE:10HQU1:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1774938545",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748590x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:5:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 119,
"time": "1774937811"
},
"departure": {
"delay": 119,
"time": "1774937819"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 172,
"time": "1774937599"
},
"departure": {
"delay": 172,
"time": "1774937632"
},
"stopId": "FR:76057:ZE:30027:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 97,
"time": "1774938142"
},
"departure": {
"delay": 97,
"time": "1774938157"
},
"stopId": "FR:76057:ZE:30003:ATOUMOD041",
"stopSequence": 24
},
{
"arrival": {
"delay": 112,
"time": "1774937098"
},
"departure": {
"delay": 112,
"time": "1774937152"
},
"stopId": "FR:76495:ZE:30040:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 42,
"time": "1774936590"
},
"departure": {
"delay": 42,
"time": "1774936602"
},
"stopId": "FR:76495:ZE:30038:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 95,
"time": "1774936997"
},
"departure": {
"delay": 95,
"time": "1774937015"
},
"stopId": "FR:76495:ZE:30044:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 36,
"time": "1774936679"
},
"departure": {
"delay": 36,
"time": "1774936716"
},
"stopId": "FR:76495:ZE:30035:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 61,
"time": "1774938241"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 25
},
{
"arrival": {
"delay": 126,
"time": "1774937911"
},
"departure": {
"delay": 126,
"time": "1774937946"
},
"stopId": "FR:76057:ZE:30013:ATOUMOD041",
"stopSequence": 20
},
{
"arrival": {
"delay": 196,
"time": "1774937487"
},
"departure": {
"delay": 196,
"time": "1774937536"
},
"stopId": "FR:76057:ZE:30005:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 114,
"time": "1774937962"
},
"departure": {
"delay": 114,
"time": "1774937994"
},
"stopId": "FR:76057:ZE:30017:ATOUMOD041",
"stopSequence": 21
},
{
"arrival": {
"delay": 141,
"time": "1774937354"
},
"departure": {
"delay": 141,
"time": "1774937421"
},
"stopId": "FR:76057:ZE:30015:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 117,
"time": "1774937184"
},
"departure": {
"delay": 117,
"time": "1774937277"
},
"stopId": "FR:76495:ZE:30032:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 118,
"time": "1774938028"
},
"departure": {
"delay": 118,
"time": "1774938058"
},
"stopId": "FR:76057:ZE:30002:ATOUMOD041",
"stopSequence": 22
},
{
"arrival": {
"delay": 69,
"time": "1774936536"
},
"departure": {
"delay": 69,
"time": "1774936569"
},
"stopId": "FR:76495:ZE:30029:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 166,
"time": "1774937652"
},
"departure": {
"delay": 166,
"time": "1774937686"
},
"stopId": "FR:76057:ZE:30011:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 74,
"time": "1774937046"
},
"departure": {
"delay": 74,
"time": "1774937054"
},
"stopId": "FR:76495:ZE:30037:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 151,
"time": "1774937753"
},
"departure": {
"delay": 151,
"time": "1774937791"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 97,
"time": "1774937302"
},
"departure": {
"delay": 97,
"time": "1774937317"
},
"stopId": "FR:76495:ZE:30034:ATOUMOD041",
"stopSequence": 10
},
{
"departure": {
"delay": 51,
"time": "1774936491"
},
"stopId": "FR:76495:ZE:30030:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 117,
"time": "1774938085"
},
"departure": {
"delay": 117,
"time": "1774938117"
},
"stopId": "FR:76057:ZE:30025:ATOUMOD041",
"stopSequence": 23
},
{
"arrival": {
"delay": 116,
"time": "1774936872"
},
"departure": {
"delay": 116,
"time": "1774936976"
},
"stopId": "FR:76495:ZE:30042:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 155,
"time": "1774937703"
},
"departure": {
"delay": 155,
"time": "1774937735"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 190,
"time": "1774937553"
},
"departure": {
"delay": 190,
"time": "1774937590"
},
"stopId": "FR:76057:ZE:30009:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 97,
"time": "1774937845"
},
"departure": {
"delay": 97,
"time": "1774937857"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 19
}
],
"timestamp": "1774938750",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD041:Line:1:LOC",
"tripId": "ATOUMOD041:ServiceJourney:5:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:6570717997957120x3:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -179,
"time": "1774941832"
},
"departure": {
"delay": -179,
"time": "1774942021"
},
"stopId": "FR:50218:ZE:5119763904724992:ATOUMOD105",
"stopSequence": 26
},
{
"arrival": {
"delay": -103,
"time": "1774941624"
},
"departure": {
"delay": -103,
"time": "1774941737"
},
"stopId": "FR:50218:ZE:36010105:ATOUMOD105",
"stopSequence": 24
},
{
"arrival": {
"delay": 57,
"time": "1774940507"
},
"departure": {
"delay": 57,
"time": "1774940517"
},
"stopId": "FR:50218:ZE:742480013:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": -94,
"time": "1774941583"
},
"departure": {
"delay": -94,
"time": "1774941686"
},
"stopId": "FR:50218:ZE:759830003:ATOUMOD105",
"stopSequence": 23
},
{
"arrival": {
"delay": -172,
"time": "1774942507"
},
"departure": {
"delay": -172,
"time": "1774942688"
},
"stopId": "FR:50647:ZE:712780003:ATOUMOD105",
"stopSequence": 35
},
{
"arrival": {
"delay": -196,
"time": "1774942038"
},
"departure": {
"delay": -196,
"time": "1774942244"
},
"stopId": "FR:50165:ZE:4905148494118912:ATOUMOD105",
"stopSequence": 29
},
{
"arrival": {
"delay": -180,
"time": "1774941951"
},
"departure": {
"delay": -180,
"time": "1774942140"
},
"stopId": "FR:50165:ZE:5186217918332928:ATOUMOD105",
"stopSequence": 27
},
{
"arrival": {
"delay": -14,
"time": "1774940962"
},
"departure": {
"delay": -14,
"time": "1774940986"
},
"stopId": "FR:50218:ZE:749860010:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": 38,
"time": "1774940128"
},
"departure": {
"delay": 38,
"time": "1774940138"
},
"stopId": "FR:50532:ZE:757990019:ATOUMOD105",
"stopSequence": 4
},
{
"arrival": {
"delay": -167,
"time": "1774941676"
},
"departure": {
"delay": -167,
"time": "1774941853"
},
"stopId": "FR:50218:ZE:756090001:ATOUMOD105",
"stopSequence": 25
},
{
"arrival": {
"delay": -33,
"time": "1774941405"
},
"departure": {
"delay": -33,
"time": "1774941447"
},
"stopId": "FR:50218:ZE:761950002:ATOUMOD105",
"stopSequence": 21
},
{
"arrival": {
"delay": 18,
"time": "1774940888"
},
"departure": {
"delay": 18,
"time": "1774940898"
},
"stopId": "FR:50218:ZE:759790015:ATOUMOD105",
"stopSequence": 13
},
{
"arrival": {
"delay": 69,
"time": "1774940279"
},
"departure": {
"delay": 69,
"time": "1774940289"
},
"stopId": "FR:50532:ZE:746200002:ATOUMOD105",
"stopSequence": 6
},
{
"arrival": {
"delay": -152,
"time": "1774942786"
},
"departure": {
"delay": -152,
"time": "1774942948"
},
"stopId": "FR:50647:ZE:5176510791024640:ATOUMOD105",
"stopSequence": 38
},
{
"arrival": {
"delay": -175,
"time": "1774942621"
},
"departure": {
"delay": -175,
"time": "1774942805"
},
"stopId": "FR:50647:ZE:748670004:ATOUMOD105",
"stopSequence": 36
},
{
"arrival": {
"delay": -167,
"time": "1774942696"
},
"departure": {
"delay": -167,
"time": "1774942873"
},
"stopId": "FR:50218:ZE:742480012:ATOUMOD105",
"stopSequence": 37
},
{
"arrival": {
"delay": -12,
"time": "1774941087"
},
"departure": {
"delay": -12,
"time": "1774941108"
},
"stopId": "FR:50218:ZE:759830002:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": -21,
"time": "1774941309"
},
"departure": {
"delay": -21,
"time": "1774941339"
},
"stopId": "FR:50218:ZE:758020002:ATOUMOD105",
"stopSequence": 20
},
{
"arrival": {
"delay": -205,
"time": "1774942140"
},
"departure": {
"delay": -205,
"time": "1774942355"
},
"stopId": "FR:50165:ZE:5106757380603904:ATOUMOD105",
"stopSequence": 30
},
{
"arrival": {
"delay": 5,
"time": "1774941175"
},
"departure": {
"delay": 5,
"time": "1774941185"
},
"stopId": "FR:50218:ZE:767190001:ATOUMOD105",
"stopSequence": 18
},
{
"arrival": {
"delay": -200,
"time": "1774942330"
},
"departure": {
"delay": -200,
"time": "1774942540"
},
"stopId": "FR:50165:ZE:738760003:ATOUMOD105",
"stopSequence": 33
},
{
"arrival": {
"delay": -201,
"time": "1774942209"
},
"departure": {
"delay": -201,
"time": "1774942419"
},
"stopId": "FR:50165:ZE:5082895850930176:ATOUMOD105",
"stopSequence": 31
},
{
"arrival": {
"delay": -15,
"time": "1774941260"
},
"departure": {
"delay": -15,
"time": "1774941285"
},
"stopId": "FR:50218:ZE:738760002:ATOUMOD105",
"stopSequence": 19
},
{
"arrival": {
"delay": 40,
"time": "1774940010"
},
"departure": {
"delay": 40,
"time": "1774940020"
},
"stopId": "FR:50532:ZE:752250012:ATOUMOD105",
"stopSequence": 3
},
{
"arrival": {
"delay": -107,
"time": "1774941497"
},
"departure": {
"delay": -107,
"time": "1774941613"
},
"stopId": "FR:50218:ZE:756080004:ATOUMOD105",
"stopSequence": 22
},
{
"arrival": {
"delay": 56,
"time": "1774940206"
},
"departure": {
"delay": 56,
"time": "1774940216"
},
"stopId": "FR:50532:ZE:712780004:ATOUMOD105",
"stopSequence": 5
},
{
"arrival": {
"delay": 52,
"time": "1774940442"
},
"departure": {
"delay": 52,
"time": "1774940452"
},
"stopId": "FR:50218:ZE:740090004:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": -195,
"time": "1774942280"
},
"departure": {
"delay": -195,
"time": "1774942485"
},
"stopId": "FR:50165:ZE:5080888155045888:ATOUMOD105",
"stopSequence": 32
},
{
"arrival": {
"delay": 81,
"time": "1774940351"
},
"departure": {
"delay": 81,
"time": "1774940361"
},
"stopId": "FR:50532:ZE:740100002:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": 89,
"time": "1774939939"
},
"departure": {
"delay": 89,
"time": "1774939949"
},
"stopId": "FR:50532:ZE:758010003:ATOUMOD105",
"stopSequence": 2
},
{
"arrival": {
"delay": 76,
"time": "1774940766"
},
"departure": {
"delay": 76,
"time": "1774940776"
},
"stopId": "FR:50218:ZE:761950003:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": 75,
"time": "1774940825"
},
"departure": {
"delay": 75,
"time": "1774940835"
},
"stopId": "FR:50218:ZE:746190004:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": -146,
"time": "1774942859"
},
"departure": {
"delay": -146,
"time": "1774943014"
},
"stopId": "FR:50218:ZE:720520001:ATOUMOD105",
"stopSequence": 39
},
{
"arrival": {
"delay": -299,
"time": "1774942921"
},
"stopId": "FR:50647:ZE:752300002:ATOUMOD105",
"stopSequence": 40
},
{
"arrival": {
"delay": 99,
"time": "1774940669"
},
"departure": {
"delay": 99,
"time": "1774940679"
},
"stopId": "FR:50218:ZE:738760004:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": -172,
"time": "1774942446"
},
"departure": {
"delay": -172,
"time": "1774942628"
},
"stopId": "FR:50165:ZE:749890003:ATOUMOD105",
"stopSequence": 34
},
{
"departure": {
"time": "1774939800"
},
"stopId": "FR:50532:ZE:753630002:ATOUMOD105",
"stopSequence": 1
}
],
"timestamp": "1774938759",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD105:Line:348940035:LOC",
"tripId": "ATOUMOD105:ServiceJourney:6570717997957120x3:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx87:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 120,
"time": "1774939260"
},
"departure": {
"delay": 120,
"time": "1774939260"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 120,
"time": "1774939380"
},
"departure": {
"delay": 120,
"time": "1774939380"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": 120,
"time": "1774939680"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"delay": 120,
"time": "1774939020"
},
"departure": {
"delay": 120,
"time": "1774939020"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 125,
"time": "1774937760"
},
"departure": {
"delay": 125,
"time": "1774937765"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 125,
"time": "1774939505"
},
"departure": {
"delay": 125,
"time": "1774939505"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 60,
"time": "1774936920"
},
"departure": {
"delay": 60,
"time": "1774937220"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 120,
"time": "1774939560"
},
"departure": {
"delay": 120,
"time": "1774939560"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": 75,
"time": "1774938130"
},
"departure": {
"delay": 75,
"time": "1774938135"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 65,
"time": "1774937880"
},
"departure": {
"delay": 65,
"time": "1774937885"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": 60,
"time": "1774936560"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 125,
"time": "1774937580"
},
"departure": {
"delay": 125,
"time": "1774937585"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 65,
"time": "1774938060"
},
"departure": {
"delay": 65,
"time": "1774938065"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 65,
"time": "1774938300"
},
"departure": {
"delay": 65,
"time": "1774938305"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 65,
"time": "1774938000"
},
"departure": {
"delay": 65,
"time": "1774938005"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 120,
"time": "1774939140"
},
"departure": {
"delay": 120,
"time": "1774939140"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 65,
"time": "1774938180"
},
"departure": {
"delay": 65,
"time": "1774938185"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 65,
"time": "1774938420"
},
"departure": {
"delay": 65,
"time": "1774938425"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 65,
"time": "1774938120"
},
"departure": {
"delay": 65,
"time": "1774938125"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 120,
"time": "1774938900"
},
"departure": {
"delay": 120,
"time": "1774938900"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 125,
"time": "1774937700"
},
"departure": {
"delay": 125,
"time": "1774937705"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 125,
"time": "1774937640"
},
"departure": {
"delay": 125,
"time": "1774937645"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 125,
"time": "1774938540"
},
"departure": {
"delay": 125,
"time": "1774938545"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 120,
"time": "1774939500"
},
"departure": {
"delay": 120,
"time": "1774939500"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": 65,
"time": "1774937460"
},
"departure": {
"delay": 65,
"time": "1774937465"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 120,
"time": "1774938720"
},
"departure": {
"delay": 120,
"time": "1774938720"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
}
],
"timestamp": "1774938601",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx87:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596245:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -765,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xBEL01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -34,
"time": "1774939766"
},
"departure": {
"delay": -34,
"time": "1774939766"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 44,
"time": "1774939724"
},
"departure": {
"delay": 44,
"time": "1774939724"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -14,
"time": "1774939786"
},
"departure": {
"delay": -14,
"time": "1774939786"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -91,
"time": "1774939889"
},
"departure": {
"delay": -91,
"time": "1774939889"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -25,
"time": "1774939835"
},
"departure": {
"delay": -25,
"time": "1774939835"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -161,
"time": "1774939999"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 14,
"time": "1774939574"
},
"departure": {
"delay": 14,
"time": "1774939574"
},
"stopId": "FR:27229:ZE:0xHUE01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 49,
"time": "1774939669"
},
"departure": {
"delay": 49,
"time": "1774939669"
},
"stopId": "FR:27229:ZE:0xPNA01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 17,
"time": "1774939637"
},
"departure": {
"delay": 17,
"time": "1774939637"
},
"stopId": "FR:27229:ZE:0xHUG01:ATOUMOD004",
"stopSequence": 4
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T9:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596245:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597013:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -87,
"time": "1774941033"
},
"departure": {
"delay": -87,
"time": "1774941033"
},
"stopId": "FR:27229:ZE:0xBEV02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 12
},
{
"departure": {
"time": "1774940580"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -57,
"time": "1774941063"
},
"departure": {
"delay": -57,
"time": "1774941063"
},
"stopId": "FR:27229:ZE:0xLOG02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -190,
"time": "1774941650"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 22,
"time": "1774940722"
},
"departure": {
"delay": 22,
"time": "1774940722"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -117,
"time": "1774941123"
},
"departure": {
"delay": -117,
"time": "1774941123"
},
"stopId": "FR:27229:ZE:0xHAR02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -161,
"time": "1774941379"
},
"departure": {
"delay": -161,
"time": "1774941379"
},
"stopId": "FR:27229:ZE:0xDUN02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -168,
"time": "1774941492"
},
"departure": {
"delay": -168,
"time": "1774941492"
},
"stopId": "FR:27229:ZE:0xCAR03:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -153,
"time": "1774941327"
},
"departure": {
"delay": -153,
"time": "1774941327"
},
"stopId": "FR:27229:ZE:0xFER02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -160,
"time": "1774941560"
},
"departure": {
"delay": -160,
"time": "1774941560"
},
"stopId": "FR:27229:ZE:0xMEU02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -43,
"time": "1774940957"
},
"departure": {
"delay": -43,
"time": "1774940957"
},
"stopId": "FR:27229:ZE:0xLEB01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -57,
"time": "1774941003"
},
"departure": {
"delay": -57,
"time": "1774941003"
},
"stopId": "FR:27229:ZE:0xBRO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 19,
"time": "1774940839"
},
"departure": {
"delay": 19,
"time": "1774940839"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -54,
"time": "1774940886"
},
"departure": {
"delay": -54,
"time": "1774940886"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -177,
"time": "1774941183"
},
"departure": {
"delay": -177,
"time": "1774941183"
},
"stopId": "FR:27229:ZE:0xFAU02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -155,
"time": "1774941265"
},
"departure": {
"delay": -155,
"time": "1774941265"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 24
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597013:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598424:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -145,
"time": "1774941515"
},
"departure": {
"delay": -145,
"time": "1774941515"
},
"stopId": "FR:27229:ZE:0xREP02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -182,
"time": "1774941658"
},
"departure": {
"delay": -182,
"time": "1774941658"
},
"stopId": "FR:27229:ZE:0xVER02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -145,
"time": "1774941575"
},
"departure": {
"delay": -145,
"time": "1774941575"
},
"stopId": "FR:27229:ZE:0xPAR02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 21,
"time": "1774941021"
},
"departure": {
"delay": 21,
"time": "1774941021"
},
"stopId": "FR:27229:ZE:0xPOL02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -116,
"time": "1774941364"
},
"departure": {
"delay": -116,
"time": "1774941364"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -60,
"time": "1774941240"
},
"departure": {
"delay": -60,
"time": "1774941240"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -302,
"time": "1774941778"
},
"departure": {
"delay": -302,
"time": "1774941778"
},
"stopId": "FR:27229:ZE:0xFAU02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 36,
"time": "1774940736"
},
"departure": {
"delay": 36,
"time": "1774940736"
},
"stopId": "FR:27229:ZE:0xWAS02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 87,
"time": "1774940907"
},
"departure": {
"delay": 87,
"time": "1774940907"
},
"stopId": "FR:27229:ZE:0xCLO02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -7,
"time": "1774940813"
},
"departure": {
"delay": -7,
"time": "1774940813"
},
"stopId": "FR:27229:ZE:0xLYC02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 23,
"time": "1774940783"
},
"departure": {
"delay": 23,
"time": "1774940783"
},
"stopId": "FR:27229:ZE:0xCAN02:ATOUMOD004",
"stopSequence": 3
},
{
"departure": {
"time": "1774940700"
},
"stopId": "FR:27229:ZE:0xBRU02:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 13,
"time": "1774941073"
},
"departure": {
"delay": 13,
"time": "1774941073"
},
"stopId": "FR:27229:ZE:0xORL02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -234,
"time": "1774941726"
},
"departure": {
"delay": -234,
"time": "1774941726"
},
"stopId": "FR:27229:ZE:0xBSJ02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 47,
"time": "1774940927"
},
"departure": {
"delay": 47,
"time": "1774940927"
},
"stopId": "FR:27229:ZE:0xMON02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 17,
"time": "1774940957"
},
"departure": {
"delay": 17,
"time": "1774940957"
},
"stopId": "FR:27229:ZE:0xTRA02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -112,
"time": "1774941488"
},
"departure": {
"delay": -112,
"time": "1774941488"
},
"stopId": "FR:27229:ZE:0xJJA02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -145,
"time": "1774941455"
},
"departure": {
"delay": -145,
"time": "1774941455"
},
"stopId": "FR:27229:ZE:0xCAT01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 47,
"time": "1774941107"
},
"departure": {
"delay": 47,
"time": "1774941107"
},
"stopId": "FR:27229:ZE:0xMOU02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -67,
"time": "1774941293"
},
"departure": {
"delay": -67,
"time": "1774941293"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -37,
"time": "1774941143"
},
"departure": {
"delay": -37,
"time": "1774941143"
},
"stopId": "FR:27229:ZE:0xLET02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -317,
"time": "1774941883"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 22
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T8:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598424:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:197:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774940220"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1774940160"
},
"departure": {
"time": "1774940160"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1774939680"
},
"departure": {
"time": "1774939560"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1774939560"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940700"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1774940580"
},
"departure": {
"time": "1774940880"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 17
}
],
"timestamp": "1774935047",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:197:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN13107F300925x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 300,
"time": "1774939200"
},
"departure": {
"delay": 300,
"time": "1774939260"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"delay": 300,
"time": "1774937220"
},
"departure": {
"delay": 300,
"time": "1774937340"
},
"stopId": "FR:27681:ZE:StopPointxOCETrainxTERx87415604:ATOUMOD002",
"stopSequence": 14
},
{
"departure": {
"delay": 900,
"time": "1774934820"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"delay": 300,
"time": "1774937760"
},
"departure": {
"delay": 300,
"time": "1774937820"
},
"stopId": "FR:27022:ZE:StopPointxOCETrainxTERx87415620:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"delay": 300,
"time": "1774938420"
},
"departure": {
"delay": 300,
"time": "1774938480"
},
"stopId": "FR:27701:ZE:StopPointxOCETrainxTERx87415877:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"delay": 300,
"time": "1774938780"
},
"departure": {
"delay": 300,
"time": "1774938840"
},
"stopId": "FR:27008:ZE:StopPointxOCETrainxTERx87415661:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"delay": 300,
"time": "1774939860"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 24
}
],
"timestamp": "1774936088",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx97E911FAxC8F2x4861xAD3CxC36CF4750A49x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN13107F300925x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748456x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -18,
"time": "1774938001"
},
"departure": {
"delay": -18,
"time": "1774938042"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 120,
"time": "1774940100"
},
"departure": {
"delay": 120,
"time": "1774940100"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 120,
"time": "1774939020"
},
"departure": {
"delay": 120,
"time": "1774939020"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -15,
"time": "1774937842"
},
"departure": {
"delay": -15,
"time": "1774937865"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 54,
"time": "1774938568"
},
"departure": {
"delay": 54,
"time": "1774938594"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 120,
"time": "1774940340"
},
"departure": {
"delay": 120,
"time": "1774940340"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 120,
"time": "1774940160"
},
"departure": {
"delay": 120,
"time": "1774940160"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 120,
"time": "1774939560"
},
"departure": {
"delay": 120,
"time": "1774939560"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 29,
"time": "1774937609"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -15,
"time": "1774938269"
},
"departure": {
"delay": -15,
"time": "1774938285"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 120,
"time": "1774939200"
},
"departure": {
"delay": 120,
"time": "1774939200"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -27,
"time": "1774938314"
},
"departure": {
"delay": -27,
"time": "1774938333"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 120,
"time": "1774939080"
},
"departure": {
"delay": 120,
"time": "1774939080"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"time": "1774938680"
},
"departure": {
"time": "1774938600"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -19,
"time": "1774937769"
},
"departure": {
"delay": -19,
"time": "1774937801"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 120,
"time": "1774940040"
},
"departure": {
"delay": 120,
"time": "1774940040"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 120,
"time": "1774940400"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 120,
"time": "1774939140"
},
"departure": {
"delay": 120,
"time": "1774939140"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 120,
"time": "1774939920"
},
"departure": {
"delay": 120,
"time": "1774939920"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 87,
"time": "1774938507"
},
"departure": {
"delay": 87,
"time": "1774938507"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 120,
"time": "1774938900"
},
"departure": {
"delay": 120,
"time": "1774938900"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -25,
"time": "1774938203"
},
"departure": {
"delay": -25,
"time": "1774938215"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 20,
"time": "1774938111"
},
"departure": {
"delay": 20,
"time": "1774938140"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 120,
"time": "1774939800"
},
"departure": {
"delay": 120,
"time": "1774939800"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 10,
"time": "1774938177"
},
"departure": {
"delay": 10,
"time": "1774938190"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 120,
"time": "1774939980"
},
"departure": {
"delay": 120,
"time": "1774939980"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 120,
"time": "1774940220"
},
"departure": {
"delay": 120,
"time": "1774940220"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 121,
"time": "1774940221"
},
"departure": {
"delay": 121,
"time": "1774940221"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -18,
"time": "1774937885"
},
"departure": {
"delay": -18,
"time": "1774937922"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 120,
"time": "1774940280"
},
"departure": {
"delay": 120,
"time": "1774940280"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 120,
"time": "1774939680"
},
"departure": {
"delay": 120,
"time": "1774939680"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 120,
"time": "1774939860"
},
"departure": {
"delay": 120,
"time": "1774939860"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 120,
"time": "1774939260"
},
"departure": {
"delay": 120,
"time": "1774939260"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748456x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190583x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 68,
"time": "1774938788"
},
"departure": {
"delay": 68,
"time": "1774938788"
},
"stopId": "FR:76351:ZE:4849:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 71,
"time": "1774938971"
},
"departure": {
"delay": 71,
"time": "1774938971"
},
"stopId": "FR:76351:ZE:3572:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 63,
"time": "1774939143"
},
"departure": {
"delay": 63,
"time": "1774939143"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 79,
"time": "1774939339"
},
"departure": {
"delay": 79,
"time": "1774939339"
},
"stopId": "FR:76351:ZE:3387:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 60,
"time": "1774940760"
},
"stopId": "FR:76351:ZE:4537:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 60,
"time": "1774940340"
},
"departure": {
"delay": 60,
"time": "1774940340"
},
"stopId": "FR:76351:ZE:4828:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 106,
"time": "1774939066"
},
"departure": {
"delay": 106,
"time": "1774939066"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 60,
"time": "1774940580"
},
"departure": {
"delay": 60,
"time": "1774940580"
},
"stopId": "FR:76351:ZE:4142:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 60,
"time": "1774939200"
},
"departure": {
"delay": 60,
"time": "1774939200"
},
"stopId": "FR:76351:ZE:4428:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 79,
"time": "1774939999"
},
"departure": {
"delay": 79,
"time": "1774939999"
},
"stopId": "FR:76351:ZE:4486:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 83,
"time": "1774939403"
},
"departure": {
"delay": 83,
"time": "1774939403"
},
"stopId": "FR:76351:ZE:4733:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 90,
"time": "1774940370"
},
"departure": {
"delay": 90,
"time": "1774940370"
},
"stopId": "FR:76351:ZE:3779:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 92,
"time": "1774940132"
},
"departure": {
"delay": 92,
"time": "1774940132"
},
"stopId": "FR:76351:ZE:4911:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 98,
"time": "1774939958"
},
"departure": {
"delay": 98,
"time": "1774939958"
},
"stopId": "FR:76351:ZE:5150:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 60,
"time": "1774939920"
},
"departure": {
"delay": 60,
"time": "1774939920"
},
"stopId": "FR:76351:ZE:4910:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 63,
"time": "1774940283"
},
"departure": {
"delay": 63,
"time": "1774940283"
},
"stopId": "FR:76351:ZE:3783:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 75,
"time": "1774939695"
},
"departure": {
"delay": 75,
"time": "1774939695"
},
"stopId": "FR:76351:ZE:3053:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 27,
"time": "1774938567"
},
"stopId": "FR:76351:ZE:3472:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1774939800"
},
"departure": {
"delay": 60,
"time": "1774939800"
},
"stopId": "FR:76351:ZE:3142:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 105,
"time": "1774940505"
},
"departure": {
"delay": 105,
"time": "1774940505"
},
"stopId": "FR:76351:ZE:3194:ATOUMOD003",
"stopSequence": 28
},
{
"departure": {
"delay": 27,
"time": "1774938627"
},
"stopId": "FR:76351:ZE:3163:ATOUMOD003",
"stopSequence": 2
},
{
"departure": {
"delay": 60,
"time": "1774938720"
},
"stopId": "FR:76351:ZE:3153:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 60,
"time": "1774939020"
},
"departure": {
"delay": 60,
"time": "1774939020"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 71,
"time": "1774939871"
},
"departure": {
"delay": 71,
"time": "1774939871"
},
"stopId": "FR:76351:ZE:3421:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 60,
"time": "1774939620"
},
"departure": {
"delay": 60,
"time": "1774939620"
},
"stopId": "FR:76351:ZE:3549:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 70,
"time": "1774940230"
},
"departure": {
"delay": 70,
"time": "1774940230"
},
"stopId": "FR:76351:ZE:4913:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 80,
"time": "1774938860"
},
"departure": {
"delay": 80,
"time": "1774938860"
},
"stopId": "FR:76351:ZE:3076:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 70,
"time": "1774939270"
},
"departure": {
"delay": 70,
"time": "1774939270"
},
"stopId": "FR:76351:ZE:3048:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 95,
"time": "1774940435"
},
"departure": {
"delay": 95,
"time": "1774940435"
},
"stopId": "FR:76351:ZE:3777:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 60,
"time": "1774939440"
},
"departure": {
"delay": 60,
"time": "1774939440"
},
"stopId": "FR:76351:ZE:4699:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:19:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190583x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470304:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 248,
"time": "1774941488"
},
"departure": {
"delay": 248,
"time": "1774941488"
},
"stopId": "FR:27275:ZE:0x6996:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -2673,
"time": "1774938747"
},
"departure": {
"delay": -2673,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x7184:ATOUMOD006",
"stopSequence": 16
},
{
"departure": {
"delay": -1653,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -1773,
"time": "1774938747"
},
"departure": {
"delay": -1773,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6986:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 82,
"time": "1774942162"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -1713,
"time": "1774938747"
},
"departure": {
"delay": -1713,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6983:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -2253,
"time": "1774938747"
},
"departure": {
"delay": -2253,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6981:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -2013,
"time": "1774938747"
},
"departure": {
"delay": -2013,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x7003:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 110,
"time": "1774941710"
},
"departure": {
"delay": 110,
"time": "1774941710"
},
"stopId": "FR:27275:ZE:0x6204:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -2073,
"time": "1774938747"
},
"departure": {
"delay": -2073,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6993:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -2373,
"time": "1774938747"
},
"departure": {
"delay": -2373,
"time": "1774938747"
},
"stopId": "FR:27275:ZE:0x6996:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 112,
"time": "1774942012"
},
"departure": {
"delay": 112,
"time": "1774942012"
},
"stopId": "FR:27275:ZE:0x6193:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 90,
"time": "1774941870"
},
"departure": {
"delay": 90,
"time": "1774941870"
},
"stopId": "FR:27275:ZE:0x7182:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -2133,
"time": "1774938747"
},
"departure": {
"delay": -2133,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6999:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 83,
"time": "1774942103"
},
"departure": {
"delay": 83,
"time": "1774942103"
},
"stopId": "FR:27022:ZE:0x6978:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -1953,
"time": "1774938747"
},
"departure": {
"delay": -1953,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x7001:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 109,
"time": "1774941769"
},
"departure": {
"delay": 109,
"time": "1774941769"
},
"stopId": "FR:27275:ZE:0x6202:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -1653,
"time": "1774938747"
},
"departure": {
"delay": -1653,
"time": "1774938747"
},
"stopId": "FR:27022:ZE:0x6979:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 56,
"time": "1774941656"
},
"departure": {
"delay": 56,
"time": "1774941656"
},
"stopId": "FR:27275:ZE:0x6214:ATOUMOD006",
"stopSequence": 17
}
],
"timestamp": "1774938356",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:6b:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470304:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746206x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 465,
"time": "1774936471"
},
"departure": {
"delay": 465,
"time": "1774936485"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 477,
"time": "1774937022"
},
"departure": {
"delay": 477,
"time": "1774937037"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 126,
"time": "1774934313"
},
"departure": {
"delay": 126,
"time": "1774934346"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 389,
"time": "1774937715"
},
"departure": {
"delay": 389,
"time": "1774937729"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 435,
"time": "1774937339"
},
"departure": {
"delay": 435,
"time": "1774937355"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 203,
"time": "1774934637"
},
"departure": {
"delay": 203,
"time": "1774934663"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 307,
"time": "1774935734"
},
"departure": {
"delay": 307,
"time": "1774935787"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 457,
"time": "1774936508"
},
"departure": {
"delay": 457,
"time": "1774936537"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 445,
"time": "1774937234"
},
"departure": {
"delay": 445,
"time": "1774937245"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 258,
"time": "1774935096"
},
"departure": {
"delay": 258,
"time": "1774935138"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 188,
"time": "1774934479"
},
"departure": {
"delay": 188,
"time": "1774934528"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 358,
"time": "1774937818"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 480,
"time": "1774937212"
},
"departure": {
"delay": 480,
"time": "1774937220"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 273,
"time": "1774935179"
},
"departure": {
"delay": 273,
"time": "1774935213"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 419,
"time": "1774937689"
},
"departure": {
"delay": 419,
"time": "1774937699"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"departure": {
"delay": 86,
"time": "1774934006"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 205,
"time": "1774934893"
},
"departure": {
"delay": 205,
"time": "1774934905"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 503,
"time": "1774936070"
},
"departure": {
"delay": 503,
"time": "1774936103"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 133,
"time": "1774934261"
},
"departure": {
"delay": 133,
"time": "1774934293"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 172,
"time": "1774934432"
},
"departure": {
"delay": 172,
"time": "1774934452"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 489,
"time": "1774936897"
},
"departure": {
"delay": 489,
"time": "1774936929"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 228,
"time": "1774934837"
},
"departure": {
"delay": 228,
"time": "1774934868"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 483,
"time": "1774936851"
},
"departure": {
"delay": 483,
"time": "1774936863"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 535,
"time": "1774936399"
},
"departure": {
"delay": 535,
"time": "1774936435"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 253,
"time": "1774935428"
},
"departure": {
"delay": 253,
"time": "1774935433"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 142,
"time": "1774934368"
},
"departure": {
"delay": 142,
"time": "1774934422"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 397,
"time": "1774937489"
},
"departure": {
"delay": 397,
"time": "1774937497"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 382,
"time": "1774937765"
},
"departure": {
"delay": 382,
"time": "1774937782"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 118,
"time": "1774934058"
},
"departure": {
"delay": 118,
"time": "1774934098"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 303,
"time": "1774935613"
},
"departure": {
"delay": 303,
"time": "1774935663"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 397,
"time": "1774937407"
},
"departure": {
"delay": 397,
"time": "1774937437"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 200,
"time": "1774934925"
},
"departure": {
"delay": 200,
"time": "1774934960"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 254,
"time": "1774935280"
},
"departure": {
"delay": 254,
"time": "1774935314"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 550,
"time": "1774936293"
},
"departure": {
"delay": 550,
"time": "1774936330"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 518,
"time": "1774936178"
},
"departure": {
"delay": 518,
"time": "1774936238"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 369,
"time": "1774937514"
},
"departure": {
"delay": 369,
"time": "1774937529"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 502,
"time": "1774936611"
},
"departure": {
"delay": 502,
"time": "1774936642"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 192,
"time": "1774934681"
},
"departure": {
"delay": 192,
"time": "1774934712"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 131,
"time": "1774934192"
},
"departure": {
"delay": 131,
"time": "1774934231"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 496,
"time": "1774937089"
},
"departure": {
"delay": 496,
"time": "1774937116"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 405,
"time": "1774937369"
},
"departure": {
"delay": 405,
"time": "1774937385"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 282,
"time": "1774935011"
},
"departure": {
"delay": 282,
"time": "1774935042"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 513,
"time": "1774936699"
},
"departure": {
"delay": 513,
"time": "1774936713"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 500,
"time": "1774936809"
},
"departure": {
"delay": 500,
"time": "1774936820"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 471,
"time": "1774937134"
},
"departure": {
"delay": 471,
"time": "1774937151"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 529,
"time": "1774936754"
},
"departure": {
"delay": 529,
"time": "1774936789"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 493,
"time": "1774936138"
},
"departure": {
"delay": 493,
"time": "1774936153"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 509,
"time": "1774937172"
},
"departure": {
"delay": 509,
"time": "1774937189"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 473,
"time": "1774937299"
},
"departure": {
"delay": 473,
"time": "1774937333"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 218,
"time": "1774934569"
},
"departure": {
"delay": 218,
"time": "1774934618"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746206x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1610:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 4020,
"time": "1774940220"
},
"departure": {
"delay": 4020,
"time": "1774940220"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 4041,
"time": "1774940001"
},
"departure": {
"delay": 4041,
"time": "1774940001"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 4014,
"time": "1774940274"
},
"departure": {
"delay": 4014,
"time": "1774940274"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 4024,
"time": "1774940164"
},
"departure": {
"delay": 4024,
"time": "1774940164"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 4034,
"time": "1774940054"
},
"departure": {
"delay": 4034,
"time": "1774940054"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"delay": 4020,
"time": "1774939860"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 4009,
"time": "1774939909"
},
"departure": {
"delay": 4009,
"time": "1774939909"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 4008,
"time": "1774940508"
},
"departure": {
"delay": 4008,
"time": "1774940508"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774938700",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1610:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4227421x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -9,
"time": "1774938711"
},
"stopId": "FR:76305:ZE:3057:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 14,
"time": "1774938794"
},
"departure": {
"delay": 14,
"time": "1774938794"
},
"stopId": "FR:76305:ZE:3184:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": -9,
"time": "1774940451"
},
"stopId": "FR:76351:ZE:4906:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 51,
"time": "1774938351"
},
"stopId": "FR:76341:ZE:3538:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 11,
"time": "1774938851"
},
"departure": {
"delay": 11,
"time": "1774938851"
},
"stopId": "FR:76305:ZE:3182:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -5,
"time": "1774939375"
},
"departure": {
"delay": -5,
"time": "1774939375"
},
"stopId": "FR:76305:ZE:3835:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 85,
"time": "1774938505"
},
"departure": {
"delay": 85,
"time": "1774938505"
},
"stopId": "FR:76305:ZE:3463:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": -9,
"time": "1774939251"
},
"departure": {
"delay": -9,
"time": "1774939251"
},
"stopId": "FR:76305:ZE:3923:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -9,
"time": "1774939011"
},
"departure": {
"delay": -9,
"time": "1774939011"
},
"stopId": "FR:76305:ZE:3680:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 23,
"time": "1774940063"
},
"departure": {
"delay": 23,
"time": "1774940063"
},
"stopId": "FR:76351:ZE:3613:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 15,
"time": "1774938975"
},
"departure": {
"delay": 15,
"time": "1774938975"
},
"stopId": "FR:76305:ZE:3574:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -9,
"time": "1774939431"
},
"departure": {
"delay": -9,
"time": "1774939431"
},
"stopId": "FR:76341:ZE:3833:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 28,
"time": "1774940248"
},
"departure": {
"delay": 28,
"time": "1774940248"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -1,
"time": "1774939319"
},
"departure": {
"delay": -1,
"time": "1774939319"
},
"stopId": "FR:76305:ZE:3837:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 19,
"time": "1774939099"
},
"departure": {
"delay": 19,
"time": "1774939099"
},
"stopId": "FR:76305:ZE:3189:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -9,
"time": "1774939791"
},
"departure": {
"delay": -9,
"time": "1774939791"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 39,
"time": "1774938639"
},
"stopId": "FR:76305:ZE:3293:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 21,
"time": "1774940121"
},
"departure": {
"delay": 21,
"time": "1774940121"
},
"stopId": "FR:76351:ZE:4869:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 86,
"time": "1774938566"
},
"stopId": "FR:76305:ZE:3619:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 10,
"time": "1774939150"
},
"departure": {
"delay": 10,
"time": "1774939150"
},
"stopId": "FR:76305:ZE:3097:ATOUMOD003",
"stopSequence": 11
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:20:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4227421x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:2:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1774934460"
},
"departure": {
"delay": 5,
"time": "1774934465"
},
"stopId": "FR:76743:ZE:30047:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 191,
"time": "1774933859"
},
"departure": {
"delay": 191,
"time": "1774933871"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 224,
"time": "1774933829"
},
"departure": {
"delay": 224,
"time": "1774933844"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 149,
"time": "1774934002"
},
"departure": {
"delay": 149,
"time": "1774934009"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 117,
"time": "1774934090"
},
"departure": {
"delay": 117,
"time": "1774934097"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 144,
"time": "1774934140"
},
"departure": {
"delay": 144,
"time": "1774934184"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 135,
"time": "1774934219"
},
"departure": {
"delay": 135,
"time": "1774934235"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 9,
"time": "1774934401"
},
"departure": {
"delay": 9,
"time": "1774934409"
},
"stopId": "FR:76057:ZE:30022:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 163,
"time": "1774933951"
},
"departure": {
"delay": 163,
"time": "1774933963"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 324,
"time": "1774933758"
},
"departure": {
"delay": 324,
"time": "1774933764"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 289,
"time": "1774933782"
},
"departure": {
"delay": 289,
"time": "1774933789"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": -6,
"time": "1774934496"
},
"departure": {
"delay": -6,
"time": "1774934514"
},
"stopId": "FR:76743:ZE:30045:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 66,
"time": "1774934330"
},
"departure": {
"delay": 66,
"time": "1774934346"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 16,
"time": "1774934596"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 33,
"time": "1774934360"
},
"departure": {
"delay": 33,
"time": "1774934373"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 14
}
],
"timestamp": "1774938752",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:2:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx63:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 65,
"time": "1774935420"
},
"departure": {
"delay": 65,
"time": "1774935425"
},
"stopId": "FR:76750:ZE:TNIx22514:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 75,
"time": "1774936450"
},
"departure": {
"delay": 75,
"time": "1774936455"
},
"stopId": "FR:76354:ZE:TNIx22599:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 125,
"time": "1774936740"
},
"departure": {
"delay": 125,
"time": "1774936745"
},
"stopId": "FR:76614:ZE:TNIx12686:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 5,
"time": "1774937040"
},
"departure": {
"delay": 5,
"time": "1774937045"
},
"stopId": "FR:76157:ZE:TNIx10603:ATOUMOD001",
"stopSequence": 43
},
{
"arrival": {
"delay": 125,
"time": "1774935720"
},
"departure": {
"delay": 125,
"time": "1774935725"
},
"stopId": "FR:76222:ZE:TNIx22551:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 125,
"time": "1774936620"
},
"departure": {
"delay": 125,
"time": "1774936625"
},
"stopId": "FR:76614:ZE:TNIx22604:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": 65,
"time": "1774935120"
},
"departure": {
"delay": 65,
"time": "1774935125"
},
"stopId": "FR:76709:ZE:TNIx23021:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 185,
"time": "1774936260"
},
"departure": {
"delay": 185,
"time": "1774936265"
},
"stopId": "FR:76354:ZE:TNIx23026:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774938060"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 46
},
{
"arrival": {
"delay": 65,
"time": "1774935180"
},
"departure": {
"delay": 65,
"time": "1774935185"
},
"stopId": "FR:76709:ZE:TNIx22505:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 125,
"time": "1774936380"
},
"departure": {
"delay": 125,
"time": "1774936385"
},
"stopId": "FR:76354:ZE:TNIx22585:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 125,
"time": "1774935360"
},
"departure": {
"delay": 125,
"time": "1774935365"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 65,
"time": "1774937520"
},
"departure": {
"delay": 65,
"time": "1774937525"
},
"stopId": "FR:76540:ZE:TNIx12866:ATOUMOD001",
"stopSequence": 45
},
{
"arrival": {
"delay": 65,
"time": "1774935900"
},
"departure": {
"delay": 65,
"time": "1774935905"
},
"stopId": "FR:76222:ZE:TNIx23154:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 65,
"time": "1774936980"
},
"departure": {
"delay": 65,
"time": "1774936985"
},
"stopId": "FR:76157:ZE:TNIx10365:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"delay": 65,
"time": "1774936860"
},
"departure": {
"delay": 65,
"time": "1774936865"
},
"stopId": "FR:76157:ZE:TNIx10765:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": 65,
"time": "1774935240"
},
"departure": {
"delay": 65,
"time": "1774935245"
},
"stopId": "FR:76709:ZE:TNIx22507:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 65,
"time": "1774936500"
},
"departure": {
"delay": 65,
"time": "1774936505"
},
"stopId": "FR:76614:ZE:TNIx22602:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": 65,
"time": "1774936920"
},
"departure": {
"delay": 65,
"time": "1774936925"
},
"stopId": "FR:76157:ZE:TNIx10642:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"delay": 125,
"time": "1774936020"
},
"departure": {
"delay": 125,
"time": "1774936025"
},
"stopId": "FR:76222:ZE:TNIx22575:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 5,
"time": "1774935060"
},
"departure": {
"delay": 5,
"time": "1774935065"
},
"stopId": "FR:76709:ZE:TNIx22503:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 125,
"time": "1774936440"
},
"departure": {
"delay": 125,
"time": "1774936445"
},
"stopId": "FR:76354:ZE:TNIx22598:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 125,
"time": "1774935540"
},
"departure": {
"delay": 125,
"time": "1774935545"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 65,
"time": "1774937220"
},
"departure": {
"delay": 65,
"time": "1774937225"
},
"stopId": "FR:76157:ZE:TNIx10604:ATOUMOD001",
"stopSequence": 44
},
{
"departure": {
"time": "1774935000"
},
"stopId": "FR:76709:ZE:TNIx22501:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 185,
"time": "1774936140"
},
"departure": {
"delay": 185,
"time": "1774936145"
},
"stopId": "FR:76222:ZE:TNIx22581:ATOUMOD001",
"stopSequence": 32
}
],
"timestamp": "1774938088",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx63:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:1560f7eb40af2517c5d46bccabfe913b:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -135,
"time": "1774938645"
},
"stopId": "FR:61169:ZE:2336:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": -134,
"time": "1774938826"
},
"departure": {
"delay": -134,
"time": "1774938826"
},
"stopId": "FR:61169:ZE:2309:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": -135,
"time": "1774939305"
},
"departure": {
"delay": -135,
"time": "1774939305"
},
"stopId": "FR:61169:ZE:2281:ATOUMOD104",
"stopSequence": 12
},
{
"arrival": {
"delay": -135,
"time": "1774939545"
},
"departure": {
"delay": -135,
"time": "1774939545"
},
"stopId": "FR:61169:ZE:2320:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": -135,
"time": "1774939845"
},
"departure": {
"delay": -135,
"time": "1774939845"
},
"stopId": "FR:61169:ZE:2273:ATOUMOD104",
"stopSequence": 20
},
{
"arrival": {
"delay": -135,
"time": "1774939785"
},
"departure": {
"delay": -135,
"time": "1774939785"
},
"stopId": "FR:61169:ZE:2311:ATOUMOD104",
"stopSequence": 18
},
{
"arrival": {
"delay": -135,
"time": "1774939185"
},
"departure": {
"delay": -135,
"time": "1774939185"
},
"stopId": "FR:61169:ZE:2286:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": -135,
"time": "1774938945"
},
"departure": {
"delay": -135,
"time": "1774938945"
},
"stopId": "FR:61169:ZE:2275:ATOUMOD104",
"stopSequence": 7
},
{
"arrival": {
"delay": -135,
"time": "1774939905"
},
"departure": {
"delay": -135,
"time": "1774939905"
},
"stopId": "FR:61169:ZE:2283:ATOUMOD104",
"stopSequence": 21
},
{
"arrival": {
"delay": -134,
"time": "1774938646"
},
"departure": {
"delay": -134,
"time": "1774938646"
},
"stopId": "FR:61169:ZE:2307:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": -135,
"time": "1774939485"
},
"departure": {
"delay": -135,
"time": "1774939485"
},
"stopId": "FR:61169:ZE:2261:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": -135,
"time": "1774939005"
},
"departure": {
"delay": -135,
"time": "1774939005"
},
"stopId": "FR:61169:ZE:2296:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": -135,
"time": "1774939965"
},
"departure": {
"delay": -135,
"time": "1774939965"
},
"stopId": "FR:61169:ZE:2289:ATOUMOD104",
"stopSequence": 22
},
{
"arrival": {
"delay": -135,
"time": "1774938705"
},
"departure": {
"delay": -135,
"time": "1774938705"
},
"stopId": "FR:61169:ZE:2326:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": -135,
"time": "1774939065"
},
"departure": {
"delay": -135,
"time": "1774939065"
},
"stopId": "FR:61169:ZE:2279:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": -134,
"time": "1774939786"
},
"departure": {
"delay": -134,
"time": "1774939786"
},
"stopId": "FR:61169:ZE:2332:ATOUMOD104",
"stopSequence": 19
},
{
"arrival": {
"delay": -135,
"time": "1774938765"
},
"departure": {
"delay": -135,
"time": "1774938765"
},
"stopId": "FR:61169:ZE:2301:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": -135,
"time": "1774938825"
},
"departure": {
"delay": -135,
"time": "1774938825"
},
"stopId": "FR:61169:ZE:2324:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": -135,
"time": "1774939725"
},
"departure": {
"delay": -135,
"time": "1774939725"
},
"stopId": "FR:61169:ZE:2267:ATOUMOD104",
"stopSequence": 17
},
{
"arrival": {
"delay": -135,
"time": "1774939365"
},
"departure": {
"delay": -135,
"time": "1774939365"
},
"stopId": "FR:61169:ZE:2322:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": -135,
"time": "1774939665"
},
"departure": {
"delay": -135,
"time": "1774939665"
},
"stopId": "FR:61169:ZE:2291:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": -135,
"time": "1774939245"
},
"departure": {
"delay": -135,
"time": "1774939245"
},
"stopId": "FR:61169:ZE:2317:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": -135,
"time": "1774940025"
},
"stopId": "FR:61169:ZE:2277:ATOUMOD104",
"stopSequence": 23
}
],
"timestamp": "1774938813",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD104:Line:250:LOC",
"tripId": "ATOUMOD104:ServiceJourney:1560f7eb40af2517c5d46bccabfe913b:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx211:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774951980"
},
"departure": {
"time": "1774951980"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774951200"
},
"departure": {
"time": "1774951200"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774950480"
},
"departure": {
"time": "1774950480"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774950240"
},
"departure": {
"time": "1774950240"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774952220"
},
"departure": {
"time": "1774952220"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": 5,
"time": "1774952225"
},
"departure": {
"delay": 5,
"time": "1774952225"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774951440"
},
"departure": {
"time": "1774951440"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774951740"
},
"departure": {
"time": "1774951740"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774950840"
},
"departure": {
"time": "1774950840"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774952100"
},
"departure": {
"time": "1774952100"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"departure": {
"time": "1774949400"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774950300"
},
"departure": {
"time": "1774950300"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774951620"
},
"departure": {
"time": "1774951620"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774951860"
},
"departure": {
"time": "1774951860"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774950420"
},
"departure": {
"time": "1774950420"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774950900"
},
"departure": {
"time": "1774950900"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774950780"
},
"departure": {
"time": "1774950780"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774952280"
},
"departure": {
"time": "1774952280"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774950000"
},
"departure": {
"time": "1774950000"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774952400"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774950360"
},
"departure": {
"time": "1774950360"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774951260"
},
"departure": {
"time": "1774951260"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774950960"
},
"departure": {
"time": "1774950960"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774950660"
},
"departure": {
"time": "1774950660"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 5,
"time": "1774950905"
},
"departure": {
"delay": 5,
"time": "1774950905"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774951080"
},
"departure": {
"time": "1774951080"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1774938743",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx211:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244137xGTFSxGSemH25xSemainex02:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 89,
"time": "1774940789"
},
"stopId": "FR:76657:ZE:3305:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 136,
"time": "1774940536"
},
"departure": {
"delay": 136,
"time": "1774940536"
},
"stopId": "FR:76657:ZE:5089:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 138,
"time": "1774939578"
},
"departure": {
"delay": 138,
"time": "1774939578"
},
"stopId": "FR:76489:ZE:4954:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 127,
"time": "1774938967"
},
"departure": {
"delay": 127,
"time": "1774938967"
},
"stopId": "FR:76305:ZE:4920:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 225,
"time": "1774937985"
},
"stopId": "FR:76351:ZE:3261:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 147,
"time": "1774938927"
},
"departure": {
"delay": 147,
"time": "1774938927"
},
"stopId": "FR:76305:ZE:4937:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"delay": 186,
"time": "1774938186"
},
"stopId": "FR:76351:ZE:4984:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 120,
"time": "1774940700"
},
"departure": {
"delay": 120,
"time": "1774940700"
},
"stopId": "FR:76657:ZE:3262:ATOUMOD003",
"stopSequence": 28
},
{
"departure": {
"delay": 93,
"time": "1774938633"
},
"stopId": "FR:76305:ZE:4939:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 97,
"time": "1774940257"
},
"departure": {
"delay": 97,
"time": "1774940257"
},
"stopId": "FR:76660:ZE:4967:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 89,
"time": "1774939769"
},
"departure": {
"delay": 89,
"time": "1774939769"
},
"stopId": "FR:76660:ZE:3260:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 89,
"time": "1774939049"
},
"departure": {
"delay": 89,
"time": "1774939049"
},
"stopId": "FR:76305:ZE:4818:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 147,
"time": "1774939527"
},
"departure": {
"delay": 147,
"time": "1774939527"
},
"stopId": "FR:76489:ZE:4951:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 115,
"time": "1774940635"
},
"departure": {
"delay": 115,
"time": "1774940635"
},
"stopId": "FR:76657:ZE:5091:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 148,
"time": "1774939408"
},
"departure": {
"delay": 148,
"time": "1774939408"
},
"stopId": "FR:76533:ZE:4949:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 121,
"time": "1774940581"
},
"departure": {
"delay": 121,
"time": "1774940581"
},
"stopId": "FR:76657:ZE:3306:ATOUMOD003",
"stopSequence": 25
},
{
"departure": {
"delay": 95,
"time": "1774938695"
},
"stopId": "FR:76305:ZE:4997:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 141,
"time": "1774940481"
},
"departure": {
"delay": 141,
"time": "1774940481"
},
"stopId": "FR:76657:ZE:4976:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 89,
"time": "1774938749"
},
"departure": {
"delay": 89,
"time": "1774938749"
},
"stopId": "FR:76305:ZE:4918:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 144,
"time": "1774940064"
},
"departure": {
"delay": 144,
"time": "1774940064"
},
"stopId": "FR:76660:ZE:4961:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 102,
"time": "1774940382"
},
"departure": {
"delay": 102,
"time": "1774940382"
},
"stopId": "FR:76660:ZE:4974:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 116,
"time": "1774940216"
},
"departure": {
"delay": 116,
"time": "1774940216"
},
"stopId": "FR:76660:ZE:4965:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 121,
"time": "1774940161"
},
"departure": {
"delay": 121,
"time": "1774940161"
},
"stopId": "FR:76660:ZE:4963:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 103,
"time": "1774940443"
},
"departure": {
"delay": 103,
"time": "1774940443"
},
"stopId": "FR:76657:ZE:4975:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 144,
"time": "1774940664"
},
"departure": {
"delay": 144,
"time": "1774940664"
},
"stopId": "FR:76657:ZE:3247:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 99,
"time": "1774939659"
},
"departure": {
"delay": 99,
"time": "1774939659"
},
"stopId": "FR:76489:ZE:4956:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:25:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244137xGTFSxGSemH25xSemainex02:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758419x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 195,
"time": "1774937355"
},
"departure": {
"delay": 195,
"time": "1774937415"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 276,
"time": "1774935385"
},
"departure": {
"delay": 276,
"time": "1774935456"
},
"stopId": "FR:50041:ZE:HAGMA1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 253,
"time": "1774935524"
},
"departure": {
"delay": 253,
"time": "1774935553"
},
"stopId": "FR:50041:ZE:HAGFY1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 173,
"time": "1774936775"
},
"departure": {
"delay": 173,
"time": "1774936793"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 226,
"time": "1774937115"
},
"departure": {
"delay": 226,
"time": "1774937146"
},
"stopId": "FR:50129:ZE:10LSA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 284,
"time": "1774935805"
},
"departure": {
"delay": 284,
"time": "1774935884"
},
"stopId": "FR:50041:ZE:HAGGR1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 176,
"time": "1774936957"
},
"departure": {
"delay": 176,
"time": "1774936976"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 12,
"time": "1774937759"
},
"departure": {
"delay": 12,
"time": "1774937772"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 256,
"time": "1774936235"
},
"departure": {
"delay": 256,
"time": "1774936276"
},
"stopId": "FR:50041:ZE:HAGMF1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 231,
"time": "1774936700"
},
"departure": {
"delay": 231,
"time": "1774936731"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 87,
"time": "1774937692"
},
"departure": {
"delay": 87,
"time": "1774937727"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 113,
"time": "1774937441"
},
"departure": {
"delay": 113,
"time": "1774937453"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 119,
"time": "1774934819"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 182,
"time": "1774936821"
},
"departure": {
"delay": 182,
"time": "1774936862"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 231,
"time": "1774936576"
},
"departure": {
"delay": 231,
"time": "1774936611"
},
"stopId": "FR:50129:ZE:QQVPL2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 227,
"time": "1774936330"
},
"departure": {
"delay": 227,
"time": "1774936367"
},
"stopId": "FR:50041:ZE:HAGBG1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 117,
"time": "1774937534"
},
"departure": {
"delay": 117,
"time": "1774937577"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 129,
"time": "1774937247"
},
"departure": {
"delay": 129,
"time": "1774937289"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 199,
"time": "1774935211"
},
"departure": {
"delay": 199,
"time": "1774935259"
},
"stopId": "FR:50041:ZE:HAGCC1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 3,
"time": "1774937883"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 100,
"time": "1774937610"
},
"departure": {
"delay": 100,
"time": "1774937620"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758419x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN16550F50173x2026x03x03T10x13x07Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774935960"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 4
},
{
"arrival": {
"time": "1774941780"
},
"departure": {
"time": "1774941840"
},
"stopId": "FR:72205:ZE:StopPointxOCETrainxTERx87396044:ATOUMOD002",
"stopSequence": 35
},
{
"arrival": {
"time": "1774938960"
},
"departure": {
"time": "1774939020"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774942680"
},
"stopId": "FR:72181:ZE:StopPointxOCETrainxTERx87396002:ATOUMOD002",
"stopSequence": 42
},
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939500"
},
"stopId": "FR:61464:ZE:StopPointxOCETrainxTERx87444695:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1774938360"
},
"departure": {
"time": "1774938480"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774941360"
},
"departure": {
"time": "1774941420"
},
"stopId": "FR:72380:ZE:StopPointxOCETrainxTERx87396077:ATOUMOD002",
"stopSequence": 31
},
{
"arrival": {
"time": "1774940280"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:61001:ZE:StopPointxOCETrainxTERx87444711:ATOUMOD002",
"stopSequence": 27
},
{
"arrival": {
"time": "1774936740"
},
"departure": {
"time": "1774936800"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1774937100"
},
"departure": {
"time": "1774937160"
},
"stopId": "FR:14654:ZE:StopPointxOCETrainxTERx87444216:ATOUMOD002",
"stopSequence": 8
}
],
"timestamp": "1774932338",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx1f647a2cx138dx47dex8fb5x333f230e16f7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN16550F50173x2026x03x03T10x13x07Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057425x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 203,
"time": "1774938623"
},
"stopId": "FR:76447:ZE:3515:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 186,
"time": "1774940466"
},
"departure": {
"delay": 186,
"time": "1774940466"
},
"stopId": "FR:76305:ZE:3150:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 181,
"time": "1774940161"
},
"departure": {
"delay": 181,
"time": "1774940161"
},
"stopId": "FR:76341:ZE:3537:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 181,
"time": "1774939081"
},
"departure": {
"delay": 181,
"time": "1774939081"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 235,
"time": "1774938715"
},
"stopId": "FR:76447:ZE:3066:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 219,
"time": "1774940859"
},
"departure": {
"delay": 219,
"time": "1774940859"
},
"stopId": "FR:76305:ZE:4490:ATOUMOD003",
"stopSequence": 48
},
{
"departure": {
"delay": 181,
"time": "1774938661"
},
"stopId": "FR:76447:ZE:3122:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 201,
"time": "1774939221"
},
"departure": {
"delay": 201,
"time": "1774939221"
},
"stopId": "FR:76447:ZE:3765:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 239,
"time": "1774939799"
},
"departure": {
"delay": 239,
"time": "1774939799"
},
"stopId": "FR:76341:ZE:3753:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 236,
"time": "1774938596"
},
"stopId": "FR:76447:ZE:3238:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 240,
"time": "1774940100"
},
"departure": {
"delay": 240,
"time": "1774940100"
},
"stopId": "FR:76341:ZE:3446:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 181,
"time": "1774939621"
},
"departure": {
"delay": 181,
"time": "1774939621"
},
"stopId": "FR:76341:ZE:4814:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 199,
"time": "1774939519"
},
"departure": {
"delay": 199,
"time": "1774939519"
},
"stopId": "FR:76447:ZE:3759:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 181,
"time": "1774939441"
},
"departure": {
"delay": 181,
"time": "1774939441"
},
"stopId": "FR:76447:ZE:3742:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 181,
"time": "1774940401"
},
"departure": {
"delay": 181,
"time": "1774940401"
},
"stopId": "FR:76305:ZE:3186:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 181,
"time": "1774939861"
},
"departure": {
"delay": 181,
"time": "1774939861"
},
"stopId": "FR:76341:ZE:3747:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 210,
"time": "1774940310"
},
"departure": {
"delay": 210,
"time": "1774940310"
},
"stopId": "FR:76305:ZE:3521:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 190,
"time": "1774940350"
},
"departure": {
"delay": 190,
"time": "1774940350"
},
"stopId": "FR:76305:ZE:3295:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 181,
"time": "1774939681"
},
"departure": {
"delay": 181,
"time": "1774939681"
},
"stopId": "FR:76341:ZE:3755:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 181,
"time": "1774939381"
},
"departure": {
"delay": 181,
"time": "1774939381"
},
"stopId": "FR:76447:ZE:5203:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 206,
"time": "1774939166"
},
"departure": {
"delay": 206,
"time": "1774939166"
},
"stopId": "FR:76447:ZE:3767:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 181,
"time": "1774940221"
},
"departure": {
"delay": 181,
"time": "1774940221"
},
"stopId": "FR:76341:ZE:3083:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 216,
"time": "1774938876"
},
"departure": {
"delay": 216,
"time": "1774938876"
},
"stopId": "FR:76447:ZE:4073:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 184,
"time": "1774940944"
},
"departure": {
"delay": 184,
"time": "1774940944"
},
"stopId": "FR:76305:ZE:4501:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 194,
"time": "1774938794"
},
"departure": {
"delay": 194,
"time": "1774938794"
},
"stopId": "FR:76447:ZE:4510:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 198,
"time": "1774940538"
},
"departure": {
"delay": 198,
"time": "1774940538"
},
"stopId": "FR:76305:ZE:3180:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 233,
"time": "1774939313"
},
"departure": {
"delay": 233,
"time": "1774939313"
},
"stopId": "FR:76447:ZE:3763:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 199,
"time": "1774939579"
},
"departure": {
"delay": 199,
"time": "1774939579"
},
"stopId": "FR:76341:ZE:3906:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 181,
"time": "1774941061"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 220,
"time": "1774940740"
},
"departure": {
"delay": 220,
"time": "1774940740"
},
"stopId": "FR:76305:ZE:4488:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 181,
"time": "1774940281"
},
"departure": {
"delay": 181,
"time": "1774940281"
},
"stopId": "FR:76305:ZE:3206:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 205,
"time": "1774939465"
},
"departure": {
"delay": 205,
"time": "1774939465"
},
"stopId": "FR:76447:ZE:3761:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 181,
"time": "1774940641"
},
"departure": {
"delay": 181,
"time": "1774940641"
},
"stopId": "FR:76305:ZE:3574:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 209,
"time": "1774938989"
},
"departure": {
"delay": 209,
"time": "1774938989"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 23
}
],
"timestamp": "1774938629",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:10:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057425x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4227368x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 51,
"time": "1774940271"
},
"departure": {
"delay": 51,
"time": "1774940271"
},
"stopId": "FR:76341:ZE:3464:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 57,
"time": "1774939917"
},
"departure": {
"delay": 57,
"time": "1774939917"
},
"stopId": "FR:76305:ZE:3575:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 79,
"time": "1774940059"
},
"departure": {
"delay": 79,
"time": "1774940059"
},
"stopId": "FR:76305:ZE:3185:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 34,
"time": "1774938574"
},
"stopId": "FR:76351:ZE:4906:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 34,
"time": "1774940314"
},
"stopId": "FR:76341:ZE:4597:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 79,
"time": "1774939579"
},
"departure": {
"delay": 79,
"time": "1774939579"
},
"stopId": "FR:76305:ZE:3836:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 34,
"time": "1774939894"
},
"departure": {
"delay": 34,
"time": "1774939894"
},
"stopId": "FR:76305:ZE:3683:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 77,
"time": "1774939757"
},
"departure": {
"delay": 77,
"time": "1774939757"
},
"stopId": "FR:76305:ZE:3098:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 83,
"time": "1774940183"
},
"departure": {
"delay": 83,
"time": "1774940183"
},
"stopId": "FR:76305:ZE:3294:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 81,
"time": "1774938801"
},
"departure": {
"delay": 81,
"time": "1774938801"
},
"stopId": "FR:76351:ZE:4866:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 34,
"time": "1774939234"
},
"departure": {
"delay": 34,
"time": "1774939234"
},
"stopId": "FR:76351:ZE:4984:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 34,
"time": "1774940134"
},
"departure": {
"delay": 34,
"time": "1774940134"
},
"stopId": "FR:76305:ZE:3058:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 73,
"time": "1774940233"
},
"departure": {
"delay": 73,
"time": "1774940233"
},
"stopId": "FR:76305:ZE:3620:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 91,
"time": "1774940011"
},
"departure": {
"delay": 91,
"time": "1774940011"
},
"stopId": "FR:76305:ZE:3183:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 34,
"time": "1774939654"
},
"departure": {
"delay": 34,
"time": "1774939654"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 75,
"time": "1774938975"
},
"departure": {
"delay": 75,
"time": "1774938975"
},
"stopId": "FR:76351:ZE:3261:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 34,
"time": "1774939474"
},
"departure": {
"delay": 34,
"time": "1774939474"
},
"stopId": "FR:76341:ZE:3832:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 70,
"time": "1774939810"
},
"departure": {
"delay": 70,
"time": "1774939810"
},
"stopId": "FR:76305:ZE:3190:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 80,
"time": "1774938920"
},
"departure": {
"delay": 80,
"time": "1774938920"
},
"stopId": "FR:76351:ZE:4868:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 83,
"time": "1774939523"
},
"departure": {
"delay": 83,
"time": "1774939523"
},
"stopId": "FR:76305:ZE:3834:ATOUMOD003",
"stopSequence": 7
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:20:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4227368x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471219:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2133,
"time": "1774938747"
},
"departure": {
"delay": -2133,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6422:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -2013,
"time": "1774938747"
},
"departure": {
"delay": -2013,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6396:ATOUMOD006",
"stopSequence": 4
},
{
"departure": {
"delay": -1893,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -144,
"time": "1774942536"
},
"departure": {
"delay": -144,
"time": "1774942536"
},
"stopId": "FR:27528:ZE:0x6576:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -187,
"time": "1774942433"
},
"departure": {
"delay": -187,
"time": "1774942433"
},
"stopId": "FR:27528:ZE:0x6594:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -142,
"time": "1774942358"
},
"departure": {
"delay": -142,
"time": "1774942358"
},
"stopId": "FR:27528:ZE:0x6598:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -168,
"time": "1774942092"
},
"departure": {
"delay": -168,
"time": "1774942092"
},
"stopId": "FR:27701:ZE:0x7106:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -168,
"time": "1774942152"
},
"departure": {
"delay": -168,
"time": "1774942152"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -168,
"time": "1774941792"
},
"departure": {
"delay": -168,
"time": "1774941792"
},
"stopId": "FR:27351:ZE:0x6312:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -209,
"time": "1774942891"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -130,
"time": "1774941590"
},
"departure": {
"delay": -130,
"time": "1774941590"
},
"stopId": "FR:27375:ZE:0x6438:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -2193,
"time": "1774938747"
},
"departure": {
"delay": -2193,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6512:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -130,
"time": "1774941350"
},
"departure": {
"delay": -130,
"time": "1774941350"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -183,
"time": "1774942257"
},
"departure": {
"delay": -183,
"time": "1774942257"
},
"stopId": "FR:27528:ZE:0x6589:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -184,
"time": "1774942196"
},
"departure": {
"delay": -184,
"time": "1774942196"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -173,
"time": "1774942627"
},
"departure": {
"delay": -173,
"time": "1774942627"
},
"stopId": "FR:27701:ZE:0x7034:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"time": "1774941021"
},
"departure": {
"time": "1774941180"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -2073,
"time": "1774938747"
},
"departure": {
"delay": -2073,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6470:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -2193,
"time": "1774938747"
},
"departure": {
"delay": -2193,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6432:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -168,
"time": "1774941852"
},
"departure": {
"delay": -168,
"time": "1774941852"
},
"stopId": "FR:27351:ZE:0x6310:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -187,
"time": "1774942673"
},
"departure": {
"delay": -187,
"time": "1774942673"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -120,
"time": "1774941300"
},
"departure": {
"delay": -120,
"time": "1774941300"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -161,
"time": "1774941739"
},
"departure": {
"delay": -161,
"time": "1774941739"
},
"stopId": "FR:27375:ZE:0x6304:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -145,
"time": "1774942595"
},
"departure": {
"delay": -145,
"time": "1774942595"
},
"stopId": "FR:27701:ZE:0x7022:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -158,
"time": "1774941502"
},
"departure": {
"delay": -158,
"time": "1774941502"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -108,
"time": "1774941432"
},
"departure": {
"delay": -108,
"time": "1774941432"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -2313,
"time": "1774938747"
},
"departure": {
"delay": -2313,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -2073,
"time": "1774938747"
},
"departure": {
"delay": -2073,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6572:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -225,
"time": "1774942755"
},
"departure": {
"delay": -225,
"time": "1774942755"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -2433,
"time": "1774938747"
},
"departure": {
"delay": -2433,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -187,
"time": "1774942313"
},
"departure": {
"delay": -187,
"time": "1774942313"
},
"stopId": "FR:27528:ZE:0x6592:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -138,
"time": "1774941642"
},
"departure": {
"delay": -138,
"time": "1774941642"
},
"stopId": "FR:27375:ZE:0x6384:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -265,
"time": "1774942715"
},
"departure": {
"delay": -265,
"time": "1774942715"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -148,
"time": "1774942472"
},
"departure": {
"delay": -148,
"time": "1774942472"
},
"stopId": "FR:27528:ZE:0x6596:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -1893,
"time": "1774938747"
},
"departure": {
"delay": -1893,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6492:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -165,
"time": "1774942395"
},
"departure": {
"delay": -165,
"time": "1774942395"
},
"stopId": "FR:27528:ZE:0x6591:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -168,
"time": "1774941552"
},
"departure": {
"delay": -168,
"time": "1774941552"
},
"stopId": "FR:27375:ZE:0x6457:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -135,
"time": "1774941705"
},
"departure": {
"delay": -135,
"time": "1774941705"
},
"stopId": "FR:27375:ZE:0x6526:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -2013,
"time": "1774938747"
},
"departure": {
"delay": -2013,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6490:ATOUMOD006",
"stopSequence": 3
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471219:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx39:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 27,
"time": "1774934907"
},
"departure": {
"delay": 27,
"time": "1774934907"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 41,
"time": "1774935079"
},
"departure": {
"delay": 41,
"time": "1774935101"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 27,
"time": "1774935627"
},
"departure": {
"delay": 27,
"time": "1774935627"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 44,
"time": "1774937384"
},
"departure": {
"delay": 44,
"time": "1774937384"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 86,
"time": "1774937726"
},
"departure": {
"delay": 86,
"time": "1774937726"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -20,
"time": "1774935880"
},
"departure": {
"delay": -20,
"time": "1774935880"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -44,
"time": "1774936276"
},
"departure": {
"delay": -44,
"time": "1774936276"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -9,
"time": "1774937151"
},
"departure": {
"delay": -9,
"time": "1774937151"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 26,
"time": "1774936526"
},
"departure": {
"delay": 26,
"time": "1774936526"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 96,
"time": "1774934955"
},
"departure": {
"delay": 96,
"time": "1774934976"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -79,
"time": "1774936877"
},
"departure": {
"delay": -79,
"time": "1774936901"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 6,
"time": "1774936626"
},
"departure": {
"delay": 6,
"time": "1774936626"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 75,
"time": "1774934835"
},
"departure": {
"delay": 75,
"time": "1774934835"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -19,
"time": "1774936001"
},
"departure": {
"delay": -19,
"time": "1774936001"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -14,
"time": "1774936726"
},
"departure": {
"delay": -14,
"time": "1774936726"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 42,
"time": "1774937862"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -28,
"time": "1774937012"
},
"departure": {
"delay": -28,
"time": "1774937012"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 70,
"time": "1774935190"
},
"departure": {
"delay": 70,
"time": "1774935190"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -72,
"time": "1774936188"
},
"departure": {
"delay": -72,
"time": "1774936188"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10,
"time": "1774935130"
},
"departure": {
"delay": 10,
"time": "1774935130"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -55,
"time": "1774935845"
},
"departure": {
"delay": -55,
"time": "1774935845"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 131,
"time": "1774937626"
},
"departure": {
"delay": 131,
"time": "1774937651"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -9,
"time": "1774935351"
},
"departure": {
"delay": -9,
"time": "1774935351"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 86,
"time": "1774935026"
},
"departure": {
"delay": 86,
"time": "1774935026"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -64,
"time": "1774936060"
},
"departure": {
"delay": -64,
"time": "1774936076"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 31,
"time": "1774937233"
},
"departure": {
"delay": 31,
"time": "1774937251"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"departure": {
"delay": 26,
"time": "1774934726"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 71,
"time": "1774935506"
},
"departure": {
"delay": 71,
"time": "1774935551"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -14,
"time": "1774936336"
},
"departure": {
"delay": -14,
"time": "1774936426"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 68,
"time": "1774937468"
},
"departure": {
"delay": 68,
"time": "1774937468"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1774934739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx39:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx373:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774965660"
},
"departure": {
"time": "1774965660"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"departure": {
"time": "1774964700"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774967580"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774966260"
},
"departure": {
"time": "1774966260"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774965540"
},
"departure": {
"time": "1774965540"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774965480"
},
"departure": {
"time": "1774965480"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774967040"
},
"departure": {
"time": "1774967040"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774967400"
},
"departure": {
"time": "1774967400"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774966440"
},
"departure": {
"time": "1774966440"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774965180"
},
"departure": {
"time": "1774965180"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774967460"
},
"departure": {
"time": "1774967460"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774965600"
},
"departure": {
"time": "1774965600"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774966380"
},
"departure": {
"time": "1774966380"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774966020"
},
"departure": {
"time": "1774966020"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774965840"
},
"departure": {
"time": "1774965840"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774966800"
},
"departure": {
"time": "1774966800"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774965960"
},
"departure": {
"time": "1774965960"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774965420"
},
"departure": {
"time": "1774965420"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774966080"
},
"departure": {
"time": "1774966080"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774967160"
},
"departure": {
"time": "1774967160"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 5,
"time": "1774967405"
},
"departure": {
"delay": 5,
"time": "1774967405"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 5,
"time": "1774966085"
},
"departure": {
"delay": 5,
"time": "1774966085"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774966620"
},
"departure": {
"time": "1774966620"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774967280"
},
"departure": {
"time": "1774967280"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774966140"
},
"departure": {
"time": "1774966140"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774966920"
},
"departure": {
"time": "1774966920"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
}
],
"timestamp": "1774938601",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx373:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC595685:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 52,
"time": "1774940332"
},
"departure": {
"delay": 52,
"time": "1774940332"
},
"stopId": "FR:27299:ZE:0xECG02:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": 228,
"time": "1774938948"
},
"departure": {
"delay": 228,
"time": "1774938948"
},
"stopId": "FR:27020:ZE:0xLPO02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -24,
"time": "1774940256"
},
"departure": {
"delay": -24,
"time": "1774940256"
},
"stopId": "FR:27299:ZE:0xPAG02:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": 74,
"time": "1774939094"
},
"departure": {
"delay": 74,
"time": "1774939094"
},
"stopId": "FR:27229:ZE:0xUSI02:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -52,
"time": "1774940588"
},
"stopId": "FR:27439:ZE:0xCAP01:ATOUMOD004",
"stopSequence": 41
},
{
"arrival": {
"delay": 94,
"time": "1774939834"
},
"departure": {
"delay": 94,
"time": "1774939834"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 155,
"time": "1774939775"
},
"departure": {
"delay": 155,
"time": "1774939775"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -32,
"time": "1774940488"
},
"departure": {
"delay": -32,
"time": "1774940488"
},
"stopId": "FR:27299:ZE:0xARN02:ATOUMOD004",
"stopSequence": 37
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:27299:ZE:0xMAG02:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": 41,
"time": "1774940081"
},
"departure": {
"delay": 41,
"time": "1774940081"
},
"stopId": "FR:27229:ZE:0xPMF02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": 8,
"time": "1774940528"
},
"departure": {
"delay": 8,
"time": "1774940528"
},
"stopId": "FR:27299:ZE:0xIND03:ATOUMOD004",
"stopSequence": 38
},
{
"arrival": {
"delay": 117,
"time": "1774939197"
},
"departure": {
"delay": 117,
"time": "1774939197"
},
"stopId": "FR:27229:ZE:0xNAV02:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 139,
"time": "1774939039"
},
"departure": {
"delay": 139,
"time": "1774939039"
},
"stopId": "FR:27229:ZE:0xCIT02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 54,
"time": "1774939974"
},
"departure": {
"delay": 54,
"time": "1774939974"
},
"stopId": "FR:27229:ZE:0xGDC02:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 119,
"time": "1774938719"
},
"departure": {
"delay": 119,
"time": "1774938719"
},
"stopId": "FR:27020:ZE:0xPEG02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 185,
"time": "1774938845"
},
"departure": {
"delay": 185,
"time": "1774938845"
},
"stopId": "FR:27020:ZE:0xAMA02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 199,
"time": "1774938799"
},
"departure": {
"delay": 199,
"time": "1774938799"
},
"stopId": "FR:27020:ZE:0xLHA02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 3,
"time": "1774939923"
},
"departure": {
"delay": 3,
"time": "1774939923"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 132,
"time": "1774939272"
},
"departure": {
"delay": 132,
"time": "1774939272"
},
"stopId": "FR:27229:ZE:0xJDA02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 24,
"time": "1774940004"
},
"departure": {
"delay": 24,
"time": "1774940004"
},
"stopId": "FR:27229:ZE:0xDUP02:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": 31,
"time": "1774940191"
},
"departure": {
"delay": 31,
"time": "1774940191"
},
"stopId": "FR:27229:ZE:0xBON02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 34,
"time": "1774940134"
},
"departure": {
"delay": 34,
"time": "1774940134"
},
"stopId": "FR:27229:ZE:0xLEG02:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 105,
"time": "1774939065"
},
"departure": {
"delay": 105,
"time": "1774939065"
},
"stopId": "FR:27229:ZE:0xHIP02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -12,
"time": "1774940208"
},
"departure": {
"delay": -12,
"time": "1774940208"
},
"stopId": "FR:27299:ZE:0xCOL02:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 130,
"time": "1774938610"
},
"departure": {
"delay": 130,
"time": "1774938610"
},
"stopId": "FR:27020:ZE:0xITO02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 216,
"time": "1774938996"
},
"departure": {
"delay": 216,
"time": "1774938996"
},
"stopId": "FR:27020:ZE:0xACH02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 133,
"time": "1774938673"
},
"departure": {
"delay": 133,
"time": "1774938673"
},
"stopId": "FR:27020:ZE:0xMAC02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 137,
"time": "1774939337"
},
"departure": {
"delay": 137,
"time": "1774939337"
},
"stopId": "FR:27229:ZE:0xGER02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 154,
"time": "1774939414"
},
"departure": {
"delay": 154,
"time": "1774939414"
},
"stopId": "FR:27229:ZE:0xBDN02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 171,
"time": "1774938891"
},
"departure": {
"delay": 171,
"time": "1774938891"
},
"stopId": "FR:27020:ZE:0xLBA02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 48,
"time": "1774940448"
},
"departure": {
"delay": 48,
"time": "1774940448"
},
"stopId": "FR:27299:ZE:0xRNA02:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": 155,
"time": "1774939715"
},
"departure": {
"delay": 155,
"time": "1774939715"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 175,
"time": "1774939255"
},
"departure": {
"delay": 175,
"time": "1774939255"
},
"stopId": "FR:27229:ZE:0xPLA02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 135,
"time": "1774939695"
},
"departure": {
"delay": 135,
"time": "1774939695"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 21
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T5:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC595685:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:5411554083209216x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 703,
"time": "1774939113"
},
"departure": {
"delay": 703,
"time": "1774939123"
},
"stopId": "FR:14576:ZE:5165886648352768:ATOUMOD036",
"stopSequence": 22
},
{
"arrival": {
"delay": 779,
"time": "1774938769"
},
"departure": {
"delay": 779,
"time": "1774938779"
},
"stopId": "FR:14371:ZE:5131850693476352:ATOUMOD036",
"stopSequence": 20
},
{
"arrival": {
"delay": 673,
"time": "1774939623"
},
"departure": {
"delay": 673,
"time": "1774939633"
},
"stopId": "FR:61508:ZE:5165650072829952:ATOUMOD036",
"stopSequence": 26
},
{
"arrival": {
"delay": 686,
"time": "1774939706"
},
"stopId": "FR:61508:ZE:5120149944270848:ATOUMOD036",
"stopSequence": 27
},
{
"arrival": {
"delay": 720,
"time": "1774938830"
},
"departure": {
"delay": 720,
"time": "1774938840"
},
"stopId": "FR:14371:ZE:5095337247113216:ATOUMOD036",
"stopSequence": 21
},
{
"arrival": {
"delay": 754,
"time": "1774939344"
},
"departure": {
"delay": 754,
"time": "1774939354"
},
"stopId": "FR:14368:ZE:5109469887332352:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": 704,
"time": "1774939534"
},
"departure": {
"delay": 704,
"time": "1774939544"
},
"stopId": "FR:61508:ZE:6327308417761280:ATOUMOD036",
"stopSequence": 25
},
{
"arrival": {
"delay": 707,
"time": "1774939237"
},
"departure": {
"delay": 707,
"time": "1774939247"
},
"stopId": "FR:14576:ZE:5159045168103424:ATOUMOD036",
"stopSequence": 23
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:4841323284660224:LOC",
"tripId": "ATOUMOD036:ServiceJourney:5411554083209216x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851705F294171x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938480"
},
"departure": {
"time": "1774938660"
},
"stopId": "FR:76397:ZE:StopPointxOCETrainxTERx87415141:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774937640"
},
"departure": {
"time": "1774937700"
},
"stopId": "FR:76602:ZE:StopPointxOCETrainxTERx87415166:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774937160"
},
"departure": {
"time": "1774937220"
},
"stopId": "FR:76179:ZE:StopPointxOCETrainxTERx87411819:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774939500"
},
"stopId": "FR:76217:ZE:StopPointxOCETrainxTERx87415018:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1774936440"
},
"departure": {
"time": "1774936500"
},
"stopId": "FR:76366:ZE:StopPointxOCETrainxTERx87411256:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774939080"
},
"departure": {
"time": "1774939140"
},
"stopId": "FR:76565:ZE:StopPointxOCETrainxTERx87415125:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774937940"
},
"departure": {
"time": "1774938000"
},
"stopId": "FR:76034:ZE:StopPointxOCETrainxTERx87415158:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774936200"
},
"departure": {
"time": "1774936260"
},
"stopId": "FR:76474:ZE:StopPointxOCETrainxTERx87411249:ATOUMOD002",
"stopSequence": 3
},
{
"departure": {
"time": "1774935960"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774936800"
},
"departure": {
"time": "1774936860"
},
"stopId": "FR:76245:ZE:StopPointxOCETrainxTERx87411801:ATOUMOD002",
"stopSequence": 7
}
],
"timestamp": "1774935999",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx3e9229c5xae84x4f9ex98dfx93cc2e91b55cx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851705F294171x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748506x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 87,
"time": "1774927486"
},
"departure": {
"delay": 87,
"time": "1774927527"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 111,
"time": "1774927287"
},
"departure": {
"delay": 111,
"time": "1774927311"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -13,
"time": "1774928611"
},
"departure": {
"delay": -13,
"time": "1774928627"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 2,
"time": "1774928262"
},
"departure": {
"delay": 2,
"time": "1774928282"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 9,
"time": "1774928769"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -15,
"time": "1774928557"
},
"departure": {
"delay": -15,
"time": "1774928565"
},
"stopId": "FR:50129:ZE:10GRI2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -9,
"time": "1774928320"
},
"departure": {
"delay": -9,
"time": "1774928331"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -2,
"time": "1774928681"
},
"departure": {
"delay": -2,
"time": "1774928698"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -57,
"time": "1774928506"
},
"departure": {
"delay": -57,
"time": "1774928523"
},
"stopId": "FR:50129:ZE:10FOE2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 90,
"time": "1774927337"
},
"departure": {
"delay": 90,
"time": "1774927350"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 4,
"time": "1774928204"
},
"departure": {
"delay": 4,
"time": "1774928224"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 99,
"time": "1774927954"
},
"departure": {
"delay": 99,
"time": "1774927959"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 107,
"time": "1774927402"
},
"departure": {
"delay": 107,
"time": "1774927427"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 66,
"time": "1774927370"
},
"departure": {
"delay": 66,
"time": "1774927386"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 19,
"time": "1774928160"
},
"departure": {
"delay": 19,
"time": "1774928179"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 69,
"time": "1774927012"
},
"departure": {
"delay": 69,
"time": "1774927029"
},
"stopId": "FR:50129:ZE:10CHE2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 115,
"time": "1774927061"
},
"departure": {
"delay": 115,
"time": "1774927135"
},
"stopId": "FR:50129:ZE:10JBO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 31,
"time": "1774928114"
},
"departure": {
"delay": 31,
"time": "1774928131"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 126,
"time": "1774927661"
},
"departure": {
"delay": 126,
"time": "1774927746"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -56,
"time": "1774928449"
},
"departure": {
"delay": -56,
"time": "1774928464"
},
"stopId": "FR:50129:ZE:10MRT2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 80,
"time": "1774927567"
},
"departure": {
"delay": 80,
"time": "1774927580"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 43,
"time": "1774928057"
},
"departure": {
"delay": 43,
"time": "1774928083"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 52,
"time": "1774926952"
},
"stopId": "FR:50129:ZE:10ZSA4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -20,
"time": "1774928363"
},
"departure": {
"delay": -20,
"time": "1774928380"
},
"stopId": "FR:50129:ZE:10BRA2:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748506x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx307:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 30,
"time": "1774939710"
},
"departure": {
"delay": 30,
"time": "1774939710"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 31,
"time": "1774939591"
},
"departure": {
"delay": 31,
"time": "1774939591"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 30,
"time": "1774939530"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1774930097",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx307:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4051179xGTFSxGSemHTNIxSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 6,
"time": "1774939446"
},
"departure": {
"delay": 6,
"time": "1774939446"
},
"stopId": "FR:76307:ZE:3457:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"time": "1774938240"
},
"stopId": "FR:76254:ZE:5019:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": -13,
"time": "1774938767"
},
"departure": {
"delay": -13,
"time": "1774938767"
},
"stopId": "FR:76693:ZE:5123:ATOUMOD003",
"stopSequence": 3
},
{
"departure": {
"delay": -6,
"time": "1774938654"
},
"stopId": "FR:76693:ZE:5122:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 20,
"time": "1774940120"
},
"departure": {
"delay": 20,
"time": "1774940120"
},
"stopId": "FR:76167:ZE:4066:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 25,
"time": "1774940245"
},
"departure": {
"delay": 25,
"time": "1774940245"
},
"stopId": "FR:76167:ZE:3034:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 38,
"time": "1774939898"
},
"departure": {
"delay": 38,
"time": "1774939898"
},
"stopId": "FR:76595:ZE:5060:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 33,
"time": "1774940733"
},
"departure": {
"delay": 33,
"time": "1774940733"
},
"stopId": "FR:76481:ZE:3826:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 34,
"time": "1774940794"
},
"departure": {
"delay": 34,
"time": "1774940794"
},
"stopId": "FR:76481:ZE:3822:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 12,
"time": "1774939212"
},
"departure": {
"delay": 12,
"time": "1774939212"
},
"stopId": "FR:76064:ZE:3380:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -13,
"time": "1774939367"
},
"departure": {
"delay": -13,
"time": "1774939367"
},
"stopId": "FR:76307:ZE:3424:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -2,
"time": "1774940878"
},
"departure": {
"delay": -2,
"time": "1774940878"
},
"stopId": "FR:76481:ZE:3830:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -13,
"time": "1774940927"
},
"stopId": "FR:76481:ZE:5095:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -13,
"time": "1774940507"
},
"departure": {
"delay": -13,
"time": "1774940507"
},
"stopId": "FR:76481:ZE:4728:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 1,
"time": "1774939261"
},
"departure": {
"delay": 1,
"time": "1774939261"
},
"stopId": "FR:76595:ZE:3314:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 12,
"time": "1774939152"
},
"departure": {
"delay": 12,
"time": "1774939152"
},
"stopId": "FR:76064:ZE:3399:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -9,
"time": "1774939071"
},
"departure": {
"delay": -9,
"time": "1774939071"
},
"stopId": "FR:76609:ZE:3408:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 45,
"time": "1774940025"
},
"departure": {
"delay": 45,
"time": "1774940025"
},
"stopId": "FR:76361:ZE:5031:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -4,
"time": "1774940636"
},
"departure": {
"delay": -4,
"time": "1774940636"
},
"stopId": "FR:76481:ZE:3474:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -3,
"time": "1774939977"
},
"departure": {
"delay": -3,
"time": "1774939977"
},
"stopId": "FR:76361:ZE:5128:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 7,
"time": "1774939627"
},
"departure": {
"delay": 7,
"time": "1774939627"
},
"stopId": "FR:76595:ZE:5127:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -13,
"time": "1774939787"
},
"departure": {
"delay": -13,
"time": "1774939787"
},
"stopId": "FR:76595:ZE:5125:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 10,
"time": "1774940410"
},
"departure": {
"delay": 10,
"time": "1774940410"
},
"stopId": "FR:76481:ZE:4730:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 12,
"time": "1774938852"
},
"departure": {
"delay": 12,
"time": "1774938852"
},
"stopId": "FR:76693:ZE:5124:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": -13,
"time": "1774938947"
},
"departure": {
"delay": -13,
"time": "1774938947"
},
"stopId": "FR:76508:ZE:5126:ATOUMOD003",
"stopSequence": 5
}
],
"timestamp": "1774938659",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:13:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4051179xGTFSxGSemHTNIxSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9859x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774942260"
},
"departure": {
"time": "1774942260"
},
"stopId": "FR:76259:ZE:FECGARE1:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"time": "1774942560"
},
"departure": {
"time": "1774942560"
},
"stopId": "FR:76259:ZE:FECDESG1:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1774942860"
},
"departure": {
"time": "1774942860"
},
"stopId": "FR:76259:ZE:FECPROV1:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"time": "1774942680"
},
"departure": {
"time": "1774942680"
},
"stopId": "FR:76259:ZE:FECHYSO1:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"time": "1774942980"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 17
},
{
"arrival": {
"time": "1774942140"
},
"departure": {
"time": "1774942140"
},
"stopId": "FR:76259:ZE:FECHVIL1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"time": "1774942500"
},
"departure": {
"time": "1774942500"
},
"stopId": "FR:76259:ZE:FECNICO1:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"time": "1774942200"
},
"departure": {
"time": "1774942200"
},
"stopId": "FR:76259:ZE:FECBREP1:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"time": "1774942800"
},
"departure": {
"time": "1774942800"
},
"stopId": "FR:76259:ZE:FECSLOU1:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"time": "1774941780"
},
"departure": {
"time": "1774941780"
},
"stopId": "FR:76259:ZE:FECCSCO1:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"time": "1774942620"
},
"departure": {
"time": "1774942620"
},
"stopId": "FR:76259:ZE:FECVIKI1:ATOUMOD008",
"stopSequence": 13
},
{
"departure": {
"time": "1774941600"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"time": "1774942440"
},
"departure": {
"time": "1774942440"
},
"stopId": "FR:76259:ZE:FECBROS1:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"time": "1774941960"
},
"departure": {
"time": "1774941960"
},
"stopId": "FR:76259:ZE:FECSLEG1:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942320"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"time": "1774941900"
},
"departure": {
"time": "1774941900"
},
"stopId": "FR:76259:ZE:FECTASS1:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"time": "1774941720"
},
"departure": {
"time": "1774941720"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 2
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD008:Line:L2:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9859x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx317:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 49,
"time": "1774938769"
},
"departure": {
"delay": 49,
"time": "1774938769"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 30,
"time": "1774937730"
},
"departure": {
"delay": 30,
"time": "1774937730"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 30,
"time": "1774938870"
},
"departure": {
"delay": 30,
"time": "1774938870"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"departure": {
"delay": 30,
"time": "1774937550"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 31,
"time": "1774937611"
},
"departure": {
"delay": 31,
"time": "1774937611"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 11,
"time": "1774938191"
},
"departure": {
"delay": 11,
"time": "1774938191"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 30,
"time": "1774938390"
},
"departure": {
"delay": 30,
"time": "1774938390"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 22,
"time": "1774938682"
},
"departure": {
"delay": 22,
"time": "1774938682"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 42,
"time": "1774938942"
},
"departure": {
"delay": 42,
"time": "1774938942"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 48,
"time": "1774938588"
},
"departure": {
"delay": 48,
"time": "1774938588"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 30,
"time": "1774938510"
},
"departure": {
"delay": 30,
"time": "1774938510"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 30,
"time": "1774939590"
},
"departure": {
"delay": 30,
"time": "1774939590"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 11,
"time": "1774937831"
},
"departure": {
"delay": 11,
"time": "1774937831"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 30,
"time": "1774938030"
},
"departure": {
"delay": 30,
"time": "1774938030"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 30,
"time": "1774937910"
},
"departure": {
"delay": 30,
"time": "1774937910"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1774937158",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx317:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1696:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -30618,
"time": "1774936902"
},
"departure": {
"delay": -30618,
"time": "1774936902"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": -30630,
"time": "1774936530"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -30568,
"time": "1774937852"
},
"departure": {
"delay": -30568,
"time": "1774937852"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -30588,
"time": "1774938672"
},
"departure": {
"delay": -30588,
"time": "1774938672"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -30568,
"time": "1774938032"
},
"departure": {
"delay": -30568,
"time": "1774938032"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -30557,
"time": "1774938380"
},
"departure": {
"delay": -30557,
"time": "1774938403"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -30877,
"time": "1774937303"
},
"departure": {
"delay": -30877,
"time": "1774937303"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -30503,
"time": "1774938577"
},
"departure": {
"delay": -30503,
"time": "1774938577"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -30538,
"time": "1774937702"
},
"departure": {
"delay": -30538,
"time": "1774937702"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -30631,
"time": "1774936949"
},
"departure": {
"delay": -30631,
"time": "1774936949"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -30575,
"time": "1774939345"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -30646,
"time": "1774938854"
},
"departure": {
"delay": -30646,
"time": "1774938854"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -30635,
"time": "1774938745"
},
"departure": {
"delay": -30635,
"time": "1774938745"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -30600,
"time": "1774937760"
},
"departure": {
"delay": -30600,
"time": "1774937760"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -30619,
"time": "1774936661"
},
"departure": {
"delay": -30619,
"time": "1774936661"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -30696,
"time": "1774937124"
},
"departure": {
"delay": -30696,
"time": "1774937124"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -30563,
"time": "1774937952"
},
"departure": {
"delay": -30563,
"time": "1774937977"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -30648,
"time": "1774938972"
},
"departure": {
"delay": -30648,
"time": "1774938972"
},
"stopId": "FR:76212:ZE:TCARxDMAIR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -30649,
"time": "1774939091"
},
"departure": {
"delay": -30649,
"time": "1774939091"
},
"stopId": "FR:76212:ZE:TCARxCANAD1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -30638,
"time": "1774938202"
},
"departure": {
"delay": -30638,
"time": "1774938202"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -30658,
"time": "1774936562"
},
"departure": {
"delay": -30658,
"time": "1774936562"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -30600,
"time": "1774936740"
},
"departure": {
"delay": -30600,
"time": "1774936740"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -30621,
"time": "1774936839"
},
"departure": {
"delay": -30621,
"time": "1774936839"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -30621,
"time": "1774938279"
},
"departure": {
"delay": -30621,
"time": "1774938279"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -30590,
"time": "1774938130"
},
"departure": {
"delay": -30590,
"time": "1774938130"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -30854,
"time": "1774937146"
},
"departure": {
"delay": -30854,
"time": "1774937146"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1774935978",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1696:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745196x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 174,
"time": "1774934624"
},
"departure": {
"delay": 174,
"time": "1774934694"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 71,
"time": "1774934952"
},
"departure": {
"delay": 71,
"time": "1774935011"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 161,
"time": "1774935407"
},
"departure": {
"delay": 161,
"time": "1774935461"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 77,
"time": "1774934816"
},
"departure": {
"delay": 77,
"time": "1774934837"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 166,
"time": "1774934171"
},
"departure": {
"delay": 166,
"time": "1774934206"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 46,
"time": "1774935586"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 156,
"time": "1774935480"
},
"departure": {
"delay": 156,
"time": "1774935516"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 142,
"time": "1774934122"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 113,
"time": "1774935173"
},
"departure": {
"delay": 113,
"time": "1774935233"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 139,
"time": "1774935258"
},
"departure": {
"delay": 139,
"time": "1774935319"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 188,
"time": "1774934469"
},
"departure": {
"delay": 188,
"time": "1774934528"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 117,
"time": "1774934382"
},
"departure": {
"delay": 117,
"time": "1774934397"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 135,
"time": "1774934337"
},
"departure": {
"delay": 135,
"time": "1774934355"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 115,
"time": "1774934253"
},
"departure": {
"delay": 115,
"time": "1774934275"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 142,
"time": "1774934735"
},
"departure": {
"delay": 142,
"time": "1774934782"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 39,
"time": "1774934886"
},
"departure": {
"delay": 39,
"time": "1774934919"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 61,
"time": "1774935082"
},
"departure": {
"delay": 61,
"time": "1774935121"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 155,
"time": "1774935340"
},
"departure": {
"delay": 155,
"time": "1774935395"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745196x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4075698x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 50,
"time": "1774938470"
},
"departure": {
"delay": 50,
"time": "1774938470"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 43,
"time": "1774938283"
},
"stopId": "FR:76351:ZE:3029:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 97,
"time": "1774938877"
},
"departure": {
"delay": 97,
"time": "1774938877"
},
"stopId": "FR:76351:ZE:3144:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 130,
"time": "1774938970"
},
"departure": {
"delay": 130,
"time": "1774938970"
},
"stopId": "FR:76351:ZE:3675:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 103,
"time": "1774938703"
},
"stopId": "FR:76351:ZE:3688:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 144,
"time": "1774939044"
},
"departure": {
"delay": 144,
"time": "1774939044"
},
"stopId": "FR:76351:ZE:3245:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 127,
"time": "1774938607"
},
"stopId": "FR:76351:ZE:3666:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 42,
"time": "1774938402"
},
"departure": {
"delay": 42,
"time": "1774938402"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 5
},
{
"departure": {
"delay": 63,
"time": "1774938543"
},
"stopId": "FR:76351:ZE:4572:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 149,
"time": "1774939109"
},
"departure": {
"delay": 149,
"time": "1774939109"
},
"stopId": "FR:76351:ZE:3859:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 136,
"time": "1774938796"
},
"departure": {
"delay": 136,
"time": "1774938796"
},
"stopId": "FR:76351:ZE:3045:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 97,
"time": "1774939237"
},
"stopId": "FR:76351:ZE:3716:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1774938350",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C6:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4075698x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx302:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 30,
"time": "1774939350"
},
"departure": {
"delay": 30,
"time": "1774939350"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 30,
"time": "1774939050"
},
"departure": {
"delay": 30,
"time": "1774939050"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 30,
"time": "1774938870"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 11,
"time": "1774939151"
},
"departure": {
"delay": 11,
"time": "1774939151"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 30,
"time": "1774939230"
},
"departure": {
"delay": 30,
"time": "1774939230"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 30,
"time": "1774939710"
},
"departure": {
"delay": 30,
"time": "1774939710"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 11,
"time": "1774939511"
},
"departure": {
"delay": 11,
"time": "1774939511"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 31,
"time": "1774938931"
},
"departure": {
"delay": 31,
"time": "1774938931"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1774938479",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx302:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850604F294237x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939140"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:76681:ZE:StopPointxOCETrainxTERx87411223:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774937400"
},
"departure": {
"time": "1774937460"
},
"stopId": "FR:76495:ZE:StopPointxOCETrainxTERx87411272:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774937580"
},
"departure": {
"time": "1774937640"
},
"stopId": "FR:76057:ZE:StopPointxOCETrainxTERx87411264:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774939500"
},
"departure": {
"time": "1774939560"
},
"stopId": "FR:76575:ZE:StopPointxOCETrainxTERx87411215:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774938300"
},
"departure": {
"time": "1774938360"
},
"stopId": "FR:76474:ZE:StopPointxOCETrainxTERx87411249:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774939800"
},
"departure": {
"time": "1774939860"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1774938720"
},
"departure": {
"time": "1774938900"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774940340"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 22
},
{
"departure": {
"time": "1774936620"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774938000"
},
"departure": {
"time": "1774938060"
},
"stopId": "FR:76366:ZE:StopPointxOCETrainxTERx87411256:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774936980"
},
"departure": {
"time": "1774937040"
},
"stopId": "FR:76456:ZE:StopPointxOCETrainxTERx87411280:ATOUMOD002",
"stopSequence": 3
}
],
"timestamp": "1774932999",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxde778414x6e3dx4bc7x9d9ax6bac6aed673fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850604F294237x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748453x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -80,
"time": "1774933840"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 29,
"time": "1774932312"
},
"departure": {
"delay": 29,
"time": "1774932329"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 72,
"time": "1774932822"
},
"departure": {
"delay": 72,
"time": "1774932852"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 21,
"time": "1774931890"
},
"departure": {
"delay": 21,
"time": "1774931901"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 58,
"time": "1774932878"
},
"departure": {
"delay": 58,
"time": "1774932898"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 47,
"time": "1774931721"
},
"departure": {
"delay": 47,
"time": "1774931747"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 1,
"time": "1774932085"
},
"departure": {
"delay": 1,
"time": "1774932121"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 69,
"time": "1774931469"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -59,
"time": "1774933545"
},
"departure": {
"delay": -59,
"time": "1774933561"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 24,
"time": "1774932647"
},
"departure": {
"delay": 24,
"time": "1774932684"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 30,
"time": "1774932502"
},
"departure": {
"delay": 30,
"time": "1774932510"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 20,
"time": "1774933136"
},
"departure": {
"delay": 20,
"time": "1774933220"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -53,
"time": "1774933797"
},
"departure": {
"delay": -53,
"time": "1774933807"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -45,
"time": "1774933681"
},
"departure": {
"delay": -45,
"time": "1774933695"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 20,
"time": "1774931937"
},
"departure": {
"delay": 20,
"time": "1774931960"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -33,
"time": "1774933750"
},
"departure": {
"delay": -33,
"time": "1774933767"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -13,
"time": "1774931968"
},
"departure": {
"delay": -13,
"time": "1774931987"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 18,
"time": "1774931825"
},
"departure": {
"delay": 18,
"time": "1774931838"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -5,
"time": "1774933482"
},
"departure": {
"delay": -5,
"time": "1774933495"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 19,
"time": "1774933450"
},
"departure": {
"delay": 19,
"time": "1774933459"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -3,
"time": "1774932044"
},
"departure": {
"delay": -3,
"time": "1774932057"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 34,
"time": "1774932386"
},
"departure": {
"delay": 34,
"time": "1774932394"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -57,
"time": "1774933593"
},
"departure": {
"delay": -57,
"time": "1774933623"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -2,
"time": "1774931684"
},
"departure": {
"delay": -2,
"time": "1774931698"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -23,
"time": "1774933523"
},
"departure": {
"delay": -23,
"time": "1774933537"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -8,
"time": "1774932578"
},
"departure": {
"delay": -8,
"time": "1774932592"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 3,
"time": "1774931625"
},
"departure": {
"delay": 3,
"time": "1774931643"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -79,
"time": "1774933639"
},
"departure": {
"delay": -79,
"time": "1774933661"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 52,
"time": "1774933421"
},
"departure": {
"delay": 52,
"time": "1774933432"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 86,
"time": "1774932261"
},
"departure": {
"delay": 86,
"time": "1774932266"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 39,
"time": "1774933349"
},
"departure": {
"delay": 39,
"time": "1774933359"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 22,
"time": "1774932954"
},
"departure": {
"delay": 22,
"time": "1774933102"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 2,
"time": "1774932703"
},
"departure": {
"delay": 2,
"time": "1774932722"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748453x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758404x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -6,
"time": "1774934317"
},
"departure": {
"delay": -6,
"time": "1774934334"
},
"stopId": "FR:50184:ZE:FLAHB2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -9,
"time": "1774933245"
},
"departure": {
"delay": -9,
"time": "1774933251"
},
"stopId": "FR:50045:ZE:BENBG2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 67,
"time": "1774932576"
},
"departure": {
"delay": 67,
"time": "1774932607"
},
"stopId": "FR:50575:ZE:SIDHC2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 10,
"time": "1774932019"
},
"departure": {
"delay": 10,
"time": "1774932070"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 66,
"time": "1774934766"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -26,
"time": "1774934478"
},
"departure": {
"delay": -26,
"time": "1774934494"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 41,
"time": "1774933134"
},
"departure": {
"delay": 41,
"time": "1774933181"
},
"stopId": "FR:50045:ZE:BENCG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 43,
"time": "1774932335"
},
"departure": {
"delay": 43,
"time": "1774932403"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 18,
"time": "1774933755"
},
"departure": {
"delay": 18,
"time": "1774933938"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 31,
"time": "1774931851"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 17,
"time": "1774933518"
},
"departure": {
"delay": 17,
"time": "1774933577"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 16,
"time": "1774932847"
},
"departure": {
"delay": 16,
"time": "1774932856"
},
"stopId": "FR:50643:ZE:VIRMA2:ATOUMOD035",
"stopSequence": 5
}
],
"timestamp": "1774938659",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758404x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745257x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 143,
"time": "1774935443"
},
"departure": {
"delay": 143,
"time": "1774935563"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 68,
"time": "1774936221"
},
"departure": {
"delay": 68,
"time": "1774936268"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 32,
"time": "1774935290"
},
"departure": {
"delay": 32,
"time": "1774935332"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 48,
"time": "1774935363"
},
"departure": {
"delay": 48,
"time": "1774935408"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 148,
"time": "1774935914"
},
"departure": {
"delay": 148,
"time": "1774935928"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 104,
"time": "1774936511"
},
"departure": {
"delay": 104,
"time": "1774936604"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 58,
"time": "1774935058"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 21,
"time": "1774935185"
},
"departure": {
"delay": 21,
"time": "1774935201"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 91,
"time": "1774935952"
},
"departure": {
"delay": 91,
"time": "1774935991"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 92,
"time": "1774936307"
},
"departure": {
"delay": 92,
"time": "1774936352"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 133,
"time": "1774936685"
},
"departure": {
"delay": 133,
"time": "1774936753"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 190,
"time": "1774935593"
},
"departure": {
"delay": 190,
"time": "1774935670"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 26,
"time": "1774935224"
},
"departure": {
"delay": 26,
"time": "1774935266"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 89,
"time": "1774936376"
},
"departure": {
"delay": 89,
"time": "1774936409"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 100,
"time": "1774936151"
},
"departure": {
"delay": 100,
"time": "1774936180"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 204,
"time": "1774935800"
},
"departure": {
"delay": 204,
"time": "1774935864"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 100,
"time": "1774936461"
},
"departure": {
"delay": 100,
"time": "1774936480"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 108,
"time": "1774936034"
},
"departure": {
"delay": 108,
"time": "1774936068"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 93,
"time": "1774936833"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 178,
"time": "1774935741"
},
"departure": {
"delay": 178,
"time": "1774935778"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745257x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN5376F310648x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774949820"
},
"departure": {
"time": "1774950000"
},
"stopId": "FR:91377:ZE:StopPointxOCETGVxINOUIx87393579:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774941600"
},
"departure": {
"time": "1774942200"
},
"stopId": "FR:69383:ZE:StopPointxOCETGVxINOUIx87723197:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774959060"
},
"stopId": "FR:76351:ZE:StopPointxOCETGVxINOUIx87413013:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1774955580"
},
"departure": {
"time": "1774955880"
},
"stopId": "FR:76540:ZE:StopPointxOCETGVxINOUIx87411017:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774950900"
},
"departure": {
"time": "1774951080"
},
"stopId": "FR:78646:ZE:StopPointxOCETGVxINOUIx87393009:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774952940"
},
"departure": {
"time": "1774953120"
},
"stopId": "FR:78361:ZE:StopPointxOCETGVxINOUIx87381509:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774939140"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:26004:ZE:StopPointxOCETGVxINOUIx87763029:ATOUMOD002",
"stopSequence": 5
},
{
"departure": {
"time": "1774935360"
},
"stopId": "FR:13201:ZE:StopPointxOCETGVxINOUIx87751008:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774936980"
},
"departure": {
"time": "1774937160"
},
"stopId": "FR:84007:ZE:StopPointxOCETGVxINOUIx87318964:ATOUMOD002",
"stopSequence": 3
}
],
"timestamp": "1774931738",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx6CC8BBE5x9508x49DBx95CDx797616EA49C6x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN5376F310648x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx623:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774981080"
},
"departure": {
"time": "1774981080"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774982880"
},
"departure": {
"time": "1774982880"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774982400"
},
"departure": {
"time": "1774982400"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774982520"
},
"departure": {
"time": "1774982520"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774983060"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774981560"
},
"departure": {
"time": "1774981560"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774981020"
},
"departure": {
"time": "1774981020"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774982760"
},
"departure": {
"time": "1774982760"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774981860"
},
"departure": {
"time": "1774981860"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774981680"
},
"departure": {
"time": "1774981680"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774981440"
},
"departure": {
"time": "1774981440"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774982820"
},
"departure": {
"time": "1774982820"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774981980"
},
"departure": {
"time": "1774981980"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774981260"
},
"departure": {
"time": "1774981260"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774982220"
},
"departure": {
"time": "1774982220"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774981740"
},
"departure": {
"time": "1774981740"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774981140"
},
"departure": {
"time": "1774981140"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774982940"
},
"departure": {
"time": "1774982940"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774981200"
},
"departure": {
"time": "1774981200"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774983000"
},
"departure": {
"time": "1774983000"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": 5,
"time": "1774981685"
},
"departure": {
"delay": 5,
"time": "1774981685"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774981620"
},
"departure": {
"time": "1774981620"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774982640"
},
"departure": {
"time": "1774982640"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
},
{
"departure": {
"time": "1774980300"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774980780"
},
"departure": {
"time": "1774980780"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774982040"
},
"departure": {
"time": "1774982040"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1774938602",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx623:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470078:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 23,
"time": "1774938983"
},
"departure": {
"delay": 23,
"time": "1774938983"
},
"stopId": "FR:27701:ZE:0x7052:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -39,
"time": "1774939461"
},
"departure": {
"delay": -39,
"time": "1774939461"
},
"stopId": "FR:27701:ZE:0x7131:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 162,
"time": "1774940382"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": 10,
"time": "1774939030"
},
"departure": {
"delay": 10,
"time": "1774939030"
},
"stopId": "FR:27365:ZE:0x6324:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -88,
"time": "1774939352"
},
"departure": {
"delay": -88,
"time": "1774939352"
},
"stopId": "FR:27701:ZE:0x7157:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -31,
"time": "1774939889"
},
"departure": {
"delay": -31,
"time": "1774939889"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -75,
"time": "1774939545"
},
"departure": {
"delay": -75,
"time": "1774939545"
},
"stopId": "FR:27701:ZE:0x7147:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -47,
"time": "1774939273"
},
"departure": {
"delay": -47,
"time": "1774939273"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 32,
"time": "1774940012"
},
"departure": {
"delay": 32,
"time": "1774940012"
},
"stopId": "FR:27701:ZE:0x7122:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -40,
"time": "1774939520"
},
"departure": {
"delay": -40,
"time": "1774939520"
},
"stopId": "FR:27701:ZE:0x7033:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -62,
"time": "1774939798"
},
"departure": {
"delay": -62,
"time": "1774939798"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 30,
"time": "1774938870"
},
"departure": {
"delay": 30,
"time": "1774938870"
},
"stopId": "FR:27701:ZE:0x7080:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -1,
"time": "1774939139"
},
"departure": {
"delay": -1,
"time": "1774939139"
},
"stopId": "FR:27365:ZE:0x7195:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -58,
"time": "1774939202"
},
"departure": {
"delay": -58,
"time": "1774939202"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -77,
"time": "1774939603"
},
"departure": {
"delay": -77,
"time": "1774939603"
},
"stopId": "FR:27701:ZE:0x7170:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -74,
"time": "1774939486"
},
"departure": {
"delay": -74,
"time": "1774939486"
},
"stopId": "FR:27701:ZE:0x7111:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -62,
"time": "1774939318"
},
"departure": {
"delay": -62,
"time": "1774939318"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -91,
"time": "1774939769"
},
"departure": {
"delay": -91,
"time": "1774939769"
},
"stopId": "FR:27701:ZE:0x7093:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -91,
"time": "1774939409"
},
"departure": {
"delay": -91,
"time": "1774939409"
},
"stopId": "FR:27701:ZE:0x7058:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -19,
"time": "1774939961"
},
"departure": {
"delay": -19,
"time": "1774939961"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 173,
"time": "1774940273"
},
"departure": {
"delay": 173,
"time": "1774940273"
},
"stopId": "FR:27701:ZE:0x7074:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -20,
"time": "1774939060"
},
"departure": {
"delay": -20,
"time": "1774939060"
},
"stopId": "FR:27365:ZE:0x6325:ATOUMOD006",
"stopSequence": 5
},
{
"departure": {
"time": "1774938600"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -17,
"time": "1774939183"
},
"departure": {
"delay": -17,
"time": "1774939183"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 7
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:4:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470078:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745654x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17,
"time": "1774933844"
},
"departure": {
"delay": 17,
"time": "1774933877"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 37,
"time": "1774935577"
},
"departure": {
"delay": 37,
"time": "1774935577"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -6,
"time": "1774934169"
},
"departure": {
"delay": -6,
"time": "1774934214"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -32,
"time": "1774934323"
},
"departure": {
"delay": -32,
"time": "1774934368"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 1,
"time": "1774934416"
},
"departure": {
"delay": 1,
"time": "1774934461"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 10,
"time": "1774933482"
},
"departure": {
"delay": 10,
"time": "1774933510"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 56,
"time": "1774932997"
},
"departure": {
"delay": 56,
"time": "1774933016"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 38,
"time": "1774935004"
},
"departure": {
"delay": 38,
"time": "1774935038"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -19,
"time": "1774935821"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 16,
"time": "1774934596"
},
"departure": {
"delay": 16,
"time": "1774934716"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 61,
"time": "1774933041"
},
"departure": {
"delay": 61,
"time": "1774933081"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 27,
"time": "1774933925"
},
"departure": {
"delay": 27,
"time": "1774933947"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 52,
"time": "1774935328"
},
"departure": {
"delay": 52,
"time": "1774935412"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 39,
"time": "1774935667"
},
"departure": {
"delay": 39,
"time": "1774935699"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 23,
"time": "1774933966"
},
"departure": {
"delay": 23,
"time": "1774934003"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 18,
"time": "1774933759"
},
"departure": {
"delay": 18,
"time": "1774933818"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 55,
"time": "1774933344"
},
"departure": {
"delay": 55,
"time": "1774933375"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 101,
"time": "1774934837"
},
"departure": {
"delay": 101,
"time": "1774934921"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 63,
"time": "1774935098"
},
"departure": {
"delay": 63,
"time": "1774935123"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 78,
"time": "1774935459"
},
"departure": {
"delay": 78,
"time": "1774935498"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 13,
"time": "1774934241"
},
"departure": {
"delay": 13,
"time": "1774934293"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 31,
"time": "1774934092"
},
"departure": {
"delay": 31,
"time": "1774934131"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 26,
"time": "1774935189"
},
"departure": {
"delay": 26,
"time": "1774935206"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -47,
"time": "1774933670"
},
"departure": {
"delay": -47,
"time": "1774933693"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 21,
"time": "1774933250"
},
"departure": {
"delay": 21,
"time": "1774933281"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 21,
"time": "1774935240"
},
"departure": {
"delay": 21,
"time": "1774935261"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 21,
"time": "1774932939"
},
"departure": {
"delay": 21,
"time": "1774932981"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 39,
"time": "1774935746"
},
"departure": {
"delay": 39,
"time": "1774935759"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 37,
"time": "1774933163"
},
"departure": {
"delay": 37,
"time": "1774933177"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 18,
"time": "1774932888"
},
"departure": {
"delay": 18,
"time": "1774932918"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 10,
"time": "1774933432"
},
"departure": {
"delay": 10,
"time": "1774933450"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -44,
"time": "1774934495"
},
"departure": {
"delay": -44,
"time": "1774934536"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -7,
"time": "1774933580"
},
"departure": {
"delay": -7,
"time": "1774933613"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 13,
"time": "1774935603"
},
"departure": {
"delay": 13,
"time": "1774935613"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"departure": {
"delay": 18,
"time": "1774932798"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745654x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1409:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938145"
},
"departure": {
"time": "1774938145"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"time": "1774938052"
},
"departure": {
"time": "1774938071"
},
"stopId": "FR:76157:ZE:TCARxTPROV2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"time": "1774938396"
},
"departure": {
"time": "1774938396"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"time": "1774937572"
},
"departure": {
"time": "1774937596"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 18
},
{
"departure": {
"time": "1774935420"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774936090"
},
"departure": {
"time": "1774936090"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774937896"
},
"departure": {
"time": "1774937896"
},
"stopId": "FR:76157:ZE:TCARxTOUYE2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"time": "1774935999"
},
"departure": {
"time": "1774935999"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774937199"
},
"departure": {
"time": "1774937223"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774936791"
},
"departure": {
"time": "1774936791"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774935673"
},
"departure": {
"time": "1774935673"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774938472"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -32724,
"time": "1774936596"
},
"departure": {
"delay": -32724,
"time": "1774936596"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -32738,
"time": "1774936499"
},
"departure": {
"delay": -32738,
"time": "1774936522"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774937671"
},
"departure": {
"time": "1774937671"
},
"stopId": "FR:76157:ZE:TCARxCORNI2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"time": "1774936696"
},
"departure": {
"time": "1774936721"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774935596"
},
"departure": {
"time": "1774935596"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774936292"
},
"departure": {
"time": "1774936292"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774936979"
},
"departure": {
"time": "1774936979"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774937330"
},
"departure": {
"time": "1774937380"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"time": "1774937809"
},
"departure": {
"time": "1774937809"
},
"stopId": "FR:76157:ZE:TCARxTPRAT2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"time": "1774935873"
},
"departure": {
"time": "1774935873"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774936349"
},
"departure": {
"time": "1774936349"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774937071"
},
"departure": {
"time": "1774937071"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774937971"
},
"departure": {
"time": "1774937971"
},
"stopId": "FR:76157:ZE:TCARxTDUMA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"time": "1774938271"
},
"departure": {
"time": "1774938271"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"time": "1774936846"
},
"departure": {
"time": "1774936871"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1774935219",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1409:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747842x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -12,
"time": "1774937558"
},
"departure": {
"delay": -12,
"time": "1774937568"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -57,
"time": "1774937630"
},
"departure": {
"delay": -57,
"time": "1774937643"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 130,
"time": "1774939270"
},
"departure": {
"delay": 130,
"time": "1774939270"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 130,
"time": "1774939090"
},
"departure": {
"delay": 130,
"time": "1774939090"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 62,
"time": "1774938216"
},
"departure": {
"delay": 62,
"time": "1774938242"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -15,
"time": "1774937730"
},
"departure": {
"delay": -15,
"time": "1774937745"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 7,
"time": "1774937928"
},
"departure": {
"delay": 7,
"time": "1774937947"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 56,
"time": "1774937396"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 71,
"time": "1774938260"
},
"departure": {
"delay": 71,
"time": "1774938311"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 130,
"time": "1774938910"
},
"departure": {
"delay": 130,
"time": "1774938910"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 31,
"time": "1774938325"
},
"departure": {
"delay": 31,
"time": "1774938331"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"time": "1774938715"
},
"departure": {
"time": "1774938600"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 17,
"time": "1774938070"
},
"departure": {
"delay": 17,
"time": "1774938137"
},
"stopId": "FR:50129:ZE:10GDM4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 5,
"time": "1774937989"
},
"departure": {
"delay": 5,
"time": "1774938005"
},
"stopId": "FR:50129:ZE:10SWZ2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"time": "1774937691"
},
"departure": {
"time": "1774937700"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 130,
"time": "1774939030"
},
"departure": {
"delay": 130,
"time": "1774939030"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 3,
"time": "1774938167"
},
"departure": {
"delay": 3,
"time": "1774938183"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 123,
"time": "1774938631"
},
"departure": {
"delay": 123,
"time": "1774938663"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 7,
"time": "1774937438"
},
"departure": {
"delay": 7,
"time": "1774937467"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 130,
"time": "1774939210"
},
"departure": {
"delay": 130,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 12,
"time": "1774937794"
},
"departure": {
"delay": 12,
"time": "1774937832"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 130,
"time": "1774939450"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 92,
"time": "1774938360"
},
"departure": {
"delay": 92,
"time": "1774938392"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 28,
"time": "1774937534"
},
"departure": {
"delay": 28,
"time": "1774937548"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 130,
"time": "1774938790"
},
"departure": {
"delay": 130,
"time": "1774938790"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747842x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746163x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939920"
},
"departure": {
"time": "1774939920"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"time": "1774940100"
},
"departure": {
"time": "1774940100"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"time": "1774941300"
},
"departure": {
"time": "1774941300"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"time": "1774942260"
},
"departure": {
"time": "1774942260"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"time": "1774942080"
},
"departure": {
"time": "1774942080"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"time": "1774941420"
},
"departure": {
"time": "1774941420"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940340"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"time": "1774939500"
},
"departure": {
"time": "1774939500"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"time": "1774940940"
},
"departure": {
"time": "1774940940"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"time": "1774940460"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"time": "1774940820"
},
"departure": {
"time": "1774940820"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 1,
"time": "1774942321"
},
"departure": {
"delay": 1,
"time": "1774942321"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 1,
"time": "1774939801"
},
"departure": {
"delay": 1,
"time": "1774939801"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939320"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"time": "1774940040"
},
"departure": {
"time": "1774940040"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"time": "1774940520"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"time": "1774939680"
},
"departure": {
"time": "1774939680"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"time": "1774939140"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"time": "1774941780"
},
"departure": {
"time": "1774941780"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"time": "1774941060"
},
"departure": {
"time": "1774941060"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"time": "1774939200"
},
"departure": {
"time": "1774939200"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"time": "1774941900"
},
"departure": {
"time": "1774941900"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"time": "1774941540"
},
"departure": {
"time": "1774941540"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"time": "1774941180"
},
"departure": {
"time": "1774941180"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"time": "1774939740"
},
"departure": {
"time": "1774939740"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1774940220"
},
"departure": {
"time": "1774940220"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"time": "1774939140"
},
"departure": {
"time": "1774939140"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 1,
"time": "1774939561"
},
"departure": {
"delay": 1,
"time": "1774939561"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"time": "1774940760"
},
"departure": {
"time": "1774940760"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"time": "1774942200"
},
"departure": {
"time": "1774942200"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"time": "1774939860"
},
"departure": {
"time": "1774939860"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"time": "1774939380"
},
"departure": {
"time": "1774939380"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"time": "1774940160"
},
"departure": {
"time": "1774940160"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"time": "1774939560"
},
"departure": {
"time": "1774939560"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"time": "1774942500"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"time": "1774939800"
},
"departure": {
"time": "1774939800"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942320"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"time": "1774940880"
},
"departure": {
"time": "1774940880"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"time": "1774941840"
},
"departure": {
"time": "1774941840"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 1,
"time": "1774941781"
},
"departure": {
"delay": 1,
"time": "1774941781"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"time": "1774941660"
},
"departure": {
"time": "1774941660"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"time": "1774942380"
},
"departure": {
"time": "1774942380"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"time": "1774942020"
},
"departure": {
"time": "1774942020"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"time": "1774942140"
},
"departure": {
"time": "1774942140"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 1,
"time": "1774942261"
},
"departure": {
"delay": 1,
"time": "1774942261"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746163x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx364:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 590,
"time": "1774939010"
},
"departure": {
"delay": 590,
"time": "1774939010"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 549,
"time": "1774938849"
},
"departure": {
"delay": 549,
"time": "1774938849"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 469,
"time": "1774937629"
},
"departure": {
"delay": 469,
"time": "1774937629"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 184,
"time": "1774935904"
},
"departure": {
"delay": 184,
"time": "1774935904"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 553,
"time": "1774938733"
},
"departure": {
"delay": 553,
"time": "1774938733"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 561,
"time": "1774938201"
},
"departure": {
"delay": 561,
"time": "1774938201"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 538,
"time": "1774939318"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 30
},
{
"departure": {
"time": "1774935720"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 577,
"time": "1774937977"
},
"departure": {
"delay": 577,
"time": "1774937977"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 327,
"time": "1774936205"
},
"departure": {
"delay": 327,
"time": "1774936227"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 154,
"time": "1774936654"
},
"departure": {
"delay": 154,
"time": "1774936654"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 398,
"time": "1774937353"
},
"departure": {
"delay": 398,
"time": "1774937378"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 538,
"time": "1774939078"
},
"departure": {
"delay": 538,
"time": "1774939078"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 577,
"time": "1774938252"
},
"departure": {
"delay": 577,
"time": "1774938277"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 413,
"time": "1774937128"
},
"departure": {
"delay": 413,
"time": "1774937153"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 477,
"time": "1774937697"
},
"departure": {
"delay": 477,
"time": "1774937697"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 473,
"time": "1774937429"
},
"departure": {
"delay": 473,
"time": "1774937453"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 463,
"time": "1774937777"
},
"departure": {
"delay": 463,
"time": "1774937803"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 349,
"time": "1774937004"
},
"departure": {
"delay": 349,
"time": "1774937029"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 557,
"time": "1774938652"
},
"departure": {
"delay": 557,
"time": "1774938677"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 287,
"time": "1774936402"
},
"departure": {
"delay": 287,
"time": "1774936427"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 267,
"time": "1774936527"
},
"departure": {
"delay": 267,
"time": "1774936527"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 288,
"time": "1774936106"
},
"departure": {
"delay": 288,
"time": "1774936128"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 517,
"time": "1774938577"
},
"departure": {
"delay": 517,
"time": "1774938577"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 285,
"time": "1774936780"
},
"departure": {
"delay": 285,
"time": "1774936905"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 455,
"time": "1774937555"
},
"departure": {
"delay": 455,
"time": "1774937555"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 547,
"time": "1774938427"
},
"departure": {
"delay": 547,
"time": "1774938427"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 292,
"time": "1774936312"
},
"departure": {
"delay": 292,
"time": "1774936312"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 368,
"time": "1774937228"
},
"departure": {
"delay": 368,
"time": "1774937228"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 538,
"time": "1774938958"
},
"departure": {
"delay": 538,
"time": "1774938958"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1774935687",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx364:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN853417F280890x2026x03x20T20x54x33Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774946580"
},
"stopId": "FR:50218:ZE:StopPointxOCETrainxTERx87447680:ATOUMOD002",
"stopSequence": 29
},
{
"arrival": {
"time": "1774942080"
},
"departure": {
"time": "1774942200"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774943040"
},
"departure": {
"time": "1774943100"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774945020"
},
"departure": {
"time": "1774945080"
},
"stopId": "FR:50147:ZE:StopPointxOCETrainxTERx87447110:ATOUMOD002",
"stopSequence": 28
},
{
"arrival": {
"time": "1774943760"
},
"departure": {
"time": "1774943820"
},
"stopId": "FR:50502:ZE:StopPointxOCETrainxTERx87447003:ATOUMOD002",
"stopSequence": 13
},
{
"departure": {
"time": "1774941060"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 1
}
],
"timestamp": "1774937439",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx789690b9x0beex4978x8bf9xf4810c9e16f2x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN853417F280890x2026x03x20T20x54x33Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD007:ServiceJourney:615:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774940400"
},
"stopId": "FR:27681:ZE:10102:ATOUMOD007",
"stopSequence": 1
}
],
"timestamp": "1774938754",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD007:Line:23:LOC",
"tripId": "ATOUMOD007:ServiceJourney:615:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011221x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 29,
"time": "1774940309"
},
"departure": {
"delay": 29,
"time": "1774940309"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 4,
"time": "1774940164"
},
"departure": {
"delay": 4,
"time": "1774940164"
},
"stopId": "FR:76351:ZE:3301:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 52,
"time": "1774939492"
},
"departure": {
"delay": 52,
"time": "1774939492"
},
"stopId": "FR:76552:ZE:3298:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939320"
},
"stopId": "FR:76552:ZE:3093:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 33,
"time": "1774942593"
},
"departure": {
"delay": 33,
"time": "1774942593"
},
"stopId": "FR:76447:ZE:3406:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 2,
"time": "1774940942"
},
"departure": {
"delay": 2,
"time": "1774940942"
},
"stopId": "FR:76351:ZE:3690:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 3,
"time": "1774942623"
},
"departure": {
"delay": 3,
"time": "1774942623"
},
"stopId": "FR:76447:ZE:3268:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"time": "1774942080"
},
"departure": {
"time": "1774942080"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 35,
"time": "1774942475"
},
"departure": {
"delay": 35,
"time": "1774942475"
},
"stopId": "FR:76447:ZE:3066:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 20,
"time": "1774939820"
},
"departure": {
"delay": 20,
"time": "1774939820"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 50,
"time": "1774941530"
},
"departure": {
"delay": 50,
"time": "1774941530"
},
"stopId": "FR:76351:ZE:3547:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942320"
},
"stopId": "FR:76447:ZE:3120:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 42,
"time": "1774941582"
},
"departure": {
"delay": 42,
"time": "1774941582"
},
"stopId": "FR:76351:ZE:3249:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"time": "1774941420"
},
"departure": {
"time": "1774941420"
},
"stopId": "FR:76351:ZE:3623:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 2,
"time": "1774939442"
},
"departure": {
"delay": 2,
"time": "1774939442"
},
"stopId": "FR:76552:ZE:3608:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 11,
"time": "1774942151"
},
"departure": {
"delay": 11,
"time": "1774942151"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 15,
"time": "1774940055"
},
"departure": {
"delay": 15,
"time": "1774940055"
},
"stopId": "FR:76351:ZE:3732:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 44,
"time": "1774942184"
},
"departure": {
"delay": 44,
"time": "1774942184"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"time": "1774942740"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 6,
"time": "1774939986"
},
"departure": {
"delay": 6,
"time": "1774939986"
},
"stopId": "FR:76351:ZE:3731:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 8,
"time": "1774939268"
},
"departure": {
"delay": 8,
"time": "1774939268"
},
"stopId": "FR:76552:ZE:3104:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 50,
"time": "1774939670"
},
"departure": {
"delay": 50,
"time": "1774939670"
},
"stopId": "FR:76351:ZE:3460:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 49,
"time": "1774942369"
},
"departure": {
"delay": 49,
"time": "1774942369"
},
"stopId": "FR:76447:ZE:3238:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"time": "1774939740"
},
"departure": {
"time": "1774939740"
},
"stopId": "FR:76351:ZE:3021:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 55,
"time": "1774941115"
},
"departure": {
"delay": 55,
"time": "1774941115"
},
"stopId": "FR:76351:ZE:3506:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 16,
"time": "1774940476"
},
"departure": {
"delay": 16,
"time": "1774940476"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 43,
"time": "1774939123"
},
"departure": {
"delay": 43,
"time": "1774939123"
},
"stopId": "FR:76552:ZE:3606:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 48,
"time": "1774942548"
},
"departure": {
"delay": 48,
"time": "1774942548"
},
"stopId": "FR:76447:ZE:3432:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"time": "1774941240"
},
"departure": {
"time": "1774941240"
},
"stopId": "FR:76351:ZE:3381:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 59,
"time": "1774940699"
},
"departure": {
"delay": 59,
"time": "1774940699"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"time": "1774941660"
},
"departure": {
"time": "1774941660"
},
"stopId": "FR:76351:ZE:3637:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"time": "1774940760"
},
"departure": {
"time": "1774940760"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 39,
"time": "1774938879"
},
"departure": {
"delay": 39,
"time": "1774938879"
},
"stopId": "FR:76552:ZE:3173:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 11,
"time": "1774939091"
},
"departure": {
"delay": 11,
"time": "1774939091"
},
"stopId": "FR:76552:ZE:3340:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 8,
"time": "1774941728"
},
"departure": {
"delay": 8,
"time": "1774941728"
},
"stopId": "FR:76351:ZE:3136:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 5,
"time": "1774940525"
},
"departure": {
"delay": 5,
"time": "1774940525"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"time": "1774939200"
},
"departure": {
"time": "1774939200"
},
"stopId": "FR:76552:ZE:3487:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 15,
"time": "1774939575"
},
"departure": {
"delay": 15,
"time": "1774939575"
},
"stopId": "FR:76351:ZE:3159:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 56,
"time": "1774938956"
},
"departure": {
"delay": 56,
"time": "1774938956"
},
"stopId": "FR:76552:ZE:3106:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 47,
"time": "1774941047"
},
"departure": {
"delay": 47,
"time": "1774941047"
},
"stopId": "FR:76351:ZE:3223:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 18,
"time": "1774942398"
},
"departure": {
"delay": 18,
"time": "1774942398"
},
"stopId": "FR:76447:ZE:3515:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 58,
"time": "1774938838"
},
"departure": {
"delay": 58,
"time": "1774938838"
},
"stopId": "FR:76552:ZE:3419:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 54,
"time": "1774940874"
},
"departure": {
"delay": 54,
"time": "1774940874"
},
"stopId": "FR:76351:ZE:3666:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"time": "1774939920"
},
"departure": {
"time": "1774939920"
},
"stopId": "FR:76351:ZE:3797:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"time": "1774938780"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"time": "1774941840"
},
"departure": {
"time": "1774941840"
},
"stopId": "FR:76351:ZE:3593:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 22,
"time": "1774939042"
},
"departure": {
"delay": 22,
"time": "1774939042"
},
"stopId": "FR:76552:ZE:3356:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 58,
"time": "1774942438"
},
"departure": {
"delay": 58,
"time": "1774942438"
},
"stopId": "FR:76447:ZE:3122:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 14,
"time": "1774940834"
},
"departure": {
"delay": 14,
"time": "1774940834"
},
"stopId": "FR:76351:ZE:4572:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 48,
"time": "1774941468"
},
"departure": {
"delay": 48,
"time": "1774941468"
},
"stopId": "FR:76351:ZE:3233:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"time": "1774942680"
},
"departure": {
"time": "1774942680"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 53
}
],
"timestamp": "1774938669",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011221x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596594:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774939800"
},
"stopId": "FR:27229:ZE:0xCAM01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596594:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230670x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14,
"time": "1774940054"
},
"departure": {
"delay": 14,
"time": "1774940054"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 56,
"time": "1774941416"
},
"departure": {
"delay": 56,
"time": "1774941416"
},
"stopId": "FR:76351:ZE:4835:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 15,
"time": "1774938915"
},
"departure": {
"delay": 15,
"time": "1774938915"
},
"stopId": "FR:76351:ZE:3048:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 19,
"time": "1774939219"
},
"departure": {
"delay": 19,
"time": "1774939219"
},
"stopId": "FR:76351:ZE:4357:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 55,
"time": "1774940635"
},
"departure": {
"delay": 55,
"time": "1774940635"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 58,
"time": "1774939078"
},
"departure": {
"delay": 58,
"time": "1774939078"
},
"stopId": "FR:76351:ZE:3669:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"time": "1774939920"
},
"departure": {
"time": "1774939920"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 12,
"time": "1774940832"
},
"departure": {
"delay": 12,
"time": "1774940832"
},
"stopId": "FR:76351:ZE:3357:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:76351:ZE:3533:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940340"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 11,
"time": "1774941131"
},
"departure": {
"delay": 11,
"time": "1774941131"
},
"stopId": "FR:76351:ZE:5223:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"time": "1774939380"
},
"departure": {
"time": "1774939380"
},
"stopId": "FR:76351:ZE:3771:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 35,
"time": "1774940435"
},
"departure": {
"delay": 35,
"time": "1774940435"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 58,
"time": "1774940218"
},
"departure": {
"delay": 58,
"time": "1774940218"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"time": "1774940580"
},
"departure": {
"time": "1774940580"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"time": "1774940880"
},
"departure": {
"time": "1774940880"
},
"stopId": "FR:76351:ZE:3124:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"time": "1774938840"
},
"stopId": "FR:76351:ZE:4595:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"time": "1774941060"
},
"departure": {
"time": "1774941060"
},
"stopId": "FR:76351:ZE:3426:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 9,
"time": "1774941009"
},
"departure": {
"delay": 9,
"time": "1774941009"
},
"stopId": "FR:76351:ZE:3363:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 2,
"time": "1774941482"
},
"departure": {
"delay": 2,
"time": "1774941482"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"time": "1774941540"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 40,
"time": "1774939540"
},
"departure": {
"delay": 40,
"time": "1774939540"
},
"stopId": "FR:76351:ZE:3534:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 27,
"time": "1774941087"
},
"departure": {
"delay": 27,
"time": "1774941087"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"time": "1774939140"
},
"departure": {
"time": "1774939140"
},
"stopId": "FR:76351:ZE:3253:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 39,
"time": "1774938999"
},
"departure": {
"delay": 39,
"time": "1774938999"
},
"stopId": "FR:76351:ZE:3387:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 18,
"time": "1774940778"
},
"departure": {
"delay": 18,
"time": "1774940778"
},
"stopId": "FR:76351:ZE:3531:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"time": "1774939620"
},
"departure": {
"time": "1774939620"
},
"stopId": "FR:76351:ZE:4134:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 14,
"time": "1774940294"
},
"departure": {
"delay": 14,
"time": "1774940294"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"time": "1774941240"
},
"departure": {
"time": "1774941240"
},
"stopId": "FR:76351:ZE:4467:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 4,
"time": "1774940944"
},
"departure": {
"delay": 4,
"time": "1774940944"
},
"stopId": "FR:76351:ZE:3417:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 59,
"time": "1774940699"
},
"departure": {
"delay": 59,
"time": "1774940699"
},
"stopId": "FR:76351:ZE:3627:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 54,
"time": "1774940394"
},
"departure": {
"delay": 54,
"time": "1774940394"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 8,
"time": "1774941308"
},
"departure": {
"delay": 8,
"time": "1774941308"
},
"stopId": "FR:76351:ZE:4724:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"time": "1774941180"
},
"departure": {
"time": "1774941180"
},
"stopId": "FR:76351:ZE:4558:ATOUMOD003",
"stopSequence": 30
}
],
"timestamp": "1774938519",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230670x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598411:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774940100"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T8:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598411:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850332F294265x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939380"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:76596:ZE:StopPointxOCETrainxTERx87413310:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1774939020"
},
"departure": {
"time": "1774939080"
},
"stopId": "FR:76341:ZE:StopPointxOCETrainxTERx87413302:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1774939740"
},
"departure": {
"time": "1774939800"
},
"stopId": "FR:76250:ZE:StopPointxOCETrainxTERx87413328:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774941420"
},
"stopId": "FR:76259:ZE:StopPointxOCETrainxTERx87413542:ATOUMOD002",
"stopSequence": 13
},
{
"departure": {
"time": "1774938720"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 4
},
{
"arrival": {
"time": "1774940160"
},
"departure": {
"time": "1774940220"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 12
}
],
"timestamp": "1774935098",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxb66ce399xd888x47dex897bx46f7f79fa5adx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850332F294265x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745716x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 44,
"time": "1774934830"
},
"departure": {
"delay": 44,
"time": "1774934864"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 197,
"time": "1774937584"
},
"departure": {
"delay": 197,
"time": "1774937597"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 132,
"time": "1774935300"
},
"departure": {
"delay": 132,
"time": "1774935372"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 318,
"time": "1774937025"
},
"departure": {
"delay": 318,
"time": "1774937058"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 44,
"time": "1774934932"
},
"departure": {
"delay": 44,
"time": "1774934984"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 207,
"time": "1774937395"
},
"departure": {
"delay": 207,
"time": "1774937427"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 310,
"time": "1774937201"
},
"departure": {
"delay": 310,
"time": "1774937230"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 271,
"time": "1774936984"
},
"departure": {
"delay": 271,
"time": "1774937011"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 121,
"time": "1774937821"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 237,
"time": "1774936879"
},
"departure": {
"delay": 237,
"time": "1774936917"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 218,
"time": "1774936684"
},
"departure": {
"delay": 218,
"time": "1774936718"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 73,
"time": "1774935690"
},
"departure": {
"delay": 73,
"time": "1774935733"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 214,
"time": "1774936376"
},
"departure": {
"delay": 214,
"time": "1774936414"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 122,
"time": "1774935488"
},
"departure": {
"delay": 122,
"time": "1774935542"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 327,
"time": "1774937091"
},
"departure": {
"delay": 327,
"time": "1774937127"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 74,
"time": "1774935134"
},
"departure": {
"delay": 74,
"time": "1774935134"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 22,
"time": "1774935015"
},
"departure": {
"delay": 22,
"time": "1774935022"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 247,
"time": "1774937337"
},
"departure": {
"delay": 247,
"time": "1774937347"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 148,
"time": "1774936189"
},
"departure": {
"delay": 148,
"time": "1774936228"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 239,
"time": "1774936467"
},
"departure": {
"delay": 239,
"time": "1774936499"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 196,
"time": "1774937624"
},
"departure": {
"delay": 196,
"time": "1774937656"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 272,
"time": "1774937281"
},
"departure": {
"delay": 272,
"time": "1774937312"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 232,
"time": "1774936512"
},
"departure": {
"delay": 232,
"time": "1774936552"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 87,
"time": "1774935578"
},
"departure": {
"delay": 87,
"time": "1774935627"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 213,
"time": "1774937530"
},
"departure": {
"delay": 213,
"time": "1774937553"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 177,
"time": "1774937740"
},
"departure": {
"delay": 177,
"time": "1774937757"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"departure": {
"delay": 16,
"time": "1774934776"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 157,
"time": "1774937772"
},
"departure": {
"delay": 157,
"time": "1774937797"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 234,
"time": "1774936587"
},
"departure": {
"delay": 234,
"time": "1774936614"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 227,
"time": "1774937481"
},
"departure": {
"delay": 227,
"time": "1774937507"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 206,
"time": "1774935857"
},
"departure": {
"delay": 206,
"time": "1774935986"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 179,
"time": "1774936083"
},
"departure": {
"delay": 179,
"time": "1774936139"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 174,
"time": "1774937684"
},
"departure": {
"delay": 174,
"time": "1774937694"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 102,
"time": "1774935419"
},
"departure": {
"delay": 102,
"time": "1774935462"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 78,
"time": "1774935180"
},
"departure": {
"delay": 78,
"time": "1774935258"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 233,
"time": "1774936815"
},
"departure": {
"delay": 233,
"time": "1774936853"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745716x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3401F299706x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939140"
},
"departure": {
"time": "1774939200"
},
"stopId": "FR:27679:ZE:StopPointxOCETrainxTERx87393595:ATOUMOD002",
"stopSequence": 44
},
{
"arrival": {
"time": "1774937940"
},
"departure": {
"time": "1774938000"
},
"stopId": "FR:28134:ZE:StopPointxOCETrainxTERx87393488:ATOUMOD002",
"stopSequence": 40
},
{
"arrival": {
"time": "1774944480"
},
"departure": {
"time": "1774944540"
},
"stopId": "FR:14762:ZE:StopPointxOCETrainxTERx87448159:ATOUMOD002",
"stopSequence": 58
},
{
"arrival": {
"time": "1774942860"
},
"departure": {
"time": "1774942920"
},
"stopId": "FR:61063:ZE:StopPointxOCETrainxTERx87448084:ATOUMOD002",
"stopSequence": 54
},
{
"arrival": {
"time": "1774943520"
},
"departure": {
"time": "1774943640"
},
"stopId": "FR:61169:ZE:StopPointxOCETrainxTERx87448001:ATOUMOD002",
"stopSequence": 56
},
{
"arrival": {
"time": "1774947180"
},
"stopId": "FR:50218:ZE:StopPointxOCETrainxTERx87447680:ATOUMOD002",
"stopSequence": 84
},
{
"arrival": {
"time": "1774941840"
},
"departure": {
"time": "1774941960"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 52
},
{
"departure": {
"time": "1774935120"
},
"stopId": "FR:75115:ZE:StopPointxOCETrainxTERx87391003:ATOUMOD002",
"stopSequence": 36
},
{
"arrival": {
"time": "1774946100"
},
"departure": {
"time": "1774946580"
},
"stopId": "FR:50188:ZE:StopPointxOCETrainxTERx87447649:ATOUMOD002",
"stopSequence": 62
},
{
"arrival": {
"time": "1774945560"
},
"departure": {
"time": "1774945620"
},
"stopId": "FR:50639:ZE:StopPointxOCETrainxTERx87447698:ATOUMOD002",
"stopSequence": 60
},
{
"arrival": {
"time": "1774939980"
},
"departure": {
"time": "1774940040"
},
"stopId": "FR:61214:ZE:StopPointxOCETrainxTERx87444638:ATOUMOD002",
"stopSequence": 46
},
{
"arrival": {
"time": "1774941300"
},
"departure": {
"time": "1774941360"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 50
},
{
"arrival": {
"time": "1774935900"
},
"departure": {
"time": "1774935960"
},
"stopId": "FR:78646:ZE:StopPointxOCETrainxTERx87393009:ATOUMOD002",
"stopSequence": 38
}
],
"timestamp": "1774931499",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx6155CD5FxAB2Dx4274xA052x8C7462540578x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3401F299706x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596535:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -36,
"time": "1774941504"
},
"departure": {
"delay": -36,
"time": "1774941504"
},
"stopId": "FR:27229:ZE:0xLET02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -199,
"time": "1774941761"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 11,
"time": "1774941371"
},
"departure": {
"delay": 11,
"time": "1774941371"
},
"stopId": "FR:27229:ZE:0xPOL02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -109,
"time": "1774941671"
},
"departure": {
"delay": -109,
"time": "1774941671"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 48,
"time": "1774941048"
},
"departure": {
"delay": 48,
"time": "1774941048"
},
"stopId": "FR:27229:ZE:0xRON02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -39,
"time": "1774941621"
},
"departure": {
"delay": -39,
"time": "1774941621"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -1725,
"time": "1774938735"
},
"departure": {
"delay": -1725,
"time": "1774938735"
},
"stopId": "FR:27306:ZE:0xMRE02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -25,
"time": "1774941575"
},
"departure": {
"delay": -25,
"time": "1774941575"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 19,
"time": "1774940659"
},
"departure": {
"delay": 19,
"time": "1774940659"
},
"stopId": "FR:27017:ZE:0xCNL02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 43,
"time": "1774941463"
},
"departure": {
"delay": 43,
"time": "1774941463"
},
"stopId": "FR:27229:ZE:0xMOU02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 17,
"time": "1774941317"
},
"departure": {
"delay": 17,
"time": "1774941317"
},
"stopId": "FR:27229:ZE:0xTRA02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 15,
"time": "1774940715"
},
"departure": {
"delay": 15,
"time": "1774940715"
},
"stopId": "FR:27017:ZE:0xPAF01:ATOUMOD004",
"stopSequence": 5
},
{
"departure": {
"delay": -1725,
"time": "1774938735"
},
"stopId": "FR:27306:ZE:0xCID02:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 55,
"time": "1774941175"
},
"departure": {
"delay": 55,
"time": "1774941175"
},
"stopId": "FR:27229:ZE:0xLAK02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"time": "1774941420"
},
"departure": {
"time": "1774941420"
},
"stopId": "FR:27229:ZE:0xORL02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 49,
"time": "1774940689"
},
"departure": {
"delay": 49,
"time": "1774940689"
},
"stopId": "FR:27017:ZE:0xANG02:ATOUMOD004",
"stopSequence": 4
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T6:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596535:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:275:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774942740"
},
"departure": {
"time": "1774943700"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1774941900"
},
"departure": {
"time": "1774943880"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 12
}
],
"timestamp": "1774938654",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:275:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4090:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938264"
},
"departure": {
"time": "1774938264"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"time": "1774937896"
},
"departure": {
"time": "1774937914"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"time": "1774937800"
},
"departure": {
"time": "1774937800"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"time": "1774938358"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"time": "1774938167"
},
"departure": {
"time": "1774938193"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"time": "1774938082"
},
"departure": {
"time": "1774938093"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1774938019"
},
"departure": {
"time": "1774938037"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1774936298",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4090:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748427x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 79,
"time": "1774930315"
},
"departure": {
"delay": 79,
"time": "1774930339"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 89,
"time": "1774930277"
},
"departure": {
"delay": 89,
"time": "1774930289"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 69,
"time": "1774931395"
},
"departure": {
"delay": 69,
"time": "1774931409"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 3,
"time": "1774930435"
},
"departure": {
"delay": 3,
"time": "1774930443"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 9,
"time": "1774930645"
},
"departure": {
"delay": 9,
"time": "1774930689"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 33,
"time": "1774930098"
},
"departure": {
"delay": 33,
"time": "1774930113"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 52,
"time": "1774931795"
},
"departure": {
"delay": 52,
"time": "1774931812"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 109,
"time": "1774931911"
},
"departure": {
"delay": 109,
"time": "1774931929"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 72,
"time": "1774930967"
},
"departure": {
"delay": 72,
"time": "1774930992"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 87,
"time": "1774931219"
},
"departure": {
"delay": 87,
"time": "1774931247"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 81,
"time": "1774931704"
},
"departure": {
"delay": 81,
"time": "1774931721"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 28,
"time": "1774931475"
},
"departure": {
"delay": 28,
"time": "1774931488"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 121,
"time": "1774932226"
},
"departure": {
"delay": 121,
"time": "1774932241"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 101,
"time": "1774930214"
},
"departure": {
"delay": 101,
"time": "1774930241"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 21,
"time": "1774929981"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 102,
"time": "1774930167"
},
"departure": {
"delay": 102,
"time": "1774930182"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 72,
"time": "1774931095"
},
"departure": {
"delay": 72,
"time": "1774931112"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 63,
"time": "1774931023"
},
"departure": {
"delay": 63,
"time": "1774931043"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 15,
"time": "1774930563"
},
"departure": {
"delay": 15,
"time": "1774930575"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 95,
"time": "1774932018"
},
"departure": {
"delay": 95,
"time": "1774932035"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -4,
"time": "1774930457"
},
"departure": {
"delay": -4,
"time": "1774930496"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 21,
"time": "1774930384"
},
"departure": {
"delay": 21,
"time": "1774930401"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 39,
"time": "1774930345"
},
"departure": {
"delay": 39,
"time": "1774930359"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 48,
"time": "1774930051"
},
"departure": {
"delay": 48,
"time": "1774930068"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 25,
"time": "1774931524"
},
"departure": {
"delay": 25,
"time": "1774931545"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 119,
"time": "1774932283"
},
"departure": {
"delay": 119,
"time": "1774932299"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 71,
"time": "1774932491"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 76,
"time": "1774932121"
},
"departure": {
"delay": 76,
"time": "1774932136"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 83,
"time": "1774931141"
},
"departure": {
"delay": 83,
"time": "1774931183"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 80,
"time": "1774932183"
},
"departure": {
"delay": 80,
"time": "1774932200"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 94,
"time": "1774931292"
},
"departure": {
"delay": 94,
"time": "1774931314"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 81,
"time": "1774931826"
},
"departure": {
"delay": 81,
"time": "1774931841"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 52,
"time": "1774930735"
},
"departure": {
"delay": 52,
"time": "1774930912"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 88,
"time": "1774931938"
},
"departure": {
"delay": 88,
"time": "1774931968"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748427x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758056x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774930124"
},
"departure": {
"time": "1774930140"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 32,
"time": "1774930513"
},
"departure": {
"delay": 32,
"time": "1774930592"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 48,
"time": "1774931518"
},
"departure": {
"delay": 48,
"time": "1774931568"
},
"stopId": "FR:50087:ZE:BRXSTA:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -49,
"time": "1774930794"
},
"departure": {
"delay": -49,
"time": "1774930811"
},
"stopId": "FR:50599:ZE:10ZCT2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 48,
"time": "1774930639"
},
"departure": {
"delay": 48,
"time": "1774930668"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -5,
"time": "1774932882"
},
"departure": {
"delay": -5,
"time": "1774932955"
},
"stopId": "FR:50615:ZE:VALGS1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 11,
"time": "1774931338"
},
"departure": {
"delay": 11,
"time": "1774931351"
},
"stopId": "FR:50087:ZE:BRXBP2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 77,
"time": "1774930081"
},
"departure": {
"delay": 77,
"time": "1774930097"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 9,
"time": "1774933031"
},
"departure": {
"delay": 9,
"time": "1774933089"
},
"stopId": "FR:50615:ZE:VALCA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 84,
"time": "1774931918"
},
"departure": {
"delay": 84,
"time": "1774931964"
},
"stopId": "FR:50579:ZE:SOTML2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -1,
"time": "1774930422"
},
"departure": {
"delay": -1,
"time": "1774930439"
},
"stopId": "FR:50129:ZE:10MAG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 43,
"time": "1774932643"
},
"departure": {
"delay": 43,
"time": "1774932643"
},
"stopId": "FR:50615:ZE:VALFB1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 23,
"time": "1774930902"
},
"departure": {
"delay": 23,
"time": "1774931003"
},
"stopId": "FR:50599:ZE:TOLNR2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 46,
"time": "1774930209"
},
"departure": {
"delay": 46,
"time": "1774930246"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 18,
"time": "1774930268"
},
"departure": {
"delay": 18,
"time": "1774930278"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 17,
"time": "1774932694"
},
"departure": {
"delay": 17,
"time": "1774932737"
},
"stopId": "FR:50615:ZE:VALCH2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -119,
"time": "1774933561"
},
"stopId": "FR:50341:ZE:MONAP2:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 137,
"time": "1774930037"
},
"stopId": "FR:50129:ZE:10PEM3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 82,
"time": "1774932407"
},
"departure": {
"delay": 82,
"time": "1774932442"
},
"stopId": "FR:50615:ZE:VALZA2:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:D:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758056x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490616:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -237,
"time": "1774941723"
},
"departure": {
"delay": -237,
"time": "1774941723"
},
"stopId": "FR:27458:ZE:0x6688:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -167,
"time": "1774940893"
},
"departure": {
"delay": -167,
"time": "1774940893"
},
"stopId": "FR:27008:ZE:0x6054:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -116,
"time": "1774940104"
},
"departure": {
"delay": -116,
"time": "1774940104"
},
"stopId": "FR:27469:ZE:0x6662:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -181,
"time": "1774941299"
},
"departure": {
"delay": -181,
"time": "1774941299"
},
"stopId": "FR:27386:ZE:0x6366:ATOUMOD006",
"stopSequence": 31
},
{
"departure": {
"time": "1774939200"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -132,
"time": "1774940928"
},
"departure": {
"delay": -132,
"time": "1774940928"
},
"stopId": "FR:27008:ZE:0x6046:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -202,
"time": "1774941518"
},
"departure": {
"delay": -202,
"time": "1774941518"
},
"stopId": "FR:27458:ZE:0x6684:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -119,
"time": "1774940401"
},
"departure": {
"delay": -119,
"time": "1774940401"
},
"stopId": "FR:27348:ZE:0x6297:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -36,
"time": "1774939344"
},
"departure": {
"delay": -36,
"time": "1774939344"
},
"stopId": "FR:27701:ZE:0x7163:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 20,
"time": "1774939520"
},
"departure": {
"delay": 20,
"time": "1774939520"
},
"stopId": "FR:27365:ZE:0x6325:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 12,
"time": "1774939392"
},
"departure": {
"delay": 12,
"time": "1774939392"
},
"stopId": "FR:27701:ZE:0x7102:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -186,
"time": "1774941654"
},
"departure": {
"delay": -186,
"time": "1774941654"
},
"stopId": "FR:27458:ZE:0x6691:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -46,
"time": "1774939694"
},
"departure": {
"delay": -46,
"time": "1774939694"
},
"stopId": "FR:27365:ZE:0x7269:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -187,
"time": "1774941113"
},
"departure": {
"delay": -187,
"time": "1774941113"
},
"stopId": "FR:27008:ZE:0x6059:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 6,
"time": "1774939326"
},
"departure": {
"delay": 6,
"time": "1774939326"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -146,
"time": "1774940974"
},
"departure": {
"delay": -146,
"time": "1774940974"
},
"stopId": "FR:27008:ZE:0x6052:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -226,
"time": "1774941554"
},
"departure": {
"delay": -226,
"time": "1774941554"
},
"stopId": "FR:27458:ZE:0x6678:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -180,
"time": "1774940520"
},
"departure": {
"delay": -180,
"time": "1774940520"
},
"stopId": "FR:27348:ZE:0x6301:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 3,
"time": "1774939443"
},
"departure": {
"delay": 3,
"time": "1774939443"
},
"stopId": "FR:27701:ZE:0x7052:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -170,
"time": "1774941190"
},
"departure": {
"delay": -170,
"time": "1774941190"
},
"stopId": "FR:27386:ZE:0x6375:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -198,
"time": "1774941222"
},
"departure": {
"delay": -198,
"time": "1774941222"
},
"stopId": "FR:27386:ZE:0x6377:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -180,
"time": "1774941060"
},
"departure": {
"delay": -180,
"time": "1774941060"
},
"stopId": "FR:27008:ZE:0x6057:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -12,
"time": "1774939908"
},
"departure": {
"delay": -12,
"time": "1774939908"
},
"stopId": "FR:27196:ZE:0x6323:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -213,
"time": "1774941447"
},
"departure": {
"delay": -213,
"time": "1774941447"
},
"stopId": "FR:27458:ZE:0x6680:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": 5,
"time": "1774939565"
},
"departure": {
"delay": 5,
"time": "1774939565"
},
"stopId": "FR:27365:ZE:0x6332:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -182,
"time": "1774941418"
},
"departure": {
"delay": -182,
"time": "1774941418"
},
"stopId": "FR:27458:ZE:0x6694:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -99,
"time": "1774940361"
},
"departure": {
"delay": -99,
"time": "1774940361"
},
"stopId": "FR:27348:ZE:0x6298:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -169,
"time": "1774941491"
},
"departure": {
"delay": -169,
"time": "1774941491"
},
"stopId": "FR:27458:ZE:0x6692:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -70,
"time": "1774939850"
},
"departure": {
"delay": -70,
"time": "1774939850"
},
"stopId": "FR:27196:ZE:0x6320:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -241,
"time": "1774941779"
},
"stopId": "FR:27458:ZE:0x6686:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -121,
"time": "1774940459"
},
"departure": {
"delay": -121,
"time": "1774940459"
},
"stopId": "FR:27348:ZE:0x6303:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -27,
"time": "1774939653"
},
"departure": {
"delay": -27,
"time": "1774939653"
},
"stopId": "FR:27365:ZE:0x7271:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -10,
"time": "1774939490"
},
"departure": {
"delay": -10,
"time": "1774939490"
},
"stopId": "FR:27365:ZE:0x6324:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -64,
"time": "1774939976"
},
"departure": {
"delay": -64,
"time": "1774939976"
},
"stopId": "FR:27196:ZE:0x6319:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -177,
"time": "1774941003"
},
"departure": {
"delay": -177,
"time": "1774941003"
},
"stopId": "FR:27008:ZE:0x6048:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -211,
"time": "1774941329"
},
"departure": {
"delay": -211,
"time": "1774941329"
},
"stopId": "FR:27458:ZE:0x6698:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -185,
"time": "1774940815"
},
"departure": {
"delay": -185,
"time": "1774940815"
},
"stopId": "FR:27348:ZE:0x6292:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -156,
"time": "1774940844"
},
"departure": {
"delay": -156,
"time": "1774940844"
},
"stopId": "FR:27008:ZE:0x6050:ATOUMOD006",
"stopSequence": 22
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490616:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx128:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 41,
"time": "1774939421"
},
"departure": {
"delay": 41,
"time": "1774939421"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 51,
"time": "1774938566"
},
"departure": {
"delay": 51,
"time": "1774938591"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 79,
"time": "1774939519"
},
"departure": {
"delay": 79,
"time": "1774939519"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 46,
"time": "1774936906"
},
"departure": {
"delay": 46,
"time": "1774936906"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 102,
"time": "1774937142"
},
"departure": {
"delay": 102,
"time": "1774937142"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 6,
"time": "1774938039"
},
"departure": {
"delay": 6,
"time": "1774938066"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 20,
"time": "1774936820"
},
"departure": {
"delay": 20,
"time": "1774936820"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 91,
"time": "1774938666"
},
"departure": {
"delay": 91,
"time": "1774938691"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 78,
"time": "1774939338"
},
"departure": {
"delay": 78,
"time": "1774939338"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -69,
"time": "1774938291"
},
"departure": {
"delay": -69,
"time": "1774938291"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 22,
"time": "1774938142"
},
"departure": {
"delay": 22,
"time": "1774938142"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 71,
"time": "1774936991"
},
"departure": {
"delay": 71,
"time": "1774936991"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 71,
"time": "1774938791"
},
"departure": {
"delay": 71,
"time": "1774938791"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"departure": {
"delay": 30,
"time": "1774936590"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 41,
"time": "1774939901"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 12,
"time": "1774937292"
},
"departure": {
"delay": 12,
"time": "1774937292"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -111,
"time": "1774937744"
},
"departure": {
"delay": -111,
"time": "1774937769"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 86,
"time": "1774937066"
},
"departure": {
"delay": 86,
"time": "1774937066"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 16,
"time": "1774937536"
},
"departure": {
"delay": 16,
"time": "1774937536"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -71,
"time": "1774937844"
},
"departure": {
"delay": -71,
"time": "1774937869"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 15,
"time": "1774936695"
},
"departure": {
"delay": 15,
"time": "1774936695"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 41,
"time": "1774939061"
},
"departure": {
"delay": 41,
"time": "1774939061"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 21,
"time": "1774938366"
},
"departure": {
"delay": 21,
"time": "1774938441"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 42,
"time": "1774939242"
},
"departure": {
"delay": 42,
"time": "1774939242"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 6,
"time": "1774937443"
},
"departure": {
"delay": 6,
"time": "1774937466"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 72,
"time": "1774939632"
},
"departure": {
"delay": 72,
"time": "1774939632"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -24,
"time": "1774938198"
},
"departure": {
"delay": -24,
"time": "1774938216"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 41,
"time": "1774939721"
},
"departure": {
"delay": 41,
"time": "1774939721"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 51,
"time": "1774936768"
},
"departure": {
"delay": 51,
"time": "1774936791"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 68,
"time": "1774939148"
},
"departure": {
"delay": 68,
"time": "1774939148"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
}
],
"timestamp": "1774936078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx128:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745710x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14,
"time": "1774928259"
},
"departure": {
"delay": 14,
"time": "1774928294"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -26,
"time": "1774929204"
},
"departure": {
"delay": -26,
"time": "1774929214"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -46,
"time": "1774929241"
},
"departure": {
"delay": -46,
"time": "1774929254"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 34,
"time": "1774928335"
},
"departure": {
"delay": 34,
"time": "1774928374"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 19,
"time": "1774929035"
},
"departure": {
"delay": 19,
"time": "1774929079"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 228,
"time": "1774927419"
},
"departure": {
"delay": 228,
"time": "1774927428"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 12,
"time": "1774928588"
},
"departure": {
"delay": 12,
"time": "1774928652"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 284,
"time": "1774927298"
},
"departure": {
"delay": 284,
"time": "1774927304"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -104,
"time": "1774929428"
},
"departure": {
"delay": -104,
"time": "1774929436"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 124,
"time": "1774927559"
},
"departure": {
"delay": 124,
"time": "1774927564"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 12,
"time": "1774928200"
},
"departure": {
"delay": 12,
"time": "1774928232"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 60,
"time": "1774928798"
},
"departure": {
"delay": 60,
"time": "1774928820"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 11,
"time": "1774928456"
},
"departure": {
"delay": 11,
"time": "1774928471"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -162,
"time": "1774929498"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 31,
"time": "1774928724"
},
"departure": {
"delay": 31,
"time": "1774928731"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 309,
"time": "1774927240"
},
"departure": {
"delay": 309,
"time": "1774927269"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"time": "1774928985"
},
"departure": {
"time": "1774929000"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 302,
"time": "1774927376"
},
"departure": {
"delay": 302,
"time": "1774927382"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -109,
"time": "1774929361"
},
"departure": {
"delay": -109,
"time": "1774929371"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 44,
"time": "1774928908"
},
"departure": {
"delay": 44,
"time": "1774928924"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 8,
"time": "1774928027"
},
"departure": {
"delay": 8,
"time": "1774928048"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 61,
"time": "1774927836"
},
"departure": {
"delay": 61,
"time": "1774927861"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 34,
"time": "1774927699"
},
"departure": {
"delay": 34,
"time": "1774927714"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 332,
"time": "1774927160"
},
"departure": {
"delay": 332,
"time": "1774927172"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 57,
"time": "1774928741"
},
"departure": {
"delay": 57,
"time": "1774928757"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -2,
"time": "1774927928"
},
"departure": {
"delay": -2,
"time": "1774927978"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 5,
"time": "1774928095"
},
"departure": {
"delay": 5,
"time": "1774928165"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -80,
"time": "1774929331"
},
"departure": {
"delay": -80,
"time": "1774929340"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 204,
"time": "1774927453"
},
"departure": {
"delay": 204,
"time": "1774927464"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 338,
"time": "1774927118"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -39,
"time": "1774929132"
},
"departure": {
"delay": -39,
"time": "1774929141"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 156,
"time": "1774927504"
},
"departure": {
"delay": 156,
"time": "1774927536"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -56,
"time": "1774929285"
},
"departure": {
"delay": -56,
"time": "1774929304"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -40,
"time": "1774928518"
},
"departure": {
"delay": -40,
"time": "1774928540"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -143,
"time": "1774929450"
},
"departure": {
"delay": -143,
"time": "1774929457"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 76,
"time": "1774927604"
},
"departure": {
"delay": 76,
"time": "1774927636"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745710x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4075809x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 47,
"time": "1774939007"
},
"departure": {
"delay": 47,
"time": "1774939007"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 21,
"time": "1774939401"
},
"departure": {
"delay": 21,
"time": "1774939401"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 21,
"time": "1774939101"
},
"departure": {
"delay": 21,
"time": "1774939101"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 55,
"time": "1774939255"
},
"departure": {
"delay": 55,
"time": "1774939255"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 48,
"time": "1774938828"
},
"departure": {
"delay": 48,
"time": "1774938828"
},
"stopId": "FR:76351:ZE:3667:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 21,
"time": "1774939581"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 69,
"time": "1774938909"
},
"departure": {
"delay": 69,
"time": "1774938909"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 21,
"time": "1774939341"
},
"departure": {
"delay": 21,
"time": "1774939341"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 64,
"time": "1774938664"
},
"stopId": "FR:76351:ZE:3389:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 26,
"time": "1774938566"
},
"stopId": "FR:76351:ZE:3145:ATOUMOD003",
"stopSequence": 5
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C6:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4075809x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490640:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 8,
"time": "1774941188"
},
"departure": {
"delay": 8,
"time": "1774941188"
},
"stopId": "FR:27386:ZE:0x6367:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -185,
"time": "1774942795"
},
"departure": {
"delay": -185,
"time": "1774942795"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -154,
"time": "1774942646"
},
"departure": {
"delay": -154,
"time": "1774942646"
},
"stopId": "FR:27365:ZE:0x6333:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -154,
"time": "1774942346"
},
"departure": {
"delay": -154,
"time": "1774942346"
},
"stopId": "FR:27196:ZE:0x6321:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": 11,
"time": "1774940771"
},
"departure": {
"delay": 11,
"time": "1774940771"
},
"stopId": "FR:27458:ZE:0x6682:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -150,
"time": "1774942290"
},
"departure": {
"delay": -150,
"time": "1774942290"
},
"stopId": "FR:27196:ZE:0x6322:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -21,
"time": "1774940979"
},
"departure": {
"delay": -21,
"time": "1774940979"
},
"stopId": "FR:27458:ZE:0x6693:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -185,
"time": "1774942675"
},
"departure": {
"delay": -185,
"time": "1774942675"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -161,
"time": "1774942759"
},
"departure": {
"delay": -161,
"time": "1774942759"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -14,
"time": "1774941286"
},
"departure": {
"delay": -14,
"time": "1774941286"
},
"stopId": "FR:27386:ZE:0x6374:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 15,
"time": "1774941375"
},
"departure": {
"delay": 15,
"time": "1774941375"
},
"stopId": "FR:27008:ZE:0x6058:ATOUMOD006",
"stopSequence": 13
},
{
"departure": {
"time": "1774940700"
},
"stopId": "FR:27458:ZE:0x6686:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -3,
"time": "1774941057"
},
"departure": {
"delay": -3,
"time": "1774941057"
},
"stopId": "FR:27458:ZE:0x6695:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 32,
"time": "1774941632"
},
"departure": {
"delay": 32,
"time": "1774941632"
},
"stopId": "FR:27008:ZE:0x6055:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -2,
"time": "1774940938"
},
"departure": {
"delay": -2,
"time": "1774940938"
},
"stopId": "FR:27458:ZE:0x6685:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -21,
"time": "1774941699"
},
"departure": {
"delay": -21,
"time": "1774941699"
},
"stopId": "FR:27348:ZE:0x6293:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 48,
"time": "1774940808"
},
"departure": {
"delay": 48,
"time": "1774940808"
},
"stopId": "FR:27458:ZE:0x6690:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -166,
"time": "1774942694"
},
"departure": {
"delay": -166,
"time": "1774942694"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -273,
"time": "1774943007"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": 14,
"time": "1774941974"
},
"departure": {
"delay": 14,
"time": "1774941974"
},
"stopId": "FR:27348:ZE:0x6299:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -180,
"time": "1774942500"
},
"departure": {
"delay": -180,
"time": "1774942500"
},
"stopId": "FR:27365:ZE:0x7270:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -219,
"time": "1774942881"
},
"departure": {
"delay": -219,
"time": "1774942881"
},
"stopId": "FR:27701:ZE:0x7162:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": 32,
"time": "1774941512"
},
"departure": {
"delay": 32,
"time": "1774941512"
},
"stopId": "FR:27008:ZE:0x6053:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -184,
"time": "1774942556"
},
"departure": {
"delay": -184,
"time": "1774942556"
},
"stopId": "FR:27365:ZE:0x7272:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 11,
"time": "1774941671"
},
"departure": {
"delay": 11,
"time": "1774941671"
},
"stopId": "FR:27008:ZE:0x6051:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -175,
"time": "1774942925"
},
"departure": {
"delay": -175,
"time": "1774942925"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -8,
"time": "1774941832"
},
"departure": {
"delay": -8,
"time": "1774941832"
},
"stopId": "FR:27348:ZE:0x6300:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 57,
"time": "1774941477"
},
"departure": {
"delay": 57,
"time": "1774941477"
},
"stopId": "FR:27008:ZE:0x6049:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -129,
"time": "1774942131"
},
"departure": {
"delay": -129,
"time": "1774942131"
},
"stopId": "FR:27469:ZE:0x6632:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -41,
"time": "1774941139"
},
"departure": {
"delay": -41,
"time": "1774941139"
},
"stopId": "FR:27458:ZE:0x6699:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -90,
"time": "1774942230"
},
"departure": {
"delay": -90,
"time": "1774942230"
},
"stopId": "FR:27196:ZE:0x6318:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -28,
"time": "1774941932"
},
"departure": {
"delay": -28,
"time": "1774941932"
},
"stopId": "FR:27348:ZE:0x6296:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -99,
"time": "1774942161"
},
"departure": {
"delay": -99,
"time": "1774942161"
},
"stopId": "FR:27469:ZE:0x7189:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 35,
"time": "1774941575"
},
"departure": {
"delay": 35,
"time": "1774941575"
},
"stopId": "FR:27008:ZE:0x6047:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -1,
"time": "1774941899"
},
"departure": {
"delay": -1,
"time": "1774941899"
},
"stopId": "FR:27348:ZE:0x6302:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -47,
"time": "1774940893"
},
"departure": {
"delay": -47,
"time": "1774940893"
},
"stopId": "FR:27458:ZE:0x6679:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 21,
"time": "1774941441"
},
"departure": {
"delay": 21,
"time": "1774941441"
},
"stopId": "FR:27008:ZE:0x6056:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 27,
"time": "1774941027"
},
"departure": {
"delay": 27,
"time": "1774941027"
},
"stopId": "FR:27458:ZE:0x6681:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -49,
"time": "1774941251"
},
"departure": {
"delay": -49,
"time": "1774941251"
},
"stopId": "FR:27386:ZE:0x6376:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -210,
"time": "1774942830"
},
"departure": {
"delay": -210,
"time": "1774942830"
},
"stopId": "FR:27701:ZE:0x7103:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -123,
"time": "1774942077"
},
"departure": {
"delay": -123,
"time": "1774942077"
},
"stopId": "FR:27469:ZE:0x6663:ATOUMOD006",
"stopSequence": 25
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490640:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746133x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 12,
"time": "1774927739"
},
"departure": {
"delay": 12,
"time": "1774927812"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 76,
"time": "1774926128"
},
"departure": {
"delay": 76,
"time": "1774926136"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -21,
"time": "1774927105"
},
"departure": {
"delay": -21,
"time": "1774927179"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -33,
"time": "1774927012"
},
"departure": {
"delay": -33,
"time": "1774927047"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -17,
"time": "1774928047"
},
"departure": {
"delay": -17,
"time": "1774928083"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 36,
"time": "1774926329"
},
"departure": {
"delay": 36,
"time": "1774926336"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 15,
"time": "1774926540"
},
"departure": {
"delay": 15,
"time": "1774926555"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -33,
"time": "1774926795"
},
"departure": {
"delay": -33,
"time": "1774926807"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 74,
"time": "1774926246"
},
"departure": {
"delay": 74,
"time": "1774926254"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -24,
"time": "1774928426"
},
"departure": {
"delay": -24,
"time": "1774928436"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 37,
"time": "1774926440"
},
"departure": {
"delay": 37,
"time": "1774926457"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 148,
"time": "1774925895"
},
"departure": {
"delay": 148,
"time": "1774925908"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 16,
"time": "1774926481"
},
"departure": {
"delay": 16,
"time": "1774926496"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -26,
"time": "1774927604"
},
"departure": {
"delay": -26,
"time": "1774927654"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"departure": {
"delay": 111,
"time": "1774925871"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -14,
"time": "1774928247"
},
"departure": {
"delay": -14,
"time": "1774928326"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -61,
"time": "1774928746"
},
"departure": {
"delay": -61,
"time": "1774928759"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -37,
"time": "1774928592"
},
"departure": {
"delay": -37,
"time": "1774928603"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -54,
"time": "1774928208"
},
"departure": {
"delay": -54,
"time": "1774928226"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -110,
"time": "1774928830"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 104,
"time": "1774926024"
},
"departure": {
"delay": 104,
"time": "1774926044"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -64,
"time": "1774928138"
},
"departure": {
"delay": -64,
"time": "1774928156"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 62,
"time": "1774926153"
},
"departure": {
"delay": 62,
"time": "1774926182"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -29,
"time": "1774926964"
},
"departure": {
"delay": -29,
"time": "1774926991"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"time": "1774926630"
},
"departure": {
"time": "1774926660"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -36,
"time": "1774926851"
},
"departure": {
"delay": -36,
"time": "1774926864"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -6,
"time": "1774927475"
},
"departure": {
"delay": -6,
"time": "1774927494"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 83,
"time": "1774926064"
},
"departure": {
"delay": 83,
"time": "1774926083"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 47,
"time": "1774927894"
},
"departure": {
"delay": 47,
"time": "1774927907"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -30,
"time": "1774928721"
},
"departure": {
"delay": -30,
"time": "1774928730"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -9,
"time": "1774926693"
},
"departure": {
"delay": -9,
"time": "1774926711"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 9,
"time": "1774926358"
},
"departure": {
"delay": 9,
"time": "1774926369"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -66,
"time": "1774928622"
},
"departure": {
"delay": -66,
"time": "1774928634"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -65,
"time": "1774928442"
},
"departure": {
"delay": -65,
"time": "1774928455"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 147,
"time": "1774925930"
},
"departure": {
"delay": 147,
"time": "1774925967"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -24,
"time": "1774927984"
},
"departure": {
"delay": -24,
"time": "1774928016"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -4,
"time": "1774926399"
},
"departure": {
"delay": -4,
"time": "1774926416"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -23,
"time": "1774928487"
},
"departure": {
"delay": -23,
"time": "1774928557"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -20,
"time": "1774927253"
},
"departure": {
"delay": -20,
"time": "1774927300"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -17,
"time": "1774927330"
},
"departure": {
"delay": -17,
"time": "1774927363"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -10,
"time": "1774927528"
},
"departure": {
"delay": -10,
"time": "1774927550"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -12,
"time": "1774927392"
},
"departure": {
"delay": -12,
"time": "1774927428"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -68,
"time": "1774928678"
},
"departure": {
"delay": -68,
"time": "1774928692"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -39,
"time": "1774928646"
},
"departure": {
"delay": -39,
"time": "1774928661"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -30,
"time": "1774928175"
},
"departure": {
"delay": -30,
"time": "1774928190"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 61,
"time": "1774926213"
},
"departure": {
"delay": 61,
"time": "1774926241"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -8,
"time": "1774926759"
},
"departure": {
"delay": -8,
"time": "1774926772"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -30,
"time": "1774926911"
},
"departure": {
"delay": -30,
"time": "1774926930"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746133x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230372x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 48,
"time": "1774938648"
},
"stopId": "FR:76351:ZE:3161:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 53,
"time": "1774941053"
},
"departure": {
"delay": 53,
"time": "1774941053"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 35,
"time": "1774940975"
},
"departure": {
"delay": 35,
"time": "1774940975"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 32
},
{
"departure": {
"delay": 66,
"time": "1774938726"
},
"stopId": "FR:76351:ZE:3655:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 61,
"time": "1774938601"
},
"stopId": "FR:76351:ZE:3229:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 74,
"time": "1774939214"
},
"departure": {
"delay": 74,
"time": "1774939214"
},
"stopId": "FR:76351:ZE:3376:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 40,
"time": "1774941280"
},
"departure": {
"delay": 40,
"time": "1774941280"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 70,
"time": "1774938970"
},
"departure": {
"delay": 70,
"time": "1774938970"
},
"stopId": "FR:76351:ZE:3707:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 35,
"time": "1774939115"
},
"departure": {
"delay": 35,
"time": "1774939115"
},
"stopId": "FR:76351:ZE:3728:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 81,
"time": "1774939041"
},
"departure": {
"delay": 81,
"time": "1774939041"
},
"stopId": "FR:76351:ZE:4875:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 35,
"time": "1774939655"
},
"departure": {
"delay": 35,
"time": "1774939655"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 79,
"time": "1774940839"
},
"departure": {
"delay": 79,
"time": "1774940839"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 87,
"time": "1774940307"
},
"departure": {
"delay": 87,
"time": "1774940307"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 74,
"time": "1774939154"
},
"departure": {
"delay": 74,
"time": "1774939154"
},
"stopId": "FR:76351:ZE:3568:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 35,
"time": "1774940495"
},
"departure": {
"delay": 35,
"time": "1774940495"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 56,
"time": "1774938896"
},
"departure": {
"delay": 56,
"time": "1774938896"
},
"stopId": "FR:76351:ZE:3709:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 78,
"time": "1774939278"
},
"departure": {
"delay": 78,
"time": "1774939278"
},
"stopId": "FR:76351:ZE:3414:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 54,
"time": "1774941354"
},
"departure": {
"delay": 54,
"time": "1774941354"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 35,
"time": "1774941215"
},
"departure": {
"delay": 35,
"time": "1774941215"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 35,
"time": "1774940135"
},
"departure": {
"delay": 35,
"time": "1774940135"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 35,
"time": "1774939415"
},
"departure": {
"delay": 35,
"time": "1774939415"
},
"stopId": "FR:76351:ZE:3605:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 35,
"time": "1774940735"
},
"departure": {
"delay": 35,
"time": "1774940735"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 67,
"time": "1774939747"
},
"departure": {
"delay": 67,
"time": "1774939747"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 76,
"time": "1774941076"
},
"departure": {
"delay": 76,
"time": "1774941076"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 40,
"time": "1774940200"
},
"departure": {
"delay": 40,
"time": "1774940200"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 82,
"time": "1774941022"
},
"departure": {
"delay": 82,
"time": "1774941022"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 46,
"time": "1774939966"
},
"departure": {
"delay": 46,
"time": "1774939966"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 79,
"time": "1774940059"
},
"departure": {
"delay": 79,
"time": "1774940059"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 35,
"time": "1774938815"
},
"departure": {
"delay": 35,
"time": "1774938815"
},
"stopId": "FR:76351:ZE:3385:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 35,
"time": "1774941695"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 56,
"time": "1774939556"
},
"departure": {
"delay": 56,
"time": "1774939556"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 47,
"time": "1774940387"
},
"departure": {
"delay": 47,
"time": "1774940387"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 28
}
],
"timestamp": "1774938650",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230372x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748425x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 78,
"time": "1774926778"
},
"departure": {
"delay": 78,
"time": "1774926798"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 76,
"time": "1774926361"
},
"departure": {
"delay": 76,
"time": "1774926376"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 71,
"time": "1774927980"
},
"departure": {
"delay": 71,
"time": "1774927991"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 122,
"time": "1774927186"
},
"departure": {
"delay": 122,
"time": "1774927202"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 25,
"time": "1774928470"
},
"departure": {
"delay": 25,
"time": "1774928485"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 130,
"time": "1774927075"
},
"departure": {
"delay": 130,
"time": "1774927090"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 4,
"time": "1774928265"
},
"departure": {
"delay": 4,
"time": "1774928284"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 55,
"time": "1774927357"
},
"departure": {
"delay": 55,
"time": "1774927375"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 79,
"time": "1774928106"
},
"departure": {
"delay": 79,
"time": "1774928119"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 32,
"time": "1774926257"
},
"departure": {
"delay": 32,
"time": "1774926272"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 72,
"time": "1774927277"
},
"departure": {
"delay": 72,
"time": "1774927332"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 115,
"time": "1774927475"
},
"departure": {
"delay": 115,
"time": "1774927495"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 88,
"time": "1774926730"
},
"departure": {
"delay": 88,
"time": "1774926748"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 120,
"time": "1774927611"
},
"departure": {
"delay": 120,
"time": "1774927800"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 41,
"time": "1774926319"
},
"departure": {
"delay": 41,
"time": "1774926341"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 7,
"time": "1774928527"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 65,
"time": "1774926650"
},
"departure": {
"delay": 65,
"time": "1774926665"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 42,
"time": "1774926042"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 95,
"time": "1774926620"
},
"departure": {
"delay": 95,
"time": "1774926635"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 80,
"time": "1774927841"
},
"departure": {
"delay": 80,
"time": "1774927880"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 65,
"time": "1774928143"
},
"departure": {
"delay": 65,
"time": "1774928165"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 36,
"time": "1774928420"
},
"departure": {
"delay": 36,
"time": "1774928436"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 15,
"time": "1774928341"
},
"departure": {
"delay": 15,
"time": "1774928355"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 55,
"time": "1774927242"
},
"departure": {
"delay": 55,
"time": "1774927255"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -7,
"time": "1774928311"
},
"departure": {
"delay": -7,
"time": "1774928333"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 108,
"time": "1774927526"
},
"departure": {
"delay": 108,
"time": "1774927548"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 96,
"time": "1774926557"
},
"departure": {
"delay": 96,
"time": "1774926576"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 125,
"time": "1774927000"
},
"departure": {
"delay": 125,
"time": "1774927025"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 171,
"time": "1774926951"
},
"departure": {
"delay": 171,
"time": "1774926951"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 105,
"time": "1774928065"
},
"departure": {
"delay": 105,
"time": "1774928085"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 75,
"time": "1774926474"
},
"departure": {
"delay": 75,
"time": "1774926495"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 53,
"time": "1774928193"
},
"departure": {
"delay": 53,
"time": "1774928213"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 19,
"time": "1774928227"
},
"departure": {
"delay": 19,
"time": "1774928239"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748425x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190116x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 74,
"time": "1774938734"
},
"departure": {
"delay": 74,
"time": "1774938734"
},
"stopId": "FR:76351:ZE:3053:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 89,
"time": "1774939409"
},
"departure": {
"delay": 89,
"time": "1774939409"
},
"stopId": "FR:76351:ZE:3779:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 59,
"time": "1774939379"
},
"departure": {
"delay": 59,
"time": "1774939379"
},
"stopId": "FR:76351:ZE:4828:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 94,
"time": "1774939474"
},
"departure": {
"delay": 94,
"time": "1774939474"
},
"stopId": "FR:76351:ZE:3777:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 104,
"time": "1774939544"
},
"departure": {
"delay": 104,
"time": "1774939544"
},
"stopId": "FR:76351:ZE:3194:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 83,
"time": "1774938563"
},
"stopId": "FR:76351:ZE:3155:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 62,
"time": "1774939322"
},
"departure": {
"delay": 62,
"time": "1774939322"
},
"stopId": "FR:76351:ZE:3783:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 59,
"time": "1774939799"
},
"stopId": "FR:76351:ZE:4537:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 70,
"time": "1774938910"
},
"departure": {
"delay": 70,
"time": "1774938910"
},
"stopId": "FR:76351:ZE:3421:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 91,
"time": "1774939171"
},
"departure": {
"delay": 91,
"time": "1774939171"
},
"stopId": "FR:76351:ZE:4911:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 59,
"time": "1774938959"
},
"departure": {
"delay": 59,
"time": "1774938959"
},
"stopId": "FR:76351:ZE:4910:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 59,
"time": "1774938839"
},
"departure": {
"delay": 59,
"time": "1774938839"
},
"stopId": "FR:76351:ZE:3142:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 69,
"time": "1774939269"
},
"departure": {
"delay": 69,
"time": "1774939269"
},
"stopId": "FR:76351:ZE:4913:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 59,
"time": "1774939619"
},
"departure": {
"delay": 59,
"time": "1774939619"
},
"stopId": "FR:76351:ZE:4142:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 78,
"time": "1774939038"
},
"departure": {
"delay": 78,
"time": "1774939038"
},
"stopId": "FR:76351:ZE:4486:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 97,
"time": "1774938997"
},
"departure": {
"delay": 97,
"time": "1774938997"
},
"stopId": "FR:76351:ZE:5150:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 59,
"time": "1774938659"
},
"stopId": "FR:76351:ZE:3549:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:09:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190116x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx85:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 245,
"time": "1774937760"
},
"departure": {
"delay": 245,
"time": "1774937765"
},
"stopId": "FR:76614:ZE:TNIx12686:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 185,
"time": "1774937340"
},
"departure": {
"delay": 185,
"time": "1774937345"
},
"stopId": "FR:76354:ZE:TNIx22585:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 185,
"time": "1774938000"
},
"departure": {
"delay": 185,
"time": "1774938005"
},
"stopId": "FR:76157:ZE:TNIx10365:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"delay": 180,
"time": "1774938540"
},
"departure": {
"delay": 180,
"time": "1774938540"
},
"stopId": "FR:76540:ZE:TNIx12866:ATOUMOD001",
"stopSequence": 45
},
{
"departure": {
"time": "1774935900"
},
"stopId": "FR:76709:ZE:TNIx22501:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 245,
"time": "1774937940"
},
"departure": {
"delay": 245,
"time": "1774937945"
},
"stopId": "FR:76157:ZE:TNIx10765:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": 65,
"time": "1774936140"
},
"departure": {
"delay": 65,
"time": "1774936145"
},
"stopId": "FR:76709:ZE:TNIx22507:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 65,
"time": "1774936800"
},
"departure": {
"delay": 65,
"time": "1774936805"
},
"stopId": "FR:76222:ZE:TNIx23154:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 65,
"time": "1774936320"
},
"departure": {
"delay": 65,
"time": "1774936325"
},
"stopId": "FR:76750:ZE:TNIx22514:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 180,
"time": "1774939140"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 46
},
{
"arrival": {
"delay": 65,
"time": "1774936020"
},
"departure": {
"delay": 65,
"time": "1774936025"
},
"stopId": "FR:76709:ZE:TNIx23021:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 185,
"time": "1774936680"
},
"departure": {
"delay": 185,
"time": "1774936685"
},
"stopId": "FR:76222:ZE:TNIx22551:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 125,
"time": "1774938060"
},
"departure": {
"delay": 125,
"time": "1774938065"
},
"stopId": "FR:76157:ZE:TNIx10603:ATOUMOD001",
"stopSequence": 43
},
{
"arrival": {
"delay": 185,
"time": "1774938240"
},
"departure": {
"delay": 185,
"time": "1774938245"
},
"stopId": "FR:76157:ZE:TNIx10604:ATOUMOD001",
"stopSequence": 44
},
{
"arrival": {
"delay": 185,
"time": "1774936980"
},
"departure": {
"delay": 185,
"time": "1774936985"
},
"stopId": "FR:76222:ZE:TNIx22575:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 240,
"time": "1774937580"
},
"departure": {
"delay": 240,
"time": "1774937640"
},
"stopId": "FR:76614:ZE:TNIx22604:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": 125,
"time": "1774937460"
},
"departure": {
"delay": 125,
"time": "1774937465"
},
"stopId": "FR:76614:ZE:TNIx22602:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": 5,
"time": "1774935960"
},
"departure": {
"delay": 5,
"time": "1774935965"
},
"stopId": "FR:76709:ZE:TNIx22503:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 185,
"time": "1774937400"
},
"departure": {
"delay": 185,
"time": "1774937405"
},
"stopId": "FR:76354:ZE:TNIx22598:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 195,
"time": "1774937950"
},
"departure": {
"delay": 195,
"time": "1774937955"
},
"stopId": "FR:76157:ZE:TNIx10642:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"delay": 65,
"time": "1774936200"
},
"departure": {
"delay": 65,
"time": "1774936205"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 245,
"time": "1774937220"
},
"departure": {
"delay": 245,
"time": "1774937225"
},
"stopId": "FR:76354:ZE:TNIx23026:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 125,
"time": "1774936440"
},
"departure": {
"delay": 125,
"time": "1774936445"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 65,
"time": "1774936080"
},
"departure": {
"delay": 65,
"time": "1774936085"
},
"stopId": "FR:76709:ZE:TNIx22505:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 245,
"time": "1774937100"
},
"departure": {
"delay": 245,
"time": "1774937105"
},
"stopId": "FR:76222:ZE:TNIx22581:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 135,
"time": "1774937410"
},
"departure": {
"delay": 135,
"time": "1774937415"
},
"stopId": "FR:76354:ZE:TNIx22599:ATOUMOD001",
"stopSequence": 36
}
],
"timestamp": "1774938602",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx85:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC595687:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 24,
"time": "1774943604"
},
"departure": {
"delay": 24,
"time": "1774943604"
},
"stopId": "FR:27020:ZE:0xLBA01:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": 22,
"time": "1774942342"
},
"departure": {
"delay": 22,
"time": "1774942342"
},
"stopId": "FR:27229:ZE:0xDUP01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"time": "1774943220"
},
"departure": {
"time": "1774943220"
},
"stopId": "FR:27229:ZE:0xNAV01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -2985,
"time": "1774938735"
},
"departure": {
"delay": -2985,
"time": "1774938735"
},
"stopId": "FR:27299:ZE:0xARN01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 23,
"time": "1774943003"
},
"departure": {
"delay": 23,
"time": "1774943003"
},
"stopId": "FR:27229:ZE:0xBDN01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 32,
"time": "1774943312"
},
"departure": {
"delay": 32,
"time": "1774943312"
},
"stopId": "FR:27229:ZE:0xHIP01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -48,
"time": "1774942752"
},
"departure": {
"delay": -48,
"time": "1774942752"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 40,
"time": "1774943800"
},
"departure": {
"delay": 40,
"time": "1774943800"
},
"stopId": "FR:27020:ZE:0xMAC01:ATOUMOD004",
"stopSequence": 39
},
{
"arrival": {
"delay": 21,
"time": "1774942461"
},
"departure": {
"delay": 21,
"time": "1774942461"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 42,
"time": "1774942242"
},
"departure": {
"delay": 42,
"time": "1774942242"
},
"stopId": "FR:27229:ZE:0xPMF01:ATOUMOD004",
"stopSequence": 15
},
{
"departure": {
"delay": -2865,
"time": "1774938735"
},
"stopId": "FR:27439:ZE:0xCAP01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 41,
"time": "1774943501"
},
"departure": {
"delay": 41,
"time": "1774943501"
},
"stopId": "FR:27020:ZE:0xACH01:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": 31,
"time": "1774942531"
},
"departure": {
"delay": 31,
"time": "1774942531"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -3045,
"time": "1774938735"
},
"departure": {
"delay": -3045,
"time": "1774938735"
},
"stopId": "FR:27299:ZE:0xRNA01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"time": "1774944060"
},
"stopId": "FR:27020:ZE:0xMOE01:ATOUMOD004",
"stopSequence": 43
},
{
"arrival": {
"delay": 25,
"time": "1774943365"
},
"departure": {
"delay": 25,
"time": "1774943365"
},
"stopId": "FR:27229:ZE:0xCIT01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 22,
"time": "1774942162"
},
"departure": {
"delay": 22,
"time": "1774942162"
},
"stopId": "FR:27229:ZE:0xLEG01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 26,
"time": "1774941986"
},
"departure": {
"delay": 26,
"time": "1774941986"
},
"stopId": "FR:27299:ZE:0xPAG01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -3165,
"time": "1774938735"
},
"departure": {
"delay": -3165,
"time": "1774938735"
},
"stopId": "FR:27299:ZE:0xECG01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 53,
"time": "1774943093"
},
"departure": {
"delay": 53,
"time": "1774943093"
},
"stopId": "FR:27229:ZE:0xGER01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"time": "1774943880"
},
"departure": {
"time": "1774943880"
},
"stopId": "FR:27020:ZE:0xITO01:ATOUMOD004",
"stopSequence": 40
},
{
"arrival": {
"delay": 24,
"time": "1774943664"
},
"departure": {
"delay": 24,
"time": "1774943664"
},
"stopId": "FR:27020:ZE:0xAMA01:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": 51,
"time": "1774943931"
},
"departure": {
"delay": 51,
"time": "1774943931"
},
"stopId": "FR:27020:ZE:0xLOA01:ATOUMOD004",
"stopSequence": 41
},
{
"arrival": {
"delay": 41,
"time": "1774943741"
},
"departure": {
"delay": 41,
"time": "1774943741"
},
"stopId": "FR:27020:ZE:0xPEG01:ATOUMOD004",
"stopSequence": 38
},
{
"arrival": {
"delay": 45,
"time": "1774943145"
},
"departure": {
"delay": 45,
"time": "1774943145"
},
"stopId": "FR:27229:ZE:0xJDA01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -2925,
"time": "1774938735"
},
"departure": {
"delay": -2925,
"time": "1774938735"
},
"stopId": "FR:27299:ZE:0xIND01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 47,
"time": "1774943687"
},
"departure": {
"delay": 47,
"time": "1774943687"
},
"stopId": "FR:27020:ZE:0xLHA01:ATOUMOD004",
"stopSequence": 37
},
{
"arrival": {
"delay": 9,
"time": "1774942689"
},
"departure": {
"delay": 9,
"time": "1774942689"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 55,
"time": "1774942075"
},
"departure": {
"delay": 55,
"time": "1774942075"
},
"stopId": "FR:27299:ZE:0xBON01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 41,
"time": "1774943561"
},
"departure": {
"delay": 41,
"time": "1774943561"
},
"stopId": "FR:27020:ZE:0xLPO01:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": 41,
"time": "1774943261"
},
"departure": {
"delay": 41,
"time": "1774943261"
},
"stopId": "FR:27229:ZE:0xUSI01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 27,
"time": "1774943187"
},
"departure": {
"delay": 27,
"time": "1774943187"
},
"stopId": "FR:27229:ZE:0xPLA01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 21,
"time": "1774944021"
},
"departure": {
"delay": 21,
"time": "1774944021"
},
"stopId": "FR:27020:ZE:0xETA01:ATOUMOD004",
"stopSequence": 42
},
{
"arrival": {
"delay": -3105,
"time": "1774938735"
},
"departure": {
"delay": -3105,
"time": "1774938735"
},
"stopId": "FR:27299:ZE:0xMAG01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 14,
"time": "1774942394"
},
"departure": {
"delay": 14,
"time": "1774942394"
},
"stopId": "FR:27229:ZE:0xGDC01:ATOUMOD004",
"stopSequence": 17
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T5:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC595687:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN13113F300744x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774940940"
},
"departure": {
"time": "1774941000"
},
"stopId": "FR:27022:ZE:StopPointxOCETrainxTERx87415620:ATOUMOD002",
"stopSequence": 17
},
{
"departure": {
"time": "1774937640"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939560"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:27681:ZE:StopPointxOCETrainxTERx87415604:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774942380"
},
"departure": {
"time": "1774942440"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 23
},
{
"arrival": {
"time": "1774943040"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 24
},
{
"arrival": {
"time": "1774941600"
},
"departure": {
"time": "1774941660"
},
"stopId": "FR:27701:ZE:StopPointxOCETrainxTERx87415877:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1774941960"
},
"departure": {
"time": "1774942020"
},
"stopId": "FR:27008:ZE:StopPointxOCETrainxTERx87415661:ATOUMOD002",
"stopSequence": 21
}
],
"timestamp": "1774934018",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx97E911FAxC8F2x4861xAD3CxC36CF4750A49x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN13113F300744x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000326:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -89,
"time": "1774939471"
},
"departure": {
"delay": -89,
"time": "1774939471"
},
"stopId": "FR:76758:ZE:YVETOTxxxAlbert:ATOUMOD012",
"stopSequence": 7
},
{
"arrival": {
"delay": -89,
"time": "1774939891"
},
"departure": {
"delay": -89,
"time": "1774939891"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD2:ATOUMOD012",
"stopSequence": 11
},
{
"arrival": {
"delay": -89,
"time": "1774938871"
},
"departure": {
"delay": -89,
"time": "1774938871"
},
"stopId": "FR:76758:ZE:YVETOTxxxJeanxX:ATOUMOD012",
"stopSequence": 2
},
{
"arrival": {
"delay": -89,
"time": "1774940191"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD4:ATOUMOD012",
"stopSequence": 16
},
{
"arrival": {
"delay": -89,
"time": "1774939231"
},
"departure": {
"delay": -89,
"time": "1774939231"
},
"stopId": "FR:76758:ZE:YVETOTxxxPierre:ATOUMOD012",
"stopSequence": 5
},
{
"arrival": {
"delay": -89,
"time": "1774939591"
},
"departure": {
"delay": -89,
"time": "1774939591"
},
"stopId": "FR:76758:ZE:YVETOTxxxAvenu1:ATOUMOD012",
"stopSequence": 8
},
{
"arrival": {
"delay": -89,
"time": "1774939291"
},
"departure": {
"delay": -89,
"time": "1774939291"
},
"stopId": "FR:76758:ZE:YVETOTxxxSallexDuxVieuxxMoulinx2:ATOUMOD012",
"stopSequence": 6
},
{
"arrival": {
"delay": -89,
"time": "1774940071"
},
"departure": {
"delay": -89,
"time": "1774940071"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD5:ATOUMOD012",
"stopSequence": 14
},
{
"arrival": {
"delay": -89,
"time": "1774939771"
},
"departure": {
"delay": -89,
"time": "1774939771"
},
"stopId": "FR:76610:ZE:SAINTExMARIExDE:ATOUMOD012",
"stopSequence": 10
},
{
"arrival": {
"delay": -89,
"time": "1774939711"
},
"departure": {
"delay": -89,
"time": "1774939711"
},
"stopId": "FR:76758:ZE:YVETOTxxxCentre:ATOUMOD012",
"stopSequence": 9
},
{
"arrival": {
"delay": -89,
"time": "1774940131"
},
"departure": {
"delay": -89,
"time": "1774940131"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD6:ATOUMOD012",
"stopSequence": 15
},
{
"arrival": {
"delay": -89,
"time": "1774940011"
},
"departure": {
"delay": -89,
"time": "1774940011"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD1:ATOUMOD012",
"stopSequence": 13
}
],
"timestamp": "1774938760",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD012:Line:1:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000326:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx195:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774948620"
},
"departure": {
"time": "1774948620"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1774949880"
},
"departure": {
"time": "1774949880"
},
"stopId": "FR:76157:ZE:TNIx10765:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774950060"
},
"departure": {
"time": "1774950060"
},
"stopId": "FR:76157:ZE:TNIx10603:ATOUMOD001",
"stopSequence": 43
},
{
"arrival": {
"time": "1774949400"
},
"departure": {
"time": "1774949400"
},
"stopId": "FR:76354:ZE:TNIx22598:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774948800"
},
"departure": {
"time": "1774948800"
},
"stopId": "FR:76222:ZE:TNIx22551:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"time": "1774949100"
},
"departure": {
"time": "1774949100"
},
"stopId": "FR:76222:ZE:TNIx22575:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"time": "1774949520"
},
"departure": {
"time": "1774949520"
},
"stopId": "FR:76614:ZE:TNIx22602:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774949580"
},
"departure": {
"time": "1774949580"
},
"stopId": "FR:76614:ZE:TNIx22604:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774950000"
},
"departure": {
"time": "1774950000"
},
"stopId": "FR:76157:ZE:TNIx10365:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"time": "1774948380"
},
"departure": {
"time": "1774948380"
},
"stopId": "FR:76709:ZE:TNIx22507:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774949940"
},
"departure": {
"time": "1774949940"
},
"stopId": "FR:76157:ZE:TNIx10642:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774948320"
},
"departure": {
"time": "1774948320"
},
"stopId": "FR:76709:ZE:TNIx22505:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774949700"
},
"departure": {
"time": "1774949700"
},
"stopId": "FR:76614:ZE:TNIx12686:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774950480"
},
"departure": {
"time": "1774950480"
},
"stopId": "FR:76540:ZE:TNIx12866:ATOUMOD001",
"stopSequence": 45
},
{
"arrival": {
"time": "1774948440"
},
"departure": {
"time": "1774948440"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774949220"
},
"departure": {
"time": "1774949220"
},
"stopId": "FR:76354:ZE:TNIx23026:ATOUMOD001",
"stopSequence": 33
},
{
"departure": {
"time": "1774948200"
},
"stopId": "FR:76709:ZE:TNIx22501:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774951080"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 46
},
{
"arrival": {
"delay": 5,
"time": "1774948265"
},
"departure": {
"delay": 5,
"time": "1774948265"
},
"stopId": "FR:76709:ZE:TNIx23021:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774949040"
},
"departure": {
"time": "1774949040"
},
"stopId": "FR:76222:ZE:TNIx23154:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"time": "1774949340"
},
"departure": {
"time": "1774949340"
},
"stopId": "FR:76354:ZE:TNIx22585:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774948560"
},
"departure": {
"time": "1774948560"
},
"stopId": "FR:76750:ZE:TNIx22514:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774949460"
},
"departure": {
"time": "1774949460"
},
"stopId": "FR:76354:ZE:TNIx22599:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774948260"
},
"departure": {
"time": "1774948260"
},
"stopId": "FR:76709:ZE:TNIx22503:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774949160"
},
"departure": {
"time": "1774949160"
},
"stopId": "FR:76222:ZE:TNIx22581:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"time": "1774950180"
},
"departure": {
"time": "1774950180"
},
"stopId": "FR:76157:ZE:TNIx10604:ATOUMOD001",
"stopSequence": 44
}
],
"timestamp": "1774938645",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx195:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230373x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 21,
"time": "1774939521"
},
"departure": {
"delay": 21,
"time": "1774939521"
},
"stopId": "FR:76351:ZE:3709:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 52,
"time": "1774940812"
},
"departure": {
"delay": 52,
"time": "1774940812"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"time": "1774941240"
},
"departure": {
"time": "1774941240"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 56,
"time": "1774939016"
},
"departure": {
"delay": 56,
"time": "1774939016"
},
"stopId": "FR:76351:ZE:4079:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 28,
"time": "1774939828"
},
"departure": {
"delay": 28,
"time": "1774939828"
},
"stopId": "FR:76351:ZE:3376:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 5,
"time": "1774940705"
},
"departure": {
"delay": 5,
"time": "1774940705"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 34,
"time": "1774939774"
},
"departure": {
"delay": 34,
"time": "1774939774"
},
"stopId": "FR:76351:ZE:3568:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 25,
"time": "1774939885"
},
"departure": {
"delay": 25,
"time": "1774939885"
},
"stopId": "FR:76351:ZE:3414:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 49,
"time": "1774941709"
},
"departure": {
"delay": 49,
"time": "1774941709"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"departure": {
"time": "1774938900"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 18,
"time": "1774941318"
},
"departure": {
"delay": 18,
"time": "1774941318"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 45,
"time": "1774938945"
},
"departure": {
"delay": 45,
"time": "1774938945"
},
"stopId": "FR:76351:ZE:3214:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"time": "1774939740"
},
"departure": {
"time": "1774939740"
},
"stopId": "FR:76351:ZE:3728:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 54,
"time": "1774940574"
},
"departure": {
"delay": 54,
"time": "1774940574"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 47,
"time": "1774941467"
},
"departure": {
"delay": 47,
"time": "1774941467"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 58,
"time": "1774939138"
},
"departure": {
"delay": 58,
"time": "1774939138"
},
"stopId": "FR:76351:ZE:4879:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 32,
"time": "1774940492"
},
"departure": {
"delay": 32,
"time": "1774940492"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 35,
"time": "1774939595"
},
"departure": {
"delay": 35,
"time": "1774939595"
},
"stopId": "FR:76351:ZE:3707:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 41,
"time": "1774941521"
},
"departure": {
"delay": 41,
"time": "1774941521"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 32,
"time": "1774940132"
},
"departure": {
"delay": 32,
"time": "1774940132"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"time": "1774941000"
},
"departure": {
"time": "1774941000"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"time": "1774941420"
},
"departure": {
"time": "1774941420"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 26,
"time": "1774940006"
},
"departure": {
"delay": 26,
"time": "1774940006"
},
"stopId": "FR:76351:ZE:3605:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 26,
"time": "1774939046"
},
"departure": {
"delay": 26,
"time": "1774939046"
},
"stopId": "FR:76351:ZE:3044:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 36,
"time": "1774939176"
},
"departure": {
"delay": 36,
"time": "1774939176"
},
"stopId": "FR:76351:ZE:3612:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 15,
"time": "1774939335"
},
"departure": {
"delay": 15,
"time": "1774939335"
},
"stopId": "FR:76351:ZE:3161:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:76351:ZE:3385:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"time": "1774939080"
},
"departure": {
"time": "1774939080"
},
"stopId": "FR:76351:ZE:3258:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 53,
"time": "1774939373"
},
"departure": {
"delay": 53,
"time": "1774939373"
},
"stopId": "FR:76351:ZE:3655:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"time": "1774941660"
},
"departure": {
"time": "1774941660"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 12,
"time": "1774940892"
},
"departure": {
"delay": 12,
"time": "1774940892"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 18,
"time": "1774941498"
},
"departure": {
"delay": 18,
"time": "1774941498"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 44,
"time": "1774941764"
},
"departure": {
"delay": 44,
"time": "1774941764"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 46,
"time": "1774939666"
},
"departure": {
"delay": 46,
"time": "1774939666"
},
"stopId": "FR:76351:ZE:4875:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"time": "1774940220"
},
"departure": {
"time": "1774940220"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 20,
"time": "1774940300"
},
"departure": {
"delay": 20,
"time": "1774940300"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"time": "1774939260"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:76351:ZE:3229:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"time": "1774942020"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
}
],
"timestamp": "1774938669",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230373x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596171:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 138,
"time": "1774939218"
},
"departure": {
"delay": 138,
"time": "1774939218"
},
"stopId": "FR:27602:ZE:0xHEP02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": 140,
"time": "1774939100"
},
"departure": {
"delay": 140,
"time": "1774939100"
},
"stopId": "FR:27602:ZE:0xCLN01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 129,
"time": "1774938729"
},
"departure": {
"delay": 129,
"time": "1774938729"
},
"stopId": "FR:27602:ZE:0xBVE01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 84,
"time": "1774939464"
},
"stopId": "FR:27602:ZE:0xROU01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 14,
"time": "1774938254"
},
"departure": {
"delay": 14,
"time": "1774938254"
},
"stopId": "FR:27229:ZE:0xHON02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 50,
"time": "1774938410"
},
"departure": {
"delay": 50,
"time": "1774938410"
},
"stopId": "FR:27602:ZE:0xWAL01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 23,
"time": "1774938443"
},
"departure": {
"delay": 23,
"time": "1774938443"
},
"stopId": "FR:27602:ZE:0xBOU01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 69,
"time": "1774938171"
},
"departure": {
"delay": 69,
"time": "1774938189"
},
"stopId": "FR:27229:ZE:0xQUI02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 119,
"time": "1774939379"
},
"departure": {
"delay": 119,
"time": "1774939379"
},
"stopId": "FR:27602:ZE:0xMOI01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 64,
"time": "1774938544"
},
"departure": {
"delay": 64,
"time": "1774938544"
},
"stopId": "FR:27602:ZE:0xBAU01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 112,
"time": "1774939312"
},
"departure": {
"delay": 112,
"time": "1774939312"
},
"stopId": "FR:27602:ZE:0xRGO01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 82,
"time": "1774938622"
},
"departure": {
"delay": 82,
"time": "1774938622"
},
"stopId": "FR:27602:ZE:0xALI01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 111,
"time": "1774938891"
},
"departure": {
"delay": 111,
"time": "1774938891"
},
"stopId": "FR:27602:ZE:0xLES01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 142,
"time": "1774939162"
},
"departure": {
"delay": 142,
"time": "1774939162"
},
"stopId": "FR:27602:ZE:0xCLC01:ATOUMOD004",
"stopSequence": 28
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T4:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596171:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230669x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 86,
"time": "1774939046"
},
"departure": {
"delay": 86,
"time": "1774939046"
},
"stopId": "FR:76351:ZE:4134:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 93,
"time": "1774939833"
},
"departure": {
"delay": 93,
"time": "1774939833"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 98,
"time": "1774940318"
},
"departure": {
"delay": 98,
"time": "1774940318"
},
"stopId": "FR:76351:ZE:3357:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 86,
"time": "1774938806"
},
"departure": {
"delay": 86,
"time": "1774938806"
},
"stopId": "FR:76351:ZE:3771:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 100,
"time": "1774939720"
},
"departure": {
"delay": 100,
"time": "1774939720"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 86,
"time": "1774940666"
},
"departure": {
"delay": 86,
"time": "1774940666"
},
"stopId": "FR:76351:ZE:4558:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 86,
"time": "1774941026"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 145,
"time": "1774940185"
},
"departure": {
"delay": 145,
"time": "1774940185"
},
"stopId": "FR:76351:ZE:3627:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 86,
"time": "1774940066"
},
"departure": {
"delay": 86,
"time": "1774940066"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 95,
"time": "1774940495"
},
"departure": {
"delay": 95,
"time": "1774940495"
},
"stopId": "FR:76351:ZE:3363:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 90,
"time": "1774940430"
},
"departure": {
"delay": 90,
"time": "1774940430"
},
"stopId": "FR:76351:ZE:3417:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 86,
"time": "1774939766"
},
"departure": {
"delay": 86,
"time": "1774939766"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 104,
"time": "1774940264"
},
"departure": {
"delay": 104,
"time": "1774940264"
},
"stopId": "FR:76351:ZE:3531:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 144,
"time": "1774939644"
},
"departure": {
"delay": 144,
"time": "1774939644"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 88,
"time": "1774940968"
},
"departure": {
"delay": 88,
"time": "1774940968"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 97,
"time": "1774940617"
},
"departure": {
"delay": 97,
"time": "1774940617"
},
"stopId": "FR:76351:ZE:5223:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 86,
"time": "1774940546"
},
"departure": {
"delay": 86,
"time": "1774940546"
},
"stopId": "FR:76351:ZE:3426:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 126,
"time": "1774938966"
},
"departure": {
"delay": 126,
"time": "1774938966"
},
"stopId": "FR:76351:ZE:3534:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 86,
"time": "1774940726"
},
"departure": {
"delay": 86,
"time": "1774940726"
},
"stopId": "FR:76351:ZE:4467:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 141,
"time": "1774940121"
},
"departure": {
"delay": 141,
"time": "1774940121"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 142,
"time": "1774940902"
},
"departure": {
"delay": 142,
"time": "1774940902"
},
"stopId": "FR:76351:ZE:4835:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 94,
"time": "1774940794"
},
"departure": {
"delay": 94,
"time": "1774940794"
},
"stopId": "FR:76351:ZE:4724:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 144,
"time": "1774939884"
},
"departure": {
"delay": 144,
"time": "1774939884"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 113,
"time": "1774940573"
},
"departure": {
"delay": 113,
"time": "1774940573"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 100,
"time": "1774939480"
},
"departure": {
"delay": 100,
"time": "1774939480"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 105,
"time": "1774938645"
},
"stopId": "FR:76351:ZE:4357:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 86,
"time": "1774938866"
},
"departure": {
"delay": 86,
"time": "1774938866"
},
"stopId": "FR:76351:ZE:3533:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 86,
"time": "1774939346"
},
"departure": {
"delay": 86,
"time": "1774939346"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 86,
"time": "1774940366"
},
"departure": {
"delay": 86,
"time": "1774940366"
},
"stopId": "FR:76351:ZE:3124:ATOUMOD003",
"stopSequence": 24
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230669x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4051199xGTFSxGSemH18xSemainex05:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 12,
"time": "1774938672"
},
"departure": {
"delay": 12,
"time": "1774938672"
},
"stopId": "FR:76351:ZE:3271:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 48,
"time": "1774938528"
},
"stopId": "FR:76351:ZE:3471:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 12,
"time": "1774939452"
},
"departure": {
"delay": 12,
"time": "1774939452"
},
"stopId": "FR:76305:ZE:4928:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 12,
"time": "1774938852"
},
"departure": {
"delay": 12,
"time": "1774938852"
},
"stopId": "FR:76351:ZE:5243:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 46,
"time": "1774938946"
},
"departure": {
"delay": 46,
"time": "1774938946"
},
"stopId": "FR:76351:ZE:5246:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 12,
"time": "1774939692"
},
"stopId": "FR:76305:ZE:4929:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 71,
"time": "1774939571"
},
"departure": {
"delay": 71,
"time": "1774939571"
},
"stopId": "FR:76305:ZE:4855:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 17,
"time": "1774939217"
},
"departure": {
"delay": 17,
"time": "1774939217"
},
"stopId": "FR:76351:ZE:4856:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 30,
"time": "1774939590"
},
"departure": {
"delay": 30,
"time": "1774939590"
},
"stopId": "FR:76305:ZE:4854:ATOUMOD003",
"stopSequence": 16
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:18:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4051199xGTFSxGSemH18xSemainex05:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746208x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 250,
"time": "1774939210"
},
"departure": {
"delay": 250,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 250,
"time": "1774939570"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 250,
"time": "1774939510"
},
"departure": {
"delay": 250,
"time": "1774939510"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 250,
"time": "1774938850"
},
"departure": {
"delay": 250,
"time": "1774938850"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 245,
"time": "1774937975"
},
"departure": {
"delay": 245,
"time": "1774938005"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 241,
"time": "1774938466"
},
"departure": {
"delay": 241,
"time": "1774938481"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 250,
"time": "1774939450"
},
"departure": {
"delay": 250,
"time": "1774939450"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 215,
"time": "1774937717"
},
"departure": {
"delay": 215,
"time": "1774937735"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 189,
"time": "1774938046"
},
"departure": {
"delay": 189,
"time": "1774938069"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 183,
"time": "1774937211"
},
"departure": {
"delay": 183,
"time": "1774937283"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 250,
"time": "1774939270"
},
"departure": {
"delay": 250,
"time": "1774939270"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 39,
"time": "1774936448"
},
"departure": {
"delay": 39,
"time": "1774936479"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 255,
"time": "1774938399"
},
"departure": {
"delay": 255,
"time": "1774938435"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 250,
"time": "1774938970"
},
"departure": {
"delay": 250,
"time": "1774938970"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 250,
"time": "1774939390"
},
"departure": {
"delay": 250,
"time": "1774939390"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 45,
"time": "1774936677"
},
"departure": {
"delay": 45,
"time": "1774936725"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 40,
"time": "1774936649"
},
"departure": {
"delay": 40,
"time": "1774936660"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 28,
"time": "1774936135"
},
"departure": {
"delay": 28,
"time": "1774936168"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 58,
"time": "1774935921"
},
"departure": {
"delay": 58,
"time": "1774935958"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 146,
"time": "1774937092"
},
"departure": {
"delay": 146,
"time": "1774937126"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 251,
"time": "1774938517"
},
"departure": {
"delay": 251,
"time": "1774938551"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"time": "1774938694"
},
"departure": {
"time": "1774938480"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 61,
"time": "1774936576"
},
"departure": {
"delay": 61,
"time": "1774936621"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 138,
"time": "1774936841"
},
"departure": {
"delay": 138,
"time": "1774936938"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 250,
"time": "1774939090"
},
"departure": {
"delay": 250,
"time": "1774939090"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 279,
"time": "1774937880"
},
"departure": {
"delay": 279,
"time": "1774937919"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 59,
"time": "1774936041"
},
"departure": {
"delay": 59,
"time": "1774936079"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 66,
"time": "1774936354"
},
"departure": {
"delay": 66,
"time": "1774936386"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 97,
"time": "1774937332"
},
"departure": {
"delay": 97,
"time": "1774937377"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 238,
"time": "1774938283"
},
"departure": {
"delay": 238,
"time": "1774938298"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 215,
"time": "1774938627"
},
"departure": {
"delay": 215,
"time": "1774938635"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 182,
"time": "1774938089"
},
"departure": {
"delay": 182,
"time": "1774938122"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 250,
"time": "1774939030"
},
"departure": {
"delay": 250,
"time": "1774939030"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 107,
"time": "1774937416"
},
"departure": {
"delay": 107,
"time": "1774937447"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 53,
"time": "1774936396"
},
"departure": {
"delay": 53,
"time": "1774936433"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 227,
"time": "1774937650"
},
"departure": {
"delay": 227,
"time": "1774937687"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 250,
"time": "1774938790"
},
"departure": {
"delay": 250,
"time": "1774938790"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 250,
"time": "1774939150"
},
"departure": {
"delay": 250,
"time": "1774939150"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 256,
"time": "1774938337"
},
"departure": {
"delay": 256,
"time": "1774938376"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 219,
"time": "1774938180"
},
"departure": {
"delay": 219,
"time": "1774938219"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 113,
"time": "1774936761"
},
"departure": {
"delay": 113,
"time": "1774936793"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 253,
"time": "1774937753"
},
"departure": {
"delay": 253,
"time": "1774937833"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 251,
"time": "1774938791"
},
"departure": {
"delay": 251,
"time": "1774938791"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 37,
"time": "1774936103"
},
"departure": {
"delay": 37,
"time": "1774936117"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 48,
"time": "1774936260"
},
"departure": {
"delay": 48,
"time": "1774936308"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 125,
"time": "1774936971"
},
"departure": {
"delay": 125,
"time": "1774936985"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 3,
"time": "1774936189"
},
"departure": {
"delay": 3,
"time": "1774936203"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 21,
"time": "1774935861"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 250,
"time": "1774938910"
},
"departure": {
"delay": 250,
"time": "1774938910"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 37,
"time": "1774936220"
},
"departure": {
"delay": 37,
"time": "1774936237"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746208x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4130:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -29464,
"time": "1774937621"
},
"departure": {
"delay": -29464,
"time": "1774937636"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -29467,
"time": "1774937681"
},
"departure": {
"delay": -29467,
"time": "1774937693"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -29407,
"time": "1774937791"
},
"departure": {
"delay": -29407,
"time": "1774937813"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -29447,
"time": "1774937510"
},
"departure": {
"delay": -29447,
"time": "1774937533"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -29432,
"time": "1774937968"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -29447,
"time": "1774937390"
},
"departure": {
"delay": -29447,
"time": "1774937413"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -29507,
"time": "1774937885"
},
"departure": {
"delay": -29507,
"time": "1774937893"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
}
],
"timestamp": "1774936058",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4130:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758434x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 50,
"time": "1774940270"
},
"departure": {
"delay": 50,
"time": "1774940270"
},
"stopId": "FR:50041:ZE:HAGBG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 50,
"time": "1774939430"
},
"departure": {
"delay": 50,
"time": "1774939430"
},
"stopId": "FR:50129:ZE:10LSA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 50,
"time": "1774939130"
},
"departure": {
"delay": 50,
"time": "1774939130"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 50,
"time": "1774938770"
},
"departure": {
"delay": 50,
"time": "1774938770"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 50,
"time": "1774940750"
},
"departure": {
"delay": 50,
"time": "1774940750"
},
"stopId": "FR:50041:ZE:HAGGR2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 50,
"time": "1774940330"
},
"departure": {
"delay": 50,
"time": "1774940330"
},
"stopId": "FR:50041:ZE:HAGMF2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 50,
"time": "1774939790"
},
"departure": {
"delay": 50,
"time": "1774939790"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 50,
"time": "1774941170"
},
"departure": {
"delay": 50,
"time": "1774941170"
},
"stopId": "FR:50041:ZE:HAGMA2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 50,
"time": "1774938950"
},
"departure": {
"delay": 50,
"time": "1774938950"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 50,
"time": "1774941290"
},
"departure": {
"delay": 50,
"time": "1774941290"
},
"stopId": "FR:50041:ZE:HAGCC2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 50,
"time": "1774939550"
},
"departure": {
"delay": 50,
"time": "1774939550"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 50,
"time": "1774939070"
},
"departure": {
"delay": 50,
"time": "1774939070"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 50,
"time": "1774941050"
},
"departure": {
"delay": 50,
"time": "1774941050"
},
"stopId": "FR:50041:ZE:HAGFY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 50,
"time": "1774939730"
},
"departure": {
"delay": 50,
"time": "1774939730"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 50,
"time": "1774939190"
},
"departure": {
"delay": 50,
"time": "1774939190"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 50,
"time": "1774941650"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 7,
"time": "1774938607"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 50,
"time": "1774939970"
},
"departure": {
"delay": 50,
"time": "1774939970"
},
"stopId": "FR:50129:ZE:QQVPL1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 50,
"time": "1774938890"
},
"departure": {
"delay": 50,
"time": "1774938890"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 50,
"time": "1774939670"
},
"departure": {
"delay": 50,
"time": "1774939670"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758434x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108158x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 36,
"time": "1774940196"
},
"departure": {
"delay": 36,
"time": "1774940196"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 8,
"time": "1774940648"
},
"departure": {
"delay": 8,
"time": "1774940648"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 18,
"time": "1774940538"
},
"departure": {
"delay": 18,
"time": "1774940538"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 59,
"time": "1774939319"
},
"departure": {
"delay": 59,
"time": "1774939319"
},
"stopId": "FR:76351:ZE:3994:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 22,
"time": "1774940422"
},
"departure": {
"delay": 22,
"time": "1774940422"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 17,
"time": "1774939577"
},
"departure": {
"delay": 17,
"time": "1774939577"
},
"stopId": "FR:76351:ZE:3956:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 14,
"time": "1774939694"
},
"departure": {
"delay": 14,
"time": "1774939694"
},
"stopId": "FR:76351:ZE:3958:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"time": "1774938900"
},
"stopId": "FR:76351:ZE:3979:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 39,
"time": "1774940319"
},
"departure": {
"delay": 39,
"time": "1774940319"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 27,
"time": "1774940727"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 39,
"time": "1774940079"
},
"departure": {
"delay": 39,
"time": "1774940079"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 42,
"time": "1774939482"
},
"departure": {
"delay": 42,
"time": "1774939482"
},
"stopId": "FR:76351:ZE:3986:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 8,
"time": "1774939208"
},
"departure": {
"delay": 8,
"time": "1774939208"
},
"stopId": "FR:76351:ZE:3952:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 53,
"time": "1774939073"
},
"departure": {
"delay": 53,
"time": "1774939073"
},
"stopId": "FR:76351:ZE:3996:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 15,
"time": "1774939875"
},
"departure": {
"delay": 15,
"time": "1774939875"
},
"stopId": "FR:76351:ZE:3968:ATOUMOD003",
"stopSequence": 8
}
],
"timestamp": "1774938629",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108158x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230368x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 196,
"time": "1774938916"
},
"departure": {
"delay": 196,
"time": "1774938916"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 182,
"time": "1774938842"
},
"departure": {
"delay": 182,
"time": "1774938842"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 177,
"time": "1774939257"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 218,
"time": "1774938638"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 177,
"time": "1774938777"
},
"departure": {
"delay": 177,
"time": "1774938777"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230368x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596220:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 59,
"time": "1774938959"
},
"departure": {
"delay": 59,
"time": "1774938959"
},
"stopId": "FR:27229:ZE:0xCTA02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 95,
"time": "1774938815"
},
"departure": {
"delay": 95,
"time": "1774938815"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 2
},
{
"departure": {
"delay": 74,
"time": "1774938734"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"time": "1774939200"
},
"stopId": "FR:27229:ZE:0xBEL01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 16,
"time": "1774939036"
},
"departure": {
"delay": 16,
"time": "1774939036"
},
"stopId": "FR:27229:ZE:0xRUO01:ATOUMOD004",
"stopSequence": 4
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T9:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596220:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758380x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 263,
"time": "1774931298"
},
"departure": {
"delay": 263,
"time": "1774931363"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 188,
"time": "1774930823"
},
"departure": {
"delay": 188,
"time": "1774930868"
},
"stopId": "FR:50184:ZE:FLAHB1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 210,
"time": "1774932661"
},
"departure": {
"delay": 210,
"time": "1774932690"
},
"stopId": "FR:50575:ZE:SIDHC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 145,
"time": "1774933453"
},
"departure": {
"delay": 145,
"time": "1774933465"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 218,
"time": "1774933127"
},
"departure": {
"delay": 218,
"time": "1774933178"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 311,
"time": "1774931699"
},
"departure": {
"delay": 311,
"time": "1774931771"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 215,
"time": "1774933530"
},
"departure": {
"delay": 215,
"time": "1774933595"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 33,
"time": "1774930353"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 259,
"time": "1774932012"
},
"departure": {
"delay": 259,
"time": "1774932019"
},
"stopId": "FR:50045:ZE:BENBG1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 126,
"time": "1774930614"
},
"departure": {
"delay": 126,
"time": "1774930626"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 248,
"time": "1774932386"
},
"departure": {
"delay": 248,
"time": "1774932428"
},
"stopId": "FR:50643:ZE:VIRMA1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1774933560"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 194,
"time": "1774932846"
},
"departure": {
"delay": 194,
"time": "1774932854"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 225,
"time": "1774933632"
},
"departure": {
"delay": 225,
"time": "1774933665"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 246,
"time": "1774932079"
},
"departure": {
"delay": 246,
"time": "1774932126"
},
"stopId": "FR:50045:ZE:BENCG1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 117,
"time": "1774933333"
},
"departure": {
"delay": 117,
"time": "1774933377"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758380x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx411:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774966200"
},
"stopId": "FR:76709:ZE:TNIx22501:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774966380"
},
"departure": {
"time": "1774966380"
},
"stopId": "FR:76709:ZE:TNIx22507:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774967700"
},
"departure": {
"time": "1774967700"
},
"stopId": "FR:76614:ZE:TNIx22604:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774967820"
},
"departure": {
"time": "1774967820"
},
"stopId": "FR:76614:ZE:TNIx12686:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774968000"
},
"departure": {
"time": "1774968000"
},
"stopId": "FR:76157:ZE:TNIx10765:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": 5,
"time": "1774966265"
},
"departure": {
"delay": 5,
"time": "1774966265"
},
"stopId": "FR:76709:ZE:TNIx23021:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774967280"
},
"departure": {
"time": "1774967280"
},
"stopId": "FR:76354:ZE:TNIx23026:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774966260"
},
"departure": {
"time": "1774966260"
},
"stopId": "FR:76709:ZE:TNIx22503:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774967040"
},
"departure": {
"time": "1774967040"
},
"stopId": "FR:76222:ZE:TNIx23154:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"time": "1774968120"
},
"departure": {
"time": "1774968120"
},
"stopId": "FR:76157:ZE:TNIx10365:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"time": "1774967580"
},
"departure": {
"time": "1774967580"
},
"stopId": "FR:76354:ZE:TNIx22599:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774966800"
},
"departure": {
"time": "1774966800"
},
"stopId": "FR:76222:ZE:TNIx22551:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"time": "1774966440"
},
"departure": {
"time": "1774966440"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774967520"
},
"departure": {
"time": "1774967520"
},
"stopId": "FR:76354:ZE:TNIx22598:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774969200"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 46
},
{
"arrival": {
"time": "1774967640"
},
"departure": {
"time": "1774967640"
},
"stopId": "FR:76614:ZE:TNIx22602:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774968060"
},
"departure": {
"time": "1774968060"
},
"stopId": "FR:76157:ZE:TNIx10642:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774966560"
},
"departure": {
"time": "1774966560"
},
"stopId": "FR:76750:ZE:TNIx22514:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774966620"
},
"departure": {
"time": "1774966620"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1774968600"
},
"departure": {
"time": "1774968600"
},
"stopId": "FR:76540:ZE:TNIx12866:ATOUMOD001",
"stopSequence": 45
},
{
"arrival": {
"time": "1774967160"
},
"departure": {
"time": "1774967160"
},
"stopId": "FR:76222:ZE:TNIx22581:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"time": "1774967100"
},
"departure": {
"time": "1774967100"
},
"stopId": "FR:76222:ZE:TNIx22575:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"time": "1774968300"
},
"departure": {
"time": "1774968300"
},
"stopId": "FR:76157:ZE:TNIx10604:ATOUMOD001",
"stopSequence": 44
},
{
"arrival": {
"time": "1774968180"
},
"departure": {
"time": "1774968180"
},
"stopId": "FR:76157:ZE:TNIx10603:ATOUMOD001",
"stopSequence": 43
},
{
"arrival": {
"time": "1774967460"
},
"departure": {
"time": "1774967460"
},
"stopId": "FR:76354:ZE:TNIx22585:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774966320"
},
"departure": {
"time": "1774966320"
},
"stopId": "FR:76709:ZE:TNIx22505:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1774938743",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx411:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000342:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 33,
"time": "1774938633"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarexS:ATOUMOD012",
"stopSequence": 14
},
{
"arrival": {
"delay": 33,
"time": "1774938453"
},
"departure": {
"delay": 33,
"time": "1774938453"
},
"stopId": "FR:76758:ZE:YVETOTxxxJeanxX:ATOUMOD012",
"stopSequence": 13
}
],
"timestamp": "1774938270",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD012:Line:1:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000342:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1662:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 2490,
"time": "1774935450"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 2580,
"time": "1774937100"
},
"departure": {
"delay": 2580,
"time": "1774937100"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 2640,
"time": "1774937820"
},
"departure": {
"delay": 2640,
"time": "1774937820"
},
"stopId": "FR:76212:ZE:TCARxDMAIR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 2678,
"time": "1774937618"
},
"departure": {
"delay": 2678,
"time": "1774937618"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 2598,
"time": "1774936578"
},
"departure": {
"delay": 2598,
"time": "1774936578"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 2659,
"time": "1774936759"
},
"departure": {
"delay": 2659,
"time": "1774936759"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 2511,
"time": "1774935591"
},
"departure": {
"delay": 2511,
"time": "1774935591"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 2664,
"time": "1774937964"
},
"departure": {
"delay": 2664,
"time": "1774937964"
},
"stopId": "FR:76212:ZE:TCARxCANAD1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 2580,
"time": "1774937220"
},
"departure": {
"delay": 2580,
"time": "1774937220"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 2490,
"time": "1774935810"
},
"departure": {
"delay": 2490,
"time": "1774935810"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 2539,
"time": "1774935499"
},
"departure": {
"delay": 2539,
"time": "1774935499"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 2584,
"time": "1774937044"
},
"departure": {
"delay": 2584,
"time": "1774937044"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 2632,
"time": "1774936672"
},
"departure": {
"delay": 2632,
"time": "1774936672"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 2642,
"time": "1774937702"
},
"departure": {
"delay": 2642,
"time": "1774937702"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 2579,
"time": "1774936139"
},
"departure": {
"delay": 2579,
"time": "1774936139"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 2550,
"time": "1774936290"
},
"departure": {
"delay": 2550,
"time": "1774936290"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 2640,
"time": "1774938120"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 2631,
"time": "1774937331"
},
"departure": {
"delay": 2631,
"time": "1774937331"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 2504,
"time": "1774935644"
},
"departure": {
"delay": 2504,
"time": "1774935644"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 2628,
"time": "1774936908"
},
"departure": {
"delay": 2628,
"time": "1774936908"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 2640,
"time": "1774936860"
},
"departure": {
"delay": 2640,
"time": "1774936860"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 2552,
"time": "1774935872"
},
"departure": {
"delay": 2552,
"time": "1774935872"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 2640,
"time": "1774937520"
},
"departure": {
"delay": 2640,
"time": "1774937520"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 2580,
"time": "1774936980"
},
"departure": {
"delay": 2580,
"time": "1774936980"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 2494,
"time": "1774935754"
},
"departure": {
"delay": 2494,
"time": "1774935754"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2580,
"time": "1774936500"
},
"departure": {
"delay": 2580,
"time": "1774936500"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1774934919",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1662:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747843x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1774939860"
},
"departure": {
"delay": 60,
"time": "1774939860"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 60,
"time": "1774939380"
},
"departure": {
"delay": 60,
"time": "1774939380"
},
"stopId": "FR:50129:ZE:10GDM4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 60,
"time": "1774940400"
},
"departure": {
"delay": 60,
"time": "1774940400"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 60,
"time": "1774939440"
},
"departure": {
"delay": 60,
"time": "1774939440"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 60,
"time": "1774938840"
},
"departure": {
"delay": 60,
"time": "1774938840"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 60,
"time": "1774940220"
},
"departure": {
"delay": 60,
"time": "1774940220"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 61,
"time": "1774939441"
},
"departure": {
"delay": 61,
"time": "1774939441"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1774939800"
},
"departure": {
"delay": 60,
"time": "1774939800"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 60,
"time": "1774940040"
},
"departure": {
"delay": 60,
"time": "1774940040"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 60,
"time": "1774939560"
},
"departure": {
"delay": 60,
"time": "1774939560"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 60,
"time": "1774938780"
},
"departure": {
"delay": 60,
"time": "1774938780"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 61,
"time": "1774939561"
},
"departure": {
"delay": 61,
"time": "1774939561"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 60,
"time": "1774939260"
},
"departure": {
"delay": 60,
"time": "1774939260"
},
"stopId": "FR:50129:ZE:10SWZ2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 60,
"time": "1774939080"
},
"departure": {
"delay": 60,
"time": "1774939080"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 61,
"time": "1774938688"
},
"departure": {
"delay": 61,
"time": "1774938721"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 60,
"time": "1774940340"
},
"departure": {
"delay": 60,
"time": "1774940340"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 60,
"time": "1774939020"
},
"departure": {
"delay": 60,
"time": "1774939020"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 60,
"time": "1774938960"
},
"departure": {
"delay": 60,
"time": "1774938960"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 60,
"time": "1774940580"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 61,
"time": "1774938961"
},
"departure": {
"delay": 61,
"time": "1774938961"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 112,
"time": "1774938652"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1774939500"
},
"departure": {
"delay": 60,
"time": "1774939500"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 60,
"time": "1774939200"
},
"departure": {
"delay": 60,
"time": "1774939200"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 60,
"time": "1774939920"
},
"departure": {
"delay": 60,
"time": "1774939920"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 60,
"time": "1774940160"
},
"departure": {
"delay": 60,
"time": "1774940160"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747843x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244136xGTFSxGSemH25xSemainex02:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 292,
"time": "1774938412"
},
"departure": {
"delay": 292,
"time": "1774938412"
},
"stopId": "FR:76657:ZE:4975:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": 291,
"time": "1774938351"
},
"stopId": "FR:76660:ZE:4974:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 284,
"time": "1774937744"
},
"stopId": "FR:76660:ZE:3260:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 330,
"time": "1774938450"
},
"departure": {
"delay": 330,
"time": "1774938450"
},
"stopId": "FR:76657:ZE:4976:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 313,
"time": "1774938133"
},
"stopId": "FR:76660:ZE:4963:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 310,
"time": "1774938550"
},
"departure": {
"delay": 310,
"time": "1774938550"
},
"stopId": "FR:76657:ZE:3306:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 304,
"time": "1774938604"
},
"departure": {
"delay": 304,
"time": "1774938604"
},
"stopId": "FR:76657:ZE:3247:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 281,
"time": "1774938161"
},
"stopId": "FR:76660:ZE:4965:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 249,
"time": "1774938729"
},
"stopId": "FR:76657:ZE:3305:ATOUMOD003",
"stopSequence": 29
},
{
"departure": {
"delay": 340,
"time": "1774938040"
},
"stopId": "FR:76660:ZE:4961:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 325,
"time": "1774938505"
},
"departure": {
"delay": 325,
"time": "1774938505"
},
"stopId": "FR:76657:ZE:5089:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 280,
"time": "1774938640"
},
"stopId": "FR:76657:ZE:3262:ATOUMOD003",
"stopSequence": 28
},
{
"departure": {
"delay": 275,
"time": "1774938575"
},
"stopId": "FR:76657:ZE:5091:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 289,
"time": "1774938229"
},
"stopId": "FR:76660:ZE:4967:ATOUMOD003",
"stopSequence": 20
}
],
"timestamp": "1774938359",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:25:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244136xGTFSxGSemH25xSemainex02:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596611:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 45,
"time": "1774938525"
},
"departure": {
"delay": 45,
"time": "1774938525"
},
"stopId": "FR:27229:ZE:0xJOL01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 90,
"time": "1774938688"
},
"departure": {
"delay": 90,
"time": "1774938690"
},
"stopId": "FR:27229:ZE:0xKEN04:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 73,
"time": "1774938613"
},
"departure": {
"delay": 73,
"time": "1774938613"
},
"stopId": "FR:27229:ZE:0xPAS01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 87,
"time": "1774938747"
},
"departure": {
"delay": 87,
"time": "1774938747"
},
"stopId": "FR:27229:ZE:0xVOL02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 30,
"time": "1774938318"
},
"departure": {
"delay": 30,
"time": "1774938330"
},
"stopId": "FR:27229:ZE:0xRRE01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 60,
"time": "1774938420"
},
"departure": {
"delay": 60,
"time": "1774938420"
},
"stopId": "FR:27229:ZE:0xROR01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 37,
"time": "1774938817"
},
"stopId": "FR:27229:ZE:0xMOL02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 63,
"time": "1774938783"
},
"departure": {
"delay": 63,
"time": "1774938783"
},
"stopId": "FR:27229:ZE:0xRUG02:ATOUMOD004",
"stopSequence": 21
}
],
"timestamp": "1774938345",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596611:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 384,
"time": "1774938804"
},
"departure": {
"delay": 384,
"time": "1774938804"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 275,
"time": "1774937890"
},
"departure": {
"delay": 275,
"time": "1774937915"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 228,
"time": "1774937988"
},
"departure": {
"delay": 228,
"time": "1774937988"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 380,
"time": "1774938440"
},
"departure": {
"delay": 380,
"time": "1774938440"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": 170,
"time": "1774937690"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 310,
"time": "1774938165"
},
"departure": {
"delay": 310,
"time": "1774938190"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 350,
"time": "1774938264"
},
"departure": {
"delay": 350,
"time": "1774938290"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 402,
"time": "1774938642"
},
"departure": {
"delay": 402,
"time": "1774938642"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 305,
"time": "1774938065"
},
"departure": {
"delay": 305,
"time": "1774938065"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 400,
"time": "1774938880"
},
"departure": {
"delay": 400,
"time": "1774938880"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 400,
"time": "1774939240"
},
"departure": {
"delay": 400,
"time": "1774939240"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 364,
"time": "1774938340"
},
"departure": {
"delay": 364,
"time": "1774938364"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1774937699",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2487699:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1713,
"time": "1774938747"
},
"departure": {
"delay": -1713,
"time": "1774938747"
},
"stopId": "FR:27598:ZE:0x6864:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -1173,
"time": "1774938747"
},
"departure": {
"delay": -1173,
"time": "1774938747"
},
"stopId": "FR:27015:ZE:0x6081:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -1413,
"time": "1774938747"
},
"departure": {
"delay": -1413,
"time": "1774938747"
},
"stopId": "FR:27015:ZE:0x6073:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -1773,
"time": "1774938747"
},
"departure": {
"delay": -1773,
"time": "1774938747"
},
"stopId": "FR:27598:ZE:0x6870:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"time": "1774941000"
},
"departure": {
"time": "1774941000"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 21
},
{
"departure": {
"delay": -933,
"time": "1774938747"
},
"stopId": "FR:27168:ZE:0x6138:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -43,
"time": "1774941077"
},
"departure": {
"delay": -43,
"time": "1774941077"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -5,
"time": "1774941535"
},
"departure": {
"delay": -5,
"time": "1774941535"
},
"stopId": "FR:27701:ZE:0x7046:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 7,
"time": "1774940767"
},
"departure": {
"delay": 7,
"time": "1774940767"
},
"stopId": "FR:27537:ZE:0x6831:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 15,
"time": "1774941375"
},
"departure": {
"delay": 15,
"time": "1774941375"
},
"stopId": "FR:27528:ZE:0x7026:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -1353,
"time": "1774938747"
},
"departure": {
"delay": -1353,
"time": "1774938747"
},
"stopId": "FR:27015:ZE:0x6087:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -43,
"time": "1774941617"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -1533,
"time": "1774938747"
},
"departure": {
"delay": -1533,
"time": "1774938747"
},
"stopId": "FR:27598:ZE:0x6865:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -1053,
"time": "1774938747"
},
"departure": {
"delay": -1053,
"time": "1774938747"
},
"stopId": "FR:27330:ZE:0x6263:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -43,
"time": "1774941437"
},
"departure": {
"delay": -43,
"time": "1774941437"
},
"stopId": "FR:27701:ZE:0x7078:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -1113,
"time": "1774938747"
},
"departure": {
"delay": -1113,
"time": "1774938747"
},
"stopId": "FR:27330:ZE:0x6268:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -1653,
"time": "1774938747"
},
"departure": {
"delay": -1653,
"time": "1774938747"
},
"stopId": "FR:27598:ZE:0x6860:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -1533,
"time": "1774938747"
},
"departure": {
"delay": -1533,
"time": "1774938747"
},
"stopId": "FR:27598:ZE:0x6859:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -10,
"time": "1774941050"
},
"departure": {
"delay": -10,
"time": "1774941050"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -1593,
"time": "1774938747"
},
"departure": {
"delay": -1593,
"time": "1774938747"
},
"stopId": "FR:27598:ZE:0x6862:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -1893,
"time": "1774938747"
},
"departure": {
"delay": -1893,
"time": "1774938747"
},
"stopId": "FR:27537:ZE:0x6834:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 47,
"time": "1774940987"
},
"departure": {
"delay": 47,
"time": "1774940987"
},
"stopId": "FR:27701:ZE:0x7181:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 52,
"time": "1774940692"
},
"departure": {
"delay": 52,
"time": "1774940692"
},
"stopId": "FR:27537:ZE:0x6828:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -16,
"time": "1774941224"
},
"departure": {
"delay": -16,
"time": "1774941224"
},
"stopId": "FR:27701:ZE:0x7041:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"time": "1774940820"
},
"departure": {
"time": "1774940820"
},
"stopId": "FR:27537:ZE:0x6825:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -1773,
"time": "1774938747"
},
"departure": {
"delay": -1773,
"time": "1774938747"
},
"stopId": "FR:27598:ZE:0x6866:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -1293,
"time": "1774938747"
},
"departure": {
"delay": -1293,
"time": "1774938747"
},
"stopId": "FR:27015:ZE:0x6085:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -1713,
"time": "1774938747"
},
"departure": {
"delay": -1713,
"time": "1774938747"
},
"stopId": "FR:27598:ZE:0x6863:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 11,
"time": "1774941491"
},
"departure": {
"delay": 11,
"time": "1774941491"
},
"stopId": "FR:27701:ZE:0x7118:ATOUMOD006",
"stopSequence": 27
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:8:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2487699:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230659x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 210,
"time": "1774939110"
},
"departure": {
"delay": 210,
"time": "1774939110"
},
"stopId": "FR:76351:ZE:3531:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": 250,
"time": "1774938730"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 232,
"time": "1774939432"
},
"departure": {
"delay": 232,
"time": "1774939432"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 192,
"time": "1774939632"
},
"departure": {
"delay": 192,
"time": "1774939632"
},
"stopId": "FR:76351:ZE:4467:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 239,
"time": "1774939499"
},
"departure": {
"delay": 239,
"time": "1774939499"
},
"stopId": "FR:76351:ZE:5223:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 204,
"time": "1774939164"
},
"departure": {
"delay": 204,
"time": "1774939164"
},
"stopId": "FR:76351:ZE:3357:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 192,
"time": "1774939932"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 248,
"time": "1774939808"
},
"departure": {
"delay": 248,
"time": "1774939808"
},
"stopId": "FR:76351:ZE:4835:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 251,
"time": "1774939031"
},
"departure": {
"delay": 251,
"time": "1774939031"
},
"stopId": "FR:76351:ZE:3627:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 159,
"time": "1774938639"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 192,
"time": "1774939212"
},
"departure": {
"delay": 192,
"time": "1774939212"
},
"stopId": "FR:76351:ZE:3124:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 194,
"time": "1774939874"
},
"departure": {
"delay": 194,
"time": "1774939874"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 196,
"time": "1774939276"
},
"departure": {
"delay": 196,
"time": "1774939276"
},
"stopId": "FR:76351:ZE:3417:ATOUMOD003",
"stopSequence": 25
},
{
"departure": {
"delay": 129,
"time": "1774938549"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 94,
"time": "1774938334"
},
"departure": {
"delay": 94,
"time": "1774938334"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 200,
"time": "1774939700"
},
"departure": {
"delay": 200,
"time": "1774939700"
},
"stopId": "FR:76351:ZE:4724:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 192,
"time": "1774938912"
},
"departure": {
"delay": 192,
"time": "1774938912"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 50,
"time": "1774938410"
},
"departure": {
"delay": 50,
"time": "1774938410"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 50,
"time": "1774938170"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 247,
"time": "1774938967"
},
"departure": {
"delay": 247,
"time": "1774938967"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 35,
"time": "1774938035"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 192,
"time": "1774939572"
},
"departure": {
"delay": 192,
"time": "1774939572"
},
"stopId": "FR:76351:ZE:4558:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 201,
"time": "1774939341"
},
"departure": {
"delay": 201,
"time": "1774939341"
},
"stopId": "FR:76351:ZE:3363:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 192,
"time": "1774939392"
},
"departure": {
"delay": 192,
"time": "1774939392"
},
"stopId": "FR:76351:ZE:3426:ATOUMOD003",
"stopSequence": 27
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230659x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx46:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 70,
"time": "1774937110"
},
"departure": {
"delay": 70,
"time": "1774937110"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 99,
"time": "1774937174"
},
"departure": {
"delay": 99,
"time": "1774937199"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 189,
"time": "1774936449"
},
"departure": {
"delay": 189,
"time": "1774936449"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 132,
"time": "1774935912"
},
"departure": {
"delay": 132,
"time": "1774935912"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 209,
"time": "1774936649"
},
"departure": {
"delay": 209,
"time": "1774936649"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 57,
"time": "1774937997"
},
"departure": {
"delay": 57,
"time": "1774937997"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"departure": {
"delay": 99,
"time": "1774935699"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 19,
"time": "1774937871"
},
"departure": {
"delay": 19,
"time": "1774937899"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 32,
"time": "1774938092"
},
"departure": {
"delay": 32,
"time": "1774938092"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 219,
"time": "1774938674"
},
"departure": {
"delay": 219,
"time": "1774938699"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 67,
"time": "1774936927"
},
"departure": {
"delay": 67,
"time": "1774936927"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 273,
"time": "1774938993"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 273,
"time": "1774938813"
},
"departure": {
"delay": 273,
"time": "1774938813"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 46,
"time": "1774937266"
},
"departure": {
"delay": 46,
"time": "1774937266"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 84,
"time": "1774937424"
},
"departure": {
"delay": 84,
"time": "1774937424"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 128,
"time": "1774935968"
},
"departure": {
"delay": 128,
"time": "1774935968"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 109,
"time": "1774937749"
},
"departure": {
"delay": 109,
"time": "1774937749"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 165,
"time": "1774936125"
},
"departure": {
"delay": 165,
"time": "1774936125"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 170,
"time": "1774938530"
},
"departure": {
"delay": 170,
"time": "1774938530"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 134,
"time": "1774938349"
},
"departure": {
"delay": 134,
"time": "1774938374"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 173,
"time": "1774936193"
},
"departure": {
"delay": 173,
"time": "1774936193"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 105,
"time": "1774935825"
},
"departure": {
"delay": 105,
"time": "1774935825"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 227,
"time": "1774936727"
},
"departure": {
"delay": 227,
"time": "1774936727"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 44,
"time": "1774938224"
},
"departure": {
"delay": 44,
"time": "1774938224"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 94,
"time": "1774937349"
},
"departure": {
"delay": 94,
"time": "1774937374"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 181,
"time": "1774936261"
},
"departure": {
"delay": 181,
"time": "1774936261"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 81,
"time": "1774936983"
},
"departure": {
"delay": 81,
"time": "1774937001"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 150,
"time": "1774936050"
},
"departure": {
"delay": 150,
"time": "1774936050"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 129,
"time": "1774937630"
},
"departure": {
"delay": 129,
"time": "1774937649"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 114,
"time": "1774937549"
},
"departure": {
"delay": 114,
"time": "1774937574"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
}
],
"timestamp": "1774935707",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx46:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011282x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15,
"time": "1774939575"
},
"departure": {
"delay": 15,
"time": "1774939575"
},
"stopId": "FR:76552:ZE:3297:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 9,
"time": "1774939089"
},
"departure": {
"delay": 9,
"time": "1774939089"
},
"stopId": "FR:76351:ZE:3051:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": -10,
"time": "1774939430"
},
"departure": {
"delay": -10,
"time": "1774939430"
},
"stopId": "FR:76351:ZE:3459:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": -10,
"time": "1774939850"
},
"departure": {
"delay": -10,
"time": "1774939850"
},
"stopId": "FR:76552:ZE:3489:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 40,
"time": "1774939000"
},
"departure": {
"delay": 40,
"time": "1774939000"
},
"stopId": "FR:76351:ZE:3022:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 29,
"time": "1774940069"
},
"departure": {
"delay": 29,
"time": "1774940069"
},
"stopId": "FR:76552:ZE:3172:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 47,
"time": "1774939907"
},
"departure": {
"delay": 47,
"time": "1774939907"
},
"stopId": "FR:76552:ZE:3339:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 37,
"time": "1774939777"
},
"departure": {
"delay": 37,
"time": "1774939777"
},
"stopId": "FR:76552:ZE:3103:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": -10,
"time": "1774940150"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 21,
"time": "1774939521"
},
"departure": {
"delay": 21,
"time": "1774939521"
},
"stopId": "FR:76552:ZE:3158:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 12,
"time": "1774939152"
},
"departure": {
"delay": 12,
"time": "1774939152"
},
"stopId": "FR:76351:ZE:4593:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 38,
"time": "1774940018"
},
"departure": {
"delay": 38,
"time": "1774940018"
},
"stopId": "FR:76552:ZE:3105:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 11,
"time": "1774939331"
},
"departure": {
"delay": 11,
"time": "1774939331"
},
"stopId": "FR:76351:ZE:3546:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 3,
"time": "1774940103"
},
"departure": {
"delay": 3,
"time": "1774940103"
},
"stopId": "FR:76552:ZE:4519:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 33,
"time": "1774939953"
},
"departure": {
"delay": 33,
"time": "1774939953"
},
"stopId": "FR:76552:ZE:3355:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": -10,
"time": "1774939730"
},
"departure": {
"delay": -10,
"time": "1774939730"
},
"stopId": "FR:76552:ZE:3092:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": -10,
"time": "1774938770"
},
"departure": {
"delay": -10,
"time": "1774938770"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": -10,
"time": "1774939250"
},
"departure": {
"delay": -10,
"time": "1774939250"
},
"stopId": "FR:76351:ZE:4611:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 13,
"time": "1774938673"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 17,
"time": "1774938857"
},
"departure": {
"delay": 17,
"time": "1774938857"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 38,
"time": "1774938938"
},
"departure": {
"delay": 38,
"time": "1774938938"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 13,
"time": "1774939633"
},
"departure": {
"delay": 13,
"time": "1774939633"
},
"stopId": "FR:76552:ZE:3607:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": -10,
"time": "1774939370"
},
"departure": {
"delay": -10,
"time": "1774939370"
},
"stopId": "FR:76351:ZE:3020:ATOUMOD003",
"stopSequence": 41
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011282x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471207:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9,
"time": "1774938237"
},
"departure": {
"delay": 9,
"time": "1774938249"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 8,
"time": "1774938177"
},
"departure": {
"delay": 8,
"time": "1774938188"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -25,
"time": "1774938515"
},
"departure": {
"delay": -25,
"time": "1774938515"
},
"stopId": "FR:27528:ZE:0x6597:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 8,
"time": "1774938368"
},
"departure": {
"delay": 8,
"time": "1774938368"
},
"stopId": "FR:27701:ZE:0x7035:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 8,
"time": "1774938728"
},
"departure": {
"delay": 8,
"time": "1774938728"
},
"stopId": "FR:27528:ZE:0x6599:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -77,
"time": "1774939483"
},
"departure": {
"delay": -77,
"time": "1774939483"
},
"stopId": "FR:27375:ZE:0x6527:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -149,
"time": "1774939651"
},
"departure": {
"delay": -149,
"time": "1774939651"
},
"stopId": "FR:27375:ZE:0x6458:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -83,
"time": "1774939357"
},
"departure": {
"delay": -83,
"time": "1774939357"
},
"stopId": "FR:27351:ZE:0x6313:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 24,
"time": "1774938924"
},
"departure": {
"delay": 24,
"time": "1774938924"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -5,
"time": "1774938295"
},
"departure": {
"delay": -5,
"time": "1774938295"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -30,
"time": "1774939050"
},
"departure": {
"delay": -30,
"time": "1774939050"
},
"stopId": "FR:27701:ZE:0x7107:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 5,
"time": "1774938845"
},
"departure": {
"delay": 5,
"time": "1774938845"
},
"stopId": "FR:27528:ZE:0x6588:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -188,
"time": "1774939852"
},
"departure": {
"delay": -188,
"time": "1774939852"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -228,
"time": "1774939992"
},
"departure": {
"delay": -228,
"time": "1774939992"
},
"stopId": "FR:27375:ZE:0x6515:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -3,
"time": "1774938777"
},
"departure": {
"delay": -3,
"time": "1774938777"
},
"stopId": "FR:27528:ZE:0x6593:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -325,
"time": "1774940195"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -129,
"time": "1774939611"
},
"departure": {
"delay": -129,
"time": "1774939611"
},
"stopId": "FR:27375:ZE:0x6439:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -117,
"time": "1774939563"
},
"departure": {
"delay": -117,
"time": "1774939563"
},
"stopId": "FR:27375:ZE:0x6385:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -124,
"time": "1774939736"
},
"departure": {
"delay": -124,
"time": "1774939736"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -215,
"time": "1774940065"
},
"departure": {
"delay": -215,
"time": "1774940065"
},
"stopId": "FR:27375:ZE:0x6433:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -265,
"time": "1774940135"
},
"departure": {
"delay": -265,
"time": "1774940135"
},
"stopId": "FR:27375:ZE:0x6394:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -113,
"time": "1774939807"
},
"departure": {
"delay": -113,
"time": "1774939807"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -21,
"time": "1774938399"
},
"departure": {
"delay": -21,
"time": "1774938399"
},
"stopId": "FR:27701:ZE:0x7023:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -158,
"time": "1774939942"
},
"departure": {
"delay": -158,
"time": "1774939942"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -30,
"time": "1774939410"
},
"departure": {
"delay": -30,
"time": "1774939410"
},
"stopId": "FR:27351:ZE:0x6305:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -24,
"time": "1774938456"
},
"departure": {
"delay": -24,
"time": "1774938456"
},
"stopId": "FR:27528:ZE:0x6577:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -58,
"time": "1774938962"
},
"departure": {
"delay": -58,
"time": "1774938962"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 8,
"time": "1774938664"
},
"departure": {
"delay": 8,
"time": "1774938668"
},
"stopId": "FR:27528:ZE:0x6590:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -71,
"time": "1774939249"
},
"departure": {
"delay": -71,
"time": "1774939249"
},
"stopId": "FR:27351:ZE:0x6311:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -22,
"time": "1774938619"
},
"departure": {
"delay": -22,
"time": "1774938638"
},
"stopId": "FR:27528:ZE:0x6595:ATOUMOD006",
"stopSequence": 9
}
],
"timestamp": "1774938266",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471207:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747884x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 32,
"time": "1774930992"
},
"departure": {
"delay": 32,
"time": "1774931012"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 126,
"time": "1774931511"
},
"departure": {
"delay": 126,
"time": "1774931526"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 66,
"time": "1774930541"
},
"departure": {
"delay": 66,
"time": "1774930566"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 21,
"time": "1774930687"
},
"departure": {
"delay": 21,
"time": "1774930701"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 66,
"time": "1774931031"
},
"departure": {
"delay": 66,
"time": "1774931046"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 3,
"time": "1774930790"
},
"departure": {
"delay": 3,
"time": "1774930803"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 74,
"time": "1774931160"
},
"departure": {
"delay": 74,
"time": "1774931174"
},
"stopId": "FR:50129:ZE:10GDM3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 88,
"time": "1774930432"
},
"departure": {
"delay": 88,
"time": "1774930468"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 80,
"time": "1774931475"
},
"departure": {
"delay": 80,
"time": "1774931480"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 92,
"time": "1774931602"
},
"departure": {
"delay": 92,
"time": "1774931612"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 257,
"time": "1774930397"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -8,
"time": "1774930955"
},
"departure": {
"delay": -8,
"time": "1774930972"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 9,
"time": "1774930908"
},
"departure": {
"delay": 9,
"time": "1774930929"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 118,
"time": "1774931202"
},
"departure": {
"delay": 118,
"time": "1774931218"
},
"stopId": "FR:50129:ZE:10SWZ1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 123,
"time": "1774931398"
},
"departure": {
"delay": 123,
"time": "1774931403"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 62,
"time": "1774931577"
},
"departure": {
"delay": 62,
"time": "1774931582"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 96,
"time": "1774930626"
},
"departure": {
"delay": 96,
"time": "1774930656"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 116,
"time": "1774931440"
},
"departure": {
"delay": 116,
"time": "1774931456"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 25,
"time": "1774930749"
},
"departure": {
"delay": 25,
"time": "1774930765"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 95,
"time": "1774931641"
},
"departure": {
"delay": 95,
"time": "1774931675"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 65,
"time": "1774931086"
},
"departure": {
"delay": 65,
"time": "1774931105"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 100,
"time": "1774931285"
},
"departure": {
"delay": 100,
"time": "1774931320"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 97,
"time": "1774931737"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747884x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758446x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 190,
"time": "1774939870"
},
"departure": {
"delay": 190,
"time": "1774939870"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 283,
"time": "1774937639"
},
"departure": {
"delay": 283,
"time": "1774937863"
},
"stopId": "FR:50041:ZE:HAGMA1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 190,
"time": "1774939750"
},
"departure": {
"delay": 190,
"time": "1774939750"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 190,
"time": "1774939990"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 22
},
{
"departure": {
"delay": 58,
"time": "1774937158"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 190,
"time": "1774939030"
},
"departure": {
"delay": 190,
"time": "1774939030"
},
"stopId": "FR:50129:ZE:10LSA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 301,
"time": "1774938207"
},
"departure": {
"delay": 301,
"time": "1774938241"
},
"stopId": "FR:50041:ZE:HAGBA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 190,
"time": "1774939630"
},
"departure": {
"delay": 190,
"time": "1774939630"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 190,
"time": "1774938790"
},
"departure": {
"delay": 190,
"time": "1774938790"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 190,
"time": "1774939570"
},
"departure": {
"delay": 190,
"time": "1774939570"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 250,
"time": "1774937921"
},
"departure": {
"delay": 250,
"time": "1774937950"
},
"stopId": "FR:50041:ZE:HAGFY1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 190,
"time": "1774939270"
},
"departure": {
"delay": 190,
"time": "1774939270"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 190,
"time": "1774938730"
},
"departure": {
"delay": 190,
"time": "1774938730"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 80,
"time": "1774937479"
},
"departure": {
"delay": 80,
"time": "1774937540"
},
"stopId": "FR:50041:ZE:HAGCC1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 190,
"time": "1774938910"
},
"departure": {
"delay": 190,
"time": "1774938910"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 190,
"time": "1774939330"
},
"departure": {
"delay": 190,
"time": "1774939330"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 190,
"time": "1774939450"
},
"departure": {
"delay": 190,
"time": "1774939450"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758446x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850304F294270x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774936380"
},
"stopId": "FR:76259:ZE:StopPointxOCETrainxTERx87413542:ATOUMOD002",
"stopSequence": 4
},
{
"arrival": {
"time": "1774938600"
},
"departure": {
"time": "1774938660"
},
"stopId": "FR:76341:ZE:StopPointxOCETrainxTERx87413302:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774937580"
},
"departure": {
"time": "1774937640"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1774939020"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774938360"
},
"departure": {
"time": "1774938420"
},
"stopId": "FR:76596:ZE:StopPointxOCETrainxTERx87413310:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774938000"
},
"departure": {
"time": "1774938060"
},
"stopId": "FR:76250:ZE:StopPointxOCETrainxTERx87413328:ATOUMOD002",
"stopSequence": 8
}
],
"timestamp": "1774932758",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxb66ce399xd888x47dex897bx46f7f79fa5adx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850304F294270x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1397:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -28897,
"time": "1774937483"
},
"departure": {
"delay": -28897,
"time": "1774937483"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -28851,
"time": "1774937709"
},
"departure": {
"delay": -28851,
"time": "1774937709"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -28700,
"time": "1774939420"
},
"departure": {
"delay": -28700,
"time": "1774939420"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -28710,
"time": "1774940010"
},
"departure": {
"delay": -28710,
"time": "1774940010"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -28811,
"time": "1774938709"
},
"departure": {
"delay": -28811,
"time": "1774938709"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -28725,
"time": "1774939935"
},
"departure": {
"delay": -28725,
"time": "1774939935"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -28810,
"time": "1774937930"
},
"departure": {
"delay": -28810,
"time": "1774937930"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -28687,
"time": "1774938473"
},
"departure": {
"delay": -28687,
"time": "1774938473"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -28717,
"time": "1774938293"
},
"departure": {
"delay": -28717,
"time": "1774938383"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"delay": -28902,
"time": "1774937358"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -28767,
"time": "1774938813"
},
"departure": {
"delay": -28767,
"time": "1774938813"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -28785,
"time": "1774938555"
},
"departure": {
"delay": -28785,
"time": "1774938555"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -28725,
"time": "1774939695"
},
"departure": {
"delay": -28725,
"time": "1774939695"
},
"stopId": "FR:76157:ZE:TCARxTOUYE2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -28674,
"time": "1774939506"
},
"departure": {
"delay": -28674,
"time": "1774939506"
},
"stopId": "FR:76157:ZE:TCARxCORNI2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -28793,
"time": "1774938187"
},
"departure": {
"delay": -28793,
"time": "1774938187"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -28779,
"time": "1774938124"
},
"departure": {
"delay": -28779,
"time": "1774938141"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -28700,
"time": "1774939660"
},
"departure": {
"delay": -28700,
"time": "1774939660"
},
"stopId": "FR:76157:ZE:TCARxTPRAT2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -28759,
"time": "1774937838"
},
"departure": {
"delay": -28759,
"time": "1774937861"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -28856,
"time": "1774937560"
},
"departure": {
"delay": -28856,
"time": "1774937584"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -28757,
"time": "1774938643"
},
"departure": {
"delay": -28757,
"time": "1774938643"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -28713,
"time": "1774939767"
},
"departure": {
"delay": -28713,
"time": "1774939767"
},
"stopId": "FR:76157:ZE:TCARxTDUMA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -28725,
"time": "1774940115"
},
"departure": {
"delay": -28725,
"time": "1774940115"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -28795,
"time": "1774938905"
},
"departure": {
"delay": -28795,
"time": "1774938905"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -28724,
"time": "1774939876"
},
"departure": {
"delay": -28724,
"time": "1774939876"
},
"stopId": "FR:76157:ZE:TCARxTPROV2:ATOUMOD001",
"stopSequence": 23
}
],
"timestamp": "1774937378",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1397:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745197x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 104,
"time": "1774936814"
},
"departure": {
"delay": 104,
"time": "1774936844"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 106,
"time": "1774937237"
},
"departure": {
"delay": 106,
"time": "1774937266"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 226,
"time": "1774936149"
},
"departure": {
"delay": 226,
"time": "1774936186"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 112,
"time": "1774936761"
},
"departure": {
"delay": 112,
"time": "1774936792"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 233,
"time": "1774936264"
},
"departure": {
"delay": 233,
"time": "1774936313"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 43,
"time": "1774935643"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 112,
"time": "1774937121"
},
"departure": {
"delay": 112,
"time": "1774937212"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 228,
"time": "1774936218"
},
"departure": {
"delay": 228,
"time": "1774936248"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 74,
"time": "1774935861"
},
"departure": {
"delay": 74,
"time": "1774935914"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 8,
"time": "1774937348"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 60,
"time": "1774937064"
},
"departure": {
"delay": 60,
"time": "1774937100"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 60,
"time": "1774936964"
},
"departure": {
"delay": 60,
"time": "1774936980"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 159,
"time": "1774936689"
},
"departure": {
"delay": 159,
"time": "1774936719"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 243,
"time": "1774936346"
},
"departure": {
"delay": 243,
"time": "1774936383"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 58,
"time": "1774937005"
},
"departure": {
"delay": 58,
"time": "1774937038"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 54,
"time": "1774936907"
},
"departure": {
"delay": 54,
"time": "1774936914"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 217,
"time": "1774936629"
},
"departure": {
"delay": 217,
"time": "1774936657"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 278,
"time": "1774936548"
},
"departure": {
"delay": 278,
"time": "1774936598"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 21,
"time": "1774935704"
},
"departure": {
"delay": 21,
"time": "1774935801"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745197x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:6548766615142400x2:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 118,
"time": "1774938698"
},
"departure": {
"delay": 118,
"time": "1774938718"
},
"stopId": "FR:50218:ZE:759850002:ATOUMOD105",
"stopSequence": 13
},
{
"arrival": {
"delay": 110,
"time": "1774938325"
},
"departure": {
"delay": 110,
"time": "1774938350"
},
"stopId": "FR:50218:ZE:752290002:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": 90,
"time": "1774938380"
},
"departure": {
"delay": 90,
"time": "1774938390"
},
"stopId": "FR:50218:ZE:720520002:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": 108,
"time": "1774938750"
},
"departure": {
"delay": 108,
"time": "1774938768"
},
"stopId": "FR:50647:ZE:5176510791024640:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": 119,
"time": "1774938829"
},
"departure": {
"delay": 119,
"time": "1774938839"
},
"stopId": "FR:50218:ZE:720520001:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": 97,
"time": "1774938631"
},
"departure": {
"delay": 97,
"time": "1774938637"
},
"stopId": "FR:50218:ZE:756090002:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": 102,
"time": "1774938219"
},
"departure": {
"delay": 102,
"time": "1774938222"
},
"stopId": "FR:50218:ZE:761900006:ATOUMOD105",
"stopSequence": 5
},
{
"arrival": {
"delay": 79,
"time": "1774938429"
},
"departure": {
"delay": 79,
"time": "1774938439"
},
"stopId": "FR:50218:ZE:732540004:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": 132,
"time": "1774939032"
},
"stopId": "FR:50647:ZE:740100001:ATOUMOD105",
"stopSequence": 18
},
{
"arrival": {
"delay": 136,
"time": "1774938966"
},
"departure": {
"delay": 136,
"time": "1774938976"
},
"stopId": "FR:50218:ZE:767200001:ATOUMOD105",
"stopSequence": 17
},
{
"arrival": {
"delay": 162,
"time": "1774938566"
},
"departure": {
"delay": 162,
"time": "1774938582"
},
"stopId": "FR:50218:ZE:30060094:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": 195,
"time": "1774938121"
},
"departure": {
"delay": 195,
"time": "1774938135"
},
"stopId": "FR:50218:ZE:712770016:ATOUMOD105",
"stopSequence": 4
},
{
"arrival": {
"delay": 131,
"time": "1774937926"
},
"departure": {
"delay": 131,
"time": "1774937951"
},
"stopId": "FR:50218:ZE:758020003:ATOUMOD105",
"stopSequence": 3
},
{
"arrival": {
"delay": 120,
"time": "1774938890"
},
"departure": {
"delay": 120,
"time": "1774938900"
},
"stopId": "FR:50218:ZE:758010002:ATOUMOD105",
"stopSequence": 16
},
{
"arrival": {
"delay": 88,
"time": "1774938266"
},
"departure": {
"delay": 88,
"time": "1774938268"
},
"stopId": "FR:50218:ZE:14020095:ATOUMOD105",
"stopSequence": 6
}
],
"timestamp": "1774938731",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD105:Line:350210009:LOC",
"tripId": "ATOUMOD105:ServiceJourney:6548766615142400x2:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255637x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939620"
},
"departure": {
"time": "1774939620"
},
"stopId": "FR:76447:ZE:3347:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 37,
"time": "1774941937"
},
"departure": {
"delay": 37,
"time": "1774941937"
},
"stopId": "FR:76341:ZE:3060:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"time": "1774941120"
},
"departure": {
"time": "1774941120"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 15,
"time": "1774939875"
},
"departure": {
"delay": 15,
"time": "1774939875"
},
"stopId": "FR:76351:ZE:3502:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"time": "1774939140"
},
"departure": {
"time": "1774939140"
},
"stopId": "FR:76447:ZE:3493:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"time": "1774941780"
},
"departure": {
"time": "1774941780"
},
"stopId": "FR:76341:ZE:4431:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 27,
"time": "1774940487"
},
"departure": {
"delay": 27,
"time": "1774940487"
},
"stopId": "FR:76351:ZE:3368:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 54,
"time": "1774940934"
},
"departure": {
"delay": 54,
"time": "1774940934"
},
"stopId": "FR:76351:ZE:4849:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 58,
"time": "1774940758"
},
"departure": {
"delay": 58,
"time": "1774940758"
},
"stopId": "FR:76351:ZE:3042:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"time": "1774939020"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 24,
"time": "1774942464"
},
"departure": {
"delay": 24,
"time": "1774942464"
},
"stopId": "FR:76305:ZE:4478:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 33,
"time": "1774942053"
},
"departure": {
"delay": 33,
"time": "1774942053"
},
"stopId": "FR:76305:ZE:4833:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 46,
"time": "1774940146"
},
"departure": {
"delay": 46,
"time": "1774940146"
},
"stopId": "FR:76351:ZE:3137:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"time": "1774942260"
},
"departure": {
"time": "1774942260"
},
"stopId": "FR:76305:ZE:3098:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 21,
"time": "1774941081"
},
"departure": {
"delay": 21,
"time": "1774941081"
},
"stopId": "FR:76351:ZE:3572:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 15,
"time": "1774941975"
},
"departure": {
"delay": 15,
"time": "1774941975"
},
"stopId": "FR:76305:ZE:3149:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 40,
"time": "1774942420"
},
"departure": {
"delay": 40,
"time": "1774942420"
},
"stopId": "FR:76305:ZE:3575:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 25,
"time": "1774939945"
},
"departure": {
"delay": 25,
"time": "1774939945"
},
"stopId": "FR:76351:ZE:3116:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 14,
"time": "1774941854"
},
"departure": {
"delay": 14,
"time": "1774941854"
},
"stopId": "FR:76341:ZE:3581:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 35,
"time": "1774939175"
},
"departure": {
"delay": 35,
"time": "1774939175"
},
"stopId": "FR:76447:ZE:3139:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:76447:ZE:3108:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 46,
"time": "1774941166"
},
"departure": {
"delay": 46,
"time": "1774941166"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"time": "1774942020"
},
"departure": {
"time": "1774942020"
},
"stopId": "FR:76305:ZE:3440:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"time": "1774940880"
},
"departure": {
"time": "1774940880"
},
"stopId": "FR:76351:ZE:3153:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 48,
"time": "1774942308"
},
"departure": {
"delay": 48,
"time": "1774942308"
},
"stopId": "FR:76305:ZE:3190:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"time": "1774941900"
},
"departure": {
"time": "1774941900"
},
"stopId": "FR:76341:ZE:3244:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940340"
},
"stopId": "FR:76351:ZE:4298:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"time": "1774940820"
},
"departure": {
"time": "1774940820"
},
"stopId": "FR:76351:ZE:3163:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 40,
"time": "1774939360"
},
"departure": {
"delay": 40,
"time": "1774939360"
},
"stopId": "FR:76447:ZE:3696:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 23,
"time": "1774939223"
},
"departure": {
"delay": 23,
"time": "1774939223"
},
"stopId": "FR:76447:ZE:3147:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"time": "1774942620"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 47,
"time": "1774941467"
},
"departure": {
"delay": 47,
"time": "1774941467"
},
"stopId": "FR:76351:ZE:4984:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 52,
"time": "1774940992"
},
"departure": {
"delay": 52,
"time": "1774940992"
},
"stopId": "FR:76351:ZE:3076:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 56,
"time": "1774942556"
},
"departure": {
"delay": 56,
"time": "1774942556"
},
"stopId": "FR:76305:ZE:4480:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 3,
"time": "1774941243"
},
"departure": {
"delay": 3,
"time": "1774941243"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"time": "1774941840"
},
"departure": {
"time": "1774941840"
},
"stopId": "FR:76341:ZE:4570:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 50,
"time": "1774939670"
},
"departure": {
"delay": 50,
"time": "1774939670"
},
"stopId": "FR:76341:ZE:3352:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 7,
"time": "1774942507"
},
"departure": {
"delay": 7,
"time": "1774942507"
},
"stopId": "FR:76305:ZE:4479:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 21,
"time": "1774940541"
},
"departure": {
"delay": 21,
"time": "1774940541"
},
"stopId": "FR:76351:ZE:5159:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"time": "1774939500"
},
"departure": {
"time": "1774939500"
},
"stopId": "FR:76447:ZE:3221:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 51,
"time": "1774939311"
},
"departure": {
"delay": 51,
"time": "1774939311"
},
"stopId": "FR:76447:ZE:3435:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 16,
"time": "1774940056"
},
"departure": {
"delay": 16,
"time": "1774940056"
},
"stopId": "FR:76351:ZE:3595:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 58,
"time": "1774939738"
},
"departure": {
"delay": 58,
"time": "1774939738"
},
"stopId": "FR:76341:ZE:3065:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"time": "1774940700"
},
"departure": {
"time": "1774940700"
},
"stopId": "FR:76351:ZE:4548:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 6,
"time": "1774942386"
},
"departure": {
"delay": 6,
"time": "1774942386"
},
"stopId": "FR:76305:ZE:3683:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 20,
"time": "1774940420"
},
"departure": {
"delay": 20,
"time": "1774940420"
},
"stopId": "FR:76351:ZE:4367:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"time": "1774941300"
},
"departure": {
"time": "1774941300"
},
"stopId": "FR:76351:ZE:4428:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"time": "1774939980"
},
"departure": {
"time": "1774939980"
},
"stopId": "FR:76351:ZE:3164:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"time": "1774941360"
},
"departure": {
"time": "1774941360"
},
"stopId": "FR:76351:ZE:3048:ATOUMOD003",
"stopSequence": 32
}
],
"timestamp": "1774938619",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255637x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597010:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 181,
"time": "1774938702"
},
"departure": {
"delay": 181,
"time": "1774938721"
},
"stopId": "FR:27229:ZE:0xDUN01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 121,
"time": "1774939261"
},
"departure": {
"delay": 121,
"time": "1774939261"
},
"stopId": "FR:27229:ZE:0xBRO01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 130,
"time": "1774939150"
},
"departure": {
"delay": 130,
"time": "1774939150"
},
"stopId": "FR:27229:ZE:0xLOG01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 134,
"time": "1774939094"
},
"departure": {
"delay": 134,
"time": "1774939094"
},
"stopId": "FR:27229:ZE:0xHAR01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 150,
"time": "1774938990"
},
"departure": {
"delay": 150,
"time": "1774938990"
},
"stopId": "FR:27229:ZE:0xFAU01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 138,
"time": "1774939518"
},
"departure": {
"delay": 138,
"time": "1774939518"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 139,
"time": "1774939399"
},
"departure": {
"delay": 139,
"time": "1774939399"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 141,
"time": "1774938801"
},
"departure": {
"delay": 141,
"time": "1774938801"
},
"stopId": "FR:27229:ZE:0xFER01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 139,
"time": "1774939459"
},
"departure": {
"delay": 139,
"time": "1774939459"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 47,
"time": "1774939607"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 182,
"time": "1774938602"
},
"departure": {
"delay": 182,
"time": "1774938602"
},
"stopId": "FR:27229:ZE:0xCAR04:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 167,
"time": "1774938887"
},
"departure": {
"delay": 167,
"time": "1774938887"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 31,
"time": "1774938391"
},
"departure": {
"delay": 31,
"time": "1774938391"
},
"stopId": "FR:27229:ZE:0xMEU01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 130,
"time": "1774939210"
},
"departure": {
"delay": 130,
"time": "1774939210"
},
"stopId": "FR:27229:ZE:0xBEV01:ATOUMOD004",
"stopSequence": 14
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597010:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748426x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 120,
"time": "1774930542"
},
"departure": {
"delay": 120,
"time": "1774930560"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 94,
"time": "1774929671"
},
"departure": {
"delay": 94,
"time": "1774929694"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 17,
"time": "1774931163"
},
"departure": {
"delay": 17,
"time": "1774931177"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 109,
"time": "1774929577"
},
"departure": {
"delay": 109,
"time": "1774929589"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 126,
"time": "1774930008"
},
"departure": {
"delay": 126,
"time": "1774930026"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -50,
"time": "1774931220"
},
"departure": {
"delay": -50,
"time": "1774931230"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 141,
"time": "1774930090"
},
"departure": {
"delay": 141,
"time": "1774930101"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 127,
"time": "1774929127"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 106,
"time": "1774931071"
},
"departure": {
"delay": 106,
"time": "1774931086"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 117,
"time": "1774929626"
},
"departure": {
"delay": 117,
"time": "1774929657"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 60,
"time": "1774929291"
},
"departure": {
"delay": 60,
"time": "1774929300"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 76,
"time": "1774929471"
},
"departure": {
"delay": 76,
"time": "1774929496"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 91,
"time": "1774929371"
},
"departure": {
"delay": 91,
"time": "1774929391"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -75,
"time": "1774931246"
},
"departure": {
"delay": -75,
"time": "1774931265"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 90,
"time": "1774930872"
},
"departure": {
"delay": 90,
"time": "1774930890"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -45,
"time": "1774931343"
},
"departure": {
"delay": -45,
"time": "1774931355"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 78,
"time": "1774930988"
},
"departure": {
"delay": 78,
"time": "1774930998"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -53,
"time": "1774931271"
},
"departure": {
"delay": -53,
"time": "1774931287"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 75,
"time": "1774930242"
},
"departure": {
"delay": 75,
"time": "1774930275"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 72,
"time": "1774931098"
},
"departure": {
"delay": 72,
"time": "1774931112"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 161,
"time": "1774930604"
},
"departure": {
"delay": 161,
"time": "1774930841"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -22,
"time": "1774931188"
},
"departure": {
"delay": -22,
"time": "1774931198"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 117,
"time": "1774930317"
},
"departure": {
"delay": 117,
"time": "1774930377"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -65,
"time": "1774931377"
},
"departure": {
"delay": -65,
"time": "1774931395"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 181,
"time": "1774929961"
},
"departure": {
"delay": 181,
"time": "1774929961"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 102,
"time": "1774930403"
},
"departure": {
"delay": 102,
"time": "1774930422"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 56,
"time": "1774929339"
},
"departure": {
"delay": 56,
"time": "1774929356"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -93,
"time": "1774931427"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 100,
"time": "1774929801"
},
"departure": {
"delay": 100,
"time": "1774929820"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 121,
"time": "1774930189"
},
"departure": {
"delay": 121,
"time": "1774930201"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 135,
"time": "1774930498"
},
"departure": {
"delay": 135,
"time": "1774930515"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 46,
"time": "1774931133"
},
"departure": {
"delay": 46,
"time": "1774931146"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 111,
"time": "1774929757"
},
"departure": {
"delay": 111,
"time": "1774929771"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748426x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747841x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 18,
"time": "1774936360"
},
"departure": {
"delay": 18,
"time": "1774936398"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 49,
"time": "1774937831"
},
"departure": {
"delay": 49,
"time": "1774937869"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 72,
"time": "1774938026"
},
"departure": {
"delay": 72,
"time": "1774938072"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 31,
"time": "1774937035"
},
"departure": {
"delay": 31,
"time": "1774937071"
},
"stopId": "FR:50129:ZE:10GDM4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 69,
"time": "1774937914"
},
"departure": {
"delay": 69,
"time": "1774937949"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 28,
"time": "1774937695"
},
"departure": {
"delay": 28,
"time": "1774937728"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 86,
"time": "1774937171"
},
"departure": {
"delay": 86,
"time": "1774937186"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 42,
"time": "1774937102"
},
"departure": {
"delay": 42,
"time": "1774937142"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -64,
"time": "1774938176"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 48,
"time": "1774936605"
},
"departure": {
"delay": 48,
"time": "1774936668"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 77,
"time": "1774938098"
},
"departure": {
"delay": 77,
"time": "1774938137"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -7,
"time": "1774936480"
},
"departure": {
"delay": -7,
"time": "1774936493"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 57,
"time": "1774936765"
},
"departure": {
"delay": 57,
"time": "1774936797"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 72,
"time": "1774937494"
},
"departure": {
"delay": 72,
"time": "1774937532"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 50,
"time": "1774936693"
},
"departure": {
"delay": 50,
"time": "1774936730"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 71,
"time": "1774937258"
},
"departure": {
"delay": 71,
"time": "1774937291"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 87,
"time": "1774936906"
},
"departure": {
"delay": 87,
"time": "1774936947"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 35,
"time": "1774936465"
},
"departure": {
"delay": 35,
"time": "1774936475"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 52,
"time": "1774937622"
},
"departure": {
"delay": 52,
"time": "1774937632"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 47,
"time": "1774936307"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 88,
"time": "1774937204"
},
"departure": {
"delay": 88,
"time": "1774937248"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 81,
"time": "1774937564"
},
"departure": {
"delay": 81,
"time": "1774937601"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -56,
"time": "1774936547"
},
"departure": {
"delay": -56,
"time": "1774936564"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 65,
"time": "1774936977"
},
"departure": {
"delay": 65,
"time": "1774936985"
},
"stopId": "FR:50129:ZE:10SWZ2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 129,
"time": "1774937320"
},
"departure": {
"delay": 129,
"time": "1774937349"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747841x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745136x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 229,
"time": "1774935024"
},
"departure": {
"delay": 229,
"time": "1774935109"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 106,
"time": "1774934847"
},
"departure": {
"delay": 106,
"time": "1774934866"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 230,
"time": "1774936126"
},
"departure": {
"delay": 230,
"time": "1774936190"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 259,
"time": "1774936399"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 282,
"time": "1774935140"
},
"departure": {
"delay": 282,
"time": "1774935222"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 47,
"time": "1774934654"
},
"departure": {
"delay": 47,
"time": "1774934687"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 170,
"time": "1774935774"
},
"departure": {
"delay": 170,
"time": "1774935830"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 147,
"time": "1774935590"
},
"departure": {
"delay": 147,
"time": "1774935627"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 29,
"time": "1774934609"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 214,
"time": "1774935955"
},
"departure": {
"delay": 214,
"time": "1774935994"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 206,
"time": "1774936007"
},
"departure": {
"delay": 206,
"time": "1774936046"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 188,
"time": "1774935509"
},
"departure": {
"delay": 188,
"time": "1774935548"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 233,
"time": "1774935423"
},
"departure": {
"delay": 233,
"time": "1774935473"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 218,
"time": "1774935857"
},
"departure": {
"delay": 218,
"time": "1774935938"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 177,
"time": "1774935651"
},
"departure": {
"delay": 177,
"time": "1774935717"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 210,
"time": "1774936067"
},
"departure": {
"delay": 210,
"time": "1774936110"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 191,
"time": "1774934971"
},
"departure": {
"delay": 191,
"time": "1774935011"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 264,
"time": "1774935350"
},
"departure": {
"delay": 264,
"time": "1774935384"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745136x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596522:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 225,
"time": "1774936785"
},
"departure": {
"delay": 225,
"time": "1774936785"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 255,
"time": "1774936621"
},
"departure": {
"delay": 255,
"time": "1774936635"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 345,
"time": "1774937385"
},
"departure": {
"delay": 345,
"time": "1774937385"
},
"stopId": "FR:27229:ZE:0xTRA01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 375,
"time": "1774937104"
},
"departure": {
"delay": 375,
"time": "1774937115"
},
"stopId": "FR:27229:ZE:0xLET01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 345,
"time": "1774937252"
},
"departure": {
"delay": 345,
"time": "1774937265"
},
"stopId": "FR:27229:ZE:0xORL01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 505,
"time": "1774938025"
},
"departure": {
"delay": 505,
"time": "1774938025"
},
"stopId": "FR:27229:ZE:0xBEC01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 315,
"time": "1774936859"
},
"departure": {
"delay": 315,
"time": "1774936995"
},
"stopId": "FR:27229:ZE:0xGAR04:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 345,
"time": "1774937313"
},
"departure": {
"delay": 345,
"time": "1774937325"
},
"stopId": "FR:27229:ZE:0xPOL03:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 225,
"time": "1774936529"
},
"departure": {
"delay": 225,
"time": "1774936545"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 345,
"time": "1774937160"
},
"departure": {
"delay": 345,
"time": "1774937205"
},
"stopId": "FR:27229:ZE:0xMOU01:ATOUMOD004",
"stopSequence": 8
}
],
"timestamp": "1774938104",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T6:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596522:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745229x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 253,
"time": "1774937383"
},
"departure": {
"delay": 253,
"time": "1774937413"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 120,
"time": "1774938012"
},
"departure": {
"delay": 120,
"time": "1774938060"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 171,
"time": "1774937776"
},
"departure": {
"delay": 171,
"time": "1774937811"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 207,
"time": "1774938440"
},
"departure": {
"delay": 207,
"time": "1774938507"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 130,
"time": "1774937854"
},
"departure": {
"delay": 130,
"time": "1774937890"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 213,
"time": "1774937206"
},
"departure": {
"delay": 213,
"time": "1774937253"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 158,
"time": "1774938698"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 102,
"time": "1774937943"
},
"departure": {
"delay": 102,
"time": "1774937982"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 193,
"time": "1774936993"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 251,
"time": "1774937498"
},
"departure": {
"delay": 251,
"time": "1774937531"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 171,
"time": "1774937117"
},
"departure": {
"delay": 171,
"time": "1774937151"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 201,
"time": "1774938528"
},
"departure": {
"delay": 201,
"time": "1774938561"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 170,
"time": "1774938312"
},
"departure": {
"delay": 170,
"time": "1774938350"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 117,
"time": "1774938131"
},
"departure": {
"delay": 117,
"time": "1774938177"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 268,
"time": "1774937566"
},
"departure": {
"delay": 268,
"time": "1774937608"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 262,
"time": "1774937447"
},
"departure": {
"delay": 262,
"time": "1774937482"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 218,
"time": "1774937726"
},
"departure": {
"delay": 218,
"time": "1774937738"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 162,
"time": "1774938234"
},
"departure": {
"delay": 162,
"time": "1774938282"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 181,
"time": "1774938383"
},
"departure": {
"delay": 181,
"time": "1774938421"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745229x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1655:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -24960,
"time": "1774939080"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -24898,
"time": "1774939502"
},
"departure": {
"delay": -24898,
"time": "1774939502"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -24939,
"time": "1774939221"
},
"departure": {
"delay": -24939,
"time": "1774939221"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -24911,
"time": "1774939129"
},
"departure": {
"delay": -24911,
"time": "1774939129"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -24871,
"time": "1774939769"
},
"departure": {
"delay": -24871,
"time": "1774939769"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -24956,
"time": "1774939384"
},
"departure": {
"delay": -24956,
"time": "1774939384"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -24946,
"time": "1774939274"
},
"departure": {
"delay": -24946,
"time": "1774939274"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -24960,
"time": "1774939440"
},
"departure": {
"delay": -24960,
"time": "1774939440"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1774938660",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1655:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3420F311979x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774946760"
},
"departure": {
"time": "1774946820"
},
"stopId": "FR:61214:ZE:StopPointxOCETrainxTERx87444638:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942380"
},
"stopId": "FR:14762:ZE:StopPointxOCETrainxTERx87448159:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1774941360"
},
"departure": {
"time": "1774941420"
},
"stopId": "FR:50639:ZE:StopPointxOCETrainxTERx87447698:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774951560"
},
"stopId": "FR:75115:ZE:StopPointxOCETrainxTERx87391003:ATOUMOD002",
"stopSequence": 36
},
{
"departure": {
"time": "1774940280"
},
"stopId": "FR:50218:ZE:StopPointxOCETrainxTERx87447680:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774947600"
},
"departure": {
"time": "1774947660"
},
"stopId": "FR:27679:ZE:StopPointxOCETrainxTERx87393595:ATOUMOD002",
"stopSequence": 29
},
{
"arrival": {
"time": "1774943340"
},
"departure": {
"time": "1774943400"
},
"stopId": "FR:61169:ZE:StopPointxOCETrainxTERx87448001:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1774944780"
},
"departure": {
"time": "1774944900"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1774945380"
},
"departure": {
"time": "1774945440"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 22
}
],
"timestamp": "1774936659",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx6155CD5FxAB2Dx4274xA052x8C7462540578x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3420F311979x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748544x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 26,
"time": "1774936725"
},
"departure": {
"delay": 26,
"time": "1774936766"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -15,
"time": "1774936354"
},
"departure": {
"delay": -15,
"time": "1774936365"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 45,
"time": "1774936845"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -4,
"time": "1774935043"
},
"departure": {
"delay": -4,
"time": "1774935056"
},
"stopId": "FR:50129:ZE:10JBO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 5,
"time": "1774934997"
},
"departure": {
"delay": 5,
"time": "1774935005"
},
"stopId": "FR:50129:ZE:10CHE2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -5,
"time": "1774936661"
},
"departure": {
"delay": -5,
"time": "1774936675"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -5,
"time": "1774936221"
},
"departure": {
"delay": -5,
"time": "1774936255"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -32,
"time": "1774936577"
},
"departure": {
"delay": -32,
"time": "1774936588"
},
"stopId": "FR:50129:ZE:10FOE2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 9,
"time": "1774935290"
},
"departure": {
"delay": 9,
"time": "1774935309"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -15,
"time": "1774936057"
},
"departure": {
"delay": -15,
"time": "1774936065"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 53,
"time": "1774935914"
},
"departure": {
"delay": 53,
"time": "1774935953"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -10,
"time": "1774935336"
},
"departure": {
"delay": -10,
"time": "1774935350"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 67,
"time": "1774935573"
},
"departure": {
"delay": 67,
"time": "1774935607"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -18,
"time": "1774936528"
},
"departure": {
"delay": -18,
"time": "1774936542"
},
"stopId": "FR:50129:ZE:10MRT2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 77,
"time": "1774935703"
},
"departure": {
"delay": 77,
"time": "1774935737"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 12,
"time": "1774936621"
},
"departure": {
"delay": 12,
"time": "1774936632"
},
"stopId": "FR:50129:ZE:10GRI2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 9,
"time": "1774936428"
},
"departure": {
"delay": 9,
"time": "1774936449"
},
"stopId": "FR:50129:ZE:10BRA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 5,
"time": "1774936282"
},
"departure": {
"delay": 5,
"time": "1774936325"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -7,
"time": "1774936148"
},
"departure": {
"delay": -7,
"time": "1774936193"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 23,
"time": "1774935219"
},
"departure": {
"delay": 23,
"time": "1774935263"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 3,
"time": "1774934943"
},
"stopId": "FR:50129:ZE:10ZSA4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 33,
"time": "1774935452"
},
"departure": {
"delay": 33,
"time": "1774935513"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -12,
"time": "1774936091"
},
"departure": {
"delay": -12,
"time": "1774936128"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 30,
"time": "1774935376"
},
"departure": {
"delay": 30,
"time": "1774935390"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748544x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056610x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 75,
"time": "1774937535"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 90,
"time": "1774937370"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
}
],
"timestamp": "1774937479",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056610x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN857240F21953x2026x03x03T10x13x07Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774937040"
},
"departure": {
"time": "1774937100"
},
"stopId": "FR:72217:ZE:StopPointxOCETrainxTERx87396028:ATOUMOD002",
"stopSequence": 25
},
{
"arrival": {
"time": "1774930980"
},
"departure": {
"time": "1774931100"
},
"stopId": "FR:14654:ZE:StopPointxOCETrainxTERx87444216:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774937760"
},
"stopId": "FR:72181:ZE:StopPointxOCETrainxTERx87396002:ATOUMOD002",
"stopSequence": 28
},
{
"arrival": {
"time": "1774936380"
},
"departure": {
"time": "1774936440"
},
"stopId": "FR:72205:ZE:StopPointxOCETrainxTERx87396044:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1774930500"
},
"departure": {
"time": "1774930620"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774936080"
},
"departure": {
"time": "1774936200"
},
"stopId": "FR:72349:ZE:StopPointxOCETrainxTERx87396051:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1774932960"
},
"departure": {
"time": "1774933080"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774934460"
},
"departure": {
"time": "1774934640"
},
"stopId": "FR:61001:ZE:StopPointxOCETrainxTERx87444711:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774935180"
},
"departure": {
"time": "1774935240"
},
"stopId": "FR:72138:ZE:StopPointxOCETrainxTERx87396093:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774937460"
},
"departure": {
"time": "1774937520"
},
"stopId": "FR:72181:ZE:StopPointxOCETrainxTERx87743872:ATOUMOD002",
"stopSequence": 27
},
{
"arrival": {
"time": "1774932300"
},
"departure": {
"time": "1774932480"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774935720"
},
"departure": {
"time": "1774935780"
},
"stopId": "FR:72380:ZE:StopPointxOCETrainxTERx87396077:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774936680"
},
"departure": {
"time": "1774936800"
},
"stopId": "FR:72147:ZE:StopPointxOCETrainxTERx87396036:ATOUMOD002",
"stopSequence": 23
},
{
"departure": {
"time": "1774929660"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774933560"
},
"departure": {
"time": "1774933680"
},
"stopId": "FR:61464:ZE:StopPointxOCETrainxTERx87444695:ATOUMOD002",
"stopSequence": 11
}
],
"timestamp": "1774926039",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxc21468e7xfa90x4c2ax81bcx7f07f634ab4cx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN857240F21953x2026x03x03T10x13x07Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD019:ServiceJourney:2x18153475xBOL1xLMCJVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 90,
"time": "1774938810"
},
"departure": {
"delay": 90,
"time": "1774938810"
},
"stopId": "FR:76114:ZE:102:ATOUMOD019",
"stopSequence": 2
},
{
"arrival": {
"delay": 90,
"time": "1774939110"
},
"departure": {
"delay": 90,
"time": "1774939110"
},
"stopId": "FR:76114:ZE:107:ATOUMOD019",
"stopSequence": 6
},
{
"arrival": {
"delay": 90,
"time": "1774939290"
},
"departure": {
"delay": 90,
"time": "1774939290"
},
"stopId": "FR:76114:ZE:110:ATOUMOD019",
"stopSequence": 9
},
{
"arrival": {
"delay": 90,
"time": "1774939170"
},
"departure": {
"delay": 90,
"time": "1774939170"
},
"stopId": "FR:76114:ZE:108:ATOUMOD019",
"stopSequence": 7
},
{
"arrival": {
"delay": 90,
"time": "1774938990"
},
"departure": {
"delay": 90,
"time": "1774938990"
},
"stopId": "FR:76114:ZE:104:ATOUMOD019",
"stopSequence": 4
},
{
"departure": {
"time": "1774938600"
},
"stopId": "FR:76114:ZE:101:ATOUMOD019",
"stopSequence": 1
},
{
"arrival": {
"delay": 90,
"time": "1774939050"
},
"departure": {
"delay": 90,
"time": "1774939050"
},
"stopId": "FR:76114:ZE:105:ATOUMOD019",
"stopSequence": 5
},
{
"arrival": {
"delay": 90,
"time": "1774939230"
},
"departure": {
"delay": 90,
"time": "1774939230"
},
"stopId": "FR:76114:ZE:109:ATOUMOD019",
"stopSequence": 8
},
{
"arrival": {
"delay": 150,
"time": "1774938930"
},
"departure": {
"delay": 150,
"time": "1774938930"
},
"stopId": "FR:76114:ZE:103:ATOUMOD019",
"stopSequence": 3
}
],
"timestamp": "1774938757",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD019:Line:1:LOC",
"tripId": "ATOUMOD019:ServiceJourney:2x18153475xBOL1xLMCJVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745659x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 130,
"time": "1774939810"
},
"departure": {
"delay": 130,
"time": "1774939810"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 130,
"time": "1774939990"
},
"departure": {
"delay": 130,
"time": "1774939990"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 130,
"time": "1774940110"
},
"departure": {
"delay": 130,
"time": "1774940110"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 130,
"time": "1774938910"
},
"departure": {
"delay": 130,
"time": "1774938910"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 130,
"time": "1774940290"
},
"departure": {
"delay": 130,
"time": "1774940290"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"time": "1774938718"
},
"departure": {
"time": "1774938600"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 12,
"time": "1774937532"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 112,
"time": "1774938578"
},
"departure": {
"delay": 112,
"time": "1774938652"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 51,
"time": "1774937741"
},
"departure": {
"delay": 51,
"time": "1774937751"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 130,
"time": "1774939450"
},
"departure": {
"delay": 130,
"time": "1774939450"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 107,
"time": "1774937993"
},
"departure": {
"delay": 107,
"time": "1774938047"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 81,
"time": "1774938101"
},
"departure": {
"delay": 81,
"time": "1774938141"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 130,
"time": "1774939330"
},
"departure": {
"delay": 130,
"time": "1774939330"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 42,
"time": "1774938427"
},
"departure": {
"delay": 42,
"time": "1774938462"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 51,
"time": "1774937884"
},
"departure": {
"delay": 51,
"time": "1774937931"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 130,
"time": "1774940470"
},
"departure": {
"delay": 130,
"time": "1774940470"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 80,
"time": "1774938343"
},
"departure": {
"delay": 80,
"time": "1774938380"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 93,
"time": "1774938186"
},
"departure": {
"delay": 93,
"time": "1774938213"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 130,
"time": "1774940590"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 130,
"time": "1774939090"
},
"departure": {
"delay": 130,
"time": "1774939090"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 7,
"time": "1774937607"
},
"departure": {
"delay": 7,
"time": "1774937647"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 130,
"time": "1774939930"
},
"departure": {
"delay": 130,
"time": "1774939930"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 104,
"time": "1774938243"
},
"departure": {
"delay": 104,
"time": "1774938284"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 73,
"time": "1774938512"
},
"departure": {
"delay": 73,
"time": "1774938553"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 130,
"time": "1774939750"
},
"departure": {
"delay": 130,
"time": "1774939750"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 39,
"time": "1774937771"
},
"departure": {
"delay": 39,
"time": "1774937799"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 130,
"time": "1774939210"
},
"departure": {
"delay": 130,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 130,
"time": "1774940170"
},
"departure": {
"delay": 130,
"time": "1774940170"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 26,
"time": "1774937664"
},
"departure": {
"delay": 26,
"time": "1774937726"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 130,
"time": "1774939150"
},
"departure": {
"delay": 130,
"time": "1774939150"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 130,
"time": "1774938790"
},
"departure": {
"delay": 130,
"time": "1774938790"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 130,
"time": "1774939030"
},
"departure": {
"delay": 130,
"time": "1774939030"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 130,
"time": "1774939570"
},
"departure": {
"delay": 130,
"time": "1774939570"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 130,
"time": "1774940350"
},
"departure": {
"delay": 130,
"time": "1774940350"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 130,
"time": "1774940410"
},
"departure": {
"delay": 130,
"time": "1774940410"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745659x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748507x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -10,
"time": "1774933179"
},
"departure": {
"delay": -10,
"time": "1774933190"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 4,
"time": "1774932692"
},
"departure": {
"delay": 4,
"time": "1774932724"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 11,
"time": "1774933429"
},
"departure": {
"delay": 11,
"time": "1774933451"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 26,
"time": "1774932541"
},
"departure": {
"delay": 26,
"time": "1774932566"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 17,
"time": "1774933320"
},
"departure": {
"delay": 17,
"time": "1774933337"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 19,
"time": "1774932064"
},
"departure": {
"delay": 19,
"time": "1774932079"
},
"stopId": "FR:50129:ZE:10CHE2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 54,
"time": "1774933776"
},
"departure": {
"delay": 54,
"time": "1774933794"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 23,
"time": "1774933368"
},
"departure": {
"delay": 23,
"time": "1774933403"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 33,
"time": "1774933216"
},
"departure": {
"delay": 33,
"time": "1774933293"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 2,
"time": "1774932110"
},
"departure": {
"delay": 2,
"time": "1774932122"
},
"stopId": "FR:50129:ZE:10JBO4:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 4,
"time": "1774932004"
},
"stopId": "FR:50129:ZE:10ZSA4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 5,
"time": "1774932282"
},
"departure": {
"delay": 5,
"time": "1774932305"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 6,
"time": "1774932381"
},
"departure": {
"delay": 6,
"time": "1774932426"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 71,
"time": "1774933931"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 5,
"time": "1774933663"
},
"departure": {
"delay": 5,
"time": "1774933685"
},
"stopId": "FR:50129:ZE:10FOE2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 7,
"time": "1774933583"
},
"departure": {
"delay": 7,
"time": "1774933627"
},
"stopId": "FR:50129:ZE:10MRT2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 9,
"time": "1774933496"
},
"departure": {
"delay": 9,
"time": "1774933509"
},
"stopId": "FR:50129:ZE:10BRA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 4,
"time": "1774932895"
},
"departure": {
"delay": 4,
"time": "1774932964"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 8,
"time": "1774933083"
},
"departure": {
"delay": 8,
"time": "1774933148"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 64,
"time": "1774933842"
},
"departure": {
"delay": 64,
"time": "1774933864"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 58,
"time": "1774933725"
},
"departure": {
"delay": 58,
"time": "1774933738"
},
"stopId": "FR:50129:ZE:10GRI2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 18,
"time": "1774932600"
},
"departure": {
"delay": 18,
"time": "1774932618"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 4,
"time": "1774932341"
},
"departure": {
"delay": 4,
"time": "1774932364"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 77,
"time": "1774932481"
},
"departure": {
"delay": 77,
"time": "1774932497"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748507x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4075709x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 123,
"time": "1774939023"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 123,
"time": "1774938723"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 151,
"time": "1774938571"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 64,
"time": "1774938304"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 38,
"time": "1774938398"
},
"departure": {
"delay": 38,
"time": "1774938398"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 118,
"time": "1774938658"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 12
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C6:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4075709x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx493:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774973460"
},
"stopId": "FR:76540:ZE:TNIx12866:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774972620"
},
"departure": {
"time": "1774972620"
},
"stopId": "FR:76410:ZE:TNIx12891:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774972020"
},
"departure": {
"time": "1774972020"
},
"stopId": "FR:76728:ZE:TNIx22594:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774971780"
},
"departure": {
"time": "1774971780"
},
"stopId": "FR:76354:ZE:TNIx22588:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774972560"
},
"departure": {
"time": "1774972560"
},
"stopId": "FR:76410:ZE:TNIx12890:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774971900"
},
"departure": {
"time": "1774971900"
},
"stopId": "FR:76354:ZE:TNIx22589:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"time": "1774971180"
},
"stopId": "FR:76636:ZE:TNIx22422:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774972500"
},
"departure": {
"time": "1774972500"
},
"stopId": "FR:76410:ZE:TNIx13099:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774972680"
},
"departure": {
"time": "1774972680"
},
"stopId": "FR:76410:ZE:TNIx12892:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774971300"
},
"departure": {
"time": "1774971300"
},
"stopId": "FR:76636:ZE:TNIx22424:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774971960"
},
"departure": {
"time": "1774971960"
},
"stopId": "FR:76354:ZE:TNIx22591:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 5,
"time": "1774972505"
},
"departure": {
"delay": 5,
"time": "1774972505"
},
"stopId": "FR:76410:ZE:TNIx10660:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774938698",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TNIx26:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx493:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747504x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1774938840"
},
"departure": {
"delay": 60,
"time": "1774938840"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 71,
"time": "1774937754"
},
"departure": {
"delay": 71,
"time": "1774937771"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 61,
"time": "1774939681"
},
"departure": {
"delay": 61,
"time": "1774939681"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 60,
"time": "1774939320"
},
"departure": {
"delay": 60,
"time": "1774939320"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1774939800"
},
"departure": {
"delay": 60,
"time": "1774939800"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 60,
"time": "1774939140"
},
"departure": {
"delay": 60,
"time": "1774939140"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 60,
"time": "1774938459"
},
"departure": {
"delay": 60,
"time": "1774938660"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 112,
"time": "1774938021"
},
"departure": {
"delay": 112,
"time": "1774938052"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 60,
"time": "1774938900"
},
"departure": {
"delay": 60,
"time": "1774938900"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 48,
"time": "1774938250"
},
"departure": {
"delay": 48,
"time": "1774938288"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 60,
"time": "1774939080"
},
"departure": {
"delay": 60,
"time": "1774939080"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 60,
"time": "1774939740"
},
"departure": {
"delay": 60,
"time": "1774939740"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 70,
"time": "1774937819"
},
"departure": {
"delay": 70,
"time": "1774937830"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 60,
"time": "1774939620"
},
"departure": {
"delay": 60,
"time": "1774939620"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 60,
"time": "1774940040"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 134,
"time": "1774937937"
},
"departure": {
"delay": 134,
"time": "1774937954"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 60,
"time": "1774939680"
},
"departure": {
"delay": 60,
"time": "1774939680"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 60,
"time": "1774939860"
},
"departure": {
"delay": 60,
"time": "1774939860"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 60,
"time": "1774939440"
},
"departure": {
"delay": 60,
"time": "1774939440"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 106,
"time": "1774937976"
},
"departure": {
"delay": 106,
"time": "1774937986"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 70,
"time": "1774937710"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1774939560"
},
"departure": {
"delay": 60,
"time": "1774939560"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1774938717",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747504x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745652x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 106,
"time": "1774932151"
},
"departure": {
"delay": 106,
"time": "1774932166"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 137,
"time": "1774932367"
},
"departure": {
"delay": 137,
"time": "1774932377"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 101,
"time": "1774933502"
},
"departure": {
"delay": 101,
"time": "1774933541"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 138,
"time": "1774933392"
},
"departure": {
"delay": 138,
"time": "1774933398"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -35,
"time": "1774934005"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 31,
"time": "1774933934"
},
"departure": {
"delay": 31,
"time": "1774933951"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 45,
"time": "1774932611"
},
"departure": {
"delay": 45,
"time": "1774932645"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 40,
"time": "1774932539"
},
"departure": {
"delay": 40,
"time": "1774932580"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 133,
"time": "1774932226"
},
"departure": {
"delay": 133,
"time": "1774932253"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 26,
"time": "1774933810"
},
"departure": {
"delay": 26,
"time": "1774933826"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 17,
"time": "1774931312"
},
"departure": {
"delay": 17,
"time": "1774931357"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 136,
"time": "1774933305"
},
"departure": {
"delay": 136,
"time": "1774933336"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 75,
"time": "1774932750"
},
"departure": {
"delay": 75,
"time": "1774932795"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 63,
"time": "1774933589"
},
"departure": {
"delay": 63,
"time": "1774933623"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 93,
"time": "1774932054"
},
"departure": {
"delay": 93,
"time": "1774932093"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 81,
"time": "1774932484"
},
"departure": {
"delay": 81,
"time": "1774932501"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 83,
"time": "1774931784"
},
"departure": {
"delay": 83,
"time": "1774931843"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 36,
"time": "1774931420"
},
"departure": {
"delay": 36,
"time": "1774931436"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 113,
"time": "1774931897"
},
"departure": {
"delay": 113,
"time": "1774931933"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 110,
"time": "1774932932"
},
"departure": {
"delay": 110,
"time": "1774933010"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 44,
"time": "1774933776"
},
"departure": {
"delay": 44,
"time": "1774933784"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 101,
"time": "1774931973"
},
"departure": {
"delay": 101,
"time": "1774931981"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 146,
"time": "1774932282"
},
"departure": {
"delay": 146,
"time": "1774932326"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 74,
"time": "1774931686"
},
"departure": {
"delay": 74,
"time": "1774931714"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 189,
"time": "1774933180"
},
"departure": {
"delay": 189,
"time": "1774933209"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 74,
"time": "1774933435"
},
"departure": {
"delay": 74,
"time": "1774933454"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -5,
"time": "1774931373"
},
"departure": {
"delay": -5,
"time": "1774931395"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 44,
"time": "1774933892"
},
"departure": {
"delay": 44,
"time": "1774933904"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 35,
"time": "1774931456"
},
"departure": {
"delay": 35,
"time": "1774931495"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 35,
"time": "1774931583"
},
"departure": {
"delay": 35,
"time": "1774931615"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 55,
"time": "1774932682"
},
"departure": {
"delay": 55,
"time": "1774932715"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 18,
"time": "1774931238"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 121,
"time": "1774932391"
},
"departure": {
"delay": 121,
"time": "1774932421"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 73,
"time": "1774933664"
},
"departure": {
"delay": 73,
"time": "1774933693"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 90,
"time": "1774932827"
},
"departure": {
"delay": 90,
"time": "1774932870"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745652x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747888x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 392,
"time": "1774937361"
},
"departure": {
"delay": 392,
"time": "1774937432"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 282,
"time": "1774936918"
},
"departure": {
"delay": 282,
"time": "1774936962"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 299,
"time": "1774936481"
},
"departure": {
"delay": 299,
"time": "1774936559"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 303,
"time": "1774936792"
},
"departure": {
"delay": 303,
"time": "1774936803"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 307,
"time": "1774937010"
},
"departure": {
"delay": 307,
"time": "1774937047"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 254,
"time": "1774936981"
},
"departure": {
"delay": 254,
"time": "1774936994"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 235,
"time": "1774936089"
},
"departure": {
"delay": 235,
"time": "1774936375"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 155,
"time": "1774936055"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 391,
"time": "1774937762"
},
"departure": {
"delay": 391,
"time": "1774937791"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 376,
"time": "1774937569"
},
"departure": {
"delay": 376,
"time": "1774937596"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 345,
"time": "1774937617"
},
"departure": {
"delay": 345,
"time": "1774937625"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 379,
"time": "1774937820"
},
"departure": {
"delay": 379,
"time": "1774937839"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 340,
"time": "1774937728"
},
"departure": {
"delay": 340,
"time": "1774937740"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 311,
"time": "1774937891"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 315,
"time": "1774936694"
},
"departure": {
"delay": 315,
"time": "1774936755"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 400,
"time": "1774937662"
},
"departure": {
"delay": 400,
"time": "1774937680"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 378,
"time": "1774937216"
},
"departure": {
"delay": 378,
"time": "1774937238"
},
"stopId": "FR:50129:ZE:10GDM3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 346,
"time": "1774936619"
},
"departure": {
"delay": 346,
"time": "1774936666"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 271,
"time": "1774936821"
},
"departure": {
"delay": 271,
"time": "1774936831"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 372,
"time": "1774937503"
},
"departure": {
"delay": 372,
"time": "1774937532"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 301,
"time": "1774937122"
},
"departure": {
"delay": 301,
"time": "1774937161"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 290,
"time": "1774937060"
},
"departure": {
"delay": 290,
"time": "1774937090"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 378,
"time": "1774937259"
},
"departure": {
"delay": 378,
"time": "1774937298"
},
"stopId": "FR:50129:ZE:10SWZ1:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747888x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:96ebd32da6677cbab6e104febd9d59a2:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 245,
"time": "1774936974"
},
"departure": {
"delay": 245,
"time": "1774936985"
},
"stopId": "FR:61391:ZE:2299:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": 172,
"time": "1774937438"
},
"departure": {
"delay": 172,
"time": "1774937452"
},
"stopId": "FR:61169:ZE:2265:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": 193,
"time": "1774937504"
},
"departure": {
"delay": 193,
"time": "1774937533"
},
"stopId": "FR:61218:ZE:2405:ATOUMOD104",
"stopSequence": 12
},
{
"arrival": {
"delay": 203,
"time": "1774937596"
},
"departure": {
"delay": 203,
"time": "1774937603"
},
"stopId": "FR:61218:ZE:2407:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": 70,
"time": "1774937830"
},
"stopId": "FR:61218:ZE:2415:ATOUMOD104",
"stopSequence": 17
},
{
"arrival": {
"delay": 163,
"time": "1774937347"
},
"departure": {
"delay": 163,
"time": "1774937383"
},
"stopId": "FR:61169:ZE:2321:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 128,
"time": "1774937759"
},
"departure": {
"delay": 128,
"time": "1774937768"
},
"stopId": "FR:61218:ZE:2413:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": 277,
"time": "1774937127"
},
"departure": {
"delay": 277,
"time": "1774937137"
},
"stopId": "FR:61391:ZE:2254:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 200,
"time": "1774937473"
},
"departure": {
"delay": 200,
"time": "1774937480"
},
"stopId": "FR:61391:ZE:1577:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": 168,
"time": "1774937731"
},
"departure": {
"delay": 168,
"time": "1774937748"
},
"stopId": "FR:61218:ZE:2411:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": 164,
"time": "1774937670"
},
"departure": {
"delay": 164,
"time": "1774937684"
},
"stopId": "FR:61218:ZE:2409:ATOUMOD104",
"stopSequence": 14
},
{
"departure": {
"delay": 262,
"time": "1774936882"
},
"stopId": "FR:61391:ZE:3104:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 261,
"time": "1774937046"
},
"departure": {
"delay": 261,
"time": "1774937061"
},
"stopId": "FR:61391:ZE:2292:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": 201,
"time": "1774937284"
},
"departure": {
"delay": 201,
"time": "1774937301"
},
"stopId": "FR:61169:ZE:2256:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": 223,
"time": "1774937191"
},
"departure": {
"delay": 223,
"time": "1774937203"
},
"stopId": "FR:61391:ZE:2337:ATOUMOD104",
"stopSequence": 7
}
],
"timestamp": "1774937951",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD104:Line:251:LOC",
"tripId": "ATOUMOD104:ServiceJourney:96ebd32da6677cbab6e104febd9d59a2:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx110:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 409,
"time": "1774937509"
},
"departure": {
"delay": 409,
"time": "1774937509"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 428,
"time": "1774937768"
},
"departure": {
"delay": 428,
"time": "1774937768"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 440,
"time": "1774937660"
},
"departure": {
"delay": 440,
"time": "1774937660"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 425,
"time": "1774939985"
},
"departure": {
"delay": 425,
"time": "1774939985"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 389,
"time": "1774939889"
},
"departure": {
"delay": 389,
"time": "1774939889"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 395,
"time": "1774938155"
},
"departure": {
"delay": 395,
"time": "1774938155"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 409,
"time": "1774938889"
},
"departure": {
"delay": 409,
"time": "1774938889"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 434,
"time": "1774939094"
},
"departure": {
"delay": 434,
"time": "1774939094"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 415,
"time": "1774939795"
},
"departure": {
"delay": 415,
"time": "1774939795"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 427,
"time": "1774937467"
},
"departure": {
"delay": 427,
"time": "1774937467"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 393,
"time": "1774937253"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 414,
"time": "1774937574"
},
"departure": {
"delay": 414,
"time": "1774937574"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 428,
"time": "1774937708"
},
"departure": {
"delay": 428,
"time": "1774937708"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 413,
"time": "1774937393"
},
"departure": {
"delay": 413,
"time": "1774937393"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 418,
"time": "1774939018"
},
"departure": {
"delay": 418,
"time": "1774939018"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 441,
"time": "1774938801"
},
"departure": {
"delay": 441,
"time": "1774938801"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 410,
"time": "1774937990"
},
"departure": {
"delay": 410,
"time": "1774937990"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 422,
"time": "1774938662"
},
"departure": {
"delay": 422,
"time": "1774938662"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 418,
"time": "1774938238"
},
"departure": {
"delay": 418,
"time": "1774938238"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 388,
"time": "1774940068"
},
"departure": {
"delay": 388,
"time": "1774940068"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 418,
"time": "1774938598"
},
"departure": {
"delay": 418,
"time": "1774938598"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1774937259",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx110:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9902x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15,
"time": "1774938130"
},
"departure": {
"delay": 15,
"time": "1774938135"
},
"stopId": "FR:76259:ZE:FECSMAG1:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"delay": 65,
"time": "1774938120"
},
"departure": {
"delay": 65,
"time": "1774938125"
},
"stopId": "FR:76259:ZE:FECSENE1:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"delay": 65,
"time": "1774938420"
},
"departure": {
"delay": 65,
"time": "1774938425"
},
"stopId": "FR:76259:ZE:FECACON1:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"delay": 60,
"time": "1774939080"
},
"departure": {
"delay": 60,
"time": "1774939080"
},
"stopId": "FR:76259:ZE:FECTASS2:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"time": "1774938720"
},
"departure": {
"time": "1774938720"
},
"stopId": "FR:76259:ZE:FECGARE2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"delay": 5,
"time": "1774938660"
},
"departure": {
"delay": 5,
"time": "1774938665"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"delay": 60,
"time": "1774938900"
},
"departure": {
"delay": 60,
"time": "1774938900"
},
"stopId": "FR:76259:ZE:FECHVIL2:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"delay": 10,
"time": "1774938005"
},
"departure": {
"delay": 10,
"time": "1774938010"
},
"stopId": "FR:76259:ZE:FECFOUR1:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"delay": 60,
"time": "1774939200"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 18
},
{
"arrival": {
"time": "1774938780"
},
"departure": {
"time": "1774938780"
},
"stopId": "FR:76259:ZE:FECBREP2:ATOUMOD008",
"stopSequence": 13
},
{
"arrival": {
"delay": 5,
"time": "1774938300"
},
"departure": {
"delay": 5,
"time": "1774938305"
},
"stopId": "FR:76259:ZE:FECJLOR1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"delay": 65,
"time": "1774938240"
},
"departure": {
"delay": 65,
"time": "1774938245"
},
"stopId": "FR:76259:ZE:FECSMOR1:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"delay": 60,
"time": "1774939020"
},
"departure": {
"delay": 60,
"time": "1774939020"
},
"stopId": "FR:76259:ZE:FECSLEG2:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"delay": 15,
"time": "1774938430"
},
"departure": {
"delay": 15,
"time": "1774938435"
},
"stopId": "FR:76259:ZE:FECQPIL1:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"delay": 5,
"time": "1774938480"
},
"departure": {
"delay": 5,
"time": "1774938485"
},
"stopId": "FR:76259:ZE:FECACON2:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"delay": 5,
"time": "1774938540"
},
"departure": {
"delay": 5,
"time": "1774938545"
},
"stopId": "FR:76259:ZE:FECOTOU2:ATOUMOD008",
"stopSequence": 10
},
{
"departure": {
"delay": 60,
"time": "1774938000"
},
"stopId": "FR:76259:ZE:FECSNIC1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1774939140"
},
"departure": {
"delay": 60,
"time": "1774939140"
},
"stopId": "FR:76259:ZE:PARCLOI2:ATOUMOD008",
"stopSequence": 17
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD008:Line:L3:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9902x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745713x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -59,
"time": "1774934805"
},
"departure": {
"delay": -59,
"time": "1774934821"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -10,
"time": "1774933954"
},
"departure": {
"delay": -10,
"time": "1774933970"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 11,
"time": "1774933157"
},
"departure": {
"delay": 11,
"time": "1774933211"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 59,
"time": "1774933632"
},
"departure": {
"delay": 59,
"time": "1774933679"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 83,
"time": "1774933033"
},
"departure": {
"delay": 83,
"time": "1774933103"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -22,
"time": "1774934730"
},
"departure": {
"delay": -22,
"time": "1774934738"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 15,
"time": "1774932885"
},
"departure": {
"delay": 15,
"time": "1774932915"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 68,
"time": "1774932692"
},
"departure": {
"delay": 68,
"time": "1774932728"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 9,
"time": "1774934695"
},
"departure": {
"delay": 9,
"time": "1774934709"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 58,
"time": "1774932092"
},
"departure": {
"delay": 58,
"time": "1774932118"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 13,
"time": "1774934319"
},
"departure": {
"delay": 13,
"time": "1774934353"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 57,
"time": "1774932503"
},
"departure": {
"delay": 57,
"time": "1774932537"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 50,
"time": "1774934183"
},
"departure": {
"delay": 50,
"time": "1774934210"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 10,
"time": "1774932243"
},
"departure": {
"delay": 10,
"time": "1774932250"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -81,
"time": "1774934859"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 10,
"time": "1774934561"
},
"departure": {
"delay": 10,
"time": "1774934590"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -38,
"time": "1774934775"
},
"departure": {
"delay": -38,
"time": "1774934782"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 2,
"time": "1774933857"
},
"departure": {
"delay": 2,
"time": "1774933922"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 66,
"time": "1774932366"
},
"departure": {
"delay": 66,
"time": "1774932366"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -43,
"time": "1774933798"
},
"departure": {
"delay": -43,
"time": "1774933817"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 35,
"time": "1774933546"
},
"departure": {
"delay": 35,
"time": "1774933595"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 21,
"time": "1774933731"
},
"departure": {
"delay": 21,
"time": "1774933761"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 38,
"time": "1774932038"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -23,
"time": "1774934405"
},
"departure": {
"delay": -23,
"time": "1774934437"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 63,
"time": "1774932597"
},
"departure": {
"delay": 63,
"time": "1774932663"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 63,
"time": "1774934078"
},
"departure": {
"delay": 63,
"time": "1774934103"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 5,
"time": "1774934267"
},
"departure": {
"delay": 5,
"time": "1774934285"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 34,
"time": "1774932187"
},
"departure": {
"delay": 34,
"time": "1774932214"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 49,
"time": "1774933980"
},
"departure": {
"delay": 49,
"time": "1774934029"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 34,
"time": "1774933337"
},
"departure": {
"delay": 34,
"time": "1774933474"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 23,
"time": "1774934626"
},
"departure": {
"delay": 23,
"time": "1774934663"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 33,
"time": "1774932419"
},
"departure": {
"delay": 33,
"time": "1774932453"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 28,
"time": "1774933509"
},
"departure": {
"delay": 28,
"time": "1774933528"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 44,
"time": "1774932774"
},
"departure": {
"delay": 44,
"time": "1774932824"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -30,
"time": "1774933246"
},
"departure": {
"delay": -30,
"time": "1774933290"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 9,
"time": "1774934502"
},
"departure": {
"delay": 9,
"time": "1774934529"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745713x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747522x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 76,
"time": "1774937406"
},
"departure": {
"delay": 76,
"time": "1774937416"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 30,
"time": "1774938750"
},
"departure": {
"delay": 30,
"time": "1774938750"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 30,
"time": "1774939110"
},
"departure": {
"delay": 30,
"time": "1774939110"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 98,
"time": "1774937844"
},
"departure": {
"delay": 98,
"time": "1774937858"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 69,
"time": "1774937458"
},
"departure": {
"delay": 69,
"time": "1774937469"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 30,
"time": "1774939410"
},
"departure": {
"delay": 30,
"time": "1774939410"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 6,
"time": "1774938332"
},
"departure": {
"delay": 6,
"time": "1774938366"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 78,
"time": "1774937569"
},
"departure": {
"delay": 78,
"time": "1774937598"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 4,
"time": "1774938401"
},
"departure": {
"delay": 4,
"time": "1774938424"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 82,
"time": "1774937511"
},
"departure": {
"delay": 82,
"time": "1774937542"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 30,
"time": "1774939470"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 30,
"time": "1774939170"
},
"departure": {
"delay": 30,
"time": "1774939170"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 92,
"time": "1774938193"
},
"departure": {
"delay": 92,
"time": "1774938212"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 41,
"time": "1774937362"
},
"departure": {
"delay": 41,
"time": "1774937381"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 103,
"time": "1774938255"
},
"departure": {
"delay": 103,
"time": "1774938283"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 67,
"time": "1774937227"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 118,
"time": "1774937735"
},
"departure": {
"delay": 118,
"time": "1774937758"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 93,
"time": "1774937651"
},
"departure": {
"delay": 93,
"time": "1774937673"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 71,
"time": "1774937928"
},
"departure": {
"delay": 71,
"time": "1774937951"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 49,
"time": "1774938543"
},
"departure": {
"delay": 49,
"time": "1774938649"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 30,
"time": "1774939350"
},
"departure": {
"delay": 30,
"time": "1774939350"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 30,
"time": "1774939230"
},
"departure": {
"delay": 30,
"time": "1774939230"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747522x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx372:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 174,
"time": "1774938629"
},
"departure": {
"delay": 174,
"time": "1774938654"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 109,
"time": "1774938829"
},
"departure": {
"delay": 109,
"time": "1774938829"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 109,
"time": "1774938949"
},
"departure": {
"delay": 109,
"time": "1774938949"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 169,
"time": "1774938529"
},
"departure": {
"delay": 169,
"time": "1774938529"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": 74,
"time": "1774937954"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 209,
"time": "1774938304"
},
"departure": {
"delay": 209,
"time": "1774938329"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 189,
"time": "1774938429"
},
"departure": {
"delay": 189,
"time": "1774938429"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 117,
"time": "1774938057"
},
"departure": {
"delay": 117,
"time": "1774938057"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 145,
"time": "1774938205"
},
"departure": {
"delay": 145,
"time": "1774938205"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1774937958",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx372:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx60:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 55,
"time": "1774937275"
},
"departure": {
"delay": 55,
"time": "1774937275"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"departure": {
"time": "1774935960"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 20,
"time": "1774937900"
},
"departure": {
"delay": 20,
"time": "1774937900"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"time": "1774937580"
},
"departure": {
"time": "1774937580"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 11,
"time": "1774938371"
},
"departure": {
"delay": 11,
"time": "1774938371"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 1,
"time": "1774938481"
},
"departure": {
"delay": 1,
"time": "1774938481"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 15,
"time": "1774936635"
},
"departure": {
"delay": 15,
"time": "1774936635"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 44,
"time": "1774936784"
},
"departure": {
"delay": 44,
"time": "1774936784"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 1,
"time": "1774938901"
},
"departure": {
"delay": 1,
"time": "1774938901"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1774937220"
},
"departure": {
"time": "1774937220"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774936860"
},
"departure": {
"time": "1774936860"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774936380"
},
"departure": {
"time": "1774936380"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 54,
"time": "1774936434"
},
"departure": {
"delay": 54,
"time": "1774936434"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 53,
"time": "1774936073"
},
"departure": {
"delay": 53,
"time": "1774936073"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10,
"time": "1774937470"
},
"departure": {
"delay": 10,
"time": "1774937470"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 30,
"time": "1774939170"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 16,
"time": "1774937656"
},
"departure": {
"delay": 16,
"time": "1774937656"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 54,
"time": "1774937394"
},
"departure": {
"delay": 54,
"time": "1774937394"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 8,
"time": "1774938788"
},
"departure": {
"delay": 8,
"time": "1774938788"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 5,
"time": "1774936145"
},
"departure": {
"delay": 5,
"time": "1774936145"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 53,
"time": "1774938593"
},
"departure": {
"delay": 53,
"time": "1774938593"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 30,
"time": "1774938270"
},
"departure": {
"delay": 30,
"time": "1774938270"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"time": "1774938000"
},
"departure": {
"time": "1774938000"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 46,
"time": "1774936186"
},
"departure": {
"delay": 46,
"time": "1774936186"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 30,
"time": "1774938990"
},
"departure": {
"delay": 30,
"time": "1774938990"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 48,
"time": "1774937808"
},
"departure": {
"delay": 48,
"time": "1774937808"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 30,
"time": "1774938690"
},
"departure": {
"delay": 30,
"time": "1774938690"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 49,
"time": "1774936249"
},
"departure": {
"delay": 49,
"time": "1774936249"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774937700"
},
"departure": {
"time": "1774937700"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 13,
"time": "1774936333"
},
"departure": {
"delay": 13,
"time": "1774936333"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1774935479",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx60:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745653x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2,
"time": "1774932165"
},
"departure": {
"delay": -2,
"time": "1774932178"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -58,
"time": "1774934367"
},
"departure": {
"delay": -58,
"time": "1774934402"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 14,
"time": "1774933812"
},
"departure": {
"delay": 14,
"time": "1774933934"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -17,
"time": "1774934670"
},
"departure": {
"delay": -17,
"time": "1774934683"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 3,
"time": "1774934757"
},
"departure": {
"delay": 3,
"time": "1774934763"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 47,
"time": "1774933106"
},
"departure": {
"delay": 47,
"time": "1774933127"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -8,
"time": "1774934476"
},
"departure": {
"delay": -8,
"time": "1774934512"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 61,
"time": "1774932640"
},
"departure": {
"delay": 61,
"time": "1774932661"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 32,
"time": "1774932032"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -7,
"time": "1774933256"
},
"departure": {
"delay": -7,
"time": "1774933313"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 35,
"time": "1774932795"
},
"departure": {
"delay": 35,
"time": "1774932815"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 63,
"time": "1774932691"
},
"departure": {
"delay": 63,
"time": "1774932723"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -13,
"time": "1774934043"
},
"departure": {
"delay": -13,
"time": "1774934087"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -44,
"time": "1774934288"
},
"departure": {
"delay": -44,
"time": "1774934296"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -24,
"time": "1774934220"
},
"departure": {
"delay": -24,
"time": "1774934256"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -14,
"time": "1774933514"
},
"departure": {
"delay": -14,
"time": "1774933546"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -72,
"time": "1774933406"
},
"departure": {
"delay": -72,
"time": "1774933428"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 61,
"time": "1774932987"
},
"departure": {
"delay": 61,
"time": "1774933021"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -58,
"time": "1774933647"
},
"departure": {
"delay": -58,
"time": "1774933742"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 54,
"time": "1774932260"
},
"departure": {
"delay": 54,
"time": "1774932294"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -72,
"time": "1774933565"
},
"departure": {
"delay": -72,
"time": "1774933608"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 41,
"time": "1774932868"
},
"departure": {
"delay": 41,
"time": "1774932881"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -2,
"time": "1774934630"
},
"departure": {
"delay": -2,
"time": "1774934638"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 21,
"time": "1774932114"
},
"departure": {
"delay": 21,
"time": "1774932141"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 10,
"time": "1774934155"
},
"departure": {
"delay": 10,
"time": "1774934170"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 23,
"time": "1774933181"
},
"departure": {
"delay": 23,
"time": "1774933223"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 46,
"time": "1774932571"
},
"departure": {
"delay": 46,
"time": "1774932586"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 99,
"time": "1774932486"
},
"departure": {
"delay": 99,
"time": "1774932519"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 62,
"time": "1774932933"
},
"departure": {
"delay": 62,
"time": "1774932962"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1774932202"
},
"departure": {
"delay": 60,
"time": "1774932240"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -10,
"time": "1774933342"
},
"departure": {
"delay": -10,
"time": "1774933370"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -58,
"time": "1774934882"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 50,
"time": "1774932380"
},
"departure": {
"delay": 50,
"time": "1774932410"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 79,
"time": "1774933061"
},
"departure": {
"delay": 79,
"time": "1774933099"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 17,
"time": "1774934824"
},
"departure": {
"delay": 17,
"time": "1774934837"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745653x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745719x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 293,
"time": "1774938492"
},
"departure": {
"delay": 293,
"time": "1774938533"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 78,
"time": "1774937690"
},
"departure": {
"delay": 78,
"time": "1774937718"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 250,
"time": "1774939270"
},
"departure": {
"delay": 250,
"time": "1774939270"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 250,
"time": "1774939330"
},
"departure": {
"delay": 250,
"time": "1774939330"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 250,
"time": "1774939510"
},
"departure": {
"delay": 250,
"time": "1774939510"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 250,
"time": "1774940590"
},
"departure": {
"delay": 250,
"time": "1774940590"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 91,
"time": "1774937798"
},
"departure": {
"delay": 91,
"time": "1774937851"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 250,
"time": "1774940530"
},
"departure": {
"delay": 250,
"time": "1774940530"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 250,
"time": "1774940710"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 76,
"time": "1774937884"
},
"departure": {
"delay": 76,
"time": "1774937896"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 250,
"time": "1774939390"
},
"departure": {
"delay": 250,
"time": "1774939390"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 249,
"time": "1774938576"
},
"departure": {
"delay": 249,
"time": "1774938609"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 250,
"time": "1774940410"
},
"departure": {
"delay": 250,
"time": "1774940410"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 250,
"time": "1774940470"
},
"departure": {
"delay": 250,
"time": "1774940470"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 250,
"time": "1774939750"
},
"departure": {
"delay": 250,
"time": "1774939750"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 250,
"time": "1774939930"
},
"departure": {
"delay": 250,
"time": "1774939930"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 250,
"time": "1774939810"
},
"departure": {
"delay": 250,
"time": "1774939810"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 250,
"time": "1774940230"
},
"departure": {
"delay": 250,
"time": "1774940230"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 251,
"time": "1774939751"
},
"departure": {
"delay": 251,
"time": "1774939751"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"time": "1774938721"
},
"departure": {
"time": "1774938480"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 250,
"time": "1774939030"
},
"departure": {
"delay": 250,
"time": "1774939030"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 189,
"time": "1774938108"
},
"departure": {
"delay": 189,
"time": "1774938189"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 250,
"time": "1774939090"
},
"departure": {
"delay": 250,
"time": "1774939090"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 250,
"time": "1774939210"
},
"departure": {
"delay": 250,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 250,
"time": "1774940050"
},
"departure": {
"delay": 250,
"time": "1774940050"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 247,
"time": "1774938395"
},
"departure": {
"delay": 247,
"time": "1774938427"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 250,
"time": "1774940650"
},
"departure": {
"delay": 250,
"time": "1774940650"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 250,
"time": "1774939690"
},
"departure": {
"delay": 250,
"time": "1774939690"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 250,
"time": "1774938850"
},
"departure": {
"delay": 250,
"time": "1774938850"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 250,
"time": "1774940290"
},
"departure": {
"delay": 250,
"time": "1774940290"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"departure": {
"delay": 48,
"time": "1774937628"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 242,
"time": "1774938269"
},
"departure": {
"delay": 242,
"time": "1774938302"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 250,
"time": "1774939630"
},
"departure": {
"delay": 250,
"time": "1774939630"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 250,
"time": "1774940110"
},
"departure": {
"delay": 250,
"time": "1774940110"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 250,
"time": "1774940350"
},
"departure": {
"delay": 250,
"time": "1774940350"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 159,
"time": "1774938039"
},
"departure": {
"delay": 159,
"time": "1774938039"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745719x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4242791xGTFSxGSemHTNIxSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 145,
"time": "1774940905"
},
"departure": {
"delay": 145,
"time": "1774940905"
},
"stopId": "FR:76305:ZE:3835:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 177,
"time": "1774941717"
},
"departure": {
"delay": 177,
"time": "1774941717"
},
"stopId": "FR:76351:ZE:4869:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 169,
"time": "1774939849"
},
"departure": {
"delay": 169,
"time": "1774939849"
},
"stopId": "FR:76647:ZE:5155:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 141,
"time": "1774940781"
},
"departure": {
"delay": 141,
"time": "1774940781"
},
"stopId": "FR:76305:ZE:3923:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 141,
"time": "1774939761"
},
"departure": {
"delay": 141,
"time": "1774939761"
},
"stopId": "FR:76647:ZE:5072:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 141,
"time": "1774939401"
},
"departure": {
"delay": 141,
"time": "1774939401"
},
"stopId": "FR:76647:ZE:5170:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 148,
"time": "1774940068"
},
"departure": {
"delay": 148,
"time": "1774940068"
},
"stopId": "FR:76239:ZE:5110:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 141,
"time": "1774941381"
},
"departure": {
"delay": 141,
"time": "1774941381"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 193,
"time": "1774940593"
},
"departure": {
"delay": 193,
"time": "1774940593"
},
"stopId": "FR:76296:ZE:4442:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 157,
"time": "1774940737"
},
"departure": {
"delay": 157,
"time": "1774940737"
},
"stopId": "FR:76305:ZE:3395:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 165,
"time": "1774940625"
},
"departure": {
"delay": 165,
"time": "1774940625"
},
"stopId": "FR:76305:ZE:4529:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 156,
"time": "1774938936"
},
"departure": {
"delay": 156,
"time": "1774938936"
},
"stopId": "FR:76250:ZE:3370:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 200,
"time": "1774940300"
},
"departure": {
"delay": 200,
"time": "1774940300"
},
"stopId": "FR:76596:ZE:5106:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 162,
"time": "1774940502"
},
"departure": {
"delay": 162,
"time": "1774940502"
},
"stopId": "FR:76296:ZE:4444:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 186,
"time": "1774941846"
},
"departure": {
"delay": 186,
"time": "1774941846"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 160,
"time": "1774939060"
},
"departure": {
"delay": 160,
"time": "1774939060"
},
"stopId": "FR:76250:ZE:5114:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 196,
"time": "1774940356"
},
"departure": {
"delay": 196,
"time": "1774940356"
},
"stopId": "FR:76296:ZE:4009:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 178,
"time": "1774939618"
},
"departure": {
"delay": 178,
"time": "1774939618"
},
"stopId": "FR:76647:ZE:5068:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 178,
"time": "1774941658"
},
"departure": {
"delay": 178,
"time": "1774941658"
},
"stopId": "FR:76351:ZE:3613:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 180,
"time": "1774939500"
},
"departure": {
"delay": 180,
"time": "1774939500"
},
"stopId": "FR:76647:ZE:5070:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 141,
"time": "1774940421"
},
"departure": {
"delay": 141,
"time": "1774940421"
},
"stopId": "FR:76296:ZE:4008:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 149,
"time": "1774940849"
},
"departure": {
"delay": 149,
"time": "1774940849"
},
"stopId": "FR:76305:ZE:3837:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 141,
"time": "1774938981"
},
"departure": {
"delay": 141,
"time": "1774938981"
},
"stopId": "FR:76250:ZE:5187:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 171,
"time": "1774938591"
},
"stopId": "FR:76551:ZE:5100:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 143,
"time": "1774940003"
},
"departure": {
"delay": 143,
"time": "1774940003"
},
"stopId": "FR:76563:ZE:5112:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 141,
"time": "1774940961"
},
"departure": {
"delay": 141,
"time": "1774940961"
},
"stopId": "FR:76341:ZE:3833:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 141,
"time": "1774942041"
},
"stopId": "FR:76351:ZE:5104:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 154,
"time": "1774938754"
},
"departure": {
"delay": 154,
"time": "1774938754"
},
"stopId": "FR:76250:ZE:3217:ATOUMOD003",
"stopSequence": 13
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:12:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4242791xGTFSxGSemHTNIxSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747887x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -38,
"time": "1774936342"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"departure": {
"delay": 47,
"time": "1774934747"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 37,
"time": "1774935867"
},
"departure": {
"delay": 37,
"time": "1774935877"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 74,
"time": "1774935365"
},
"departure": {
"delay": 74,
"time": "1774935374"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 110,
"time": "1774935201"
},
"departure": {
"delay": 110,
"time": "1774935230"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -5,
"time": "1774936003"
},
"departure": {
"delay": -5,
"time": "1774936015"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 32,
"time": "1774935619"
},
"departure": {
"delay": 32,
"time": "1774935632"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 92,
"time": "1774935735"
},
"departure": {
"delay": 92,
"time": "1774935752"
},
"stopId": "FR:50129:ZE:10GDM3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 52,
"time": "1774935499"
},
"departure": {
"delay": 52,
"time": "1774935532"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 78,
"time": "1774935287"
},
"departure": {
"delay": 78,
"time": "1774935318"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 26,
"time": "1774936253"
},
"departure": {
"delay": 26,
"time": "1774936286"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 62,
"time": "1774935077"
},
"departure": {
"delay": 62,
"time": "1774935122"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 19,
"time": "1774935665"
},
"departure": {
"delay": 19,
"time": "1774935679"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 26,
"time": "1774936192"
},
"departure": {
"delay": 26,
"time": "1774936226"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 66,
"time": "1774935580"
},
"departure": {
"delay": 66,
"time": "1774935606"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 55,
"time": "1774934792"
},
"departure": {
"delay": 55,
"time": "1774934995"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"time": "1774935950"
},
"departure": {
"time": "1774935960"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -32,
"time": "1774936037"
},
"departure": {
"delay": -32,
"time": "1774936048"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 86,
"time": "1774935774"
},
"departure": {
"delay": 86,
"time": "1774935806"
},
"stopId": "FR:50129:ZE:10SWZ1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 29,
"time": "1774935556"
},
"departure": {
"delay": 29,
"time": "1774935569"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 26,
"time": "1774936071"
},
"departure": {
"delay": 26,
"time": "1774936106"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 49,
"time": "1774935395"
},
"departure": {
"delay": 49,
"time": "1774935409"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -32,
"time": "1774936160"
},
"departure": {
"delay": -32,
"time": "1774936168"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747887x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747834x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774928565"
},
"departure": {
"time": "1774928580"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 20,
"time": "1774928885"
},
"departure": {
"delay": 20,
"time": "1774928900"
},
"stopId": "FR:50129:ZE:10SWZ2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 59,
"time": "1774928622"
},
"departure": {
"delay": 59,
"time": "1774928639"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 41,
"time": "1774928360"
},
"departure": {
"delay": 41,
"time": "1774928381"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 61,
"time": "1774929105"
},
"departure": {
"delay": 61,
"time": "1774929121"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 14,
"time": "1774929608"
},
"departure": {
"delay": 14,
"time": "1774929614"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 27,
"time": "1774928979"
},
"departure": {
"delay": 27,
"time": "1774929027"
},
"stopId": "FR:50129:ZE:10GDM4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 16,
"time": "1774929059"
},
"departure": {
"delay": 16,
"time": "1774929076"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 27,
"time": "1774928715"
},
"departure": {
"delay": 27,
"time": "1774928727"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 83,
"time": "1774929244"
},
"departure": {
"delay": 83,
"time": "1774929263"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 18,
"time": "1774928805"
},
"departure": {
"delay": 18,
"time": "1774928838"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 74,
"time": "1774928458"
},
"departure": {
"delay": 74,
"time": "1774928474"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 32,
"time": "1774928485"
},
"departure": {
"delay": 32,
"time": "1774928492"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 52,
"time": "1774929148"
},
"departure": {
"delay": 52,
"time": "1774929172"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 19,
"time": "1774929952"
},
"departure": {
"delay": 19,
"time": "1774929979"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"departure": {
"delay": 91,
"time": "1774928311"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 16,
"time": "1774929893"
},
"departure": {
"delay": 16,
"time": "1774929916"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 39,
"time": "1774929792"
},
"departure": {
"delay": 39,
"time": "1774929819"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 38,
"time": "1774929447"
},
"departure": {
"delay": 38,
"time": "1774929458"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 80,
"time": "1774929186"
},
"departure": {
"delay": 80,
"time": "1774929200"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 17,
"time": "1774929485"
},
"departure": {
"delay": 17,
"time": "1774929497"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 34,
"time": "1774928657"
},
"departure": {
"delay": 34,
"time": "1774928674"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 17,
"time": "1774929665"
},
"departure": {
"delay": 17,
"time": "1774929737"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -97,
"time": "1774930043"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 62,
"time": "1774929410"
},
"departure": {
"delay": 62,
"time": "1774929422"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747834x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470849:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -6753,
"time": "1774938747"
},
"departure": {
"delay": -6753,
"time": "1774938747"
},
"stopId": "FR:27332:ZE:0x6235:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -366,
"time": "1774945974"
},
"departure": {
"delay": -366,
"time": "1774945974"
},
"stopId": "FR:27275:ZE:0x6226:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -4233,
"time": "1774938747"
},
"departure": {
"delay": -4233,
"time": "1774938747"
},
"stopId": "FR:27188:ZE:0x6140:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -293,
"time": "1774945927"
},
"departure": {
"delay": -293,
"time": "1774945927"
},
"stopId": "FR:27275:ZE:0x6208:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -303,
"time": "1774945857"
},
"departure": {
"delay": -303,
"time": "1774945857"
},
"stopId": "FR:27275:ZE:0x6200:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -4833,
"time": "1774938747"
},
"departure": {
"delay": -4833,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x6632:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -3693,
"time": "1774938747"
},
"departure": {
"delay": -3693,
"time": "1774938747"
},
"stopId": "FR:76640:ZE:0x7158:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -6093,
"time": "1774938747"
},
"departure": {
"delay": -6093,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6402:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -5553,
"time": "1774938747"
},
"departure": {
"delay": -5553,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6443:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -5973,
"time": "1774938747"
},
"departure": {
"delay": -5973,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -3933,
"time": "1774938747"
},
"departure": {
"delay": -3933,
"time": "1774938747"
},
"stopId": "FR:27394:ZE:0x6605:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -404,
"time": "1774946056"
},
"departure": {
"delay": -404,
"time": "1774946056"
},
"stopId": "FR:27275:ZE:0x6224:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -2973,
"time": "1774938747"
},
"departure": {
"delay": -2973,
"time": "1774938747"
},
"stopId": "FR:76561:ZE:0x6786:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -299,
"time": "1774945621"
},
"departure": {
"delay": -299,
"time": "1774945621"
},
"stopId": "FR:27022:ZE:0x6977:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -4653,
"time": "1774938747"
},
"departure": {
"delay": -4653,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x7267:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -465,
"time": "1774946415"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 42
},
{
"arrival": {
"delay": -4533,
"time": "1774938747"
},
"departure": {
"delay": -4533,
"time": "1774938747"
},
"stopId": "FR:27188:ZE:0x6143:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -5673,
"time": "1774938747"
},
"departure": {
"delay": -5673,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -6213,
"time": "1774938747"
},
"departure": {
"delay": -6213,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6502:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -4713,
"time": "1774938747"
},
"departure": {
"delay": -4713,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x6648:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -4713,
"time": "1774938747"
},
"departure": {
"delay": -4713,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x6650:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -6993,
"time": "1774938747"
},
"departure": {
"delay": -6993,
"time": "1774938747"
},
"stopId": "FR:27249:ZE:0x6185:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -6033,
"time": "1774938747"
},
"departure": {
"delay": -6033,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6448:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -4833,
"time": "1774938747"
},
"departure": {
"delay": -4833,
"time": "1774938747"
},
"stopId": "FR:27469:ZE:0x7189:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -6453,
"time": "1774938747"
},
"departure": {
"delay": -6453,
"time": "1774938747"
},
"stopId": "FR:27456:ZE:0x6734:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -3273,
"time": "1774938747"
},
"departure": {
"delay": -3273,
"time": "1774938747"
},
"stopId": "FR:76231:ZE:0x6175:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -5733,
"time": "1774938747"
},
"departure": {
"delay": -5733,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -4353,
"time": "1774938747"
},
"departure": {
"delay": -4353,
"time": "1774938747"
},
"stopId": "FR:27188:ZE:0x7264:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -5853,
"time": "1774938747"
},
"departure": {
"delay": -5853,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -5373,
"time": "1774938747"
},
"departure": {
"delay": -5373,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 17
},
{
"departure": {
"delay": -2553,
"time": "1774938747"
},
"stopId": "FR:76561:ZE:0x6790:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -442,
"time": "1774946258"
},
"departure": {
"delay": -442,
"time": "1774946258"
},
"stopId": "FR:27275:ZE:0x6193:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -438,
"time": "1774946022"
},
"departure": {
"delay": -438,
"time": "1774946022"
},
"stopId": "FR:27275:ZE:0x7179:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -458,
"time": "1774946362"
},
"departure": {
"delay": -458,
"time": "1774946362"
},
"stopId": "FR:27022:ZE:0x6978:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": -5313,
"time": "1774938747"
},
"departure": {
"delay": -5313,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -5433,
"time": "1774938747"
},
"departure": {
"delay": -5433,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6408:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -451,
"time": "1774946129"
},
"departure": {
"delay": -451,
"time": "1774946129"
},
"stopId": "FR:27275:ZE:0x6232:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -4113,
"time": "1774938747"
},
"departure": {
"delay": -4113,
"time": "1774938747"
},
"stopId": "FR:27188:ZE:0x7177:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -6573,
"time": "1774938747"
},
"departure": {
"delay": -6573,
"time": "1774938747"
},
"stopId": "FR:27332:ZE:0x6252:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -6213,
"time": "1774938747"
},
"departure": {
"delay": -6213,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x7187:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -4053,
"time": "1774938747"
},
"departure": {
"delay": -4053,
"time": "1774938747"
},
"stopId": "FR:27188:ZE:0x7174:ATOUMOD006",
"stopSequence": 6
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:E1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470849:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN853607F294048x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774944840"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 31
},
{
"departure": {
"time": "1774938360"
},
"stopId": "FR:72181:ZE:StopPointxOCETrainxTERx87396002:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774943580"
},
"departure": {
"time": "1774943640"
},
"stopId": "FR:14654:ZE:StopPointxOCETrainxTERx87444216:ATOUMOD002",
"stopSequence": 28
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942440"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774943940"
},
"departure": {
"time": "1774944000"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 30
},
{
"arrival": {
"time": "1774941120"
},
"departure": {
"time": "1774941180"
},
"stopId": "FR:61464:ZE:StopPointxOCETrainxTERx87444695:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774940220"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:61001:ZE:StopPointxOCETrainxTERx87444711:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1774941720"
},
"departure": {
"time": "1774941840"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 24
}
],
"timestamp": "1774934738",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx1f647a2cx138dx47dex8fb5x333f230e16f7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN853607F294048x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9881x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774940520"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:76259:ZE:FECSMAG2:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:76259:ZE:FECJLOR2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1774939800"
},
"departure": {
"time": "1774939800"
},
"stopId": "FR:76259:ZE:FECTASS1:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1774939680"
},
"departure": {
"time": "1774939680"
},
"stopId": "FR:76259:ZE:FECCSCO1:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"time": "1774939560"
},
"departure": {
"time": "1774939560"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"time": "1774939980"
},
"departure": {
"time": "1774939980"
},
"stopId": "FR:76259:ZE:FECHVIL1:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"time": "1774940040"
},
"departure": {
"time": "1774940040"
},
"stopId": "FR:76259:ZE:FECBREP1:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940340"
},
"stopId": "FR:76259:ZE:FECOTOU1:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"time": "1774939860"
},
"departure": {
"time": "1774939860"
},
"stopId": "FR:76259:ZE:FECSLEG1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:76259:ZE:FECSENE2:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"time": "1774940820"
},
"stopId": "FR:76259:ZE:FECSNIC1:ATOUMOD008",
"stopSequence": 17
},
{
"arrival": {
"time": "1774940100"
},
"departure": {
"time": "1774940100"
},
"stopId": "FR:76259:ZE:FECGARE1:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"time": "1774940700"
},
"departure": {
"time": "1774940700"
},
"stopId": "FR:76259:ZE:FECFOUR2:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"time": "1774940460"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:76259:ZE:FECSMOR2:ATOUMOD008",
"stopSequence": 13
},
{
"departure": {
"time": "1774939500"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"time": "1774940220"
},
"departure": {
"time": "1774940220"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"time": "1774939740"
},
"departure": {
"time": "1774939740"
},
"stopId": "FR:76259:ZE:PARCLOI1:ATOUMOD008",
"stopSequence": 4
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L3:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9881x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx359:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 522,
"time": "1774935402"
},
"departure": {
"delay": 522,
"time": "1774935402"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 479,
"time": "1774935539"
},
"departure": {
"delay": 479,
"time": "1774935539"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 536,
"time": "1774934396"
},
"departure": {
"delay": 536,
"time": "1774934396"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 532,
"time": "1774935327"
},
"departure": {
"delay": 532,
"time": "1774935352"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 467,
"time": "1774935227"
},
"departure": {
"delay": 467,
"time": "1774935227"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 716,
"time": "1774936496"
},
"departure": {
"delay": 716,
"time": "1774936496"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 716,
"time": "1774936256"
},
"departure": {
"delay": 716,
"time": "1774936256"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 469,
"time": "1774935469"
},
"departure": {
"delay": 469,
"time": "1774935469"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 750,
"time": "1774936350"
},
"departure": {
"delay": 750,
"time": "1774936350"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1774933599",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx359:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1633:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -26670,
"time": "1774938750"
},
"departure": {
"delay": -26670,
"time": "1774938750"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": -26670,
"time": "1774938690"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -26599,
"time": "1774939541"
},
"departure": {
"delay": -26599,
"time": "1774939541"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -26659,
"time": "1774939061"
},
"departure": {
"delay": -26659,
"time": "1774939061"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -26666,
"time": "1774938994"
},
"departure": {
"delay": -26666,
"time": "1774938994"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -26649,
"time": "1774938831"
},
"departure": {
"delay": -26649,
"time": "1774938831"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -26641,
"time": "1774939379"
},
"departure": {
"delay": -26641,
"time": "1774939379"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -26656,
"time": "1774938884"
},
"departure": {
"delay": -26656,
"time": "1774938884"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -26668,
"time": "1774939112"
},
"departure": {
"delay": -26668,
"time": "1774939112"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1774938528",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1633:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108150x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 181,
"time": "1774938901"
},
"departure": {
"delay": 181,
"time": "1774938901"
},
"stopId": "FR:76351:ZE:3955:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 148,
"time": "1774938988"
},
"departure": {
"delay": 148,
"time": "1774938988"
},
"stopId": "FR:76351:ZE:3985:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 183,
"time": "1774938783"
},
"departure": {
"delay": 183,
"time": "1774938783"
},
"stopId": "FR:76351:ZE:3957:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 182,
"time": "1774939262"
},
"departure": {
"delay": 182,
"time": "1774939262"
},
"stopId": "FR:76351:ZE:3951:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 189,
"time": "1774939149"
},
"departure": {
"delay": 189,
"time": "1774939149"
},
"stopId": "FR:76351:ZE:3993:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 181,
"time": "1774938481"
},
"stopId": "FR:76351:ZE:3989:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 177,
"time": "1774938657"
},
"stopId": "FR:76351:ZE:3967:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 190,
"time": "1774939510"
},
"stopId": "FR:76351:ZE:3978:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 178,
"time": "1774939378"
},
"departure": {
"delay": 178,
"time": "1774939378"
},
"stopId": "FR:76351:ZE:3995:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108150x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746210x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16,
"time": "1774938484"
},
"departure": {
"delay": 16,
"time": "1774938496"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 70,
"time": "1774939330"
},
"departure": {
"delay": 70,
"time": "1774939330"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -14,
"time": "1774937947"
},
"departure": {
"delay": -14,
"time": "1774937986"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 77,
"time": "1774938618"
},
"departure": {
"delay": 77,
"time": "1774938677"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 46,
"time": "1774938432"
},
"departure": {
"delay": 46,
"time": "1774938466"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 12,
"time": "1774938222"
},
"departure": {
"delay": 12,
"time": "1774938252"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 31,
"time": "1774938176"
},
"departure": {
"delay": 31,
"time": "1774938211"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"time": "1774938714"
},
"departure": {
"time": "1774938660"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 70,
"time": "1774941070"
},
"departure": {
"delay": 70,
"time": "1774941070"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 71,
"time": "1774938526"
},
"departure": {
"delay": 71,
"time": "1774938551"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 70,
"time": "1774940650"
},
"departure": {
"delay": 70,
"time": "1774940650"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 70,
"time": "1774938850"
},
"departure": {
"delay": 70,
"time": "1774938850"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 70,
"time": "1774939990"
},
"departure": {
"delay": 70,
"time": "1774939990"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"departure": {
"delay": -4,
"time": "1774937636"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 70,
"time": "1774939810"
},
"departure": {
"delay": 70,
"time": "1774939810"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 23,
"time": "1774937684"
},
"departure": {
"delay": 23,
"time": "1774937723"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 70,
"time": "1774939630"
},
"departure": {
"delay": 70,
"time": "1774939630"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 70,
"time": "1774940290"
},
"departure": {
"delay": 70,
"time": "1774940290"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 70,
"time": "1774940410"
},
"departure": {
"delay": 70,
"time": "1774940410"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 70,
"time": "1774940170"
},
"departure": {
"delay": 70,
"time": "1774940170"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 70,
"time": "1774940710"
},
"departure": {
"delay": 70,
"time": "1774940710"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 41,
"time": "1774938118"
},
"departure": {
"delay": 41,
"time": "1774938161"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 70,
"time": "1774940110"
},
"departure": {
"delay": 70,
"time": "1774940110"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 70,
"time": "1774940770"
},
"departure": {
"delay": 70,
"time": "1774940770"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 70,
"time": "1774941130"
},
"departure": {
"delay": 70,
"time": "1774941130"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 39,
"time": "1774938363"
},
"departure": {
"delay": 39,
"time": "1774938399"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 2,
"time": "1774937854"
},
"departure": {
"delay": 2,
"time": "1774937882"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 71,
"time": "1774940411"
},
"departure": {
"delay": 71,
"time": "1774940411"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 70,
"time": "1774938970"
},
"departure": {
"delay": 70,
"time": "1774938970"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 12,
"time": "1774937796"
},
"departure": {
"delay": 12,
"time": "1774937832"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -7,
"time": "1774937899"
},
"departure": {
"delay": -7,
"time": "1774937933"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 70,
"time": "1774940590"
},
"departure": {
"delay": 70,
"time": "1774940590"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 70,
"time": "1774940470"
},
"departure": {
"delay": 70,
"time": "1774940470"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 70,
"time": "1774939210"
},
"departure": {
"delay": 70,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 70,
"time": "1774940530"
},
"departure": {
"delay": 70,
"time": "1774940530"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 70,
"time": "1774940890"
},
"departure": {
"delay": 70,
"time": "1774940890"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 70,
"time": "1774941190"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 70,
"time": "1774940350"
},
"departure": {
"delay": 70,
"time": "1774940350"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 70,
"time": "1774939750"
},
"departure": {
"delay": 70,
"time": "1774939750"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 70,
"time": "1774940050"
},
"departure": {
"delay": 70,
"time": "1774940050"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 70,
"time": "1774939510"
},
"departure": {
"delay": 70,
"time": "1774939510"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 12,
"time": "1774938037"
},
"departure": {
"delay": 12,
"time": "1774938072"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 70,
"time": "1774941010"
},
"departure": {
"delay": 70,
"time": "1774941010"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 70,
"time": "1774940830"
},
"departure": {
"delay": 70,
"time": "1774940830"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 70,
"time": "1774939930"
},
"departure": {
"delay": 70,
"time": "1774939930"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 70,
"time": "1774939450"
},
"departure": {
"delay": 70,
"time": "1774939450"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 70,
"time": "1774939390"
},
"departure": {
"delay": 70,
"time": "1774939390"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 70,
"time": "1774939150"
},
"departure": {
"delay": 70,
"time": "1774939150"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 70,
"time": "1774939870"
},
"departure": {
"delay": 70,
"time": "1774939870"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 24,
"time": "1774937996"
},
"departure": {
"delay": 24,
"time": "1774938024"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746210x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx83:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 195,
"time": "1774937230"
},
"departure": {
"delay": 195,
"time": "1774937235"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 185,
"time": "1774938720"
},
"departure": {
"delay": 185,
"time": "1774938725"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 180,
"time": "1774938960"
},
"departure": {
"delay": 180,
"time": "1774938960"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": 180,
"time": "1774938840"
},
"departure": {
"delay": 180,
"time": "1774938840"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": 180,
"time": "1774939140"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"delay": 245,
"time": "1774938660"
},
"departure": {
"delay": 245,
"time": "1774938665"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 245,
"time": "1774938540"
},
"departure": {
"delay": 245,
"time": "1774938545"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 125,
"time": "1774937340"
},
"departure": {
"delay": 125,
"time": "1774937345"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 185,
"time": "1774938360"
},
"departure": {
"delay": 185,
"time": "1774938365"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 185,
"time": "1774937520"
},
"departure": {
"delay": 185,
"time": "1774937525"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"time": "1774935900"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 185,
"time": "1774938965"
},
"departure": {
"delay": 185,
"time": "1774938965"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 195,
"time": "1774937650"
},
"departure": {
"delay": 195,
"time": "1774937655"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 185,
"time": "1774937640"
},
"departure": {
"delay": 185,
"time": "1774937645"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 185,
"time": "1774937700"
},
"departure": {
"delay": 185,
"time": "1774937705"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 245,
"time": "1774938060"
},
"departure": {
"delay": 245,
"time": "1774938065"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 245,
"time": "1774938240"
},
"departure": {
"delay": 245,
"time": "1774938245"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 125,
"time": "1774936920"
},
"departure": {
"delay": 125,
"time": "1774936925"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 180,
"time": "1774939020"
},
"departure": {
"delay": 180,
"time": "1774939020"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": 185,
"time": "1774937580"
},
"departure": {
"delay": 185,
"time": "1774937585"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 120,
"time": "1774936200"
},
"departure": {
"delay": 120,
"time": "1774936680"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 185,
"time": "1774937040"
},
"departure": {
"delay": 185,
"time": "1774937045"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 185,
"time": "1774937940"
},
"departure": {
"delay": 185,
"time": "1774937945"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 185,
"time": "1774937820"
},
"departure": {
"delay": 185,
"time": "1774937825"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 245,
"time": "1774937160"
},
"departure": {
"delay": 245,
"time": "1774937165"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 245,
"time": "1774937220"
},
"departure": {
"delay": 245,
"time": "1774937225"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1774938743",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx83:LOC"
}
}
},
{
"id": "SM:ATOUMOD019:ServiceJourney:2x437583874xLIL01xLMCJVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 300,
"time": "1774939500"
},
"departure": {
"delay": 300,
"time": "1774939500"
},
"stopId": "FR:76384:ZE:15449:ATOUMOD019",
"stopSequence": 7
},
{
"arrival": {
"delay": 60,
"time": "1774938960"
},
"departure": {
"delay": 60,
"time": "1774938960"
},
"stopId": "FR:76384:ZE:15364:ATOUMOD019",
"stopSequence": 2
},
{
"arrival": {
"delay": 60,
"time": "1774939020"
},
"departure": {
"delay": 60,
"time": "1774939020"
},
"stopId": "FR:76384:ZE:15521:ATOUMOD019",
"stopSequence": 3
},
{
"arrival": {
"delay": 60,
"time": "1774939080"
},
"departure": {
"delay": 60,
"time": "1774939080"
},
"stopId": "FR:76384:ZE:27:ATOUMOD019",
"stopSequence": 4
},
{
"departure": {
"delay": 120,
"time": "1774938900"
},
"stopId": "FR:76384:ZE:15452:ATOUMOD019",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1774939140"
},
"departure": {
"delay": 60,
"time": "1774939140"
},
"stopId": "FR:76384:ZE:15448:ATOUMOD019",
"stopSequence": 5
},
{
"arrival": {
"delay": 60,
"time": "1774939560"
},
"departure": {
"delay": 60,
"time": "1774939560"
},
"stopId": "FR:76384:ZE:15450:ATOUMOD019",
"stopSequence": 8
},
{
"arrival": {
"delay": 60,
"time": "1774939200"
},
"departure": {
"delay": 60,
"time": "1774939200"
},
"stopId": "FR:76384:ZE:15447:ATOUMOD019",
"stopSequence": 6
}
],
"timestamp": "1774938757",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD019:Line:12:LOC",
"tripId": "ATOUMOD019:ServiceJourney:2x437583874xLIL01xLMCJVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx511:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774973820"
},
"departure": {
"time": "1774973820"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774973340"
},
"departure": {
"time": "1774973340"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774972860"
},
"departure": {
"time": "1774972860"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774973400"
},
"departure": {
"time": "1774973400"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774975020"
},
"departure": {
"time": "1774975020"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774973100"
},
"departure": {
"time": "1774973100"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774974660"
},
"departure": {
"time": "1774974660"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774974540"
},
"departure": {
"time": "1774974540"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774974360"
},
"departure": {
"time": "1774974360"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774974780"
},
"departure": {
"time": "1774974780"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774973220"
},
"departure": {
"time": "1774973220"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774975140"
},
"departure": {
"time": "1774975140"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774974120"
},
"departure": {
"time": "1774974120"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774975200"
},
"departure": {
"time": "1774975200"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774973880"
},
"departure": {
"time": "1774973880"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 5,
"time": "1774973765"
},
"departure": {
"delay": 5,
"time": "1774973765"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 5,
"time": "1774975145"
},
"departure": {
"delay": 5,
"time": "1774975145"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774974180"
},
"departure": {
"time": "1774974180"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774973760"
},
"departure": {
"time": "1774973760"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774974000"
},
"departure": {
"time": "1774974000"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774975320"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774974900"
},
"departure": {
"time": "1774974900"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774973700"
},
"departure": {
"time": "1774973700"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"time": "1774972200"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774973580"
},
"departure": {
"time": "1774973580"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774973280"
},
"departure": {
"time": "1774973280"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1774938601",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx511:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072022x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 110,
"time": "1774938830"
},
"departure": {
"delay": 110,
"time": "1774938830"
},
"stopId": "FR:76351:ZE:3373:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 69,
"time": "1774938669"
},
"stopId": "FR:76351:ZE:3231:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 95,
"time": "1774939055"
},
"departure": {
"delay": 95,
"time": "1774939055"
},
"stopId": "FR:76351:ZE:3469:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 100,
"time": "1774938880"
},
"departure": {
"delay": 100,
"time": "1774938880"
},
"stopId": "FR:76351:ZE:3527:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 77,
"time": "1774938797"
},
"departure": {
"delay": 77,
"time": "1774938797"
},
"stopId": "FR:76351:ZE:4543:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 61,
"time": "1774938541"
},
"stopId": "FR:76351:ZE:3168:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 77,
"time": "1774938917"
},
"departure": {
"delay": 77,
"time": "1774938917"
},
"stopId": "FR:76351:ZE:3311:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 135,
"time": "1774938735"
},
"stopId": "FR:76351:ZE:3237:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 77,
"time": "1774939097"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 81,
"time": "1774938981"
},
"departure": {
"delay": 81,
"time": "1774938981"
},
"stopId": "FR:76351:ZE:3198:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 118,
"time": "1774939018"
},
"departure": {
"delay": 118,
"time": "1774939018"
},
"stopId": "FR:76351:ZE:3806:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072022x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN848953F294361x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774934460"
},
"departure": {
"time": "1774934520"
},
"stopId": "FR:80630:ZE:StopPointxOCETrainxTERx87313395:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1774935180"
},
"departure": {
"time": "1774935240"
},
"stopId": "FR:60001:ZE:StopPointxOCETrainxTERx87313759:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774933560"
},
"departure": {
"time": "1774933620"
},
"stopId": "FR:80021:ZE:StopPointxOCETrainxTERx87313080:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1774938660"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 23
},
{
"departure": {
"time": "1774933320"
},
"stopId": "FR:80021:ZE:StopPointxOCETrainxTERx87313874:ATOUMOD002",
"stopSequence": 4
},
{
"arrival": {
"time": "1774936560"
},
"departure": {
"time": "1774936620"
},
"stopId": "FR:76678:ZE:StopPointxOCETrainxTERx87411462:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1774937760"
},
"departure": {
"time": "1774937820"
},
"stopId": "FR:76453:ZE:StopPointxOCETrainxTERx87411439:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774937400"
},
"departure": {
"time": "1774937460"
},
"stopId": "FR:76738:ZE:StopPointxOCETrainxTERx87411447:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1774935480"
},
"departure": {
"time": "1774935540"
},
"stopId": "FR:60245:ZE:StopPointxOCETrainxTERx87313833:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774937040"
},
"departure": {
"time": "1774937100"
},
"stopId": "FR:76445:ZE:StopPointxOCETrainxTERx87411454:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1774936140"
},
"departure": {
"time": "1774936200"
},
"stopId": "FR:76672:ZE:StopPointxOCETrainxTERx87411470:ATOUMOD002",
"stopSequence": 14
}
],
"timestamp": "1774929698",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxDD461A4Bx557Ax4303xB639xAED4F7A5141Bx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN848953F294361x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852810F294068x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:35095:ZE:StopPointxOCETrainxTERx87478073:ATOUMOD002",
"stopSequence": 52
},
{
"arrival": {
"time": "1774937400"
},
"departure": {
"time": "1774937460"
},
"stopId": "FR:50188:ZE:StopPointxOCETrainxTERx87447649:ATOUMOD002",
"stopSequence": 46
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942380"
},
"stopId": "FR:35238:ZE:StopPointxOCETrainxTERx87471391:ATOUMOD002",
"stopSequence": 54
},
{
"arrival": {
"time": "1774936080"
},
"departure": {
"time": "1774936800"
},
"stopId": "FR:50218:ZE:StopPointxOCETrainxTERx87447680:ATOUMOD002",
"stopSequence": 44
},
{
"departure": {
"time": "1774929660"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 28
},
{
"arrival": {
"time": "1774938300"
},
"departure": {
"time": "1774938360"
},
"stopId": "FR:50025:ZE:StopPointxOCETrainxTERx87448514:ATOUMOD002",
"stopSequence": 48
},
{
"arrival": {
"time": "1774932780"
},
"departure": {
"time": "1774932900"
},
"stopId": "FR:50502:ZE:StopPointxOCETrainxTERx87447003:ATOUMOD002",
"stopSequence": 40
},
{
"arrival": {
"time": "1774942680"
},
"stopId": "FR:35238:ZE:StopPointxOCETrainxTERx87471003:ATOUMOD002",
"stopSequence": 55
},
{
"arrival": {
"time": "1774930200"
},
"departure": {
"time": "1774930260"
},
"stopId": "FR:14098:ZE:StopPointxOCETrainxTERx87444042:ATOUMOD002",
"stopSequence": 30
},
{
"arrival": {
"time": "1774930500"
},
"departure": {
"time": "1774930560"
},
"stopId": "FR:14026:ZE:StopPointxOCETrainxTERx87444059:ATOUMOD002",
"stopSequence": 32
},
{
"arrival": {
"time": "1774931460"
},
"departure": {
"time": "1774931520"
},
"stopId": "FR:14370:ZE:StopPointxOCETrainxTERx87444083:ATOUMOD002",
"stopSequence": 36
},
{
"arrival": {
"time": "1774931940"
},
"departure": {
"time": "1774932000"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 38
},
{
"arrival": {
"time": "1774930920"
},
"departure": {
"time": "1774930980"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 34
},
{
"arrival": {
"time": "1774934160"
},
"departure": {
"time": "1774934520"
},
"stopId": "FR:50147:ZE:StopPointxOCETrainxTERx87447110:ATOUMOD002",
"stopSequence": 42
},
{
"arrival": {
"time": "1774939380"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:50410:ZE:StopPointxOCETrainxTERx87478263:ATOUMOD002",
"stopSequence": 50
}
],
"timestamp": "1774926039",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx789690b9x0beex4978x8bf9xf4810c9e16f2x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852810F294068x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011220x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 318,
"time": "1774941618"
},
"departure": {
"delay": 318,
"time": "1774941618"
},
"stopId": "FR:76447:ZE:3238:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 269,
"time": "1774941569"
},
"departure": {
"delay": 269,
"time": "1774941569"
},
"stopId": "FR:76447:ZE:3120:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 280,
"time": "1774941400"
},
"departure": {
"delay": 280,
"time": "1774941400"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 327,
"time": "1774941687"
},
"departure": {
"delay": 327,
"time": "1774941687"
},
"stopId": "FR:76447:ZE:3122:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 271,
"time": "1774940251"
},
"departure": {
"delay": 271,
"time": "1774940251"
},
"stopId": "FR:76351:ZE:3690:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 287,
"time": "1774941647"
},
"departure": {
"delay": 287,
"time": "1774941647"
},
"stopId": "FR:76447:ZE:3515:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 302,
"time": "1774941842"
},
"departure": {
"delay": 302,
"time": "1774941842"
},
"stopId": "FR:76447:ZE:3406:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 269,
"time": "1774938989"
},
"departure": {
"delay": 269,
"time": "1774938989"
},
"stopId": "FR:76351:ZE:3021:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 284,
"time": "1774939304"
},
"departure": {
"delay": 284,
"time": "1774939304"
},
"stopId": "FR:76351:ZE:3732:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 298,
"time": "1774939558"
},
"departure": {
"delay": 298,
"time": "1774939558"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 304,
"time": "1774941724"
},
"departure": {
"delay": 304,
"time": "1774941724"
},
"stopId": "FR:76447:ZE:3066:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 324,
"time": "1774940424"
},
"departure": {
"delay": 324,
"time": "1774940424"
},
"stopId": "FR:76351:ZE:3506:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 269,
"time": "1774941089"
},
"departure": {
"delay": 269,
"time": "1774941089"
},
"stopId": "FR:76351:ZE:3593:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 317,
"time": "1774940777"
},
"departure": {
"delay": 317,
"time": "1774940777"
},
"stopId": "FR:76351:ZE:3233:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 313,
"time": "1774941433"
},
"departure": {
"delay": 313,
"time": "1774941433"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 298,
"time": "1774939738"
},
"departure": {
"delay": 298,
"time": "1774939738"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 272,
"time": "1774941872"
},
"departure": {
"delay": 272,
"time": "1774941872"
},
"stopId": "FR:76447:ZE:3268:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 269,
"time": "1774940069"
},
"departure": {
"delay": 269,
"time": "1774940069"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 269,
"time": "1774941329"
},
"departure": {
"delay": 269,
"time": "1774941329"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 316,
"time": "1774940356"
},
"departure": {
"delay": 316,
"time": "1774940356"
},
"stopId": "FR:76351:ZE:3223:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 271,
"time": "1774938691"
},
"stopId": "FR:76552:ZE:3608:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 269,
"time": "1774939169"
},
"departure": {
"delay": 269,
"time": "1774939169"
},
"stopId": "FR:76351:ZE:3797:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 283,
"time": "1774940143"
},
"departure": {
"delay": 283,
"time": "1774940143"
},
"stopId": "FR:76351:ZE:4572:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 311,
"time": "1774940891"
},
"departure": {
"delay": 311,
"time": "1774940891"
},
"stopId": "FR:76351:ZE:3249:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 319,
"time": "1774940839"
},
"departure": {
"delay": 319,
"time": "1774940839"
},
"stopId": "FR:76351:ZE:3547:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 319,
"time": "1774938919"
},
"departure": {
"delay": 319,
"time": "1774938919"
},
"stopId": "FR:76351:ZE:3460:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 269,
"time": "1774939649"
},
"departure": {
"delay": 269,
"time": "1774939649"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 275,
"time": "1774939235"
},
"departure": {
"delay": 275,
"time": "1774939235"
},
"stopId": "FR:76351:ZE:3731:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 321,
"time": "1774938741"
},
"departure": {
"delay": 321,
"time": "1774938741"
},
"stopId": "FR:76552:ZE:3298:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 289,
"time": "1774939069"
},
"departure": {
"delay": 289,
"time": "1774939069"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 284,
"time": "1774938824"
},
"departure": {
"delay": 284,
"time": "1774938824"
},
"stopId": "FR:76351:ZE:3159:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 317,
"time": "1774941797"
},
"departure": {
"delay": 317,
"time": "1774941797"
},
"stopId": "FR:76447:ZE:3432:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 269,
"time": "1774940969"
},
"departure": {
"delay": 269,
"time": "1774940969"
},
"stopId": "FR:76351:ZE:3637:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 273,
"time": "1774939413"
},
"departure": {
"delay": 273,
"time": "1774939413"
},
"stopId": "FR:76351:ZE:3301:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 314,
"time": "1774941014"
},
"departure": {
"delay": 314,
"time": "1774941014"
},
"stopId": "FR:76351:ZE:3136:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 269,
"time": "1774941929"
},
"departure": {
"delay": 269,
"time": "1774941929"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 269,
"time": "1774941989"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 323,
"time": "1774940183"
},
"departure": {
"delay": 323,
"time": "1774940183"
},
"stopId": "FR:76351:ZE:3666:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 269,
"time": "1774940549"
},
"departure": {
"delay": 269,
"time": "1774940549"
},
"stopId": "FR:76351:ZE:3381:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 269,
"time": "1774940729"
},
"departure": {
"delay": 269,
"time": "1774940729"
},
"stopId": "FR:76351:ZE:3623:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 295,
"time": "1774939795"
},
"departure": {
"delay": 295,
"time": "1774939795"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 318,
"time": "1774939998"
},
"departure": {
"delay": 318,
"time": "1774939998"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 26
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011220x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx278:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 1009,
"time": "1774939789"
},
"departure": {
"delay": 1009,
"time": "1774939789"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 935,
"time": "1774937344"
},
"departure": {
"delay": 935,
"time": "1774938215"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -81,
"time": "1774937019"
},
"departure": {
"delay": -81,
"time": "1774937019"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 71,
"time": "1774936366"
},
"departure": {
"delay": 71,
"time": "1774936391"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 1013,
"time": "1774938773"
},
"departure": {
"delay": 1013,
"time": "1774938773"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 73,
"time": "1774936693"
},
"departure": {
"delay": 73,
"time": "1774936693"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 1060,
"time": "1774939060"
},
"departure": {
"delay": 1060,
"time": "1774939060"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 980,
"time": "1774938396"
},
"departure": {
"delay": 980,
"time": "1774938440"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 1001,
"time": "1774940021"
},
"departure": {
"delay": 1001,
"time": "1774940021"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 31,
"time": "1774936891"
},
"departure": {
"delay": 31,
"time": "1774936891"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 1060,
"time": "1774938615"
},
"departure": {
"delay": 1060,
"time": "1774938640"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 1009,
"time": "1774938949"
},
"departure": {
"delay": 1009,
"time": "1774938949"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 50,
"time": "1774936490"
},
"departure": {
"delay": 50,
"time": "1774936490"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 1009,
"time": "1774938829"
},
"departure": {
"delay": 1009,
"time": "1774938829"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"time": "1774936320"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 51,
"time": "1774936791"
},
"departure": {
"delay": 51,
"time": "1774936791"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 1009,
"time": "1774938709"
},
"departure": {
"delay": 1009,
"time": "1774938709"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 1033,
"time": "1774939333"
},
"departure": {
"delay": 1033,
"time": "1774939333"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 1009,
"time": "1774939729"
},
"departure": {
"delay": 1009,
"time": "1774939729"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 93,
"time": "1774936593"
},
"departure": {
"delay": 93,
"time": "1774936593"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 985,
"time": "1774938540"
},
"departure": {
"delay": 985,
"time": "1774938565"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 1017,
"time": "1774939677"
},
"departure": {
"delay": 1017,
"time": "1774939677"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 949,
"time": "1774940089"
},
"departure": {
"delay": 949,
"time": "1774940089"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 949,
"time": "1774939969"
},
"departure": {
"delay": 949,
"time": "1774939969"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 1000,
"time": "1774938315"
},
"departure": {
"delay": 1000,
"time": "1774938340"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 1,
"time": "1774937170"
},
"departure": {
"delay": 1,
"time": "1774937221"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 1009,
"time": "1774939249"
},
"departure": {
"delay": 1009,
"time": "1774939249"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 1009,
"time": "1774939489"
},
"departure": {
"delay": 1009,
"time": "1774939489"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 982,
"time": "1774939882"
},
"departure": {
"delay": 982,
"time": "1774939882"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
}
],
"timestamp": "1774936278",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx278:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850402F294253x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774937340"
},
"departure": {
"time": "1774937400"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774936020"
},
"departure": {
"time": "1774936080"
},
"stopId": "FR:76250:ZE:StopPointxOCETrainxTERx87413328:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774938000"
},
"departure": {
"time": "1774938060"
},
"stopId": "FR:76495:ZE:StopPointxOCETrainxTERx87411272:ATOUMOD002",
"stopSequence": 11
},
{
"departure": {
"time": "1774935420"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774936380"
},
"departure": {
"time": "1774936440"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774936860"
},
"departure": {
"time": "1774936920"
},
"stopId": "FR:76279:ZE:StopPointxOCETrainxTERx87413377:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774938180"
},
"departure": {
"time": "1774938240"
},
"stopId": "FR:76057:ZE:StopPointxOCETrainxTERx87411264:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774938960"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 14
}
],
"timestamp": "1774934139",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxA474D9C7x1A46x4870x8AAAx2A9C49F46F3Dx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850402F294253x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470537:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -2553,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -3633,
"time": "1774938747"
},
"departure": {
"delay": -3633,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7054:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -3273,
"time": "1774938747"
},
"departure": {
"delay": -3273,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -3453,
"time": "1774938747"
},
"departure": {
"delay": -3453,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7036:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -4053,
"time": "1774938747"
},
"departure": {
"delay": -4053,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -3153,
"time": "1774938747"
},
"departure": {
"delay": -3153,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -3753,
"time": "1774938747"
},
"departure": {
"delay": -3753,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -2853,
"time": "1774938747"
},
"departure": {
"delay": -2853,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -3993,
"time": "1774938747"
},
"departure": {
"delay": -3993,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -2733,
"time": "1774938747"
},
"departure": {
"delay": -2733,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -3393,
"time": "1774938747"
},
"departure": {
"delay": -3393,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -3093,
"time": "1774938747"
},
"departure": {
"delay": -3093,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -382,
"time": "1774942598"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -3753,
"time": "1774938747"
},
"departure": {
"delay": -3753,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -3933,
"time": "1774938747"
},
"departure": {
"delay": -3933,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -3513,
"time": "1774938747"
},
"departure": {
"delay": -3513,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7132:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -3453,
"time": "1774938747"
},
"departure": {
"delay": -3453,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7068:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -2913,
"time": "1774938747"
},
"departure": {
"delay": -2913,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -2553,
"time": "1774938747"
},
"departure": {
"delay": -2553,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -3813,
"time": "1774938747"
},
"departure": {
"delay": -3813,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -2973,
"time": "1774938747"
},
"departure": {
"delay": -2973,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -4053,
"time": "1774938747"
},
"departure": {
"delay": -4053,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -3573,
"time": "1774938747"
},
"departure": {
"delay": -3573,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7044:ATOUMOD006",
"stopSequence": 14
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470537:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471221:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -102,
"time": "1774939578"
},
"departure": {
"delay": -102,
"time": "1774939578"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -663,
"time": "1774938657"
},
"departure": {
"delay": -663,
"time": "1774938657"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -109,
"time": "1774939631"
},
"departure": {
"delay": -109,
"time": "1774939631"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 15,
"time": "1774940715"
},
"departure": {
"delay": 15,
"time": "1774940715"
},
"stopId": "FR:27528:ZE:0x6589:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 39,
"time": "1774938879"
},
"departure": {
"delay": 39,
"time": "1774938879"
},
"stopId": "FR:27375:ZE:0x6492:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 46,
"time": "1774939246"
},
"departure": {
"delay": 46,
"time": "1774939246"
},
"stopId": "FR:27375:ZE:0x6432:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -12,
"time": "1774940628"
},
"departure": {
"delay": -12,
"time": "1774940628"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": 47,
"time": "1774940927"
},
"departure": {
"delay": 47,
"time": "1774940927"
},
"stopId": "FR:27528:ZE:0x6596:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 52,
"time": "1774940992"
},
"departure": {
"delay": 52,
"time": "1774940992"
},
"stopId": "FR:27528:ZE:0x6576:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": 10,
"time": "1774938970"
},
"departure": {
"delay": 10,
"time": "1774938970"
},
"stopId": "FR:27375:ZE:0x6490:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -85,
"time": "1774940435"
},
"departure": {
"delay": -85,
"time": "1774940435"
},
"stopId": "FR:27701:ZE:0x7106:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"time": "1774939334"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -15,
"time": "1774941225"
},
"departure": {
"delay": -15,
"time": "1774941225"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": 38,
"time": "1774941038"
},
"departure": {
"delay": 38,
"time": "1774941038"
},
"stopId": "FR:27701:ZE:0x7022:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -97,
"time": "1774939703"
},
"departure": {
"delay": -97,
"time": "1774939703"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -4,
"time": "1774940756"
},
"departure": {
"delay": -4,
"time": "1774940756"
},
"stopId": "FR:27528:ZE:0x6592:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 30,
"time": "1774939470"
},
"departure": {
"delay": 30,
"time": "1774939470"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 49,
"time": "1774939069"
},
"departure": {
"delay": 49,
"time": "1774939069"
},
"stopId": "FR:27375:ZE:0x6470:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -69,
"time": "1774940031"
},
"departure": {
"delay": -69,
"time": "1774940031"
},
"stopId": "FR:27375:ZE:0x6526:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -148,
"time": "1774939832"
},
"departure": {
"delay": -148,
"time": "1774939832"
},
"stopId": "FR:27375:ZE:0x6457:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -94,
"time": "1774939886"
},
"departure": {
"delay": -94,
"time": "1774939886"
},
"stopId": "FR:27375:ZE:0x6438:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -57,
"time": "1774941303"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -47,
"time": "1774940533"
},
"departure": {
"delay": -47,
"time": "1774940533"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -8,
"time": "1774941052"
},
"departure": {
"delay": -8,
"time": "1774941052"
},
"stopId": "FR:27701:ZE:0x7034:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": 45,
"time": "1774940805"
},
"departure": {
"delay": 45,
"time": "1774940805"
},
"stopId": "FR:27528:ZE:0x6598:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -56,
"time": "1774940224"
},
"departure": {
"delay": -56,
"time": "1774940224"
},
"stopId": "FR:27351:ZE:0x6310:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -91,
"time": "1774940069"
},
"departure": {
"delay": -91,
"time": "1774940069"
},
"stopId": "FR:27375:ZE:0x6304:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -64,
"time": "1774939976"
},
"departure": {
"delay": -64,
"time": "1774939976"
},
"stopId": "FR:27375:ZE:0x6384:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 25,
"time": "1774939105"
},
"departure": {
"delay": 25,
"time": "1774939105"
},
"stopId": "FR:27375:ZE:0x6572:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -8,
"time": "1774940872"
},
"departure": {
"delay": -8,
"time": "1774940872"
},
"stopId": "FR:27528:ZE:0x6594:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -95,
"time": "1774940125"
},
"departure": {
"delay": -95,
"time": "1774940125"
},
"stopId": "FR:27351:ZE:0x6312:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -156,
"time": "1774939764"
},
"departure": {
"delay": -156,
"time": "1774939764"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 16
},
{
"departure": {
"time": "1774938840"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 68,
"time": "1774939148"
},
"departure": {
"delay": 68,
"time": "1774939148"
},
"stopId": "FR:27375:ZE:0x6422:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -74,
"time": "1774941166"
},
"departure": {
"delay": -74,
"time": "1774941166"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 15,
"time": "1774940835"
},
"departure": {
"delay": 15,
"time": "1774940835"
},
"stopId": "FR:27528:ZE:0x6591:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -26,
"time": "1774941094"
},
"departure": {
"delay": -26,
"time": "1774941094"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -3,
"time": "1774939017"
},
"departure": {
"delay": -3,
"time": "1774939017"
},
"stopId": "FR:27375:ZE:0x6396:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 62,
"time": "1774939202"
},
"departure": {
"delay": 62,
"time": "1774939202"
},
"stopId": "FR:27375:ZE:0x6512:ATOUMOD006",
"stopSequence": 8
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471221:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108161x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 82,
"time": "1774938562"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 70,
"time": "1774939030"
},
"departure": {
"delay": 70,
"time": "1774939030"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 97,
"time": "1774938277"
},
"stopId": "FR:76351:ZE:3968:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 89,
"time": "1774939109"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 91,
"time": "1774938691"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 80,
"time": "1774938920"
},
"departure": {
"delay": 80,
"time": "1774938920"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 131,
"time": "1774938491"
},
"departure": {
"delay": 131,
"time": "1774938491"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 74,
"time": "1774938794"
},
"departure": {
"delay": 74,
"time": "1774938794"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
}
],
"timestamp": "1774938609",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108161x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745139x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 19,
"time": "1774938521"
},
"departure": {
"delay": 19,
"time": "1774938559"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -40,
"time": "1774939100"
},
"departure": {
"delay": -40,
"time": "1774939100"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -40,
"time": "1774939520"
},
"departure": {
"delay": -40,
"time": "1774939520"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 17,
"time": "1774938399"
},
"departure": {
"delay": 17,
"time": "1774938437"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 7,
"time": "1774938453"
},
"departure": {
"delay": 7,
"time": "1774938487"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -40,
"time": "1774939040"
},
"departure": {
"delay": -40,
"time": "1774939040"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -40,
"time": "1774938800"
},
"departure": {
"delay": -40,
"time": "1774938800"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 9,
"time": "1774938334"
},
"departure": {
"delay": 9,
"time": "1774938369"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -40,
"time": "1774939400"
},
"departure": {
"delay": -40,
"time": "1774939400"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 88,
"time": "1774938088"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -40,
"time": "1774939220"
},
"departure": {
"delay": -40,
"time": "1774939220"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -40,
"time": "1774939340"
},
"departure": {
"delay": -40,
"time": "1774939340"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -3,
"time": "1774938119"
},
"departure": {
"delay": -3,
"time": "1774938177"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -11,
"time": "1774938674"
},
"departure": {
"delay": -11,
"time": "1774938709"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -40,
"time": "1774938920"
},
"departure": {
"delay": -40,
"time": "1774938920"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -40,
"time": "1774939700"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -40,
"time": "1774939460"
},
"departure": {
"delay": -40,
"time": "1774939460"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -40,
"time": "1774939280"
},
"departure": {
"delay": -40,
"time": "1774939280"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 41,
"time": "1774938241"
},
"departure": {
"delay": 41,
"time": "1774938281"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745139x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758433x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 454,
"time": "1774935706"
},
"departure": {
"delay": 454,
"time": "1774935754"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 393,
"time": "1774936761"
},
"departure": {
"delay": 393,
"time": "1774936833"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 105,
"time": "1774935105"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 380,
"time": "1774936629"
},
"departure": {
"delay": 380,
"time": "1774936640"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 296,
"time": "1774938073"
},
"departure": {
"delay": 296,
"time": "1774938116"
},
"stopId": "FR:50041:ZE:HAGMA2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 210,
"time": "1774935254"
},
"departure": {
"delay": 210,
"time": "1774935330"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 329,
"time": "1774936918"
},
"departure": {
"delay": 329,
"time": "1774936949"
},
"stopId": "FR:50129:ZE:QQVPL1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 399,
"time": "1774936051"
},
"departure": {
"delay": 399,
"time": "1774936119"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 223,
"time": "1774935383"
},
"departure": {
"delay": 223,
"time": "1774935463"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 430,
"time": "1774936363"
},
"departure": {
"delay": 430,
"time": "1774936390"
},
"stopId": "FR:50129:ZE:10LSA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 319,
"time": "1774937195"
},
"departure": {
"delay": 319,
"time": "1774937239"
},
"stopId": "FR:50041:ZE:HAGBG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 329,
"time": "1774935919"
},
"departure": {
"delay": 329,
"time": "1774935989"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 327,
"time": "1774937977"
},
"departure": {
"delay": 327,
"time": "1774938027"
},
"stopId": "FR:50041:ZE:HAGFY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 337,
"time": "1774937724"
},
"departure": {
"delay": 337,
"time": "1774937737"
},
"stopId": "FR:50041:ZE:HAGGR2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 395,
"time": "1774936669"
},
"departure": {
"delay": 395,
"time": "1774936715"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 485,
"time": "1774936497"
},
"departure": {
"delay": 485,
"time": "1774936565"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 303,
"time": "1774935841"
},
"departure": {
"delay": 303,
"time": "1774935903"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 189,
"time": "1774938489"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 376,
"time": "1774937285"
},
"departure": {
"delay": 376,
"time": "1774937356"
},
"stopId": "FR:50041:ZE:HAGMF2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 314,
"time": "1774938204"
},
"departure": {
"delay": 314,
"time": "1774938254"
},
"stopId": "FR:50041:ZE:HAGCC2:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758433x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:187:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -900,
"time": "1774937880"
},
"departure": {
"delay": -900,
"time": "1774938060"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"delay": -1620,
"time": "1774938420"
},
"departure": {
"delay": -1620,
"time": "1774938540"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"delay": -1555,
"time": "1774938720"
},
"departure": {
"delay": -1555,
"time": "1774938725"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"delay": -1555,
"time": "1774938660"
},
"departure": {
"delay": -1555,
"time": "1774938665"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
}
],
"timestamp": "1774938748",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:187:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1622:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -26022,
"time": "1774934908"
},
"departure": {
"delay": -26022,
"time": "1774934958"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -25907,
"time": "1774936633"
},
"departure": {
"delay": -25907,
"time": "1774936633"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -25937,
"time": "1774936783"
},
"departure": {
"delay": -25937,
"time": "1774936783"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -25962,
"time": "1774935514"
},
"departure": {
"delay": -25962,
"time": "1774935558"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -26060,
"time": "1774934835"
},
"departure": {
"delay": -26060,
"time": "1774934860"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -26001,
"time": "1774936959"
},
"departure": {
"delay": -26001,
"time": "1774936959"
},
"stopId": "FR:76212:ZE:TCARxCANAD1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -25956,
"time": "1774936884"
},
"departure": {
"delay": -25956,
"time": "1774936884"
},
"stopId": "FR:76212:ZE:TCARxDMAIR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -25805,
"time": "1774936435"
},
"departure": {
"delay": -25805,
"time": "1774936435"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -25922,
"time": "1774935011"
},
"departure": {
"delay": -25922,
"time": "1774935058"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1774933940",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1622:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057448x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 44,
"time": "1774939364"
},
"departure": {
"delay": 44,
"time": "1774939364"
},
"stopId": "FR:76270:ZE:3354:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 66,
"time": "1774939446"
},
"departure": {
"delay": 66,
"time": "1774939446"
},
"stopId": "FR:76270:ZE:3429:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 27,
"time": "1774939767"
},
"departure": {
"delay": 27,
"time": "1774939767"
},
"stopId": "FR:76351:ZE:4515:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 13,
"time": "1774939393"
},
"departure": {
"delay": 13,
"time": "1774939393"
},
"stopId": "FR:76270:ZE:3248:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 24,
"time": "1774939884"
},
"departure": {
"delay": 24,
"time": "1774939884"
},
"stopId": "FR:76351:ZE:3802:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 57,
"time": "1774940157"
},
"departure": {
"delay": 57,
"time": "1774940157"
},
"stopId": "FR:76351:ZE:4576:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 32,
"time": "1774940012"
},
"departure": {
"delay": 32,
"time": "1774940012"
},
"stopId": "FR:76351:ZE:4578:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 13,
"time": "1774940113"
},
"departure": {
"delay": 13,
"time": "1774940113"
},
"stopId": "FR:76351:ZE:3361:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 36,
"time": "1774940076"
},
"departure": {
"delay": 36,
"time": "1774940076"
},
"stopId": "FR:76351:ZE:3870:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 59,
"time": "1774939499"
},
"departure": {
"delay": 59,
"time": "1774939499"
},
"stopId": "FR:76270:ZE:5199:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 57,
"time": "1774939077"
},
"departure": {
"delay": 57,
"time": "1774939077"
},
"stopId": "FR:76447:ZE:3516:ATOUMOD003",
"stopSequence": 38
},
{
"departure": {
"delay": 46,
"time": "1774938706"
},
"stopId": "FR:76447:ZE:3089:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 19,
"time": "1774938739"
},
"stopId": "FR:76447:ZE:3569:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 13,
"time": "1774939153"
},
"departure": {
"delay": 13,
"time": "1774939153"
},
"stopId": "FR:76447:ZE:4509:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 21,
"time": "1774938861"
},
"departure": {
"delay": 21,
"time": "1774938861"
},
"stopId": "FR:76447:ZE:4496:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 13,
"time": "1774940293"
},
"stopId": "FR:76481:ZE:5250:ATOUMOD003",
"stopSequence": 55
},
{
"arrival": {
"delay": 30,
"time": "1774938990"
},
"departure": {
"delay": 30,
"time": "1774938990"
},
"stopId": "FR:76447:ZE:3067:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 13,
"time": "1774938793"
},
"departure": {
"delay": 13,
"time": "1774938793"
},
"stopId": "FR:76447:ZE:3131:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 33,
"time": "1774939113"
},
"departure": {
"delay": 33,
"time": "1774939113"
},
"stopId": "FR:76447:ZE:3239:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 13,
"time": "1774939033"
},
"departure": {
"delay": 13,
"time": "1774939033"
},
"stopId": "FR:76447:ZE:3123:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 44,
"time": "1774939664"
},
"departure": {
"delay": 44,
"time": "1774939664"
},
"stopId": "FR:76270:ZE:4505:ATOUMOD003",
"stopSequence": 46
},
{
"departure": {
"delay": 70,
"time": "1774938610"
},
"stopId": "FR:76447:ZE:3242:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 13,
"time": "1774939813"
},
"departure": {
"delay": 13,
"time": "1774939813"
},
"stopId": "FR:76351:ZE:3717:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 38,
"time": "1774939718"
},
"departure": {
"delay": 38,
"time": "1774939718"
},
"stopId": "FR:76351:ZE:4503:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 28,
"time": "1774938928"
},
"departure": {
"delay": 28,
"time": "1774938928"
},
"stopId": "FR:76447:ZE:4511:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 27,
"time": "1774939227"
},
"departure": {
"delay": 27,
"time": "1774939227"
},
"stopId": "FR:76270:ZE:4507:ATOUMOD003",
"stopSequence": 41
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:10:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057448x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx258:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 240,
"time": "1774936440"
},
"departure": {
"delay": 240,
"time": "1774936440"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 335,
"time": "1774937291"
},
"departure": {
"delay": 335,
"time": "1774937315"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"departure": {
"time": "1774934280"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 192,
"time": "1774935792"
},
"departure": {
"delay": 192,
"time": "1774935792"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 41,
"time": "1774934321"
},
"departure": {
"delay": 41,
"time": "1774934321"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 285,
"time": "1774936665"
},
"departure": {
"delay": 285,
"time": "1774936665"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 285,
"time": "1774937205"
},
"departure": {
"delay": 285,
"time": "1774937205"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 203,
"time": "1774937423"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 41,
"time": "1774934501"
},
"departure": {
"delay": 41,
"time": "1774934501"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 264,
"time": "1774936824"
},
"departure": {
"delay": 264,
"time": "1774936824"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 238,
"time": "1774936378"
},
"departure": {
"delay": 238,
"time": "1774936378"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 90,
"time": "1774935390"
},
"departure": {
"delay": 90,
"time": "1774935390"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 230,
"time": "1774935890"
},
"departure": {
"delay": 230,
"time": "1774935890"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 110,
"time": "1774935290"
},
"departure": {
"delay": 110,
"time": "1774935290"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 157,
"time": "1774935637"
},
"departure": {
"delay": 157,
"time": "1774935637"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 95,
"time": "1774934890"
},
"departure": {
"delay": 95,
"time": "1774935215"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 275,
"time": "1774936090"
},
"departure": {
"delay": 275,
"time": "1774936115"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774934400"
},
"departure": {
"time": "1774934400"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 175,
"time": "1774935688"
},
"departure": {
"delay": 175,
"time": "1774935715"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 155,
"time": "1774935465"
},
"departure": {
"delay": 155,
"time": "1774935515"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1774930097",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx258:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011337x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 44,
"time": "1774938404"
},
"departure": {
"delay": 44,
"time": "1774938404"
},
"stopId": "FR:76351:ZE:3623:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 97,
"time": "1774939837"
},
"departure": {
"delay": 97,
"time": "1774939837"
},
"stopId": "FR:76447:ZE:3406:ATOUMOD003",
"stopSequence": 51
},
{
"departure": {
"delay": 44,
"time": "1774938224"
},
"stopId": "FR:76351:ZE:3381:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 80,
"time": "1774939700"
},
"departure": {
"delay": 80,
"time": "1774939700"
},
"stopId": "FR:76447:ZE:3066:ATOUMOD003",
"stopSequence": 49
},
{
"departure": {
"delay": 79,
"time": "1774938739"
},
"stopId": "FR:76351:ZE:3637:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 156,
"time": "1774938036"
},
"stopId": "FR:76351:ZE:3223:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 108,
"time": "1774939308"
},
"departure": {
"delay": 108,
"time": "1774939308"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 110,
"time": "1774939610"
},
"departure": {
"delay": 110,
"time": "1774939610"
},
"stopId": "FR:76447:ZE:3515:ATOUMOD003",
"stopSequence": 47
},
{
"departure": {
"delay": 105,
"time": "1774938645"
},
"stopId": "FR:76351:ZE:3249:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 106,
"time": "1774939786"
},
"departure": {
"delay": 106,
"time": "1774939786"
},
"stopId": "FR:76447:ZE:3432:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 79,
"time": "1774939939"
},
"departure": {
"delay": 79,
"time": "1774939939"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 137,
"time": "1774939577"
},
"departure": {
"delay": 137,
"time": "1774939577"
},
"stopId": "FR:76447:ZE:3238:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 79,
"time": "1774939219"
},
"departure": {
"delay": 79,
"time": "1774939219"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 133,
"time": "1774939873"
},
"departure": {
"delay": 133,
"time": "1774939873"
},
"stopId": "FR:76447:ZE:3268:ATOUMOD003",
"stopSequence": 52
},
{
"departure": {
"delay": 100,
"time": "1774938580"
},
"stopId": "FR:76351:ZE:3547:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 97,
"time": "1774939657"
},
"departure": {
"delay": 97,
"time": "1774939657"
},
"stopId": "FR:76447:ZE:3122:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 90,
"time": "1774939350"
},
"departure": {
"delay": 90,
"time": "1774939350"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 44,
"time": "1774938464"
},
"departure": {
"delay": 44,
"time": "1774938464"
},
"stopId": "FR:76351:ZE:3233:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 79,
"time": "1774939519"
},
"departure": {
"delay": 79,
"time": "1774939519"
},
"stopId": "FR:76447:ZE:3120:ATOUMOD003",
"stopSequence": 45
},
{
"departure": {
"delay": 232,
"time": "1774937992"
},
"stopId": "FR:76351:ZE:3690:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 87,
"time": "1774938807"
},
"departure": {
"delay": 87,
"time": "1774938807"
},
"stopId": "FR:76351:ZE:3136:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 79,
"time": "1774938919"
},
"departure": {
"delay": 79,
"time": "1774938919"
},
"stopId": "FR:76351:ZE:3593:ATOUMOD003",
"stopSequence": 41
},
{
"departure": {
"delay": 68,
"time": "1774938068"
},
"stopId": "FR:76351:ZE:3506:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 79,
"time": "1774939999"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 54
}
],
"timestamp": "1774938329",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011337x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470522:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 45,
"time": "1774940925"
},
"departure": {
"delay": 45,
"time": "1774940925"
},
"stopId": "FR:27375:ZE:0x6408:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"time": "1774940700"
},
"departure": {
"time": "1774940700"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -1173,
"time": "1774938747"
},
"departure": {
"delay": -1173,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -1653,
"time": "1774938747"
},
"departure": {
"delay": -1653,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -62,
"time": "1774941178"
},
"departure": {
"delay": -62,
"time": "1774941178"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 20
},
{
"departure": {
"delay": -1053,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -1533,
"time": "1774938747"
},
"departure": {
"delay": -1533,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7109:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 23,
"time": "1774941143"
},
"departure": {
"delay": 23,
"time": "1774941143"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -1713,
"time": "1774938747"
},
"departure": {
"delay": -1713,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7055:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"time": "1774941000"
},
"departure": {
"time": "1774941000"
},
"stopId": "FR:27375:ZE:0x6443:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -1593,
"time": "1774938747"
},
"departure": {
"delay": -1593,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 7,
"time": "1774941067"
},
"departure": {
"delay": 7,
"time": "1774941067"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -102,
"time": "1774941258"
},
"departure": {
"delay": -102,
"time": "1774941258"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"time": "1774940820"
},
"departure": {
"time": "1774940820"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -118,
"time": "1774941302"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -1413,
"time": "1774938747"
},
"departure": {
"delay": -1413,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7096:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -1773,
"time": "1774938747"
},
"departure": {
"delay": -1773,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7045:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -1773,
"time": "1774938747"
},
"departure": {
"delay": -1773,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7133:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -1833,
"time": "1774938747"
},
"departure": {
"delay": -1833,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7069:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -1893,
"time": "1774938747"
},
"departure": {
"delay": -1893,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7037:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -1293,
"time": "1774938747"
},
"departure": {
"delay": -1293,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -1233,
"time": "1774938747"
},
"departure": {
"delay": -1233,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470522:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:b2c0c5aa66a3604b7c7f638eb24c593b:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 126,
"time": "1774938786"
},
"departure": {
"delay": 126,
"time": "1774938786"
},
"stopId": "FR:61169:ZE:2293:ATOUMOD104",
"stopSequence": 16
},
{
"departure": {
"delay": 12,
"time": "1774937712"
},
"stopId": "FR:61169:ZE:2284:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": 126,
"time": "1774938846"
},
"departure": {
"delay": 126,
"time": "1774938846"
},
"stopId": "FR:61169:ZE:2268:ATOUMOD104",
"stopSequence": 17
},
{
"arrival": {
"delay": 185,
"time": "1774938469"
},
"departure": {
"delay": 185,
"time": "1774938485"
},
"stopId": "FR:61169:ZE:2280:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 126,
"time": "1774938966"
},
"departure": {
"delay": 126,
"time": "1774938966"
},
"stopId": "FR:61169:ZE:2255:ATOUMOD104",
"stopSequence": 18
},
{
"arrival": {
"delay": 199,
"time": "1774938418"
},
"departure": {
"delay": 199,
"time": "1774938439"
},
"stopId": "FR:61169:ZE:2321:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": 192,
"time": "1774938604"
},
"departure": {
"delay": 192,
"time": "1774938612"
},
"stopId": "FR:61169:ZE:2323:ATOUMOD104",
"stopSequence": 12
},
{
"arrival": {
"delay": 198,
"time": "1774938162"
},
"departure": {
"delay": 198,
"time": "1774938198"
},
"stopId": "FR:61169:ZE:2302:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 159,
"time": "1774938688"
},
"departure": {
"delay": 159,
"time": "1774938699"
},
"stopId": "FR:61169:ZE:2325:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 11,
"time": "1774937736"
},
"departure": {
"delay": 11,
"time": "1774937771"
},
"stopId": "FR:61169:ZE:2314:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": 126,
"time": "1774939026"
},
"departure": {
"delay": 126,
"time": "1774939026"
},
"stopId": "FR:61169:ZE:2378:ATOUMOD104",
"stopSequence": 19
},
{
"arrival": {
"delay": 170,
"time": "1774938574"
},
"departure": {
"delay": 170,
"time": "1774938590"
},
"stopId": "FR:61169:ZE:2308:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": 191,
"time": "1774938532"
},
"departure": {
"delay": 191,
"time": "1774938551"
},
"stopId": "FR:61169:ZE:2318:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": 187,
"time": "1774938656"
},
"departure": {
"delay": 187,
"time": "1774938667"
},
"stopId": "FR:61169:ZE:2300:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": 97,
"time": "1774937855"
},
"departure": {
"delay": 97,
"time": "1774937917"
},
"stopId": "FR:61169:ZE:2327:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 89,
"time": "1774937958"
},
"departure": {
"delay": 89,
"time": "1774937969"
},
"stopId": "FR:61169:ZE:2312:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": 126,
"time": "1774938717"
},
"departure": {
"delay": 126,
"time": "1774938726"
},
"stopId": "FR:61169:ZE:2258:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": 126,
"time": "1774939146"
},
"stopId": "FR:61169:ZE:2376:ATOUMOD104",
"stopSequence": 21
},
{
"arrival": {
"delay": 211,
"time": "1774938317"
},
"departure": {
"delay": 211,
"time": "1774938331"
},
"stopId": "FR:61169:ZE:2256:ATOUMOD104",
"stopSequence": 7
},
{
"arrival": {
"delay": 127,
"time": "1774939027"
},
"departure": {
"delay": 127,
"time": "1774939027"
},
"stopId": "FR:61169:ZE:2381:ATOUMOD104",
"stopSequence": 20
},
{
"arrival": {
"delay": 97,
"time": "1774938023"
},
"departure": {
"delay": 97,
"time": "1774938037"
},
"stopId": "FR:61169:ZE:2297:ATOUMOD104",
"stopSequence": 5
}
],
"timestamp": "1774938813",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD104:Line:249:LOC",
"tripId": "ATOUMOD104:ServiceJourney:b2c0c5aa66a3604b7c7f638eb24c593b:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746209x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 112,
"time": "1774937885"
},
"departure": {
"delay": 112,
"time": "1774937992"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 29,
"time": "1774937173"
},
"departure": {
"delay": 29,
"time": "1774937189"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 220,
"time": "1774939120"
},
"departure": {
"delay": 220,
"time": "1774939120"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 37,
"time": "1774937233"
},
"departure": {
"delay": 37,
"time": "1774937257"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 220,
"time": "1774939000"
},
"departure": {
"delay": 220,
"time": "1774939000"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 197,
"time": "1774938335"
},
"departure": {
"delay": 197,
"time": "1774938377"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 218,
"time": "1774938542"
},
"departure": {
"delay": 218,
"time": "1774938578"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 220,
"time": "1774940020"
},
"departure": {
"delay": 220,
"time": "1774940020"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 218,
"time": "1774938666"
},
"departure": {
"delay": 218,
"time": "1774938698"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -5,
"time": "1774937416"
},
"departure": {
"delay": -5,
"time": "1774937455"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 56,
"time": "1774937774"
},
"departure": {
"delay": 56,
"time": "1774937816"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -10,
"time": "1774937318"
},
"departure": {
"delay": -10,
"time": "1774937330"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 220,
"time": "1774940320"
},
"departure": {
"delay": 220,
"time": "1774940320"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 220,
"time": "1774940140"
},
"departure": {
"delay": 220,
"time": "1774940140"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -24,
"time": "1774937482"
},
"departure": {
"delay": -24,
"time": "1774937496"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 17,
"time": "1774937043"
},
"departure": {
"delay": 17,
"time": "1774937057"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 223,
"time": "1774938611"
},
"departure": {
"delay": 223,
"time": "1774938643"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 220,
"time": "1774940260"
},
"departure": {
"delay": 220,
"time": "1774940260"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 67,
"time": "1774937137"
},
"departure": {
"delay": 67,
"time": "1774937167"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 87,
"time": "1774936827"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 108,
"time": "1774936874"
},
"departure": {
"delay": 108,
"time": "1774936908"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 220,
"time": "1774938760"
},
"departure": {
"delay": 220,
"time": "1774938760"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 221,
"time": "1774939661"
},
"departure": {
"delay": 221,
"time": "1774939661"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 220,
"time": "1774939240"
},
"departure": {
"delay": 220,
"time": "1774939240"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 47,
"time": "1774937679"
},
"departure": {
"delay": 47,
"time": "1774937747"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 220,
"time": "1774939780"
},
"departure": {
"delay": 220,
"time": "1774939780"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 220,
"time": "1774939660"
},
"departure": {
"delay": 220,
"time": "1774939660"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 61,
"time": "1774936976"
},
"departure": {
"delay": 61,
"time": "1774936981"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 220,
"time": "1774939420"
},
"departure": {
"delay": 220,
"time": "1774939420"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 249,
"time": "1774938440"
},
"departure": {
"delay": 249,
"time": "1774938489"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 220,
"time": "1774939720"
},
"departure": {
"delay": 220,
"time": "1774939720"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 220,
"time": "1774939360"
},
"departure": {
"delay": 220,
"time": "1774939360"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 220,
"time": "1774940440"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 220,
"time": "1774939960"
},
"departure": {
"delay": 220,
"time": "1774939960"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 27,
"time": "1774937275"
},
"departure": {
"delay": 27,
"time": "1774937307"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 220,
"time": "1774939300"
},
"departure": {
"delay": 220,
"time": "1774939300"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 220,
"time": "1774939600"
},
"departure": {
"delay": 220,
"time": "1774939600"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 220,
"time": "1774939540"
},
"departure": {
"delay": 220,
"time": "1774939540"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 220,
"time": "1774939060"
},
"departure": {
"delay": 220,
"time": "1774939060"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 220,
"time": "1774939900"
},
"departure": {
"delay": 220,
"time": "1774939900"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -43,
"time": "1774937514"
},
"departure": {
"delay": -43,
"time": "1774937537"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 220,
"time": "1774938880"
},
"departure": {
"delay": 220,
"time": "1774938880"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 220,
"time": "1774940380"
},
"departure": {
"delay": 220,
"time": "1774940380"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 20,
"time": "1774937069"
},
"departure": {
"delay": 20,
"time": "1774937120"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 240,
"time": "1774938113"
},
"departure": {
"delay": 240,
"time": "1774938240"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 220,
"time": "1774940080"
},
"departure": {
"delay": 220,
"time": "1774940080"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 220,
"time": "1774939840"
},
"departure": {
"delay": 220,
"time": "1774939840"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 31,
"time": "1774937572"
},
"departure": {
"delay": 31,
"time": "1774937611"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 48,
"time": "1774937002"
},
"departure": {
"delay": 48,
"time": "1774937028"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 220,
"time": "1774939180"
},
"departure": {
"delay": 220,
"time": "1774939180"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746209x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244098xGTFSxGSemH15xSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1774939620"
},
"departure": {
"delay": 60,
"time": "1774939620"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 64,
"time": "1774939924"
},
"departure": {
"delay": 64,
"time": "1774939924"
},
"stopId": "FR:76351:ZE:4869:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 60,
"time": "1774940220"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 60,
"time": "1774938720"
},
"stopId": "FR:76305:ZE:4818:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 60,
"time": "1774939020"
},
"departure": {
"delay": 60,
"time": "1774939020"
},
"stopId": "FR:76305:ZE:4940:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 61,
"time": "1774940041"
},
"departure": {
"delay": 61,
"time": "1774940041"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 60,
"time": "1774938900"
},
"departure": {
"delay": 60,
"time": "1774938900"
},
"stopId": "FR:76305:ZE:4915:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 116,
"time": "1774938956"
},
"departure": {
"delay": 116,
"time": "1774938956"
},
"stopId": "FR:76305:ZE:4998:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 71,
"time": "1774939871"
},
"departure": {
"delay": 71,
"time": "1774939871"
},
"stopId": "FR:76351:ZE:3613:ATOUMOD003",
"stopSequence": 24
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:15:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244098xGTFSxGSemH15xSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6480368271097856x1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -237,
"time": "1774938003"
},
"stopId": "FR:14366:ZE:658330001:ATOUMOD036",
"stopSequence": 20
}
],
"timestamp": "1774938022",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:4824043984257024:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6480368271097856x1:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4196391x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 1,
"time": "1774938361"
},
"departure": {
"delay": 1,
"time": "1774938361"
},
"stopId": "FR:76351:ZE:4700:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 28,
"time": "1774938268"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": -11,
"time": "1774938649"
},
"stopId": "FR:76351:ZE:5104:ATOUMOD003",
"stopSequence": 41
},
{
"departure": {
"delay": -11,
"time": "1774938409"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 40
},
{
"departure": {
"delay": -3,
"time": "1774938177"
},
"stopId": "FR:76351:ZE:3738:ATOUMOD003",
"stopSequence": 37
}
],
"timestamp": "1774938329",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:16:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4196391x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:3:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -70,
"time": "1774935399"
},
"departure": {
"delay": -70,
"time": "1774935410"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 100,
"time": "1774935941"
},
"departure": {
"delay": 100,
"time": "1774936060"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 19
},
{
"arrival": {
"delay": 125,
"time": "1774936373"
},
"departure": {
"delay": 125,
"time": "1774936385"
},
"stopId": "FR:76057:ZE:30003:ATOUMOD041",
"stopSequence": 24
},
{
"arrival": {
"delay": 89,
"time": "1774934783"
},
"departure": {
"delay": 89,
"time": "1774934789"
},
"stopId": "FR:76743:ZE:30048:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 108,
"time": "1774936188"
},
"departure": {
"delay": 108,
"time": "1774936188"
},
"stopId": "FR:76057:ZE:30017:ATOUMOD041",
"stopSequence": 21
},
{
"arrival": {
"delay": -27,
"time": "1774935256"
},
"departure": {
"delay": -27,
"time": "1774935273"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": -40,
"time": "1774935310"
},
"departure": {
"delay": -40,
"time": "1774935320"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 42,
"time": "1774935596"
},
"departure": {
"delay": 42,
"time": "1774935642"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 145,
"time": "1774936234"
},
"departure": {
"delay": 145,
"time": "1774936285"
},
"stopId": "FR:76057:ZE:30002:ATOUMOD041",
"stopSequence": 22
},
{
"arrival": {
"delay": 101,
"time": "1774934866"
},
"departure": {
"delay": 101,
"time": "1774934921"
},
"stopId": "FR:76057:ZE:30050:ATOUMOD041",
"stopSequence": 5
},
{
"departure": {
"delay": 61,
"time": "1774934641"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 69,
"time": "1774936449"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 25
},
{
"arrival": {
"delay": 16,
"time": "1774935829"
},
"departure": {
"delay": 16,
"time": "1774935916"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 11,
"time": "1774935453"
},
"departure": {
"delay": 11,
"time": "1774935551"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": -22,
"time": "1774935744"
},
"departure": {
"delay": -22,
"time": "1774935758"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 64,
"time": "1774934998"
},
"departure": {
"delay": 64,
"time": "1774935004"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 79,
"time": "1774934828"
},
"departure": {
"delay": 79,
"time": "1774934839"
},
"stopId": "FR:76743:ZE:30023:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 95,
"time": "1774934941"
},
"departure": {
"delay": 95,
"time": "1774934975"
},
"stopId": "FR:76057:ZE:30021:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 145,
"time": "1774936142"
},
"departure": {
"delay": 145,
"time": "1774936165"
},
"stopId": "FR:76057:ZE:30013:ATOUMOD041",
"stopSequence": 20
},
{
"arrival": {
"delay": 38,
"time": "1774935029"
},
"departure": {
"delay": 38,
"time": "1774935038"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": -33,
"time": "1774935773"
},
"departure": {
"delay": -33,
"time": "1774935807"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 23,
"time": "1774935044"
},
"departure": {
"delay": 23,
"time": "1774935083"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 111,
"time": "1774934703"
},
"departure": {
"delay": 111,
"time": "1774934751"
},
"stopId": "FR:76743:ZE:30046:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": -9,
"time": "1774935159"
},
"departure": {
"delay": -9,
"time": "1774935171"
},
"stopId": "FR:76057:ZE:30011:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 142,
"time": "1774936311"
},
"departure": {
"delay": 142,
"time": "1774936342"
},
"stopId": "FR:76057:ZE:30025:ATOUMOD041",
"stopSequence": 23
}
],
"timestamp": "1774938752",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:3:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057207x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 98,
"time": "1774939598"
},
"departure": {
"delay": 98,
"time": "1774939598"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 98,
"time": "1774939418"
},
"departure": {
"delay": 98,
"time": "1774939418"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 133,
"time": "1774938793"
},
"departure": {
"delay": 133,
"time": "1774938793"
},
"stopId": "FR:76351:ZE:4601:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 146,
"time": "1774939106"
},
"departure": {
"delay": 146,
"time": "1774939106"
},
"stopId": "FR:76351:ZE:4607:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 104,
"time": "1774938644"
},
"stopId": "FR:76351:ZE:3277:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 130,
"time": "1774938850"
},
"departure": {
"delay": 130,
"time": "1774938850"
},
"stopId": "FR:76351:ZE:3565:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 145,
"time": "1774938985"
},
"departure": {
"delay": 145,
"time": "1774938985"
},
"stopId": "FR:76351:ZE:3798:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 98,
"time": "1774939058"
},
"departure": {
"delay": 98,
"time": "1774939058"
},
"stopId": "FR:76351:ZE:3539:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 154,
"time": "1774939534"
},
"departure": {
"delay": 154,
"time": "1774939534"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 98,
"time": "1774939838"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 121,
"time": "1774938721"
},
"stopId": "FR:76351:ZE:3397:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 120,
"time": "1774939320"
},
"departure": {
"delay": 120,
"time": "1774939320"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 98,
"time": "1774939178"
},
"departure": {
"delay": 98,
"time": "1774939178"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 98,
"time": "1774939658"
},
"departure": {
"delay": 98,
"time": "1774939658"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 100,
"time": "1774938940"
},
"departure": {
"delay": 100,
"time": "1774938940"
},
"stopId": "FR:76351:ZE:4476:ATOUMOD003",
"stopSequence": 12
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057207x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597862:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 83,
"time": "1774939823"
},
"departure": {
"delay": 83,
"time": "1774939823"
},
"stopId": "FR:27229:ZE:0xSTA01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 75,
"time": "1774939275"
},
"departure": {
"delay": 75,
"time": "1774939275"
},
"stopId": "FR:27602:ZE:0xMAS01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 54,
"time": "1774939134"
},
"departure": {
"delay": 54,
"time": "1774939134"
},
"stopId": "FR:27602:ZE:0xMUS01:ATOUMOD004",
"stopSequence": 7
},
{
"departure": {
"time": "1774938600"
},
"stopId": "FR:27602:ZE:0xALI02:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 114,
"time": "1774939014"
},
"departure": {
"delay": 114,
"time": "1774939014"
},
"stopId": "FR:27602:ZE:0xSJE01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 57,
"time": "1774940157"
},
"departure": {
"delay": 57,
"time": "1774940157"
},
"stopId": "FR:27229:ZE:0xARC01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": 57,
"time": "1774940217"
},
"departure": {
"delay": 57,
"time": "1774940217"
},
"stopId": "FR:27229:ZE:0xVED01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": 37,
"time": "1774940497"
},
"stopId": "FR:27229:ZE:0xGAR04:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": 122,
"time": "1774938712"
},
"departure": {
"delay": 122,
"time": "1774938722"
},
"stopId": "FR:27602:ZE:0xBVE01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 67,
"time": "1774938907"
},
"departure": {
"delay": 67,
"time": "1774938907"
},
"stopId": "FR:27602:ZE:0xLOQ01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 82,
"time": "1774939162"
},
"departure": {
"delay": 82,
"time": "1774939162"
},
"stopId": "FR:27602:ZE:0xGDG01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 134,
"time": "1774939454"
},
"departure": {
"delay": 134,
"time": "1774939454"
},
"stopId": "FR:27602:ZE:0xWAL01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 53,
"time": "1774939973"
},
"departure": {
"delay": 53,
"time": "1774939973"
},
"stopId": "FR:27229:ZE:0xMFO01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 58,
"time": "1774940278"
},
"departure": {
"delay": 58,
"time": "1774940278"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 139,
"time": "1774939759"
},
"departure": {
"delay": 139,
"time": "1774939759"
},
"stopId": "FR:27229:ZE:0xQUI01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 89,
"time": "1774940429"
},
"departure": {
"delay": 89,
"time": "1774940429"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 44,
"time": "1774940084"
},
"departure": {
"delay": 44,
"time": "1774940084"
},
"stopId": "FR:27229:ZE:0xTAU01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 83,
"time": "1774938863"
},
"departure": {
"delay": 83,
"time": "1774938863"
},
"stopId": "FR:27602:ZE:0xLIE01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 109,
"time": "1774939669"
},
"departure": {
"delay": 109,
"time": "1774939669"
},
"stopId": "FR:27229:ZE:0xHON01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 124,
"time": "1774939384"
},
"departure": {
"delay": 124,
"time": "1774939384"
},
"stopId": "FR:27602:ZE:0xBOU01:ATOUMOD004",
"stopSequence": 13
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T3:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597862:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072146x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 1,
"time": "1774940041"
},
"departure": {
"delay": 1,
"time": "1774940041"
},
"stopId": "FR:76351:ZE:3694:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"time": "1774938900"
},
"stopId": "FR:76481:ZE:5094:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 58,
"time": "1774939198"
},
"departure": {
"delay": 58,
"time": "1774939198"
},
"stopId": "FR:76351:ZE:3528:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 6,
"time": "1774939386"
},
"departure": {
"delay": 6,
"time": "1774939386"
},
"stopId": "FR:76351:ZE:3236:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 4,
"time": "1774939264"
},
"departure": {
"delay": 4,
"time": "1774939264"
},
"stopId": "FR:76351:ZE:3374:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:76351:ZE:3232:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 33,
"time": "1774939833"
},
"departure": {
"delay": 33,
"time": "1774939833"
},
"stopId": "FR:76351:ZE:3383:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 19,
"time": "1774940359"
},
"departure": {
"delay": 19,
"time": "1774940359"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"time": "1774940100"
},
"departure": {
"time": "1774940100"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 39,
"time": "1774939059"
},
"departure": {
"delay": 39,
"time": "1774939059"
},
"stopId": "FR:76351:ZE:3199:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"time": "1774939620"
},
"departure": {
"time": "1774939620"
},
"stopId": "FR:76351:ZE:3378:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 29,
"time": "1774939769"
},
"departure": {
"delay": 29,
"time": "1774939769"
},
"stopId": "FR:76351:ZE:3010:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"time": "1774939920"
},
"departure": {
"time": "1774939920"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"time": "1774940940"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 59,
"time": "1774940519"
},
"departure": {
"delay": 59,
"time": "1774940519"
},
"stopId": "FR:76351:ZE:3177:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939320"
},
"stopId": "FR:76351:ZE:3127:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"time": "1774939140"
},
"departure": {
"time": "1774939140"
},
"stopId": "FR:76351:ZE:3310:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"time": "1774940280"
},
"departure": {
"time": "1774940280"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 55,
"time": "1774940455"
},
"departure": {
"delay": 55,
"time": "1774940455"
},
"stopId": "FR:76351:ZE:3281:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 52,
"time": "1774939972"
},
"departure": {
"delay": 52,
"time": "1774939972"
},
"stopId": "FR:76351:ZE:3254:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 6,
"time": "1774938966"
},
"departure": {
"delay": 6,
"time": "1774938966"
},
"stopId": "FR:76351:ZE:3462:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 55,
"time": "1774939555"
},
"departure": {
"delay": 55,
"time": "1774939555"
},
"stopId": "FR:76351:ZE:3169:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 8,
"time": "1774939028"
},
"departure": {
"delay": 8,
"time": "1774939028"
},
"stopId": "FR:76351:ZE:3102:ATOUMOD003",
"stopSequence": 3
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072146x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx305:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 112,
"time": "1774936552"
},
"departure": {
"delay": 112,
"time": "1774936552"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -19,
"time": "1774937501"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 77,
"time": "1774937337"
},
"departure": {
"delay": 77,
"time": "1774937357"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 218,
"time": "1774936341"
},
"departure": {
"delay": 218,
"time": "1774936358"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 22,
"time": "1774937182"
},
"departure": {
"delay": 22,
"time": "1774937182"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 65,
"time": "1774937045"
},
"departure": {
"delay": 65,
"time": "1774937045"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 107,
"time": "1774935562"
},
"departure": {
"delay": 107,
"time": "1774935587"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 86,
"time": "1774935686"
},
"departure": {
"delay": 86,
"time": "1774935686"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 69,
"time": "1774935444"
},
"departure": {
"delay": 69,
"time": "1774935489"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"time": "1774934580"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 32,
"time": "1774935282"
},
"departure": {
"delay": 32,
"time": "1774935332"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 122,
"time": "1774934857"
},
"departure": {
"delay": 122,
"time": "1774934882"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 107,
"time": "1774936607"
},
"departure": {
"delay": 107,
"time": "1774936607"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 57,
"time": "1774934757"
},
"departure": {
"delay": 57,
"time": "1774934757"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 157,
"time": "1774935911"
},
"departure": {
"delay": 157,
"time": "1774935937"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 103,
"time": "1774934958"
},
"departure": {
"delay": 103,
"time": "1774934983"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 77,
"time": "1774934657"
},
"departure": {
"delay": 77,
"time": "1774934657"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 126,
"time": "1774935786"
},
"departure": {
"delay": 126,
"time": "1774935786"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 84,
"time": "1774936764"
},
"departure": {
"delay": 84,
"time": "1774936764"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 22,
"time": "1774937122"
},
"departure": {
"delay": 22,
"time": "1774937122"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 117,
"time": "1774935057"
},
"departure": {
"delay": 117,
"time": "1774935057"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 33,
"time": "1774937253"
},
"departure": {
"delay": 33,
"time": "1774937253"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 174,
"time": "1774936434"
},
"departure": {
"delay": 174,
"time": "1774936434"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 170,
"time": "1774936010"
},
"departure": {
"delay": 170,
"time": "1774936010"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1774934499",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx305:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596540:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 225,
"time": "1774939725"
},
"departure": {
"delay": 225,
"time": "1774939725"
},
"stopId": "FR:27229:ZE:0xPOL02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 262,
"time": "1774939522"
},
"departure": {
"delay": 262,
"time": "1774939522"
},
"stopId": "FR:27229:ZE:0xLAK02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 141,
"time": "1774940181"
},
"departure": {
"delay": 141,
"time": "1774940181"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 222,
"time": "1774939062"
},
"departure": {
"delay": 222,
"time": "1774939062"
},
"stopId": "FR:27017:ZE:0xPAF01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 165,
"time": "1774939845"
},
"departure": {
"delay": 165,
"time": "1774939845"
},
"stopId": "FR:27229:ZE:0xMOU02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 225,
"time": "1774939785"
},
"departure": {
"delay": 225,
"time": "1774939785"
},
"stopId": "FR:27229:ZE:0xORL02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 202,
"time": "1774940062"
},
"departure": {
"delay": 202,
"time": "1774940062"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 236,
"time": "1774939016"
},
"departure": {
"delay": 236,
"time": "1774939016"
},
"stopId": "FR:27017:ZE:0xANG02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 202,
"time": "1774940122"
},
"departure": {
"delay": 202,
"time": "1774940122"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 50,
"time": "1774940270"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 25
},
{
"departure": {
"delay": 120,
"time": "1774938720"
},
"stopId": "FR:27306:ZE:0xCID02:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 255,
"time": "1774939395"
},
"departure": {
"delay": 255,
"time": "1774939395"
},
"stopId": "FR:27229:ZE:0xRON02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 216,
"time": "1774939656"
},
"departure": {
"delay": 216,
"time": "1774939656"
},
"stopId": "FR:27229:ZE:0xTRA02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 210,
"time": "1774938810"
},
"departure": {
"delay": 210,
"time": "1774938810"
},
"stopId": "FR:27306:ZE:0xMRE02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 165,
"time": "1774939905"
},
"departure": {
"delay": 165,
"time": "1774939905"
},
"stopId": "FR:27229:ZE:0xLET02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 171,
"time": "1774938951"
},
"departure": {
"delay": 171,
"time": "1774938951"
},
"stopId": "FR:27017:ZE:0xCNL02:ATOUMOD004",
"stopSequence": 3
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T6:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596540:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471194:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2373,
"time": "1774938747"
},
"departure": {
"delay": -2373,
"time": "1774938747"
},
"stopId": "FR:27351:ZE:0x6313:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -1773,
"time": "1774938747"
},
"departure": {
"delay": -1773,
"time": "1774938747"
},
"stopId": "FR:27528:ZE:0x6599:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -2073,
"time": "1774938747"
},
"departure": {
"delay": -2073,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7107:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -24,
"time": "1774941636"
},
"departure": {
"delay": -24,
"time": "1774941636"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -74,
"time": "1774941766"
},
"departure": {
"delay": -74,
"time": "1774941766"
},
"stopId": "FR:27375:ZE:0x6515:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -125,
"time": "1774941895"
},
"departure": {
"delay": -125,
"time": "1774941895"
},
"stopId": "FR:27375:ZE:0x6394:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -1413,
"time": "1774938747"
},
"departure": {
"delay": -1413,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 53,
"time": "1774941593"
},
"departure": {
"delay": 53,
"time": "1774941593"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -1713,
"time": "1774938747"
},
"departure": {
"delay": -1713,
"time": "1774938747"
},
"stopId": "FR:27528:ZE:0x6590:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -2733,
"time": "1774938747"
},
"departure": {
"delay": -2733,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -1473,
"time": "1774938747"
},
"departure": {
"delay": -1473,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7035:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -2613,
"time": "1774938747"
},
"departure": {
"delay": -2613,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6439:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -2493,
"time": "1774938747"
},
"departure": {
"delay": -2493,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6527:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -65,
"time": "1774941835"
},
"departure": {
"delay": -65,
"time": "1774941835"
},
"stopId": "FR:27375:ZE:0x6433:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -1833,
"time": "1774938747"
},
"departure": {
"delay": -1833,
"time": "1774938747"
},
"stopId": "FR:27528:ZE:0x6593:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -2373,
"time": "1774938747"
},
"departure": {
"delay": -2373,
"time": "1774938747"
},
"stopId": "FR:27351:ZE:0x6305:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -1353,
"time": "1774938747"
},
"departure": {
"delay": -1353,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -1713,
"time": "1774938747"
},
"departure": {
"delay": -1713,
"time": "1774938747"
},
"stopId": "FR:27528:ZE:0x6595:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -2013,
"time": "1774938747"
},
"departure": {
"delay": -2013,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -2673,
"time": "1774938747"
},
"departure": {
"delay": -2673,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6458:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -2553,
"time": "1774938747"
},
"departure": {
"delay": -2553,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6385:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -1473,
"time": "1774938747"
},
"departure": {
"delay": -1473,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7023:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -1533,
"time": "1774938747"
},
"departure": {
"delay": -1533,
"time": "1774938747"
},
"stopId": "FR:27528:ZE:0x6577:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -1953,
"time": "1774938747"
},
"departure": {
"delay": -1953,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -1893,
"time": "1774938747"
},
"departure": {
"delay": -1893,
"time": "1774938747"
},
"stopId": "FR:27528:ZE:0x6588:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -9,
"time": "1774941711"
},
"departure": {
"delay": -9,
"time": "1774941711"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -1293,
"time": "1774938747"
},
"departure": {
"delay": -1293,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -138,
"time": "1774942002"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -2253,
"time": "1774938747"
},
"departure": {
"delay": -2253,
"time": "1774938747"
},
"stopId": "FR:27351:ZE:0x6311:ATOUMOD006",
"stopSequence": 17
},
{
"departure": {
"delay": -1173,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -1593,
"time": "1774938747"
},
"departure": {
"delay": -1593,
"time": "1774938747"
},
"stopId": "FR:27528:ZE:0x6597:ATOUMOD006",
"stopSequence": 8
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471194:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747836x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 49,
"time": "1774931733"
},
"departure": {
"delay": 49,
"time": "1774931749"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 61,
"time": "1774932022"
},
"departure": {
"delay": 61,
"time": "1774932061"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 150,
"time": "1774932803"
},
"departure": {
"delay": 150,
"time": "1774932810"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 152,
"time": "1774933309"
},
"departure": {
"delay": 152,
"time": "1774933352"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 33,
"time": "1774932379"
},
"departure": {
"delay": 33,
"time": "1774932393"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 154,
"time": "1774933379"
},
"departure": {
"delay": 154,
"time": "1774933414"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 150,
"time": "1774932857"
},
"departure": {
"delay": 150,
"time": "1774932870"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 52,
"time": "1774931921"
},
"departure": {
"delay": 52,
"time": "1774931932"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 131,
"time": "1774933006"
},
"departure": {
"delay": 131,
"time": "1774933031"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 32,
"time": "1774931953"
},
"departure": {
"delay": 32,
"time": "1774931972"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 147,
"time": "1774932535"
},
"departure": {
"delay": 147,
"time": "1774932567"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 91,
"time": "1774932462"
},
"departure": {
"delay": 91,
"time": "1774932511"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 67,
"time": "1774931587"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 158,
"time": "1774932595"
},
"departure": {
"delay": 158,
"time": "1774932638"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 166,
"time": "1774933229"
},
"departure": {
"delay": 166,
"time": "1774933246"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 50,
"time": "1774932333"
},
"departure": {
"delay": 50,
"time": "1774932350"
},
"stopId": "FR:50129:ZE:10GDM4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 90,
"time": "1774932254"
},
"departure": {
"delay": 90,
"time": "1774932270"
},
"stopId": "FR:50129:ZE:10SWZ2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -7,
"time": "1774931861"
},
"departure": {
"delay": -7,
"time": "1774931873"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 33,
"time": "1774931760"
},
"departure": {
"delay": 33,
"time": "1774931793"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 151,
"time": "1774933155"
},
"departure": {
"delay": 151,
"time": "1774933171"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 67,
"time": "1774933507"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 158,
"time": "1774932901"
},
"departure": {
"delay": 158,
"time": "1774932938"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 23,
"time": "1774931645"
},
"departure": {
"delay": 23,
"time": "1774931663"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 77,
"time": "1774932420"
},
"departure": {
"delay": 77,
"time": "1774932437"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 93,
"time": "1774932173"
},
"departure": {
"delay": 93,
"time": "1774932213"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747836x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:6:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 98,
"time": "1774937711"
},
"departure": {
"delay": 98,
"time": "1774937738"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 116,
"time": "1774938296"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 69,
"time": "1774938180"
},
"departure": {
"delay": 69,
"time": "1774938189"
},
"stopId": "FR:76743:ZE:30045:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 101,
"time": "1774937780"
},
"departure": {
"delay": 101,
"time": "1774937801"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 90,
"time": "1774937472"
},
"departure": {
"delay": 90,
"time": "1774937490"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 132,
"time": "1774937338"
},
"departure": {
"delay": 132,
"time": "1774937352"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"departure": {
"delay": 131,
"time": "1774936931"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 186,
"time": "1774937241"
},
"departure": {
"delay": 186,
"time": "1774937286"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 74,
"time": "1774937644"
},
"departure": {
"delay": 74,
"time": "1774937654"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 93,
"time": "1774938142"
},
"departure": {
"delay": 93,
"time": "1774938153"
},
"stopId": "FR:76743:ZE:30047:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 102,
"time": "1774937904"
},
"departure": {
"delay": 102,
"time": "1774937982"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 116,
"time": "1774937364"
},
"departure": {
"delay": 116,
"time": "1774937396"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 127,
"time": "1774937036"
},
"departure": {
"delay": 127,
"time": "1774937047"
},
"stopId": "FR:76057:ZE:30024:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 193,
"time": "1774937070"
},
"departure": {
"delay": 193,
"time": "1774937173"
},
"stopId": "FR:76057:ZE:30001:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 72,
"time": "1774938001"
},
"departure": {
"delay": 72,
"time": "1774938012"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 86,
"time": "1774938055"
},
"departure": {
"delay": 86,
"time": "1774938086"
},
"stopId": "FR:76057:ZE:30022:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 185,
"time": "1774937218"
},
"departure": {
"delay": 185,
"time": "1774937225"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 82,
"time": "1774937532"
},
"departure": {
"delay": 82,
"time": "1774937542"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 9
}
],
"timestamp": "1774938752",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:6:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745138x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 88,
"time": "1774937326"
},
"departure": {
"delay": 88,
"time": "1774937368"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 50,
"time": "1774937489"
},
"departure": {
"delay": 50,
"time": "1774937510"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 97,
"time": "1774937391"
},
"departure": {
"delay": 97,
"time": "1774937437"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 124,
"time": "1774937247"
},
"departure": {
"delay": 124,
"time": "1774937284"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 277,
"time": "1774936804"
},
"departure": {
"delay": 277,
"time": "1774936837"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 267,
"time": "1774936937"
},
"departure": {
"delay": 267,
"time": "1774936947"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 256,
"time": "1774936968"
},
"departure": {
"delay": 256,
"time": "1774936996"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 212,
"time": "1774936611"
},
"departure": {
"delay": 212,
"time": "1774936652"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 130,
"time": "1774937708"
},
"departure": {
"delay": 130,
"time": "1774937770"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 161,
"time": "1774936503"
},
"departure": {
"delay": 161,
"time": "1774936541"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 139,
"time": "1774937792"
},
"departure": {
"delay": 139,
"time": "1774937839"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 177,
"time": "1774937187"
},
"departure": {
"delay": 177,
"time": "1774937217"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 102,
"time": "1774937629"
},
"departure": {
"delay": 102,
"time": "1774937682"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 301,
"time": "1774936876"
},
"departure": {
"delay": 301,
"time": "1774936921"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 78,
"time": "1774937562"
},
"departure": {
"delay": 78,
"time": "1774937598"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -8,
"time": "1774937932"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 228,
"time": "1774937098"
},
"departure": {
"delay": 228,
"time": "1774937148"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 112,
"time": "1774937854"
},
"departure": {
"delay": 112,
"time": "1774937872"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 263,
"time": "1774936463"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745138x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD019:ServiceJourney:2x1662320641xPJ01xLMCJxxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 200,
"time": "1774938920"
},
"departure": {
"delay": 200,
"time": "1774938920"
},
"stopId": "FR:76476:ZE:120:ATOUMOD019",
"stopSequence": 2
},
{
"arrival": {
"delay": 140,
"time": "1774939460"
},
"departure": {
"delay": 140,
"time": "1774939460"
},
"stopId": "FR:76476:ZE:15470:ATOUMOD019",
"stopSequence": 10
},
{
"arrival": {
"delay": 140,
"time": "1774939220"
},
"departure": {
"delay": 140,
"time": "1774939220"
},
"stopId": "FR:76476:ZE:15466:ATOUMOD019",
"stopSequence": 6
},
{
"arrival": {
"delay": 140,
"time": "1774939400"
},
"departure": {
"delay": 140,
"time": "1774939400"
},
"stopId": "FR:76476:ZE:136:ATOUMOD019",
"stopSequence": 9
},
{
"arrival": {
"delay": 140,
"time": "1774939580"
},
"departure": {
"delay": 140,
"time": "1774939580"
},
"stopId": "FR:76476:ZE:15472:ATOUMOD019",
"stopSequence": 12
},
{
"arrival": {
"delay": 140,
"time": "1774939160"
},
"departure": {
"delay": 140,
"time": "1774939160"
},
"stopId": "FR:76476:ZE:15465:ATOUMOD019",
"stopSequence": 5
},
{
"arrival": {
"delay": 140,
"time": "1774938980"
},
"departure": {
"delay": 140,
"time": "1774938980"
},
"stopId": "FR:76476:ZE:15463:ATOUMOD019",
"stopSequence": 3
},
{
"arrival": {
"delay": 140,
"time": "1774939280"
},
"departure": {
"delay": 140,
"time": "1774939280"
},
"stopId": "FR:76476:ZE:150:ATOUMOD019",
"stopSequence": 7
},
{
"arrival": {
"delay": 140,
"time": "1774939340"
},
"departure": {
"delay": 140,
"time": "1774939340"
},
"stopId": "FR:76476:ZE:15589:ATOUMOD019",
"stopSequence": 8
},
{
"arrival": {
"delay": 200,
"time": "1774939100"
},
"departure": {
"delay": 200,
"time": "1774939100"
},
"stopId": "FR:76476:ZE:15464:ATOUMOD019",
"stopSequence": 4
},
{
"arrival": {
"delay": 140,
"time": "1774939520"
},
"departure": {
"delay": 140,
"time": "1774939520"
},
"stopId": "FR:76476:ZE:15471:ATOUMOD019",
"stopSequence": 11
},
{
"departure": {
"delay": 200,
"time": "1774938800"
},
"stopId": "FR:76476:ZE:119:ATOUMOD019",
"stopSequence": 1
}
],
"timestamp": "1774938751",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD019:Line:21:LOC",
"tripId": "ATOUMOD019:ServiceJourney:2x1662320641xPJ01xLMCJxxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230519x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 32,
"time": "1774938212"
},
"stopId": "FR:76351:ZE:4559:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": -91,
"time": "1774940489"
},
"departure": {
"delay": -91,
"time": "1774940489"
},
"stopId": "FR:76351:ZE:3342:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": -61,
"time": "1774938959"
},
"departure": {
"delay": -61,
"time": "1774938959"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 59,
"time": "1774937939"
},
"stopId": "FR:76351:ZE:4836:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": -91,
"time": "1774940309"
},
"departure": {
"delay": -91,
"time": "1774940309"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": -91,
"time": "1774939409"
},
"departure": {
"delay": -91,
"time": "1774939409"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -79,
"time": "1774939661"
},
"departure": {
"delay": -79,
"time": "1774939661"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 60,
"time": "1774938300"
},
"stopId": "FR:76351:ZE:5224:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 17,
"time": "1774938377"
},
"departure": {
"delay": 17,
"time": "1774938377"
},
"stopId": "FR:76351:ZE:3385:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -91,
"time": "1774939049"
},
"departure": {
"delay": -91,
"time": "1774939049"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -42,
"time": "1774940598"
},
"departure": {
"delay": -42,
"time": "1774940598"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": -51,
"time": "1774940349"
},
"departure": {
"delay": -51,
"time": "1774940349"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": -86,
"time": "1774939474"
},
"departure": {
"delay": -86,
"time": "1774939474"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": -66,
"time": "1774940454"
},
"departure": {
"delay": -66,
"time": "1774940454"
},
"stopId": "FR:76351:ZE:3785:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": -91,
"time": "1774940009"
},
"departure": {
"delay": -91,
"time": "1774940009"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 30,
"time": "1774938570"
},
"stopId": "FR:76351:ZE:3418:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": -29,
"time": "1774938631"
},
"stopId": "FR:76351:ZE:3125:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -91,
"time": "1774940249"
},
"departure": {
"delay": -91,
"time": "1774940249"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -91,
"time": "1774939769"
},
"departure": {
"delay": -91,
"time": "1774939769"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 25
},
{
"departure": {
"delay": -59,
"time": "1774938721"
},
"stopId": "FR:76351:ZE:3532:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": -29,
"time": "1774938691"
},
"stopId": "FR:76351:ZE:3358:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -37,
"time": "1774940543"
},
"departure": {
"delay": -37,
"time": "1774940543"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 15,
"time": "1774938435"
},
"departure": {
"delay": 15,
"time": "1774938435"
},
"stopId": "FR:76351:ZE:3427:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": -47,
"time": "1774940113"
},
"departure": {
"delay": -47,
"time": "1774940113"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": -41,
"time": "1774939339"
},
"departure": {
"delay": -41,
"time": "1774939339"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 89,
"time": "1774938089"
},
"stopId": "FR:76351:ZE:4725:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": -39,
"time": "1774939581"
},
"departure": {
"delay": -39,
"time": "1774939581"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -91,
"time": "1774940669"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": -65,
"time": "1774938835"
},
"departure": {
"delay": -65,
"time": "1774938835"
},
"stopId": "FR:76351:ZE:3628:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -81,
"time": "1774940379"
},
"departure": {
"delay": -81,
"time": "1774940379"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": -68,
"time": "1774939252"
},
"departure": {
"delay": -68,
"time": "1774939252"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 50,
"time": "1774938170"
},
"stopId": "FR:76351:ZE:4468:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 36,
"time": "1774938516"
},
"departure": {
"delay": 36,
"time": "1774938516"
},
"stopId": "FR:76351:ZE:3364:ATOUMOD003",
"stopSequence": 10
}
],
"timestamp": "1774938249",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230519x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758057x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 30,
"time": "1774940910"
},
"departure": {
"delay": 30,
"time": "1774940910"
},
"stopId": "FR:50615:ZE:VALCA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 17,
"time": "1774938066"
},
"departure": {
"delay": 17,
"time": "1774938077"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 30,
"time": "1774940190"
},
"departure": {
"delay": 30,
"time": "1774940190"
},
"stopId": "FR:50615:ZE:VALZA2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 30,
"time": "1774940790"
},
"departure": {
"delay": 30,
"time": "1774940790"
},
"stopId": "FR:50615:ZE:VALGS1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 67,
"time": "1774937991"
},
"departure": {
"delay": 67,
"time": "1774938007"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 112,
"time": "1774938432"
},
"departure": {
"delay": 112,
"time": "1774938472"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 30,
"time": "1774939350"
},
"departure": {
"delay": 30,
"time": "1774939350"
},
"stopId": "FR:50087:ZE:BRXSTA:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 30,
"time": "1774940430"
},
"departure": {
"delay": 30,
"time": "1774940430"
},
"stopId": "FR:50615:ZE:VALFB1:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 172,
"time": "1774937872"
},
"stopId": "FR:50129:ZE:10PEM3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 125,
"time": "1774938517"
},
"departure": {
"delay": 125,
"time": "1774938545"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 55,
"time": "1774938231"
},
"departure": {
"delay": 55,
"time": "1774938295"
},
"stopId": "FR:50129:ZE:10MAG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 141,
"time": "1774937915"
},
"departure": {
"delay": 141,
"time": "1774937961"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 30,
"time": "1774938810"
},
"departure": {
"delay": 30,
"time": "1774938810"
},
"stopId": "FR:50599:ZE:TOLNR2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 30,
"time": "1774941510"
},
"stopId": "FR:50341:ZE:MONAP2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 30,
"time": "1774939170"
},
"departure": {
"delay": 30,
"time": "1774939170"
},
"stopId": "FR:50087:ZE:BRXBP2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 30,
"time": "1774939710"
},
"departure": {
"delay": 30,
"time": "1774939710"
},
"stopId": "FR:50579:ZE:SOTML2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 49,
"time": "1774938039"
},
"departure": {
"delay": 49,
"time": "1774938049"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 30,
"time": "1774940550"
},
"departure": {
"delay": 30,
"time": "1774940550"
},
"stopId": "FR:50615:ZE:VALCH2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 31,
"time": "1774938672"
},
"departure": {
"delay": 31,
"time": "1774938691"
},
"stopId": "FR:50599:ZE:10ZCT2:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:D:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758057x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx55:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 18,
"time": "1774937178"
},
"departure": {
"delay": 18,
"time": "1774937178"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 50,
"time": "1774937270"
},
"departure": {
"delay": 50,
"time": "1774937270"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 19,
"time": "1774935619"
},
"departure": {
"delay": 19,
"time": "1774935619"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 30,
"time": "1774936230"
},
"departure": {
"delay": 30,
"time": "1774936230"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 57,
"time": "1774937697"
},
"departure": {
"delay": 57,
"time": "1774937697"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 30,
"time": "1774936950"
},
"departure": {
"delay": 30,
"time": "1774936950"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 46,
"time": "1774937026"
},
"departure": {
"delay": 46,
"time": "1774937026"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 25,
"time": "1774936645"
},
"departure": {
"delay": 25,
"time": "1774936645"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 1,
"time": "1774938181"
},
"departure": {
"delay": 1,
"time": "1774938181"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 24,
"time": "1774935804"
},
"departure": {
"delay": 24,
"time": "1774935804"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 30,
"time": "1774937610"
},
"departure": {
"delay": 30,
"time": "1774937610"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 35,
"time": "1774935515"
},
"departure": {
"delay": 35,
"time": "1774935515"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 43,
"time": "1774935703"
},
"departure": {
"delay": 43,
"time": "1774935703"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": 30,
"time": "1774935330"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 30,
"time": "1774935750"
},
"departure": {
"delay": 30,
"time": "1774935750"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 14,
"time": "1774936154"
},
"departure": {
"delay": 14,
"time": "1774936154"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 30,
"time": "1774937370"
},
"departure": {
"delay": 30,
"time": "1774937370"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 16,
"time": "1774935556"
},
"departure": {
"delay": 16,
"time": "1774935556"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 23,
"time": "1774935443"
},
"departure": {
"delay": 23,
"time": "1774935443"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 45,
"time": "1774936005"
},
"departure": {
"delay": 45,
"time": "1774936005"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 30,
"time": "1774937070"
},
"departure": {
"delay": 30,
"time": "1774937070"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 30,
"time": "1774937970"
},
"departure": {
"delay": 30,
"time": "1774937970"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 31,
"time": "1774937791"
},
"departure": {
"delay": 31,
"time": "1774937791"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 40,
"time": "1774936840"
},
"departure": {
"delay": 40,
"time": "1774936840"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 24,
"time": "1774936764"
},
"departure": {
"delay": 24,
"time": "1774936764"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 30,
"time": "1774938450"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 8,
"time": "1774938068"
},
"departure": {
"delay": 8,
"time": "1774938068"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 30,
"time": "1774936590"
},
"departure": {
"delay": 30,
"time": "1774936590"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 30,
"time": "1774938270"
},
"departure": {
"delay": 30,
"time": "1774938270"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 7,
"time": "1774937887"
},
"departure": {
"delay": 7,
"time": "1774937887"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
}
],
"timestamp": "1774935027",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx55:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747501x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 105,
"time": "1774927411"
},
"departure": {
"delay": 105,
"time": "1774927425"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 27,
"time": "1774928705"
},
"departure": {
"delay": 27,
"time": "1774928727"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -21,
"time": "1774928491"
},
"departure": {
"delay": -21,
"time": "1774928499"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 96,
"time": "1774927116"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 45,
"time": "1774927670"
},
"departure": {
"delay": 45,
"time": "1774927845"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 13,
"time": "1774927977"
},
"departure": {
"delay": 13,
"time": "1774927993"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 67,
"time": "1774928811"
},
"departure": {
"delay": 67,
"time": "1774928827"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 77,
"time": "1774928948"
},
"departure": {
"delay": 77,
"time": "1774928957"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 35,
"time": "1774929155"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 41,
"time": "1774928973"
},
"departure": {
"delay": 41,
"time": "1774928981"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 20,
"time": "1774928633"
},
"departure": {
"delay": 20,
"time": "1774928660"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 90,
"time": "1774927160"
},
"departure": {
"delay": 90,
"time": "1774927170"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"time": "1774928373"
},
"departure": {
"time": "1774928400"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 4,
"time": "1774928024"
},
"departure": {
"delay": 4,
"time": "1774928044"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 138,
"time": "1774927325"
},
"departure": {
"delay": 138,
"time": "1774927338"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 50,
"time": "1774927596"
},
"departure": {
"delay": 50,
"time": "1774927610"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -20,
"time": "1774928123"
},
"departure": {
"delay": -20,
"time": "1774928140"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 91,
"time": "1774927217"
},
"departure": {
"delay": 91,
"time": "1774927231"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 46,
"time": "1774928852"
},
"departure": {
"delay": 46,
"time": "1774928866"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 116,
"time": "1774927364"
},
"departure": {
"delay": 116,
"time": "1774927376"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -22,
"time": "1774928189"
},
"departure": {
"delay": -22,
"time": "1774928198"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 23,
"time": "1774928771"
},
"departure": {
"delay": 23,
"time": "1774928783"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747501x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx71:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 30,
"time": "1774937130"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"departure": {
"time": "1774934100"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 53,
"time": "1774934213"
},
"departure": {
"delay": 53,
"time": "1774934213"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 57,
"time": "1774936377"
},
"departure": {
"delay": 57,
"time": "1774936377"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 54,
"time": "1774935414"
},
"departure": {
"delay": 54,
"time": "1774935414"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 30,
"time": "1774936290"
},
"departure": {
"delay": 30,
"time": "1774936290"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"time": "1774935240"
},
"departure": {
"time": "1774935240"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 55,
"time": "1774935295"
},
"departure": {
"delay": 55,
"time": "1774935295"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 30,
"time": "1774936050"
},
"departure": {
"delay": 30,
"time": "1774936050"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 30,
"time": "1774936950"
},
"departure": {
"delay": 30,
"time": "1774936950"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
}
],
"timestamp": "1774934019",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx71:LOC"
}
}
},
{
"id": "SM:ATOUMOD019:ServiceJourney:2x18153474xBOL1xLMCJVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774933357"
},
"departure": {
"time": "1774933200"
},
"stopId": "FR:76114:ZE:110:ATOUMOD019",
"stopSequence": 9
},
{
"arrival": {
"delay": 164,
"time": "1774932863"
},
"departure": {
"delay": 164,
"time": "1774932884"
},
"stopId": "FR:76114:ZE:102:ATOUMOD019",
"stopSequence": 2
},
{
"arrival": {
"delay": 210,
"time": "1774932980"
},
"departure": {
"delay": 210,
"time": "1774932990"
},
"stopId": "FR:76114:ZE:103:ATOUMOD019",
"stopSequence": 3
},
{
"arrival": {
"delay": 127,
"time": "1774933020"
},
"departure": {
"delay": 127,
"time": "1774933027"
},
"stopId": "FR:76114:ZE:104:ATOUMOD019",
"stopSequence": 4
},
{
"arrival": {
"delay": 163,
"time": "1774933281"
},
"departure": {
"delay": 163,
"time": "1774933303"
},
"stopId": "FR:76114:ZE:109:ATOUMOD019",
"stopSequence": 8
},
{
"departure": {
"delay": 184,
"time": "1774932784"
},
"stopId": "FR:76114:ZE:101:ATOUMOD019",
"stopSequence": 1
},
{
"arrival": {
"delay": 168,
"time": "1774933221"
},
"departure": {
"delay": 168,
"time": "1774933248"
},
"stopId": "FR:76114:ZE:108:ATOUMOD019",
"stopSequence": 7
},
{
"arrival": {
"delay": 144,
"time": "1774933075"
},
"departure": {
"delay": 144,
"time": "1774933104"
},
"stopId": "FR:76114:ZE:105:ATOUMOD019",
"stopSequence": 5
},
{
"arrival": {
"delay": 159,
"time": "1774933113"
},
"departure": {
"delay": 159,
"time": "1774933179"
},
"stopId": "FR:76114:ZE:107:ATOUMOD019",
"stopSequence": 6
}
],
"timestamp": "1774938757",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD019:Line:1:LOC",
"tripId": "ATOUMOD019:ServiceJourney:2x18153474xBOL1xLMCJVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1625:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2852,
"time": "1774936888"
},
"departure": {
"delay": -2852,
"time": "1774936888"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -2479,
"time": "1774937957"
},
"departure": {
"delay": -2479,
"time": "1774937981"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -2964,
"time": "1774936956"
},
"departure": {
"delay": -2964,
"time": "1774936956"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -2774,
"time": "1774936606"
},
"departure": {
"delay": -2774,
"time": "1774936606"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -2633,
"time": "1774937707"
},
"departure": {
"delay": -2633,
"time": "1774937707"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -2414,
"time": "1774938381"
},
"departure": {
"delay": -2414,
"time": "1774938406"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -2450,
"time": "1774938790"
},
"departure": {
"delay": -2450,
"time": "1774938790"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -2769,
"time": "1774936431"
},
"departure": {
"delay": -2769,
"time": "1774936431"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -2484,
"time": "1774938156"
},
"departure": {
"delay": -2484,
"time": "1774938156"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -2738,
"time": "1774936762"
},
"departure": {
"delay": -2738,
"time": "1774936762"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -2579,
"time": "1774937831"
},
"departure": {
"delay": -2579,
"time": "1774937881"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -2588,
"time": "1774937607"
},
"departure": {
"delay": -2588,
"time": "1774937632"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -2367,
"time": "1774938513"
},
"departure": {
"delay": -2367,
"time": "1774938513"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 20
},
{
"departure": {
"delay": -2850,
"time": "1774936230"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -2452,
"time": "1774939208"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -2629,
"time": "1774937506"
},
"departure": {
"delay": -2629,
"time": "1774937531"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -2819,
"time": "1774937213"
},
"departure": {
"delay": -2819,
"time": "1774937281"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -2754,
"time": "1774936506"
},
"departure": {
"delay": -2754,
"time": "1774936506"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -2452,
"time": "1774938908"
},
"departure": {
"delay": -2452,
"time": "1774938908"
},
"stopId": "FR:76212:ZE:TCARxDMAIR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -2724,
"time": "1774936331"
},
"departure": {
"delay": -2724,
"time": "1774936356"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -2428,
"time": "1774939052"
},
"departure": {
"delay": -2428,
"time": "1774939052"
},
"stopId": "FR:76212:ZE:TCARxCANAD1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -2414,
"time": "1774938706"
},
"departure": {
"delay": -2414,
"time": "1774938706"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -2758,
"time": "1774936682"
},
"departure": {
"delay": -2758,
"time": "1774936682"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -2444,
"time": "1774938231"
},
"departure": {
"delay": -2444,
"time": "1774938256"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -2453,
"time": "1774938607"
},
"departure": {
"delay": -2453,
"time": "1774938607"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -2524,
"time": "1774938056"
},
"departure": {
"delay": -2524,
"time": "1774938056"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1774935918",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1625:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:5356147679690752x2:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 70,
"time": "1774939380"
},
"departure": {
"delay": 70,
"time": "1774939390"
},
"stopId": "FR:50218:ZE:759830003:ATOUMOD105",
"stopSequence": 16
},
{
"arrival": {
"delay": 212,
"time": "1774938442"
},
"departure": {
"delay": 212,
"time": "1774938452"
},
"stopId": "FR:50218:ZE:744600001:ATOUMOD105",
"stopSequence": 2
},
{
"arrival": {
"delay": 202,
"time": "1774939212"
},
"departure": {
"delay": 202,
"time": "1774939222"
},
"stopId": "FR:50218:ZE:761950002:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": 113,
"time": "1774938823"
},
"departure": {
"delay": 113,
"time": "1774938833"
},
"stopId": "FR:50218:ZE:763570002:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": 196,
"time": "1774938486"
},
"departure": {
"delay": 196,
"time": "1774938496"
},
"stopId": "FR:50218:ZE:759850001:ATOUMOD105",
"stopSequence": 3
},
{
"arrival": {
"delay": 52,
"time": "1774939302"
},
"departure": {
"delay": 52,
"time": "1774939312"
},
"stopId": "FR:50218:ZE:756080004:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": 181,
"time": "1774939131"
},
"departure": {
"delay": 181,
"time": "1774939141"
},
"stopId": "FR:50218:ZE:748700002:ATOUMOD105",
"stopSequence": 13
},
{
"arrival": {
"delay": 121,
"time": "1774938891"
},
"departure": {
"delay": 121,
"time": "1774938901"
},
"stopId": "FR:50218:ZE:752290002:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": 221,
"time": "1774938631"
},
"departure": {
"delay": 221,
"time": "1774938641"
},
"stopId": "FR:50647:ZE:748680005:ATOUMOD105",
"stopSequence": 5
},
{
"arrival": {
"delay": 113,
"time": "1774939003"
},
"departure": {
"delay": 113,
"time": "1774939013"
},
"stopId": "FR:50218:ZE:732540004:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": 115,
"time": "1774938579"
},
"departure": {
"delay": 115,
"time": "1774938595"
},
"stopId": "FR:50218:ZE:744600002:ATOUMOD105",
"stopSequence": 6
},
{
"arrival": {
"delay": 123,
"time": "1774938953"
},
"departure": {
"delay": 123,
"time": "1774938963"
},
"stopId": "FR:50218:ZE:720520002:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": 108,
"time": "1774938745"
},
"departure": {
"delay": 108,
"time": "1774938768"
},
"stopId": "FR:50218:ZE:746180004:ATOUMOD105",
"stopSequence": 8
},
{
"departure": {
"delay": 50,
"time": "1774938170"
},
"stopId": "FR:50647:ZE:740100001:ATOUMOD105",
"stopSequence": 1
},
{
"arrival": {
"delay": 224,
"time": "1774938574"
},
"departure": {
"delay": 224,
"time": "1774938584"
},
"stopId": "FR:50647:ZE:759820002:ATOUMOD105",
"stopSequence": 4
},
{
"arrival": {
"delay": 111,
"time": "1774938640"
},
"departure": {
"delay": 111,
"time": "1774938651"
},
"stopId": "FR:50218:ZE:752270003:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": 39,
"time": "1774939419"
},
"stopId": "FR:50218:ZE:36010105:ATOUMOD105",
"stopSequence": 17
}
],
"timestamp": "1774938758",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD105:Line:350210009:LOC",
"tripId": "ATOUMOD105:ServiceJourney:5356147679690752x2:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15219:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 2812,
"time": "1774935292"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774935298",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15219:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745718x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 70,
"time": "1774939450"
},
"departure": {
"delay": 70,
"time": "1774939450"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 81,
"time": "1774938671"
},
"departure": {
"delay": 81,
"time": "1774938681"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 45,
"time": "1774938372"
},
"departure": {
"delay": 45,
"time": "1774938405"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -53,
"time": "1774936913"
},
"departure": {
"delay": -53,
"time": "1774936927"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -32,
"time": "1774936881"
},
"departure": {
"delay": -32,
"time": "1774936888"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 26,
"time": "1774936758"
},
"departure": {
"delay": 26,
"time": "1774936766"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 70,
"time": "1774938970"
},
"departure": {
"delay": 70,
"time": "1774938970"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 14,
"time": "1774938036"
},
"departure": {
"delay": 14,
"time": "1774938074"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 24,
"time": "1774937453"
},
"departure": {
"delay": 24,
"time": "1774937484"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 4,
"time": "1774937842"
},
"departure": {
"delay": 4,
"time": "1774937884"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 70,
"time": "1774938730"
},
"departure": {
"delay": 70,
"time": "1774938730"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 70,
"time": "1774938850"
},
"departure": {
"delay": 70,
"time": "1774938850"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -11,
"time": "1774936836"
},
"departure": {
"delay": -11,
"time": "1774936849"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 54,
"time": "1774937363"
},
"departure": {
"delay": 54,
"time": "1774937394"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"time": "1774938451"
},
"departure": {
"time": "1774938480"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 70,
"time": "1774939210"
},
"departure": {
"delay": 70,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 92,
"time": "1774937739"
},
"departure": {
"delay": 92,
"time": "1774937792"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 34,
"time": "1774938122"
},
"departure": {
"delay": 34,
"time": "1774938154"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 70,
"time": "1774938272"
},
"departure": {
"delay": 70,
"time": "1774938310"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 70,
"time": "1774939570"
},
"departure": {
"delay": 70,
"time": "1774939570"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 28,
"time": "1774938527"
},
"departure": {
"delay": 28,
"time": "1774938568"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 34,
"time": "1774938178"
},
"departure": {
"delay": 34,
"time": "1774938214"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 70,
"time": "1774939330"
},
"departure": {
"delay": 70,
"time": "1774939330"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 64,
"time": "1774937200"
},
"departure": {
"delay": 64,
"time": "1774937224"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 70,
"time": "1774939630"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 70,
"time": "1774939030"
},
"departure": {
"delay": 70,
"time": "1774939030"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 70,
"time": "1774939150"
},
"departure": {
"delay": 70,
"time": "1774939150"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 22,
"time": "1774937929"
},
"departure": {
"delay": 22,
"time": "1774937962"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 12,
"time": "1774937070"
},
"departure": {
"delay": 12,
"time": "1774937112"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 52,
"time": "1774937297"
},
"departure": {
"delay": 52,
"time": "1774937332"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 5,
"time": "1774936685"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 56,
"time": "1774938624"
},
"departure": {
"delay": 56,
"time": "1774938656"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 70,
"time": "1774939390"
},
"departure": {
"delay": 70,
"time": "1774939390"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 70,
"time": "1774939510"
},
"departure": {
"delay": 70,
"time": "1774939510"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -10,
"time": "1774937558"
},
"departure": {
"delay": -10,
"time": "1774937570"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 70,
"time": "1774939270"
},
"departure": {
"delay": 70,
"time": "1774939270"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745718x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745198x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 68,
"time": "1774937790"
},
"departure": {
"delay": 68,
"time": "1774937828"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 114,
"time": "1774938198"
},
"departure": {
"delay": 114,
"time": "1774938234"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 17,
"time": "1774937560"
},
"departure": {
"delay": 17,
"time": "1774937597"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 71,
"time": "1774937913"
},
"departure": {
"delay": 71,
"time": "1774937951"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 7,
"time": "1774938449"
},
"departure": {
"delay": 7,
"time": "1774938487"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 74,
"time": "1774937474"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1774938840"
},
"departure": {
"delay": 60,
"time": "1774938840"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 60,
"time": "1774939020"
},
"departure": {
"delay": 60,
"time": "1774939020"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 77,
"time": "1774938538"
},
"departure": {
"delay": 77,
"time": "1774938617"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 60,
"time": "1774939200"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 60,
"time": "1774938960"
},
"departure": {
"delay": 60,
"time": "1774938960"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 43,
"time": "1774938351"
},
"departure": {
"delay": 43,
"time": "1774938403"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 64,
"time": "1774938674"
},
"departure": {
"delay": 64,
"time": "1774938724"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1774938780"
},
"departure": {
"delay": 60,
"time": "1774938780"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 60,
"time": "1774938900"
},
"departure": {
"delay": 60,
"time": "1774938900"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 73,
"time": "1774937881"
},
"departure": {
"delay": 73,
"time": "1774937893"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 24,
"time": "1774937648"
},
"departure": {
"delay": 24,
"time": "1774937664"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 92,
"time": "1774937989"
},
"departure": {
"delay": 92,
"time": "1774938032"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 68,
"time": "1774938277"
},
"departure": {
"delay": 68,
"time": "1774938308"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745198x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:7:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 118,
"time": "1774938588"
},
"departure": {
"delay": 118,
"time": "1774938598"
},
"stopId": "FR:76057:ZE:30021:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 210,
"time": "1774939410"
},
"departure": {
"delay": 210,
"time": "1774939410"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 15
},
{
"departure": {
"delay": 153,
"time": "1774938333"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"time": "1774938626"
},
"departure": {
"time": "1774938540"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 210,
"time": "1774939950"
},
"departure": {
"delay": 210,
"time": "1774939950"
},
"stopId": "FR:76057:ZE:30002:ATOUMOD041",
"stopSequence": 22
},
{
"arrival": {
"delay": 210,
"time": "1774940010"
},
"departure": {
"delay": 210,
"time": "1774940010"
},
"stopId": "FR:76057:ZE:30025:ATOUMOD041",
"stopSequence": 23
},
{
"arrival": {
"delay": 168,
"time": "1774938521"
},
"departure": {
"delay": 168,
"time": "1774938528"
},
"stopId": "FR:76743:ZE:30023:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 210,
"time": "1774939830"
},
"departure": {
"delay": 210,
"time": "1774939830"
},
"stopId": "FR:76057:ZE:30013:ATOUMOD041",
"stopSequence": 20
},
{
"arrival": {
"delay": 210,
"time": "1774939110"
},
"departure": {
"delay": 210,
"time": "1774939110"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 210,
"time": "1774939650"
},
"departure": {
"delay": 210,
"time": "1774939650"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 210,
"time": "1774940190"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 25
},
{
"arrival": {
"delay": 179,
"time": "1774938469"
},
"departure": {
"delay": 179,
"time": "1774938479"
},
"stopId": "FR:76743:ZE:30048:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 210,
"time": "1774939170"
},
"departure": {
"delay": 210,
"time": "1774939170"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 210,
"time": "1774939590"
},
"departure": {
"delay": 210,
"time": "1774939590"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 210,
"time": "1774939710"
},
"departure": {
"delay": 210,
"time": "1774939710"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 190,
"time": "1774938390"
},
"departure": {
"delay": 190,
"time": "1774938430"
},
"stopId": "FR:76743:ZE:30046:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 210,
"time": "1774938810"
},
"departure": {
"delay": 210,
"time": "1774938810"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 210,
"time": "1774938990"
},
"departure": {
"delay": 210,
"time": "1774938990"
},
"stopId": "FR:76057:ZE:30011:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 210,
"time": "1774939770"
},
"departure": {
"delay": 210,
"time": "1774939770"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 19
},
{
"arrival": {
"delay": 210,
"time": "1774939350"
},
"departure": {
"delay": 210,
"time": "1774939350"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 210,
"time": "1774940070"
},
"departure": {
"delay": 210,
"time": "1774940070"
},
"stopId": "FR:76057:ZE:30003:ATOUMOD041",
"stopSequence": 24
},
{
"arrival": {
"delay": 210,
"time": "1774939890"
},
"departure": {
"delay": 210,
"time": "1774939890"
},
"stopId": "FR:76057:ZE:30017:ATOUMOD041",
"stopSequence": 21
},
{
"arrival": {
"delay": 148,
"time": "1774938554"
},
"departure": {
"delay": 148,
"time": "1774938568"
},
"stopId": "FR:76057:ZE:30050:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 210,
"time": "1774939290"
},
"departure": {
"delay": 210,
"time": "1774939290"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 210,
"time": "1774938870"
},
"departure": {
"delay": 210,
"time": "1774938870"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 9
}
],
"timestamp": "1774938752",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:7:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1388:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 4053,
"time": "1774937769"
},
"departure": {
"delay": 4053,
"time": "1774937793"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 4243,
"time": "1774938319"
},
"departure": {
"delay": 4243,
"time": "1774938343"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 4033,
"time": "1774937544"
},
"departure": {
"delay": 4033,
"time": "1774937593"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 4071,
"time": "1774937991"
},
"departure": {
"delay": 4071,
"time": "1774937991"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 4344,
"time": "1774938864"
},
"departure": {
"delay": 4344,
"time": "1774938864"
},
"stopId": "FR:76157:ZE:TCARxCORNI2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 4378,
"time": "1774938778"
},
"departure": {
"delay": 4378,
"time": "1774938778"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 3968,
"time": "1774937445"
},
"departure": {
"delay": 3968,
"time": "1774937468"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 4338,
"time": "1774939098"
},
"departure": {
"delay": 4338,
"time": "1774939098"
},
"stopId": "FR:76157:ZE:TCARxTDUMA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 3713,
"time": "1774936769"
},
"departure": {
"delay": 3713,
"time": "1774936793"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 4353,
"time": "1774939293"
},
"departure": {
"delay": 4353,
"time": "1774939293"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"departure": {
"delay": 3750,
"time": "1774936530"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 4353,
"time": "1774939053"
},
"departure": {
"delay": 4353,
"time": "1774939053"
},
"stopId": "FR:76157:ZE:TCARxTOUYE2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 3768,
"time": "1774936968"
},
"departure": {
"delay": 3768,
"time": "1774936968"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 3713,
"time": "1774936673"
},
"departure": {
"delay": 3713,
"time": "1774936673"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 3702,
"time": "1774936602"
},
"departure": {
"delay": 3702,
"time": "1774936602"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 3755,
"time": "1774936895"
},
"departure": {
"delay": 3755,
"time": "1774936895"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 3815,
"time": "1774937170"
},
"departure": {
"delay": 3815,
"time": "1774937195"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 3856,
"time": "1774937271"
},
"departure": {
"delay": 3856,
"time": "1774937296"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 4099,
"time": "1774938079"
},
"departure": {
"delay": 4099,
"time": "1774938079"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 4413,
"time": "1774939653"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 4353,
"time": "1774939473"
},
"departure": {
"delay": 4353,
"time": "1774939473"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 4014,
"time": "1774937669"
},
"departure": {
"delay": 4014,
"time": "1774937694"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 4354,
"time": "1774939234"
},
"departure": {
"delay": 4354,
"time": "1774939234"
},
"stopId": "FR:76157:ZE:TCARxTPROV2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 4068,
"time": "1774937868"
},
"departure": {
"delay": 4068,
"time": "1774937868"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 4343,
"time": "1774939343"
},
"departure": {
"delay": 4343,
"time": "1774939343"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 4378,
"time": "1774939018"
},
"departure": {
"delay": 4378,
"time": "1774939018"
},
"stopId": "FR:76157:ZE:TCARxTPRAT2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 4239,
"time": "1774938399"
},
"departure": {
"delay": 4239,
"time": "1774938519"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1774936078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1388:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596620:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -291,
"time": "1774942869"
},
"stopId": "FR:27229:ZE:0xCAM01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -227,
"time": "1774942273"
},
"departure": {
"delay": -227,
"time": "1774942273"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -291,
"time": "1774942569"
},
"departure": {
"delay": -291,
"time": "1774942569"
},
"stopId": "FR:27229:ZE:0xMFO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -3525,
"time": "1774938735"
},
"departure": {
"delay": -3525,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -2625,
"time": "1774938735"
},
"departure": {
"delay": -2625,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xRUG01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -2805,
"time": "1774938735"
},
"departure": {
"delay": -2805,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xPAS02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -191,
"time": "1774942369"
},
"departure": {
"delay": -191,
"time": "1774942369"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -2985,
"time": "1774938735"
},
"departure": {
"delay": -2985,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xROR02:ATOUMOD004",
"stopSequence": 7
},
{
"departure": {
"delay": -2565,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xMOL01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -3345,
"time": "1774938735"
},
"departure": {
"delay": -3345,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -2865,
"time": "1774938735"
},
"departure": {
"delay": -2865,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xJOL02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -278,
"time": "1774942642"
},
"departure": {
"delay": -278,
"time": "1774942642"
},
"stopId": "FR:27229:ZE:0xCCA02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -3105,
"time": "1774938735"
},
"departure": {
"delay": -3105,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xRRE02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -3465,
"time": "1774938735"
},
"departure": {
"delay": -3465,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -3165,
"time": "1774938735"
},
"departure": {
"delay": -3165,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -3585,
"time": "1774938735"
},
"departure": {
"delay": -3585,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -208,
"time": "1774942472"
},
"departure": {
"delay": -208,
"time": "1774942472"
},
"stopId": "FR:27229:ZE:0xTAU02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -2745,
"time": "1774938735"
},
"departure": {
"delay": -2745,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xKEN01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -2685,
"time": "1774938735"
},
"departure": {
"delay": -2685,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xVOL01:ATOUMOD004",
"stopSequence": 3
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596620:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:6b235f130e25c1940f68a5ebf5fc3af6:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 152,
"time": "1774938075"
},
"departure": {
"delay": 152,
"time": "1774938092"
},
"stopId": "FR:61218:ZE:2417:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 162,
"time": "1774938488"
},
"departure": {
"delay": 162,
"time": "1774938522"
},
"stopId": "FR:61169:ZE:2280:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 162,
"time": "1774938145"
},
"departure": {
"delay": 162,
"time": "1774938162"
},
"stopId": "FR:61218:ZE:2418:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": 122,
"time": "1774938053"
},
"departure": {
"delay": 122,
"time": "1774938062"
},
"stopId": "FR:61218:ZE:2416:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": 117,
"time": "1774938342"
},
"departure": {
"delay": 117,
"time": "1774938357"
},
"stopId": "FR:61169:ZE:2177:ATOUMOD104",
"stopSequence": 7
},
{
"arrival": {
"delay": 83,
"time": "1774938368"
},
"departure": {
"delay": 83,
"time": "1774938383"
},
"stopId": "FR:61169:ZE:2264:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": 142,
"time": "1774939222"
},
"stopId": "FR:61391:ZE:3104:ATOUMOD104",
"stopSequence": 18
},
{
"departure": {
"delay": 138,
"time": "1774937958"
},
"stopId": "FR:61218:ZE:2415:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": 123,
"time": "1774938234"
},
"departure": {
"delay": 123,
"time": "1774938243"
},
"stopId": "FR:61218:ZE:2419:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": 142,
"time": "1774939042"
},
"departure": {
"delay": 142,
"time": "1774939042"
},
"stopId": "FR:61391:ZE:2305:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": 171,
"time": "1774938570"
},
"departure": {
"delay": 171,
"time": "1774938591"
},
"stopId": "FR:61169:ZE:2322:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": 142,
"time": "1774938646"
},
"departure": {
"delay": 142,
"time": "1774938682"
},
"stopId": "FR:61169:ZE:2257:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": 142,
"time": "1774938862"
},
"departure": {
"delay": 142,
"time": "1774938862"
},
"stopId": "FR:61391:ZE:2402:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": 142,
"time": "1774938922"
},
"departure": {
"delay": 142,
"time": "1774938922"
},
"stopId": "FR:61391:ZE:2401:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 143,
"time": "1774938313"
},
"departure": {
"delay": 143,
"time": "1774938323"
},
"stopId": "FR:61218:ZE:2420:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 142,
"time": "1774939162"
},
"departure": {
"delay": 142,
"time": "1774939162"
},
"stopId": "FR:61391:ZE:2329:ATOUMOD104",
"stopSequence": 17
},
{
"arrival": {
"delay": 142,
"time": "1774938802"
},
"departure": {
"delay": 142,
"time": "1774938802"
},
"stopId": "FR:61391:ZE:2403:ATOUMOD104",
"stopSequence": 12
},
{
"arrival": {
"delay": 142,
"time": "1774939102"
},
"departure": {
"delay": 142,
"time": "1774939102"
},
"stopId": "FR:61391:ZE:2398:ATOUMOD104",
"stopSequence": 16
}
],
"timestamp": "1774938813",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD104:Line:251:LOC",
"tripId": "ATOUMOD104:ServiceJourney:6b235f130e25c1940f68a5ebf5fc3af6:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746145x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -118,
"time": "1774931629"
},
"departure": {
"delay": -118,
"time": "1774931642"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 17,
"time": "1774931107"
},
"departure": {
"delay": 17,
"time": "1774931117"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -89,
"time": "1774929978"
},
"departure": {
"delay": -89,
"time": "1774929991"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -5,
"time": "1774928620"
},
"departure": {
"delay": -5,
"time": "1774928635"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -18,
"time": "1774929142"
},
"departure": {
"delay": -18,
"time": "1774929162"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 1,
"time": "1774928679"
},
"departure": {
"delay": 1,
"time": "1774928701"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -25,
"time": "1774929321"
},
"departure": {
"delay": -25,
"time": "1774929335"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 27,
"time": "1774928581"
},
"departure": {
"delay": 27,
"time": "1774928607"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -13,
"time": "1774929213"
},
"departure": {
"delay": -13,
"time": "1774929287"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -48,
"time": "1774929113"
},
"departure": {
"delay": -48,
"time": "1774929132"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 50,
"time": "1774928450"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -89,
"time": "1774930033"
},
"departure": {
"delay": -89,
"time": "1774930051"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -11,
"time": "1774928798"
},
"departure": {
"delay": -11,
"time": "1774928809"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 22,
"time": "1774930923"
},
"departure": {
"delay": 22,
"time": "1774930942"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"time": "1774931023"
},
"departure": {
"time": "1774931040"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -58,
"time": "1774928872"
},
"departure": {
"delay": -58,
"time": "1774928882"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 47,
"time": "1774928488"
},
"departure": {
"delay": 47,
"time": "1774928507"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -3,
"time": "1774928731"
},
"departure": {
"delay": -3,
"time": "1774928757"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 31,
"time": "1774930700"
},
"departure": {
"delay": 31,
"time": "1774930711"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -52,
"time": "1774931209"
},
"departure": {
"delay": -52,
"time": "1774931228"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -109,
"time": "1774931339"
},
"departure": {
"delay": -109,
"time": "1774931351"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -132,
"time": "1774931688"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": -131,
"time": "1774931373"
},
"departure": {
"delay": -131,
"time": "1774931389"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -125,
"time": "1774930239"
},
"departure": {
"delay": -125,
"time": "1774930255"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -57,
"time": "1774929406"
},
"departure": {
"delay": -57,
"time": "1774929423"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -50,
"time": "1774929840"
},
"departure": {
"delay": -50,
"time": "1774929910"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -113,
"time": "1774931575"
},
"departure": {
"delay": -113,
"time": "1774931587"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -45,
"time": "1774930352"
},
"departure": {
"delay": -45,
"time": "1774930455"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 20,
"time": "1774928711"
},
"departure": {
"delay": 20,
"time": "1774928720"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -47,
"time": "1774929778"
},
"departure": {
"delay": -47,
"time": "1774929793"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -23,
"time": "1774929027"
},
"departure": {
"delay": -23,
"time": "1774929097"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -18,
"time": "1774931130"
},
"departure": {
"delay": -18,
"time": "1774931142"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 34,
"time": "1774930579"
},
"departure": {
"delay": 34,
"time": "1774930594"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -12,
"time": "1774931188"
},
"departure": {
"delay": -12,
"time": "1774931208"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -86,
"time": "1774931244"
},
"departure": {
"delay": -86,
"time": "1774931254"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 10,
"time": "1774929514"
},
"departure": {
"delay": 10,
"time": "1774929610"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -51,
"time": "1774929650"
},
"departure": {
"delay": -51,
"time": "1774929729"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -23,
"time": "1774928818"
},
"departure": {
"delay": -23,
"time": "1774928857"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -140,
"time": "1774930278"
},
"departure": {
"delay": -140,
"time": "1774930300"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -64,
"time": "1774928963"
},
"departure": {
"delay": -64,
"time": "1774928996"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 57,
"time": "1774930742"
},
"departure": {
"delay": 57,
"time": "1774930797"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 56,
"time": "1774930637"
},
"departure": {
"delay": 56,
"time": "1774930676"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -63,
"time": "1774930122"
},
"departure": {
"delay": -63,
"time": "1774930197"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 26,
"time": "1774930989"
},
"departure": {
"delay": 26,
"time": "1774931006"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 41,
"time": "1774931065"
},
"departure": {
"delay": 41,
"time": "1774931081"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -85,
"time": "1774931544"
},
"departure": {
"delay": -85,
"time": "1774931555"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 22,
"time": "1774928650"
},
"departure": {
"delay": 22,
"time": "1774928662"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -67,
"time": "1774929939"
},
"departure": {
"delay": -67,
"time": "1774929953"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 41,
"time": "1774930824"
},
"departure": {
"delay": 41,
"time": "1774930841"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -110,
"time": "1774931276"
},
"departure": {
"delay": -110,
"time": "1774931290"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746145x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:151:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 605,
"time": "1774937640"
},
"departure": {
"delay": 605,
"time": "1774937645"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"delay": 600,
"time": "1774937760"
},
"departure": {
"delay": 600,
"time": "1774937820"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1774938360"
},
"departure": {
"time": "1774938420"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 16
}
],
"timestamp": "1774938754",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:151:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx241:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774953900"
},
"departure": {
"time": "1774953900"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774953840"
},
"departure": {
"time": "1774953840"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774954440"
},
"departure": {
"time": "1774954440"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774955460"
},
"departure": {
"time": "1774955460"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774954140"
},
"departure": {
"time": "1774954140"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774954260"
},
"departure": {
"time": "1774954260"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774953780"
},
"departure": {
"time": "1774953780"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774954680"
},
"departure": {
"time": "1774954680"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774955220"
},
"departure": {
"time": "1774955220"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 5,
"time": "1774955705"
},
"departure": {
"delay": 5,
"time": "1774955705"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774954920"
},
"departure": {
"time": "1774954920"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774953480"
},
"departure": {
"time": "1774953480"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774954380"
},
"departure": {
"time": "1774954380"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774955100"
},
"departure": {
"time": "1774955100"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774955700"
},
"departure": {
"time": "1774955700"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774955760"
},
"departure": {
"time": "1774955760"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774953960"
},
"departure": {
"time": "1774953960"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774954560"
},
"departure": {
"time": "1774954560"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774955880"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774954320"
},
"departure": {
"time": "1774954320"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774953720"
},
"departure": {
"time": "1774953720"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 5,
"time": "1774954325"
},
"departure": {
"delay": 5,
"time": "1774954325"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774954740"
},
"departure": {
"time": "1774954740"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
},
{
"departure": {
"time": "1774953000"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774955580"
},
"departure": {
"time": "1774955580"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774955340"
},
"departure": {
"time": "1774955340"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
}
],
"timestamp": "1774938195",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx241:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:267:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774942680"
},
"departure": {
"time": "1774943580"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1774941840"
},
"departure": {
"time": "1774942440"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1774942140"
},
"departure": {
"time": "1774942980"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1774942200"
},
"departure": {
"time": "1774943040"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1774941960"
},
"departure": {
"time": "1774942560"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1774942860"
},
"departure": {
"time": "1774943700"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"delay": 5,
"time": "1774941665"
},
"departure": {
"delay": 5,
"time": "1774942265"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1774942740"
},
"departure": {
"time": "1774943640"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
}
],
"timestamp": "1774935047",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:267:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596593:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -89,
"time": "1774938151"
},
"departure": {
"delay": -89,
"time": "1774938151"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -89,
"time": "1774937960"
},
"departure": {
"delay": -89,
"time": "1774937971"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -59,
"time": "1774938841"
},
"departure": {
"delay": -59,
"time": "1774938841"
},
"stopId": "FR:27229:ZE:0xMFO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 1,
"time": "1774938721"
},
"departure": {
"delay": 1,
"time": "1774938721"
},
"stopId": "FR:27229:ZE:0xTAU02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -59,
"time": "1774938225"
},
"departure": {
"delay": -59,
"time": "1774938241"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -99,
"time": "1774939101"
},
"stopId": "FR:27229:ZE:0xCAM01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -48,
"time": "1774938912"
},
"departure": {
"delay": -48,
"time": "1774938912"
},
"stopId": "FR:27229:ZE:0xCCA02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -149,
"time": "1774938324"
},
"departure": {
"delay": -149,
"time": "1774938331"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -149,
"time": "1774938391"
},
"departure": {
"delay": -149,
"time": "1774938391"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -119,
"time": "1774938061"
},
"departure": {
"delay": -119,
"time": "1774938061"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 3,
"time": "1774937867"
},
"departure": {
"delay": 3,
"time": "1774937883"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 9
}
],
"timestamp": "1774938194",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596593:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597012:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -43,
"time": "1774939577"
},
"departure": {
"delay": -43,
"time": "1774939577"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -89,
"time": "1774939951"
},
"departure": {
"delay": -89,
"time": "1774939951"
},
"stopId": "FR:27229:ZE:0xBRO01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -69,
"time": "1774939491"
},
"departure": {
"delay": -69,
"time": "1774939491"
},
"stopId": "FR:27229:ZE:0xFER01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -71,
"time": "1774940089"
},
"departure": {
"delay": -71,
"time": "1774940089"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -72,
"time": "1774940208"
},
"departure": {
"delay": -72,
"time": "1774940208"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -60,
"time": "1774939680"
},
"departure": {
"delay": -60,
"time": "1774939680"
},
"stopId": "FR:27229:ZE:0xFAU01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 1,
"time": "1774939321"
},
"departure": {
"delay": 1,
"time": "1774939321"
},
"stopId": "FR:27229:ZE:0xCAR04:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -71,
"time": "1774940149"
},
"departure": {
"delay": -71,
"time": "1774940149"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -163,
"time": "1774940297"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -80,
"time": "1774939840"
},
"departure": {
"delay": -80,
"time": "1774939840"
},
"stopId": "FR:27229:ZE:0xLOG01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -76,
"time": "1774939784"
},
"departure": {
"delay": -76,
"time": "1774939784"
},
"stopId": "FR:27229:ZE:0xHAR01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -80,
"time": "1774939900"
},
"departure": {
"delay": -80,
"time": "1774939900"
},
"stopId": "FR:27229:ZE:0xBEV01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"time": "1774939260"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:27229:ZE:0xMEU01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -29,
"time": "1774939411"
},
"departure": {
"delay": -29,
"time": "1774939411"
},
"stopId": "FR:27229:ZE:0xDUN01:ATOUMOD004",
"stopSequence": 7
},
{
"departure": {
"time": "1774939200"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597012:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:5414496186138624x4:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -166,
"time": "1774938014"
},
"stopId": "FR:14366:ZE:19270005:ATOUMOD036",
"stopSequence": 27
}
],
"timestamp": "1774938017",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5118765622624256:LOC",
"tripId": "ATOUMOD036:ServiceJourney:5414496186138624x4:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230667x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 113,
"time": "1774939253"
},
"departure": {
"delay": 113,
"time": "1774939253"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 28
},
{
"departure": {
"delay": 221,
"time": "1774938641"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 167,
"time": "1774939547"
},
"departure": {
"delay": 167,
"time": "1774939547"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 157,
"time": "1774939117"
},
"departure": {
"delay": 157,
"time": "1774939117"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 113,
"time": "1774939493"
},
"departure": {
"delay": 113,
"time": "1774939493"
},
"stopId": "FR:76351:ZE:3342:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 113,
"time": "1774939673"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 138,
"time": "1774939458"
},
"departure": {
"delay": 138,
"time": "1774939458"
},
"stopId": "FR:76351:ZE:3785:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 113,
"time": "1774939013"
},
"departure": {
"delay": 113,
"time": "1774939013"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 113,
"time": "1774938713"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 123,
"time": "1774939383"
},
"departure": {
"delay": 123,
"time": "1774939383"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 162,
"time": "1774939602"
},
"departure": {
"delay": 162,
"time": "1774939602"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 153,
"time": "1774939353"
},
"departure": {
"delay": 153,
"time": "1774939353"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 113,
"time": "1774939313"
},
"departure": {
"delay": 113,
"time": "1774939313"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 29
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230667x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011218x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -27,
"time": "1774938873"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 51,
"time": "1774938531"
},
"departure": {
"delay": 51,
"time": "1774938531"
},
"stopId": "FR:76447:ZE:3066:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 68,
"time": "1774938428"
},
"departure": {
"delay": 68,
"time": "1774938428"
},
"stopId": "FR:76447:ZE:3515:ATOUMOD003",
"stopSequence": 47
},
{
"departure": {
"delay": 24,
"time": "1774938324"
},
"stopId": "FR:76447:ZE:3120:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 61,
"time": "1774938481"
},
"departure": {
"delay": 61,
"time": "1774938481"
},
"stopId": "FR:76447:ZE:3122:ATOUMOD003",
"stopSequence": 48
},
{
"departure": {
"delay": -46,
"time": "1774938614"
},
"stopId": "FR:76447:ZE:3406:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": -27,
"time": "1774938753"
},
"departure": {
"delay": -27,
"time": "1774938753"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 53
},
{
"departure": {
"delay": -33,
"time": "1774938567"
},
"stopId": "FR:76447:ZE:3432:ATOUMOD003",
"stopSequence": 50
},
{
"departure": {
"delay": 17,
"time": "1774938677"
},
"stopId": "FR:76447:ZE:3268:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 30,
"time": "1774938390"
},
"departure": {
"delay": 30,
"time": "1774938390"
},
"stopId": "FR:76447:ZE:3238:ATOUMOD003",
"stopSequence": 46
}
],
"timestamp": "1774938710",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011218x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852616F294079x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774941300"
},
"departure": {
"time": "1774941360"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942380"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774941780"
},
"departure": {
"time": "1774941840"
},
"stopId": "FR:14370:ZE:StopPointxOCETrainxTERx87444083:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1774943700"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 27
},
{
"departure": {
"time": "1774939200"
},
"stopId": "FR:50147:ZE:StopPointxOCETrainxTERx87447110:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1774943100"
},
"departure": {
"time": "1774943160"
},
"stopId": "FR:14098:ZE:StopPointxOCETrainxTERx87444042:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774942740"
},
"departure": {
"time": "1774942800"
},
"stopId": "FR:14026:ZE:StopPointxOCETrainxTERx87444059:ATOUMOD002",
"stopSequence": 24
},
{
"arrival": {
"time": "1774940460"
},
"departure": {
"time": "1774940580"
},
"stopId": "FR:50502:ZE:StopPointxOCETrainxTERx87447003:ATOUMOD002",
"stopSequence": 16
}
],
"timestamp": "1774935578",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx789690b9x0beex4978x8bf9xf4810c9e16f2x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852616F294079x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072023x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 153,
"time": "1774939353"
},
"departure": {
"delay": 153,
"time": "1774939353"
},
"stopId": "FR:76351:ZE:3237:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 113,
"time": "1774939673"
},
"departure": {
"delay": 113,
"time": "1774939673"
},
"stopId": "FR:76351:ZE:3469:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 136,
"time": "1774939636"
},
"departure": {
"delay": 136,
"time": "1774939636"
},
"stopId": "FR:76351:ZE:3806:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 95,
"time": "1774939415"
},
"departure": {
"delay": 95,
"time": "1774939415"
},
"stopId": "FR:76351:ZE:4543:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 139,
"time": "1774938739"
},
"stopId": "FR:76351:ZE:4581:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 95,
"time": "1774938875"
},
"departure": {
"delay": 95,
"time": "1774938875"
},
"stopId": "FR:76351:ZE:3693:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 95,
"time": "1774939715"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 131,
"time": "1774939031"
},
"departure": {
"delay": 131,
"time": "1774939031"
},
"stopId": "FR:76351:ZE:3011:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 103,
"time": "1774939183"
},
"departure": {
"delay": 103,
"time": "1774939183"
},
"stopId": "FR:76351:ZE:3168:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 95,
"time": "1774939295"
},
"departure": {
"delay": 95,
"time": "1774939295"
},
"stopId": "FR:76351:ZE:3231:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 95,
"time": "1774939115"
},
"departure": {
"delay": 95,
"time": "1774939115"
},
"stopId": "FR:76351:ZE:3377:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 63,
"time": "1774938603"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 99,
"time": "1774939599"
},
"departure": {
"delay": 99,
"time": "1774939599"
},
"stopId": "FR:76351:ZE:3198:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 95,
"time": "1774939535"
},
"departure": {
"delay": 95,
"time": "1774939535"
},
"stopId": "FR:76351:ZE:3311:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 128,
"time": "1774939448"
},
"departure": {
"delay": 128,
"time": "1774939448"
},
"stopId": "FR:76351:ZE:3373:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 118,
"time": "1774939498"
},
"departure": {
"delay": 118,
"time": "1774939498"
},
"stopId": "FR:76351:ZE:3527:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 99,
"time": "1774938939"
},
"departure": {
"delay": 99,
"time": "1774938939"
},
"stopId": "FR:76351:ZE:3283:ATOUMOD003",
"stopSequence": 10
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072023x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4154:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -26665,
"time": "1774939295"
},
"departure": {
"delay": -26665,
"time": "1774939295"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -26606,
"time": "1774939114"
},
"departure": {
"delay": -26606,
"time": "1774939114"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -26639,
"time": "1774939021"
},
"departure": {
"delay": -26639,
"time": "1774939021"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -26639,
"time": "1774939261"
},
"departure": {
"delay": -26639,
"time": "1774939261"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -26679,
"time": "1774939521"
},
"departure": {
"delay": -26679,
"time": "1774939521"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -26651,
"time": "1774939369"
},
"departure": {
"delay": -26651,
"time": "1774939369"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
}
],
"timestamp": "1774937539",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4154:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:5923767074160640x3:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -307,
"time": "1774939717"
},
"departure": {
"delay": -307,
"time": "1774940033"
},
"stopId": "FR:50647:ZE:759840002:ATOUMOD105",
"stopSequence": 5
},
{
"arrival": {
"delay": -315,
"time": "1774939820"
},
"departure": {
"delay": -315,
"time": "1774940145"
},
"stopId": "FR:50647:ZE:738750003:ATOUMOD105",
"stopSequence": 6
},
{
"arrival": {
"delay": -325,
"time": "1774939621"
},
"departure": {
"delay": -325,
"time": "1774939955"
},
"stopId": "FR:50647:ZE:761940003:ATOUMOD105",
"stopSequence": 4
},
{
"arrival": {
"delay": -468,
"time": "1774941014"
},
"departure": {
"delay": -468,
"time": "1774941492"
},
"stopId": "FR:50218:ZE:746190002:ATOUMOD105",
"stopSequence": 21
},
{
"arrival": {
"delay": -539,
"time": "1774942132"
},
"departure": {
"delay": -539,
"time": "1774942681"
},
"stopId": "FR:50532:ZE:742490002:ATOUMOD105",
"stopSequence": 36
},
{
"arrival": {
"delay": -477,
"time": "1774941057"
},
"departure": {
"delay": -477,
"time": "1774941543"
},
"stopId": "FR:50218:ZE:756080003:ATOUMOD105",
"stopSequence": 22
},
{
"arrival": {
"delay": -358,
"time": "1774940634"
},
"departure": {
"delay": -358,
"time": "1774941002"
},
"stopId": "FR:50218:ZE:740090003:ATOUMOD105",
"stopSequence": 16
},
{
"arrival": {
"delay": -291,
"time": "1774940049"
},
"departure": {
"delay": -291,
"time": "1774940349"
},
"stopId": "FR:50165:ZE:767190002:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": -387,
"time": "1774940817"
},
"departure": {
"delay": -387,
"time": "1774941213"
},
"stopId": "FR:50218:ZE:758020003:ATOUMOD105",
"stopSequence": 19
},
{
"arrival": {
"delay": -499,
"time": "1774941433"
},
"departure": {
"delay": -499,
"time": "1774941941"
},
"stopId": "FR:50218:ZE:759840003:ATOUMOD105",
"stopSequence": 28
},
{
"arrival": {
"delay": -286,
"time": "1774939998"
},
"departure": {
"delay": -286,
"time": "1774940294"
},
"stopId": "FR:50165:ZE:757990018:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": -505,
"time": "1774941360"
},
"departure": {
"delay": -505,
"time": "1774941875"
},
"stopId": "FR:50218:ZE:761940002:ATOUMOD105",
"stopSequence": 27
},
{
"arrival": {
"delay": -358,
"time": "1774940755"
},
"departure": {
"delay": -358,
"time": "1774941122"
},
"stopId": "FR:50218:ZE:752240005:ATOUMOD105",
"stopSequence": 18
},
{
"arrival": {
"delay": -539,
"time": "1774942313"
},
"departure": {
"delay": -539,
"time": "1774942861"
},
"stopId": "FR:50532:ZE:757920018:ATOUMOD105",
"stopSequence": 38
},
{
"arrival": {
"delay": -396,
"time": "1774940918"
},
"departure": {
"delay": -396,
"time": "1774941324"
},
"stopId": "FR:50218:ZE:712770016:ATOUMOD105",
"stopSequence": 20
},
{
"arrival": {
"delay": -509,
"time": "1774941532"
},
"departure": {
"delay": -509,
"time": "1774942051"
},
"stopId": "FR:50218:ZE:767200002:ATOUMOD105",
"stopSequence": 30
},
{
"arrival": {
"delay": -499,
"time": "1774941492"
},
"departure": {
"delay": -499,
"time": "1774942001"
},
"stopId": "FR:50218:ZE:748670005:ATOUMOD105",
"stopSequence": 29
},
{
"arrival": {
"delay": -502,
"time": "1774941786"
},
"departure": {
"delay": -502,
"time": "1774942298"
},
"stopId": "FR:50218:ZE:712770017:ATOUMOD105",
"stopSequence": 32
},
{
"arrival": {
"delay": -313,
"time": "1774940185"
},
"departure": {
"delay": -313,
"time": "1774940507"
},
"stopId": "FR:50165:ZE:5074917903040512:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": -530,
"time": "1774942211"
},
"departure": {
"delay": -530,
"time": "1774942750"
},
"stopId": "FR:50532:ZE:749890004:ATOUMOD105",
"stopSequence": 37
},
{
"arrival": {
"delay": -314,
"time": "1774940122"
},
"departure": {
"delay": -314,
"time": "1774940446"
},
"stopId": "FR:50165:ZE:746190003:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": -354,
"time": "1774940702"
},
"departure": {
"delay": -354,
"time": "1774941066"
},
"stopId": "FR:50218:ZE:759840001:ATOUMOD105",
"stopSequence": 17
},
{
"arrival": {
"delay": -343,
"time": "1774940364"
},
"departure": {
"delay": -343,
"time": "1774940717"
},
"stopId": "FR:50165:ZE:6217557207941120:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": -524,
"time": "1774941622"
},
"departure": {
"delay": -524,
"time": "1774942156"
},
"stopId": "FR:50218:ZE:756080005:ATOUMOD105",
"stopSequence": 31
},
{
"arrival": {
"delay": -320,
"time": "1774940290"
},
"departure": {
"delay": -320,
"time": "1774940620"
},
"stopId": "FR:50165:ZE:4811184306913280:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": -650,
"time": "1774938850"
},
"departure": {
"delay": -650,
"time": "1774939510"
},
"stopId": "FR:50647:ZE:759820002:ATOUMOD105",
"stopSequence": 2
},
{
"departure": {
"delay": -1678,
"time": "1774938422"
},
"stopId": "FR:50647:ZE:748690002:ATOUMOD105",
"stopSequence": 1
},
{
"arrival": {
"delay": -536,
"time": "1774942019"
},
"departure": {
"delay": -536,
"time": "1774942564"
},
"stopId": "FR:50532:ZE:767160015:ATOUMOD105",
"stopSequence": 35
},
{
"arrival": {
"delay": -496,
"time": "1774941259"
},
"departure": {
"delay": -496,
"time": "1774941764"
},
"stopId": "FR:50218:ZE:5166996127744000:ATOUMOD105",
"stopSequence": 26
},
{
"arrival": {
"delay": -537,
"time": "1774942377"
},
"departure": {
"delay": -537,
"time": "1774942923"
},
"stopId": "FR:50532:ZE:757970023:ATOUMOD105",
"stopSequence": 39
},
{
"arrival": {
"delay": -354,
"time": "1774940463"
},
"departure": {
"delay": -354,
"time": "1774940826"
},
"stopId": "FR:50218:ZE:759790014:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": -314,
"time": "1774939883"
},
"departure": {
"delay": -314,
"time": "1774940206"
},
"stopId": "FR:50165:ZE:767160014:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": -515,
"time": "1774941941"
},
"departure": {
"delay": -515,
"time": "1774942465"
},
"stopId": "FR:50532:ZE:752240007:ATOUMOD105",
"stopSequence": 34
},
{
"arrival": {
"delay": -940,
"time": "1774942580"
},
"stopId": "FR:50532:ZE:753630002:ATOUMOD105",
"stopSequence": 40
},
{
"arrival": {
"delay": -490,
"time": "1774941151"
},
"departure": {
"delay": -490,
"time": "1774941650"
},
"stopId": "FR:50218:ZE:761860019:ATOUMOD105",
"stopSequence": 23
},
{
"arrival": {
"delay": -328,
"time": "1774939555"
},
"departure": {
"delay": -328,
"time": "1774939892"
},
"stopId": "FR:50647:ZE:748680005:ATOUMOD105",
"stopSequence": 3
},
{
"arrival": {
"delay": -494,
"time": "1774941862"
},
"departure": {
"delay": -494,
"time": "1774942366"
},
"stopId": "FR:50218:ZE:738750004:ATOUMOD105",
"stopSequence": 33
}
],
"timestamp": "1774938759",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD105:Line:348940035:LOC",
"tripId": "ATOUMOD105:ServiceJourney:5923767074160640x3:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3302F46717x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774940280"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774930440"
},
"departure": {
"time": "1774930500"
},
"stopId": "FR:50099:ZE:StopPointxOCETrainxTERx87447243:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774932960"
},
"departure": {
"time": "1774933140"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774929600"
},
"departure": {
"time": "1774929660"
},
"stopId": "FR:50615:ZE:StopPointxOCETrainxTERx87447284:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774931940"
},
"departure": {
"time": "1774932000"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774931100"
},
"departure": {
"time": "1774931160"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 9
},
{
"departure": {
"time": "1774928700"
},
"stopId": "FR:50129:ZE:StopPointxOCETrainxTERx87444877:ATOUMOD002",
"stopSequence": 3
}
],
"timestamp": "1774925079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx66849E04x284Fx47D7x8795x4C925C6ED66Fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3302F46717x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470534:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2193,
"time": "1774938747"
},
"departure": {
"delay": -2193,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -292,
"time": "1774941788"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -188,
"time": "1774941172"
},
"departure": {
"delay": -188,
"time": "1774941172"
},
"stopId": "FR:27701:ZE:0x7132:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -1653,
"time": "1774938747"
},
"departure": {
"delay": -1653,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 2
},
{
"departure": {
"delay": -1653,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -2013,
"time": "1774938747"
},
"departure": {
"delay": -2013,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -171,
"time": "1774941129"
},
"departure": {
"delay": -171,
"time": "1774941129"
},
"stopId": "FR:27701:ZE:0x7068:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -1953,
"time": "1774938747"
},
"departure": {
"delay": -1953,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -207,
"time": "1774941273"
},
"departure": {
"delay": -207,
"time": "1774941273"
},
"stopId": "FR:27701:ZE:0x7054:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -204,
"time": "1774941096"
},
"departure": {
"delay": -204,
"time": "1774941096"
},
"stopId": "FR:27701:ZE:0x7036:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -252,
"time": "1774941348"
},
"departure": {
"delay": -252,
"time": "1774941348"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -204,
"time": "1774941396"
},
"departure": {
"delay": -204,
"time": "1774941396"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -2073,
"time": "1774938747"
},
"departure": {
"delay": -2073,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -2253,
"time": "1774938747"
},
"departure": {
"delay": -2253,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -2493,
"time": "1774938747"
},
"departure": {
"delay": -2493,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -189,
"time": "1774941711"
},
"departure": {
"delay": -189,
"time": "1774941711"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -1833,
"time": "1774938747"
},
"departure": {
"delay": -1833,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -227,
"time": "1774941433"
},
"departure": {
"delay": -227,
"time": "1774941433"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -228,
"time": "1774941612"
},
"departure": {
"delay": -228,
"time": "1774941612"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -224,
"time": "1774941676"
},
"departure": {
"delay": -224,
"time": "1774941676"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -2373,
"time": "1774938747"
},
"departure": {
"delay": -2373,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -232,
"time": "1774941548"
},
"departure": {
"delay": -232,
"time": "1774941548"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -201,
"time": "1774941219"
},
"departure": {
"delay": -201,
"time": "1774941219"
},
"stopId": "FR:27701:ZE:0x7044:ATOUMOD006",
"stopSequence": 14
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470534:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9860x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774944000"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"time": "1774944660"
},
"departure": {
"time": "1774944660"
},
"stopId": "FR:76259:ZE:FECGARE2:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"time": "1774944300"
},
"departure": {
"time": "1774944300"
},
"stopId": "FR:76259:ZE:FECDESG2:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1774944720"
},
"departure": {
"time": "1774944720"
},
"stopId": "FR:76259:ZE:FECBREP2:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"time": "1774944180"
},
"departure": {
"time": "1774944180"
},
"stopId": "FR:76259:ZE:FECHYSO2:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"time": "1774944600"
},
"departure": {
"time": "1774944600"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"time": "1774944780"
},
"departure": {
"time": "1774944780"
},
"stopId": "FR:76259:ZE:FECHVIL2:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"time": "1774944960"
},
"departure": {
"time": "1774944960"
},
"stopId": "FR:76259:ZE:FECTASS2:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"time": "1774944900"
},
"departure": {
"time": "1774944900"
},
"stopId": "FR:76259:ZE:FECSLEG2:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"time": "1774945080"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1774944120"
},
"departure": {
"time": "1774944120"
},
"stopId": "FR:76259:ZE:FECSLOU2:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"time": "1774944240"
},
"departure": {
"time": "1774944240"
},
"stopId": "FR:76259:ZE:FECVIKI2:ATOUMOD008",
"stopSequence": 4
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L2:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9860x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011284x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -136,
"time": "1774938644"
},
"stopId": "FR:76447:ZE:3347:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -86,
"time": "1774941214"
},
"departure": {
"delay": -86,
"time": "1774941214"
},
"stopId": "FR:76552:ZE:3297:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": -114,
"time": "1774940826"
},
"departure": {
"delay": -114,
"time": "1774940826"
},
"stopId": "FR:76351:ZE:4593:ATOUMOD003",
"stopSequence": 38
},
{
"departure": {
"delay": 87,
"time": "1774938267"
},
"stopId": "FR:76447:ZE:3516:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -128,
"time": "1774939192"
},
"departure": {
"delay": -128,
"time": "1774939192"
},
"stopId": "FR:76351:ZE:3250:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 108,
"time": "1774938168"
},
"stopId": "FR:76447:ZE:3067:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 97,
"time": "1774938637"
},
"departure": {
"delay": 97,
"time": "1774938637"
},
"stopId": "FR:76447:ZE:3108:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 100,
"time": "1774938220"
},
"stopId": "FR:76447:ZE:3123:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -117,
"time": "1774940763"
},
"departure": {
"delay": -117,
"time": "1774940763"
},
"stopId": "FR:76351:ZE:3051:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": -102,
"time": "1774939818"
},
"departure": {
"delay": -102,
"time": "1774939818"
},
"stopId": "FR:76351:ZE:3667:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -136,
"time": "1774939124"
},
"departure": {
"delay": -136,
"time": "1774939124"
},
"stopId": "FR:76351:ZE:3638:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 51,
"time": "1774938051"
},
"stopId": "FR:76447:ZE:3433:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": -95,
"time": "1774939045"
},
"departure": {
"delay": -95,
"time": "1774939045"
},
"stopId": "FR:76351:ZE:3137:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -89,
"time": "1774941391"
},
"departure": {
"delay": -89,
"time": "1774941391"
},
"stopId": "FR:76552:ZE:3103:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": -86,
"time": "1774941094"
},
"departure": {
"delay": -86,
"time": "1774941094"
},
"stopId": "FR:76351:ZE:3459:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": -86,
"time": "1774940674"
},
"departure": {
"delay": -86,
"time": "1774940674"
},
"stopId": "FR:76351:ZE:3022:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": -123,
"time": "1774939257"
},
"departure": {
"delay": -123,
"time": "1774939257"
},
"stopId": "FR:76351:ZE:3548:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -92,
"time": "1774939648"
},
"departure": {
"delay": -92,
"time": "1774939648"
},
"stopId": "FR:76351:ZE:3224:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -130,
"time": "1774941170"
},
"departure": {
"delay": -130,
"time": "1774941170"
},
"stopId": "FR:76552:ZE:3158:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": -136,
"time": "1774939964"
},
"departure": {
"delay": -136,
"time": "1774939964"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -97,
"time": "1774941683"
},
"departure": {
"delay": -97,
"time": "1774941683"
},
"stopId": "FR:76552:ZE:3172:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": -97,
"time": "1774941263"
},
"departure": {
"delay": -97,
"time": "1774941263"
},
"stopId": "FR:76552:ZE:3607:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": -136,
"time": "1774940924"
},
"departure": {
"delay": -136,
"time": "1774940924"
},
"stopId": "FR:76351:ZE:4611:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": -123,
"time": "1774941717"
},
"departure": {
"delay": -123,
"time": "1774941717"
},
"stopId": "FR:76552:ZE:4519:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 71,
"time": "1774938371"
},
"departure": {
"delay": 71,
"time": "1774938371"
},
"stopId": "FR:76447:ZE:3119:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 80,
"time": "1774937960"
},
"stopId": "FR:76447:ZE:3267:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": -78,
"time": "1774939302"
},
"departure": {
"delay": -78,
"time": "1774939302"
},
"stopId": "FR:76351:ZE:3234:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 76,
"time": "1774938316"
},
"stopId": "FR:76447:ZE:3239:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": -136,
"time": "1774941464"
},
"departure": {
"delay": -136,
"time": "1774941464"
},
"stopId": "FR:76552:ZE:3489:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": -79,
"time": "1774941521"
},
"departure": {
"delay": -79,
"time": "1774941521"
},
"stopId": "FR:76552:ZE:3339:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": -96,
"time": "1774939884"
},
"departure": {
"delay": -96,
"time": "1774939884"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": -88,
"time": "1774940612"
},
"departure": {
"delay": -88,
"time": "1774940612"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": -115,
"time": "1774941005"
},
"departure": {
"delay": -115,
"time": "1774941005"
},
"stopId": "FR:76351:ZE:3546:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": -136,
"time": "1774938944"
},
"departure": {
"delay": -136,
"time": "1774938944"
},
"stopId": "FR:76351:ZE:3595:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -107,
"time": "1774940053"
},
"departure": {
"delay": -107,
"time": "1774940053"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": -136,
"time": "1774940444"
},
"departure": {
"delay": -136,
"time": "1774940444"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 33
},
{
"departure": {
"delay": -84,
"time": "1774938516"
},
"stopId": "FR:76447:ZE:3221:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -136,
"time": "1774941764"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": -133,
"time": "1774940267"
},
"departure": {
"delay": -133,
"time": "1774940267"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": -107,
"time": "1774939753"
},
"departure": {
"delay": -107,
"time": "1774939753"
},
"stopId": "FR:76351:ZE:4516:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -136,
"time": "1774941344"
},
"departure": {
"delay": -136,
"time": "1774941344"
},
"stopId": "FR:76552:ZE:3092:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": -98,
"time": "1774939582"
},
"departure": {
"delay": -98,
"time": "1774939582"
},
"stopId": "FR:76351:ZE:3507:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -136,
"time": "1774939364"
},
"departure": {
"delay": -136,
"time": "1774939364"
},
"stopId": "FR:76351:ZE:3624:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -93,
"time": "1774941567"
},
"departure": {
"delay": -93,
"time": "1774941567"
},
"stopId": "FR:76552:ZE:3355:ATOUMOD003",
"stopSequence": 50
},
{
"departure": {
"delay": 69,
"time": "1774938009"
},
"stopId": "FR:76447:ZE:3407:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": -102,
"time": "1774940358"
},
"departure": {
"delay": -102,
"time": "1774940358"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": -109,
"time": "1774940531"
},
"departure": {
"delay": -109,
"time": "1774940531"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": -136,
"time": "1774941044"
},
"departure": {
"delay": -136,
"time": "1774941044"
},
"stopId": "FR:76351:ZE:3020:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": -136,
"time": "1774939484"
},
"departure": {
"delay": -136,
"time": "1774939484"
},
"stopId": "FR:76351:ZE:3016:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": -88,
"time": "1774941632"
},
"departure": {
"delay": -88,
"time": "1774941632"
},
"stopId": "FR:76552:ZE:3105:ATOUMOD003",
"stopSequence": 51
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011284x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD007:ServiceJourney:379:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938180"
},
"stopId": "FR:27562:ZE:93:ATOUMOD007",
"stopSequence": 13
},
{
"arrival": {
"delay": -45,
"time": "1774937290"
},
"departure": {
"delay": -45,
"time": "1774937295"
},
"stopId": "FR:27681:ZE:10115:ATOUMOD007",
"stopSequence": 3
},
{
"arrival": {
"delay": 5,
"time": "1774937280"
},
"departure": {
"delay": 5,
"time": "1774937285"
},
"stopId": "FR:27681:ZE:10113:ATOUMOD007",
"stopSequence": 2
},
{
"arrival": {
"delay": 5,
"time": "1774937820"
},
"departure": {
"delay": 5,
"time": "1774937825"
},
"stopId": "FR:27562:ZE:10041:ATOUMOD007",
"stopSequence": 8
},
{
"arrival": {
"delay": 5,
"time": "1774937400"
},
"departure": {
"delay": 5,
"time": "1774937405"
},
"stopId": "FR:27681:ZE:29064:ATOUMOD007",
"stopSequence": 4
},
{
"arrival": {
"delay": 5,
"time": "1774937640"
},
"departure": {
"delay": 5,
"time": "1774937645"
},
"stopId": "FR:27681:ZE:10116:ATOUMOD007",
"stopSequence": 6
},
{
"arrival": {
"delay": 5,
"time": "1774938120"
},
"departure": {
"delay": 5,
"time": "1774938125"
},
"stopId": "FR:27562:ZE:10026:ATOUMOD007",
"stopSequence": 12
},
{
"departure": {
"time": "1774937160"
},
"stopId": "FR:27681:ZE:10102:ATOUMOD007",
"stopSequence": 1
},
{
"arrival": {
"delay": 5,
"time": "1774937760"
},
"departure": {
"delay": 5,
"time": "1774937765"
},
"stopId": "FR:27562:ZE:50434:ATOUMOD007",
"stopSequence": 7
},
{
"arrival": {
"delay": -55,
"time": "1774937460"
},
"departure": {
"delay": -55,
"time": "1774937465"
},
"stopId": "FR:27681:ZE:10033:ATOUMOD007",
"stopSequence": 5
},
{
"arrival": {
"delay": 5,
"time": "1774937880"
},
"departure": {
"delay": 5,
"time": "1774937885"
},
"stopId": "FR:27562:ZE:10053:ATOUMOD007",
"stopSequence": 9
}
],
"timestamp": "1774938142",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD007:Line:26:LOC",
"tripId": "ATOUMOD007:ServiceJourney:379:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471220:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -133,
"time": "1774938947"
},
"departure": {
"delay": -133,
"time": "1774938947"
},
"stopId": "FR:27528:ZE:0x6591:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -178,
"time": "1774937942"
},
"departure": {
"delay": -178,
"time": "1774937942"
},
"stopId": "FR:27375:ZE:0x6457:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -265,
"time": "1774939415"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -185,
"time": "1774938235"
},
"departure": {
"delay": -185,
"time": "1774938235"
},
"stopId": "FR:27351:ZE:0x6312:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -206,
"time": "1774938334"
},
"departure": {
"delay": -206,
"time": "1774938334"
},
"stopId": "FR:27351:ZE:0x6310:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -174,
"time": "1774939206"
},
"departure": {
"delay": -174,
"time": "1774939206"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -162,
"time": "1774938738"
},
"departure": {
"delay": -162,
"time": "1774938738"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -124,
"time": "1774937996"
},
"departure": {
"delay": -124,
"time": "1774937996"
},
"stopId": "FR:27375:ZE:0x6438:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -110,
"time": "1774939150"
},
"departure": {
"delay": -110,
"time": "1774939150"
},
"stopId": "FR:27701:ZE:0x7022:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -154,
"time": "1774938866"
},
"departure": {
"delay": -154,
"time": "1774938866"
},
"stopId": "FR:27528:ZE:0x6592:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -197,
"time": "1774938643"
},
"departure": {
"delay": -197,
"time": "1774938643"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -222,
"time": "1774939278"
},
"departure": {
"delay": -222,
"time": "1774939278"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -159,
"time": "1774938141"
},
"departure": {
"delay": -159,
"time": "1774938141"
},
"stopId": "FR:27375:ZE:0x6526:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -156,
"time": "1774939164"
},
"departure": {
"delay": -156,
"time": "1774939164"
},
"stopId": "FR:27701:ZE:0x7034:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -156,
"time": "1774938984"
},
"departure": {
"delay": -156,
"time": "1774938984"
},
"stopId": "FR:27528:ZE:0x6594:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -94,
"time": "1774938086"
},
"departure": {
"delay": -94,
"time": "1774938086"
},
"stopId": "FR:27375:ZE:0x6384:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -103,
"time": "1774938917"
},
"departure": {
"delay": -103,
"time": "1774938917"
},
"stopId": "FR:27528:ZE:0x6598:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -96,
"time": "1774939104"
},
"departure": {
"delay": -96,
"time": "1774939104"
},
"stopId": "FR:27528:ZE:0x6576:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -135,
"time": "1774938825"
},
"departure": {
"delay": -135,
"time": "1774938825"
},
"stopId": "FR:27528:ZE:0x6589:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -175,
"time": "1774938545"
},
"departure": {
"delay": -175,
"time": "1774938545"
},
"stopId": "FR:27701:ZE:0x7106:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -163,
"time": "1774939337"
},
"departure": {
"delay": -163,
"time": "1774939337"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -121,
"time": "1774938179"
},
"departure": {
"delay": -121,
"time": "1774938179"
},
"stopId": "FR:27375:ZE:0x6304:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -186,
"time": "1774937874"
},
"departure": {
"delay": -186,
"time": "1774937874"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -101,
"time": "1774939039"
},
"departure": {
"delay": -101,
"time": "1774939039"
},
"stopId": "FR:27528:ZE:0x6596:ATOUMOD006",
"stopSequence": 32
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471220:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1470:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -31530,
"time": "1774935810"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -31406,
"time": "1774937014"
},
"departure": {
"delay": -31406,
"time": "1774937014"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -31344,
"time": "1774938936"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -31415,
"time": "1774937941"
},
"departure": {
"delay": -31415,
"time": "1774937965"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -31389,
"time": "1774938051"
},
"departure": {
"delay": -31389,
"time": "1774938051"
},
"stopId": "FR:76157:ZE:TCARxCORNI2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -31411,
"time": "1774937679"
},
"departure": {
"delay": -31411,
"time": "1774937789"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -31381,
"time": "1774936417"
},
"departure": {
"delay": -31381,
"time": "1774936439"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -31301,
"time": "1774936922"
},
"departure": {
"delay": -31301,
"time": "1774936939"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -31416,
"time": "1774938264"
},
"departure": {
"delay": -31416,
"time": "1774938264"
},
"stopId": "FR:76157:ZE:TCARxTOUYE2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -31381,
"time": "1774936319"
},
"departure": {
"delay": -31381,
"time": "1774936319"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -31401,
"time": "1774937414"
},
"departure": {
"delay": -31401,
"time": "1774937439"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -31381,
"time": "1774937314"
},
"departure": {
"delay": -31381,
"time": "1774937339"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -31344,
"time": "1774938756"
},
"departure": {
"delay": -31344,
"time": "1774938756"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -31343,
"time": "1774936692"
},
"departure": {
"delay": -31343,
"time": "1774936717"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -31366,
"time": "1774937114"
},
"departure": {
"delay": -31366,
"time": "1774937114"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -31455,
"time": "1774936040"
},
"departure": {
"delay": -31455,
"time": "1774936065"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -31316,
"time": "1774936842"
},
"departure": {
"delay": -31316,
"time": "1774936864"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -31401,
"time": "1774938339"
},
"departure": {
"delay": -31401,
"time": "1774938339"
},
"stopId": "FR:76157:ZE:TCARxTDUMA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -31521,
"time": "1774935939"
},
"departure": {
"delay": -31521,
"time": "1774935939"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -31384,
"time": "1774936616"
},
"departure": {
"delay": -31384,
"time": "1774936616"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -31405,
"time": "1774938191"
},
"departure": {
"delay": -31405,
"time": "1774938215"
},
"stopId": "FR:76157:ZE:TCARxTPRAT2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -31386,
"time": "1774937168"
},
"departure": {
"delay": -31386,
"time": "1774937214"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -31404,
"time": "1774938516"
},
"departure": {
"delay": -31404,
"time": "1774938516"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -31429,
"time": "1774938431"
},
"departure": {
"delay": -31429,
"time": "1774938431"
},
"stopId": "FR:76157:ZE:TCARxTPROV2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -31371,
"time": "1774937568"
},
"departure": {
"delay": -31371,
"time": "1774937589"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -31450,
"time": "1774936190"
},
"departure": {
"delay": -31450,
"time": "1774936190"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -31341,
"time": "1774938618"
},
"departure": {
"delay": -31341,
"time": "1774938639"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
}
],
"timestamp": "1774935258",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1470:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230293x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 54,
"time": "1774938534"
},
"departure": {
"delay": 54,
"time": "1774938534"
},
"stopId": "FR:76351:ZE:3018:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 33,
"time": "1774939653"
},
"departure": {
"delay": 33,
"time": "1774939653"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 91,
"time": "1774939531"
},
"departure": {
"delay": 91,
"time": "1774939531"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 90,
"time": "1774939770"
},
"departure": {
"delay": 90,
"time": "1774939770"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 79,
"time": "1774940719"
},
"departure": {
"delay": 79,
"time": "1774940719"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 33,
"time": "1774941213"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 39,
"time": "1774938339"
},
"stopId": "FR:76351:ZE:3448:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 33,
"time": "1774940793"
},
"departure": {
"delay": 33,
"time": "1774940793"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 33,
"time": "1774938873"
},
"departure": {
"delay": 33,
"time": "1774938873"
},
"stopId": "FR:76351:ZE:3201:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 74,
"time": "1774940594"
},
"departure": {
"delay": 74,
"time": "1774940594"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 5,
"time": "1774938245"
},
"stopId": "FR:76351:ZE:4114:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 81,
"time": "1774940961"
},
"departure": {
"delay": 81,
"time": "1774940961"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 88,
"time": "1774940488"
},
"departure": {
"delay": 88,
"time": "1774940488"
},
"stopId": "FR:76351:ZE:3567:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 33,
"time": "1774941093"
},
"departure": {
"delay": 33,
"time": "1774941093"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 52,
"time": "1774940332"
},
"departure": {
"delay": 52,
"time": "1774940332"
},
"stopId": "FR:76351:ZE:3653:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 33,
"time": "1774940913"
},
"departure": {
"delay": 33,
"time": "1774940913"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 65,
"time": "1774940645"
},
"departure": {
"delay": 65,
"time": "1774940645"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 33,
"time": "1774938693"
},
"stopId": "FR:76351:ZE:3773:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 47,
"time": "1774940447"
},
"departure": {
"delay": 47,
"time": "1774940447"
},
"stopId": "FR:76351:ZE:3375:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 41,
"time": "1774941041"
},
"departure": {
"delay": 41,
"time": "1774941041"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 38,
"time": "1774940078"
},
"departure": {
"delay": 38,
"time": "1774940078"
},
"stopId": "FR:76351:ZE:3061:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 47,
"time": "1774939367"
},
"departure": {
"delay": 47,
"time": "1774939367"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 33,
"time": "1774939233"
},
"departure": {
"delay": 33,
"time": "1774939233"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 65,
"time": "1774941185"
},
"departure": {
"delay": 65,
"time": "1774941185"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 47,
"time": "1774939607"
},
"departure": {
"delay": 47,
"time": "1774939607"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 24,
"time": "1774938564"
},
"stopId": "FR:76351:ZE:3006:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 79,
"time": "1774941139"
},
"departure": {
"delay": 79,
"time": "1774941139"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 71,
"time": "1774940231"
},
"departure": {
"delay": 71,
"time": "1774940231"
},
"stopId": "FR:76351:ZE:3604:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 92,
"time": "1774940852"
},
"departure": {
"delay": 92,
"time": "1774940852"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 67,
"time": "1774941007"
},
"departure": {
"delay": 67,
"time": "1774941007"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 90,
"time": "1774939950"
},
"departure": {
"delay": 90,
"time": "1774939950"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 58,
"time": "1774941118"
},
"departure": {
"delay": 58,
"time": "1774941118"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 91,
"time": "1774938811"
},
"departure": {
"delay": 91,
"time": "1774938811"
},
"stopId": "FR:76351:ZE:3544:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 39,
"time": "1774939719"
},
"departure": {
"delay": 39,
"time": "1774939719"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 33,
"time": "1774940013"
},
"departure": {
"delay": 33,
"time": "1774940013"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 33,
"time": "1774940553"
},
"departure": {
"delay": 33,
"time": "1774940553"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
}
],
"timestamp": "1774938350",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230293x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:351:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774947660"
},
"departure": {
"time": "1774949100"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"delay": 5,
"time": "1774945445"
},
"departure": {
"delay": 5,
"time": "1774946885"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1774945320"
},
"departure": {
"time": "1774946760"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1774946880"
},
"departure": {
"time": "1774948440"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1774947120"
},
"departure": {
"time": "1774948680"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1774945380"
},
"departure": {
"time": "1774946820"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1774946040"
},
"departure": {
"time": "1774947600"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1774945440"
},
"departure": {
"time": "1774946880"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1774947060"
},
"departure": {
"time": "1774948620"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1774946160"
},
"departure": {
"time": "1774947720"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1774946700"
},
"departure": {
"time": "1774948260"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1774945920"
},
"departure": {
"time": "1774947480"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1774945980"
},
"departure": {
"time": "1774947540"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1774946520"
},
"departure": {
"time": "1774948080"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1774945500"
},
"departure": {
"time": "1774946940"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1774946100"
},
"departure": {
"time": "1774947660"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 20
}
],
"timestamp": "1774935047",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:351:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230292x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 74,
"time": "1774940174"
},
"departure": {
"delay": 74,
"time": "1774940174"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 56,
"time": "1774939916"
},
"departure": {
"delay": 56,
"time": "1774939916"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 20,
"time": "1774939400"
},
"departure": {
"delay": 20,
"time": "1774939400"
},
"stopId": "FR:76351:ZE:3061:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 61,
"time": "1774940461"
},
"departure": {
"delay": 61,
"time": "1774940461"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 15,
"time": "1774940535"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 21,
"time": "1774939041"
},
"departure": {
"delay": 21,
"time": "1774939041"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 29,
"time": "1774939769"
},
"departure": {
"delay": 29,
"time": "1774939769"
},
"stopId": "FR:76351:ZE:3375:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 6,
"time": "1774938546"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 15,
"time": "1774940115"
},
"departure": {
"delay": 15,
"time": "1774940115"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 73,
"time": "1774938853"
},
"departure": {
"delay": 73,
"time": "1774938853"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 15,
"time": "1774940415"
},
"departure": {
"delay": 15,
"time": "1774940415"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 34,
"time": "1774939654"
},
"departure": {
"delay": 34,
"time": "1774939654"
},
"stopId": "FR:76351:ZE:3653:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 70,
"time": "1774939810"
},
"departure": {
"delay": 70,
"time": "1774939810"
},
"stopId": "FR:76351:ZE:3567:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 63,
"time": "1774940283"
},
"departure": {
"delay": 63,
"time": "1774940283"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 15,
"time": "1774939875"
},
"departure": {
"delay": 15,
"time": "1774939875"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 47,
"time": "1774939967"
},
"departure": {
"delay": 47,
"time": "1774939967"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 53,
"time": "1774939553"
},
"departure": {
"delay": 53,
"time": "1774939553"
},
"stopId": "FR:76351:ZE:3604:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 49,
"time": "1774940329"
},
"departure": {
"delay": 49,
"time": "1774940329"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 72,
"time": "1774939272"
},
"departure": {
"delay": 72,
"time": "1774939272"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 61,
"time": "1774940041"
},
"departure": {
"delay": 61,
"time": "1774940041"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 15,
"time": "1774938975"
},
"departure": {
"delay": 15,
"time": "1774938975"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 40,
"time": "1774940440"
},
"departure": {
"delay": 40,
"time": "1774940440"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 15,
"time": "1774940235"
},
"departure": {
"delay": 15,
"time": "1774940235"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 29,
"time": "1774938929"
},
"departure": {
"delay": 29,
"time": "1774938929"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 29,
"time": "1774938689"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 23,
"time": "1774940363"
},
"departure": {
"delay": 23,
"time": "1774940363"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 47,
"time": "1774940507"
},
"departure": {
"delay": 47,
"time": "1774940507"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"departure": {
"delay": -51,
"time": "1774938129"
},
"stopId": "FR:76351:ZE:3201:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 15,
"time": "1774939335"
},
"departure": {
"delay": 15,
"time": "1774939335"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 72,
"time": "1774939092"
},
"departure": {
"delay": 72,
"time": "1774939092"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230292x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:b3a0a84d695977541d0342f467d9c27e:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774936635"
},
"departure": {
"time": "1774936680"
},
"stopId": "FR:61169:ZE:2326:ATOUMOD104",
"stopSequence": 3
},
{
"departure": {
"delay": 2,
"time": "1774936502"
},
"stopId": "FR:61169:ZE:2336:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": -7,
"time": "1774937813"
},
"departure": {
"delay": -7,
"time": "1774937813"
},
"stopId": "FR:61169:ZE:2267:ATOUMOD104",
"stopSequence": 17
},
{
"arrival": {
"delay": -7,
"time": "1774937933"
},
"departure": {
"delay": -7,
"time": "1774937933"
},
"stopId": "FR:61169:ZE:2273:ATOUMOD104",
"stopSequence": 20
},
{
"arrival": {
"delay": 47,
"time": "1774937474"
},
"departure": {
"delay": 47,
"time": "1774937507"
},
"stopId": "FR:61169:ZE:2322:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": -7,
"time": "1774937873"
},
"departure": {
"delay": -7,
"time": "1774937873"
},
"stopId": "FR:61169:ZE:2311:ATOUMOD104",
"stopSequence": 18
},
{
"arrival": {
"delay": 2,
"time": "1774936792"
},
"departure": {
"delay": 2,
"time": "1774936802"
},
"stopId": "FR:61169:ZE:2324:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": 21,
"time": "1774936532"
},
"departure": {
"delay": 21,
"time": "1774936581"
},
"stopId": "FR:61169:ZE:2307:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": -7,
"time": "1774937702"
},
"departure": {
"delay": -7,
"time": "1774937753"
},
"stopId": "FR:61169:ZE:2291:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": -32,
"time": "1774936817"
},
"departure": {
"delay": -32,
"time": "1774936828"
},
"stopId": "FR:61169:ZE:2309:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 61,
"time": "1774938121"
},
"stopId": "FR:61169:ZE:2277:ATOUMOD104",
"stopSequence": 23
},
{
"arrival": {
"delay": 14,
"time": "1774937569"
},
"departure": {
"delay": 14,
"time": "1774937594"
},
"stopId": "FR:61169:ZE:2261:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 48,
"time": "1774937219"
},
"departure": {
"delay": 48,
"time": "1774937268"
},
"stopId": "FR:61169:ZE:2286:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": -21,
"time": "1774937319"
},
"departure": {
"delay": -21,
"time": "1774937319"
},
"stopId": "FR:61169:ZE:2317:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": -6,
"time": "1774937874"
},
"departure": {
"delay": -6,
"time": "1774937874"
},
"stopId": "FR:61169:ZE:2332:ATOUMOD104",
"stopSequence": 19
},
{
"arrival": {
"delay": -6,
"time": "1774937934"
},
"departure": {
"delay": -6,
"time": "1774937934"
},
"stopId": "FR:61169:ZE:2283:ATOUMOD104",
"stopSequence": 21
},
{
"arrival": {
"delay": 16,
"time": "1774936714"
},
"departure": {
"delay": 16,
"time": "1774936756"
},
"stopId": "FR:61169:ZE:2301:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": 89,
"time": "1774938080"
},
"departure": {
"delay": 89,
"time": "1774938089"
},
"stopId": "FR:61169:ZE:2289:ATOUMOD104",
"stopSequence": 22
},
{
"arrival": {
"delay": 61,
"time": "1774937093"
},
"departure": {
"delay": 61,
"time": "1774937161"
},
"stopId": "FR:61169:ZE:2279:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 19,
"time": "1774937374"
},
"departure": {
"delay": 19,
"time": "1774937419"
},
"stopId": "FR:61169:ZE:2281:ATOUMOD104",
"stopSequence": 12
},
{
"arrival": {
"delay": 10,
"time": "1774937639"
},
"departure": {
"delay": 10,
"time": "1774937650"
},
"stopId": "FR:61169:ZE:2320:ATOUMOD104",
"stopSequence": 15
}
],
"timestamp": "1774938242",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD104:Line:250:LOC",
"tripId": "ATOUMOD104:ServiceJourney:b3a0a84d695977541d0342f467d9c27e:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx25:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 340,
"time": "1774938280"
},
"departure": {
"delay": 340,
"time": "1774938280"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 330,
"time": "1774938075"
},
"departure": {
"delay": 330,
"time": "1774938150"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"departure": {
"delay": 25,
"time": "1774935025"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 183,
"time": "1774937703"
},
"departure": {
"delay": 183,
"time": "1774937703"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 40,
"time": "1774936600"
},
"departure": {
"delay": 40,
"time": "1774936600"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 130,
"time": "1774936425"
},
"departure": {
"delay": 130,
"time": "1774936450"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 110,
"time": "1774937125"
},
"departure": {
"delay": 110,
"time": "1774937150"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 95,
"time": "1774937230"
},
"departure": {
"delay": 95,
"time": "1774937375"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 150,
"time": "1774936050"
},
"departure": {
"delay": 150,
"time": "1774936050"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 210,
"time": "1774937825"
},
"departure": {
"delay": 210,
"time": "1774937850"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 160,
"time": "1774937477"
},
"departure": {
"delay": 160,
"time": "1774937500"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 180,
"time": "1774935600"
},
"departure": {
"delay": 180,
"time": "1774935600"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 90,
"time": "1774935450"
},
"departure": {
"delay": 90,
"time": "1774935450"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 123,
"time": "1774935183"
},
"departure": {
"delay": 123,
"time": "1774935183"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 61,
"time": "1774936501"
},
"departure": {
"delay": 61,
"time": "1774936501"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 75,
"time": "1774935255"
},
"departure": {
"delay": 75,
"time": "1774935255"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 280,
"time": "1774938400"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 63,
"time": "1774936683"
},
"departure": {
"delay": 63,
"time": "1774936683"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 130,
"time": "1774935504"
},
"departure": {
"delay": 130,
"time": "1774935550"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 154,
"time": "1774935394"
},
"departure": {
"delay": 154,
"time": "1774935394"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 133,
"time": "1774937593"
},
"departure": {
"delay": 133,
"time": "1774937593"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 115,
"time": "1774935775"
},
"departure": {
"delay": 115,
"time": "1774935775"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 35,
"time": "1774936753"
},
"departure": {
"delay": 35,
"time": "1774936775"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 275,
"time": "1774937975"
},
"departure": {
"delay": 275,
"time": "1774937975"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 125,
"time": "1774936903"
},
"departure": {
"delay": 125,
"time": "1774936925"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 133,
"time": "1774935313"
},
"departure": {
"delay": 133,
"time": "1774935313"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 59,
"time": "1774936259"
},
"departure": {
"delay": 59,
"time": "1774936259"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 105,
"time": "1774937001"
},
"departure": {
"delay": 105,
"time": "1774937025"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 170,
"time": "1774935950"
},
"departure": {
"delay": 170,
"time": "1774935950"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 2,
"time": "1774936202"
},
"departure": {
"delay": 2,
"time": "1774936202"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1774935027",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx25:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748434x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774940940"
},
"departure": {
"time": "1774940940"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"time": "1774941240"
},
"departure": {
"time": "1774941240"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 1,
"time": "1774940941"
},
"departure": {
"delay": 1,
"time": "1774940941"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"time": "1774939680"
},
"departure": {
"time": "1774939680"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"time": "1774940700"
},
"departure": {
"time": "1774940700"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"time": "1774939560"
},
"departure": {
"time": "1774939560"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1774940820"
},
"departure": {
"time": "1774940820"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"time": "1774939140"
},
"departure": {
"time": "1774939140"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"time": "1774941120"
},
"departure": {
"time": "1774941120"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"time": "1774939200"
},
"departure": {
"time": "1774939200"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"time": "1774939020"
},
"departure": {
"time": "1774939020"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"time": "1774941600"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"time": "1774939980"
},
"departure": {
"time": "1774939980"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"time": "1774941000"
},
"departure": {
"time": "1774941000"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"time": "1774940160"
},
"departure": {
"time": "1774940160"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"time": "1774939500"
},
"departure": {
"time": "1774939500"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1774940280"
},
"departure": {
"time": "1774940280"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"time": "1774940220"
},
"departure": {
"time": "1774940220"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"time": "1774941360"
},
"departure": {
"time": "1774941360"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"time": "1774940100"
},
"departure": {
"time": "1774940100"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"time": "1774939380"
},
"departure": {
"time": "1774939380"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"time": "1774941060"
},
"departure": {
"time": "1774941060"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"time": "1774939080"
},
"departure": {
"time": "1774939080"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939320"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"time": "1774940520"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 1,
"time": "1774939081"
},
"departure": {
"delay": 1,
"time": "1774939081"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"time": "1774938960"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 1,
"time": "1774941301"
},
"departure": {
"delay": 1,
"time": "1774941301"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940340"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"time": "1774941300"
},
"departure": {
"time": "1774941300"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"time": "1774939260"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748434x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:165:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2935,
"time": "1774936980"
},
"departure": {
"delay": -2935,
"time": "1774936985"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"delay": -3840,
"time": "1774936500"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 35
}
],
"timestamp": "1774938654",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:165:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057082x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 226,
"time": "1774937506"
},
"stopId": "FR:76351:ZE:4848:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 244,
"time": "1774937464"
},
"stopId": "FR:76351:ZE:4568:ATOUMOD003",
"stopSequence": 19
}
],
"timestamp": "1774937489",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057082x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850605F294236x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939800"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774936380"
},
"departure": {
"time": "1774936440"
},
"stopId": "FR:76705:ZE:StopPointxOCETrainxTERx87411181:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774938720"
},
"departure": {
"time": "1774938780"
},
"stopId": "FR:76057:ZE:StopPointxOCETrainxTERx87411264:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774938120"
},
"departure": {
"time": "1774938180"
},
"stopId": "FR:76474:ZE:StopPointxOCETrainxTERx87411249:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774936980"
},
"departure": {
"time": "1774937040"
},
"stopId": "FR:76575:ZE:StopPointxOCETrainxTERx87411215:ATOUMOD002",
"stopSequence": 7
},
{
"departure": {
"time": "1774936080"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774937280"
},
"departure": {
"time": "1774937400"
},
"stopId": "FR:76681:ZE:StopPointxOCETrainxTERx87411223:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939380"
},
"stopId": "FR:76456:ZE:StopPointxOCETrainxTERx87411280:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1774937700"
},
"departure": {
"time": "1774937880"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774936740"
},
"departure": {
"time": "1774936800"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774938900"
},
"departure": {
"time": "1774938960"
},
"stopId": "FR:76495:ZE:StopPointxOCETrainxTERx87411272:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1774938360"
},
"departure": {
"time": "1774938420"
},
"stopId": "FR:76366:ZE:StopPointxOCETrainxTERx87411256:ATOUMOD002",
"stopSequence": 15
}
],
"timestamp": "1774935639",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxde778414x6e3dx4bc7x9d9ax6bac6aed673fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850605F294236x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596538:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -135,
"time": "1774942665"
},
"departure": {
"delay": -135,
"time": "1774942665"
},
"stopId": "FR:27229:ZE:0xTRA01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 9,
"time": "1774942149"
},
"departure": {
"delay": 9,
"time": "1774942149"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -116,
"time": "1774942744"
},
"departure": {
"delay": -116,
"time": "1774942744"
},
"stopId": "FR:27229:ZE:0xLAK01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -76,
"time": "1774943324"
},
"stopId": "FR:27306:ZE:0xCID02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -117,
"time": "1774942383"
},
"departure": {
"delay": -117,
"time": "1774942383"
},
"stopId": "FR:27229:ZE:0xGAR04:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -118,
"time": "1774942562"
},
"departure": {
"delay": -118,
"time": "1774942562"
},
"stopId": "FR:27229:ZE:0xORL01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -50,
"time": "1774943290"
},
"departure": {
"delay": -50,
"time": "1774943290"
},
"stopId": "FR:27306:ZE:0xVIl02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -97,
"time": "1774942463"
},
"departure": {
"delay": -97,
"time": "1774942463"
},
"stopId": "FR:27229:ZE:0xLET01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -57,
"time": "1774943223"
},
"departure": {
"delay": -57,
"time": "1774943223"
},
"stopId": "FR:27306:ZE:0xOIS02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -101,
"time": "1774942819"
},
"departure": {
"delay": -101,
"time": "1774942819"
},
"stopId": "FR:27229:ZE:0xRON01:ATOUMOD004",
"stopSequence": 18
},
{
"departure": {
"delay": -3345,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 19,
"time": "1774942219"
},
"departure": {
"delay": 19,
"time": "1774942219"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -41,
"time": "1774942339"
},
"departure": {
"delay": -41,
"time": "1774942339"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -109,
"time": "1774942631"
},
"departure": {
"delay": -109,
"time": "1774942631"
},
"stopId": "FR:27229:ZE:0xPOL03:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -94,
"time": "1774942526"
},
"departure": {
"delay": -94,
"time": "1774942526"
},
"stopId": "FR:27229:ZE:0xMOU01:ATOUMOD004",
"stopSequence": 8
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T6:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596538:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056449x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 243,
"time": "1774939143"
},
"departure": {
"delay": 243,
"time": "1774939143"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 298,
"time": "1774938778"
},
"departure": {
"delay": 298,
"time": "1774938778"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 258,
"time": "1774938558"
},
"stopId": "FR:76351:ZE:3490:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 243,
"time": "1774938903"
},
"departure": {
"delay": 243,
"time": "1774938903"
},
"stopId": "FR:76351:ZE:4786:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": 243,
"time": "1774938663"
},
"stopId": "FR:76351:ZE:3477:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 258,
"time": "1774938978"
},
"departure": {
"delay": 258,
"time": "1774938978"
},
"stopId": "FR:76351:ZE:3049:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 247,
"time": "1774938727"
},
"departure": {
"delay": 247,
"time": "1774938727"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 243,
"time": "1774939263"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 264,
"time": "1774938864"
},
"departure": {
"delay": 264,
"time": "1774938864"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 283,
"time": "1774939063"
},
"departure": {
"delay": 283,
"time": "1774939063"
},
"stopId": "FR:76351:ZE:3670:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 255,
"time": "1774939035"
},
"departure": {
"delay": 255,
"time": "1774939035"
},
"stopId": "FR:76351:ZE:3404:ATOUMOD003",
"stopSequence": 24
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056449x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:4819009783463936x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 585,
"time": "1774938455"
},
"departure": {
"delay": 585,
"time": "1774938465"
},
"stopId": "FR:14147:ZE:5466875027783680:ATOUMOD036",
"stopSequence": 3
},
{
"arrival": {
"delay": 546,
"time": "1774938776"
},
"departure": {
"delay": 546,
"time": "1774938786"
},
"stopId": "FR:14621:ZE:5845434720321536:ATOUMOD036",
"stopSequence": 5
},
{
"arrival": {
"delay": 598,
"time": "1774938648"
},
"departure": {
"delay": 598,
"time": "1774938658"
},
"stopId": "FR:14621:ZE:6064929963507712:ATOUMOD036",
"stopSequence": 4
},
{
"arrival": {
"delay": -636,
"time": "1774938684"
},
"stopId": "FR:14621:ZE:5167230628134912:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": 386,
"time": "1774938196"
},
"departure": {
"delay": 386,
"time": "1774938206"
},
"stopId": "FR:14147:ZE:5597413512314880:ATOUMOD036",
"stopSequence": 2
},
{
"arrival": {
"delay": -725,
"time": "1774938396"
},
"departure": {
"delay": -725,
"time": "1774938415"
},
"stopId": "FR:14621:ZE:5497314803187712:ATOUMOD036",
"stopSequence": 8
},
{
"arrival": {
"delay": -607,
"time": "1774938643"
},
"departure": {
"delay": -607,
"time": "1774938653"
},
"stopId": "FR:14621:ZE:6301787611987968:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": -694,
"time": "1774938310"
},
"departure": {
"delay": -694,
"time": "1774938326"
},
"stopId": "FR:14621:ZE:5299643496792064:ATOUMOD036",
"stopSequence": 7
},
{
"arrival": {
"delay": 576,
"time": "1774938866"
},
"departure": {
"delay": 576,
"time": "1774938876"
},
"stopId": "FR:14621:ZE:5092248116002816:ATOUMOD036",
"stopSequence": 6
}
],
"timestamp": "1774938187",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5321238189703168:LOC",
"tripId": "ATOUMOD036:ServiceJourney:4819009783463936x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011217x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 73,
"time": "1774937953"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 54
},
{
"departure": {
"delay": 73,
"time": "1774937833"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 53
}
],
"timestamp": "1774937919",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011217x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596169:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -308,
"time": "1774941892"
},
"stopId": "FR:27229:ZE:0xZIIC04:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": -1965,
"time": "1774938735"
},
"departure": {
"delay": -1965,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xWAL01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -2205,
"time": "1774938735"
},
"departure": {
"delay": -2205,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xQUI01:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -1605,
"time": "1774938735"
},
"departure": {
"delay": -1605,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xLES02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -277,
"time": "1774941863"
},
"departure": {
"delay": -277,
"time": "1774941863"
},
"stopId": "FR:27229:ZE:0xSUC02:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": -1965,
"time": "1774938735"
},
"departure": {
"delay": -1965,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xBOU01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -2565,
"time": "1774938735"
},
"departure": {
"delay": -2565,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xTAU01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -2745,
"time": "1774938735"
},
"departure": {
"delay": -2745,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xVED01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -2445,
"time": "1774938735"
},
"departure": {
"delay": -2445,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xMFO01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -1365,
"time": "1774938735"
},
"departure": {
"delay": -1365,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xCLC02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -231,
"time": "1774941549"
},
"departure": {
"delay": -231,
"time": "1774941549"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -260,
"time": "1774941820"
},
"departure": {
"delay": -260,
"time": "1774941820"
},
"stopId": "FR:27229:ZE:0xVUL02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -2265,
"time": "1774938735"
},
"departure": {
"delay": -2265,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xSTA01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -1665,
"time": "1774938735"
},
"departure": {
"delay": -1665,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xBVE02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -1125,
"time": "1774938735"
},
"departure": {
"delay": -1125,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xMOI02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -117,
"time": "1774941663"
},
"departure": {
"delay": -117,
"time": "1774941663"
},
"stopId": "FR:27229:ZE:0xLEB01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -2145,
"time": "1774938735"
},
"departure": {
"delay": -2145,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHON01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -1845,
"time": "1774938735"
},
"departure": {
"delay": -1845,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xBAU02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -1485,
"time": "1774938735"
},
"departure": {
"delay": -1485,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xCLN02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -1185,
"time": "1774938735"
},
"departure": {
"delay": -1185,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xRGO02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -1305,
"time": "1774938735"
},
"departure": {
"delay": -1305,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xHEP01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -2745,
"time": "1774938735"
},
"departure": {
"delay": -2745,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -2625,
"time": "1774938735"
},
"departure": {
"delay": -2625,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xARC01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -158,
"time": "1774941742"
},
"departure": {
"delay": -158,
"time": "1774941742"
},
"stopId": "FR:27229:ZE:0xLYT02:ATOUMOD004",
"stopSequence": 30
},
{
"departure": {
"delay": -1065,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xROU02:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -1785,
"time": "1774938735"
},
"departure": {
"delay": -1785,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xALI01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -186,
"time": "1774941474"
},
"departure": {
"delay": -186,
"time": "1774941474"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 27
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T4:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596169:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850405F294250x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774936800"
},
"departure": {
"time": "1774936860"
},
"stopId": "FR:76279:ZE:StopPointxOCETrainxTERx87413377:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774935720"
},
"departure": {
"time": "1774935780"
},
"stopId": "FR:76495:ZE:StopPointxOCETrainxTERx87411272:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774935540"
},
"departure": {
"time": "1774935600"
},
"stopId": "FR:76057:ZE:StopPointxOCETrainxTERx87411264:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774937280"
},
"departure": {
"time": "1774937340"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774936380"
},
"departure": {
"time": "1774936440"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774938300"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 14
},
{
"departure": {
"time": "1774934940"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774937640"
},
"departure": {
"time": "1774937700"
},
"stopId": "FR:76250:ZE:StopPointxOCETrainxTERx87413328:ATOUMOD002",
"stopSequence": 13
}
],
"timestamp": "1774931319",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxA474D9C7x1A46x4870x8AAAx2A9C49F46F3Dx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850405F294250x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851006F24939x2026x03x02T15x01x33Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774939020"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774940100"
},
"departure": {
"time": "1774940160"
},
"stopId": "FR:27119:ZE:StopPointxOCETrainxTERx87387092:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774941300"
},
"departure": {
"time": "1774941420"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1774943520"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774940520"
},
"departure": {
"time": "1774940580"
},
"stopId": "FR:78107:ZE:StopPointxOCETrainxTERx87381624:ATOUMOD002",
"stopSequence": 19
}
],
"timestamp": "1774935398",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx57AE0F48x2436x44BDxA2F0xAA45D4A483E7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851006F24939x2026x03x02T15x01x33Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx115:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940340"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939320"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 5,
"time": "1774941305"
},
"departure": {
"delay": 5,
"time": "1774941305"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774939440"
},
"departure": {
"time": "1774939440"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774941180"
},
"departure": {
"time": "1774941180"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774940040"
},
"departure": {
"time": "1774940040"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774940160"
},
"departure": {
"time": "1774940160"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774941480"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774939380"
},
"departure": {
"time": "1774939380"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774939740"
},
"departure": {
"time": "1774939740"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774940820"
},
"departure": {
"time": "1774940820"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774939860"
},
"departure": {
"time": "1774939860"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774939080"
},
"departure": {
"time": "1774939080"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774939980"
},
"departure": {
"time": "1774939980"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774940280"
},
"departure": {
"time": "1774940280"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774940700"
},
"departure": {
"time": "1774940700"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774939500"
},
"departure": {
"time": "1774939500"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774941300"
},
"departure": {
"time": "1774941300"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774941060"
},
"departure": {
"time": "1774941060"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"departure": {
"time": "1774938600"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774939560"
},
"departure": {
"time": "1774939560"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774940940"
},
"departure": {
"time": "1774940940"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774939920"
},
"departure": {
"time": "1774939920"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774940520"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774941360"
},
"departure": {
"time": "1774941360"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": 5,
"time": "1774939925"
},
"departure": {
"delay": 5,
"time": "1774939925"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1774938645",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx115:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx467:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774970580"
},
"departure": {
"time": "1774970580"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774971960"
},
"departure": {
"time": "1774971960"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774970880"
},
"departure": {
"time": "1774970880"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 5,
"time": "1774971065"
},
"departure": {
"delay": 5,
"time": "1774971065"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774972080"
},
"departure": {
"time": "1774972080"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774971480"
},
"departure": {
"time": "1774971480"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774972440"
},
"departure": {
"time": "1774972440"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774972320"
},
"departure": {
"time": "1774972320"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"departure": {
"time": "1774969500"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774970160"
},
"departure": {
"time": "1774970160"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774971420"
},
"departure": {
"time": "1774971420"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774970640"
},
"departure": {
"time": "1774970640"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774972200"
},
"departure": {
"time": "1774972200"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774971840"
},
"departure": {
"time": "1774971840"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774971180"
},
"departure": {
"time": "1774971180"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774971000"
},
"departure": {
"time": "1774971000"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774970700"
},
"departure": {
"time": "1774970700"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774971060"
},
"departure": {
"time": "1774971060"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774971120"
},
"departure": {
"time": "1774971120"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 5,
"time": "1774972445"
},
"departure": {
"delay": 5,
"time": "1774972445"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774972500"
},
"departure": {
"time": "1774972500"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774971660"
},
"departure": {
"time": "1774971660"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774971300"
},
"departure": {
"time": "1774971300"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774970400"
},
"departure": {
"time": "1774970400"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774972620"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774970520"
},
"departure": {
"time": "1774970520"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1774938743",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx467:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107826x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 82,
"time": "1774938742"
},
"stopId": "FR:76351:ZE:4003:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 90,
"time": "1774939050"
},
"stopId": "FR:76481:ZE:4890:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 54,
"time": "1774938954"
},
"departure": {
"delay": 54,
"time": "1774938954"
},
"stopId": "FR:76351:ZE:3953:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 67,
"time": "1774938847"
},
"departure": {
"delay": 67,
"time": "1774938847"
},
"stopId": "FR:76351:ZE:3987:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 122,
"time": "1774938662"
},
"stopId": "FR:76351:ZE:3975:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107826x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602168:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 109,
"time": "1774939429"
},
"departure": {
"delay": 109,
"time": "1774939429"
},
"stopId": "FR:27229:ZE:0xPAN02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 121,
"time": "1774939921"
},
"stopId": "FR:27229:ZE:0xROS02:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": 114,
"time": "1774939254"
},
"departure": {
"delay": 114,
"time": "1774939254"
},
"stopId": "FR:27229:ZE:0xNEUBO01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 107,
"time": "1774939007"
},
"departure": {
"delay": 107,
"time": "1774939007"
},
"stopId": "FR:27229:ZE:0xCOT02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 194,
"time": "1774938914"
},
"departure": {
"delay": 194,
"time": "1774938914"
},
"stopId": "FR:27229:ZE:0xSAU02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 26,
"time": "1774939046"
},
"departure": {
"delay": 26,
"time": "1774939046"
},
"stopId": "FR:27229:ZE:0xLOR02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 123,
"time": "1774939863"
},
"departure": {
"delay": 123,
"time": "1774939863"
},
"stopId": "FR:27229:ZE:0xTAT02:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 144,
"time": "1774939704"
},
"departure": {
"delay": 144,
"time": "1774939704"
},
"stopId": "FR:27229:ZE:0xCAS02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 144,
"time": "1774939764"
},
"departure": {
"delay": 144,
"time": "1774939764"
},
"stopId": "FR:27229:ZE:0xCLS02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 121,
"time": "1774939621"
},
"departure": {
"delay": 121,
"time": "1774939621"
},
"stopId": "FR:27229:ZE:0xSAC02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 170,
"time": "1774939370"
},
"departure": {
"delay": 170,
"time": "1774939370"
},
"stopId": "FR:27229:ZE:0xECH02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 83,
"time": "1774939283"
},
"departure": {
"delay": 83,
"time": "1774939283"
},
"stopId": "FR:27229:ZE:0xADO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 166,
"time": "1774939666"
},
"departure": {
"delay": 166,
"time": "1774939666"
},
"stopId": "FR:27229:ZE:0xSAL02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 118,
"time": "1774938838"
},
"departure": {
"delay": 118,
"time": "1774938838"
},
"stopId": "FR:27229:ZE:0xCIN01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 22,
"time": "1774938606"
},
"departure": {
"delay": 22,
"time": "1774938682"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 155,
"time": "1774939835"
},
"departure": {
"delay": 155,
"time": "1774939835"
},
"stopId": "FR:27229:ZE:0xBOS02:ATOUMOD004",
"stopSequence": 26
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602168:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851707F306418x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774942020"
},
"departure": {
"time": "1774942080"
},
"stopId": "FR:76179:ZE:StopPointxOCETrainxTERx87411819:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774943640"
},
"stopId": "FR:76217:ZE:StopPointxOCETrainxTERx87415018:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1774942680"
},
"departure": {
"time": "1774942740"
},
"stopId": "FR:76034:ZE:StopPointxOCETrainxTERx87415158:ATOUMOD002",
"stopSequence": 7
},
{
"departure": {
"time": "1774941000"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774941660"
},
"departure": {
"time": "1774941720"
},
"stopId": "FR:76245:ZE:StopPointxOCETrainxTERx87411801:ATOUMOD002",
"stopSequence": 3
}
],
"timestamp": "1774937379",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxa5e2106ex65d0x4abexa726xbea36c38855bx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851707F306418x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3338F46391x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774942020"
},
"departure": {
"time": "1774942140"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774939560"
},
"departure": {
"time": "1774939620"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774945860"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1774940460"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 5
},
{
"departure": {
"time": "1774938180"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 1
}
],
"timestamp": "1774934558",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx0ce8180cx0fb6x4cc1x80bax53782622a5cex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3338F46391x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746146x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -65,
"time": "1774931910"
},
"departure": {
"delay": -65,
"time": "1774931935"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -2,
"time": "1774932283"
},
"departure": {
"delay": -2,
"time": "1774932298"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 3,
"time": "1774931381"
},
"departure": {
"delay": 3,
"time": "1774931463"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 24,
"time": "1774930250"
},
"departure": {
"delay": 24,
"time": "1774930284"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -73,
"time": "1774931786"
},
"departure": {
"delay": -73,
"time": "1774931807"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 4,
"time": "1774931024"
},
"departure": {
"delay": 4,
"time": "1774931104"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -19,
"time": "1774932632"
},
"departure": {
"delay": -19,
"time": "1774932641"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -49,
"time": "1774933134"
},
"departure": {
"delay": -49,
"time": "1774933151"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -12,
"time": "1774932692"
},
"departure": {
"delay": -12,
"time": "1774932708"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -63,
"time": "1774932759"
},
"departure": {
"delay": -63,
"time": "1774932777"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 17,
"time": "1774930672"
},
"departure": {
"delay": 17,
"time": "1774930697"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -24,
"time": "1774931718"
},
"departure": {
"delay": -24,
"time": "1774931736"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 1,
"time": "1774931495"
},
"departure": {
"delay": 1,
"time": "1774931521"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -29,
"time": "1774930091"
},
"departure": {
"delay": -29,
"time": "1774930111"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 37,
"time": "1774930225"
},
"departure": {
"delay": 37,
"time": "1774930237"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 41,
"time": "1774930329"
},
"departure": {
"delay": 41,
"time": "1774930361"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -19,
"time": "1774930590"
},
"departure": {
"delay": -19,
"time": "1774930601"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -8,
"time": "1774930047"
},
"departure": {
"delay": -8,
"time": "1774930072"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 11,
"time": "1774930173"
},
"departure": {
"delay": 11,
"time": "1774930211"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -8,
"time": "1774930763"
},
"departure": {
"delay": -8,
"time": "1774930792"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -3,
"time": "1774930543"
},
"departure": {
"delay": -3,
"time": "1774930557"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 7,
"time": "1774929907"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 14,
"time": "1774929955"
},
"departure": {
"delay": 14,
"time": "1774929974"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -2,
"time": "1774930422"
},
"departure": {
"delay": -2,
"time": "1774930438"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 19,
"time": "1774932040"
},
"departure": {
"delay": 19,
"time": "1774932139"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -4,
"time": "1774932398"
},
"departure": {
"delay": -4,
"time": "1774932416"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 1,
"time": "1774932169"
},
"departure": {
"delay": 1,
"time": "1774932181"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -63,
"time": "1774932882"
},
"departure": {
"delay": -63,
"time": "1774932897"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -32,
"time": "1774933288"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": -11,
"time": "1774931176"
},
"departure": {
"delay": -11,
"time": "1774931269"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 14,
"time": "1774931610"
},
"departure": {
"delay": 14,
"time": "1774931654"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 11,
"time": "1774932476"
},
"departure": {
"delay": 11,
"time": "1774932491"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -70,
"time": "1774931970"
},
"departure": {
"delay": -70,
"time": "1774931990"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -4,
"time": "1774932218"
},
"departure": {
"delay": -4,
"time": "1774932236"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -10,
"time": "1774932514"
},
"departure": {
"delay": -10,
"time": "1774932530"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -78,
"time": "1774932808"
},
"departure": {
"delay": -78,
"time": "1774932822"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 28,
"time": "1774930380"
},
"departure": {
"delay": 28,
"time": "1774930408"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -44,
"time": "1774930923"
},
"departure": {
"delay": -44,
"time": "1774930936"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -42,
"time": "1774932717"
},
"departure": {
"delay": -42,
"time": "1774932738"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -18,
"time": "1774933213"
},
"departure": {
"delay": -18,
"time": "1774933242"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": -12,
"time": "1774931310"
},
"departure": {
"delay": -12,
"time": "1774931328"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -58,
"time": "1774932918"
},
"departure": {
"delay": -58,
"time": "1774932962"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 16,
"time": "1774932606"
},
"departure": {
"delay": 16,
"time": "1774932616"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 35,
"time": "1774932556"
},
"departure": {
"delay": 35,
"time": "1774932575"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -78,
"time": "1774931826"
},
"departure": {
"delay": -78,
"time": "1774931862"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -14,
"time": "1774931544"
},
"departure": {
"delay": -14,
"time": "1774931566"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 22,
"time": "1774930135"
},
"departure": {
"delay": 22,
"time": "1774930162"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -22,
"time": "1774933104"
},
"departure": {
"delay": -22,
"time": "1774933118"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -7,
"time": "1774930828"
},
"departure": {
"delay": -7,
"time": "1774930853"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -28,
"time": "1774930620"
},
"departure": {
"delay": -28,
"time": "1774930652"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1774938725",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746146x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10,
"time": "1774933831"
},
"departure": {
"delay": 10,
"time": "1774933870"
},
"stopId": "FR:76057:ZE:30027:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 38,
"time": "1774933512"
},
"departure": {
"delay": 38,
"time": "1774933598"
},
"stopId": "FR:76495:ZE:30032:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": -24,
"time": "1774934000"
},
"departure": {
"delay": -24,
"time": "1774934016"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 66,
"time": "1774932951"
},
"departure": {
"delay": 66,
"time": "1774932966"
},
"stopId": "FR:76495:ZE:30029:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 17,
"time": "1774933685"
},
"departure": {
"delay": 17,
"time": "1774933697"
},
"stopId": "FR:76057:ZE:30015:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": -5,
"time": "1774933946"
},
"departure": {
"delay": -5,
"time": "1774933975"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": -49,
"time": "1774934039"
},
"departure": {
"delay": -49,
"time": "1774934051"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 15,
"time": "1774933626"
},
"departure": {
"delay": 15,
"time": "1774933635"
},
"stopId": "FR:76495:ZE:30034:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 56,
"time": "1774933412"
},
"departure": {
"delay": 56,
"time": "1774933496"
},
"stopId": "FR:76495:ZE:30040:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 38,
"time": "1774932988"
},
"departure": {
"delay": 38,
"time": "1774932998"
},
"stopId": "FR:76495:ZE:30038:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": -95,
"time": "1774934485"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 25
},
{
"arrival": {
"delay": -56,
"time": "1774934086"
},
"departure": {
"delay": -56,
"time": "1774934104"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 19
},
{
"arrival": {
"delay": 27,
"time": "1774933238"
},
"departure": {
"delay": 27,
"time": "1774933287"
},
"stopId": "FR:76495:ZE:30042:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": -38,
"time": "1774934404"
},
"departure": {
"delay": -38,
"time": "1774934422"
},
"stopId": "FR:76057:ZE:30003:ATOUMOD041",
"stopSequence": 24
},
{
"arrival": {
"delay": -51,
"time": "1774934220"
},
"departure": {
"delay": -51,
"time": "1774934229"
},
"stopId": "FR:76057:ZE:30017:ATOUMOD041",
"stopSequence": 21
},
{
"arrival": {
"delay": 39,
"time": "1774933765"
},
"departure": {
"delay": 39,
"time": "1774933779"
},
"stopId": "FR:76057:ZE:30005:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": -11,
"time": "1774933352"
},
"departure": {
"delay": -11,
"time": "1774933369"
},
"stopId": "FR:76495:ZE:30037:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 5,
"time": "1774933886"
},
"departure": {
"delay": 5,
"time": "1774933925"
},
"stopId": "FR:76057:ZE:30011:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": -21,
"time": "1774934183"
},
"departure": {
"delay": -21,
"time": "1774934199"
},
"stopId": "FR:76057:ZE:30013:ATOUMOD041",
"stopSequence": 20
},
{
"arrival": {
"delay": 18,
"time": "1774933317"
},
"departure": {
"delay": 18,
"time": "1774933338"
},
"stopId": "FR:76495:ZE:30044:ATOUMOD041",
"stopSequence": 6
},
{
"departure": {
"delay": 66,
"time": "1774932906"
},
"stopId": "FR:76495:ZE:30030:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": -24,
"time": "1774934278"
},
"departure": {
"delay": -24,
"time": "1774934316"
},
"stopId": "FR:76057:ZE:30002:ATOUMOD041",
"stopSequence": 22
},
{
"arrival": {
"delay": 17,
"time": "1774933804"
},
"departure": {
"delay": 17,
"time": "1774933817"
},
"stopId": "FR:76057:ZE:30009:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": -23,
"time": "1774934345"
},
"departure": {
"delay": -23,
"time": "1774934377"
},
"stopId": "FR:76057:ZE:30025:ATOUMOD041",
"stopSequence": 23
},
{
"arrival": {
"delay": 3,
"time": "1774933069"
},
"departure": {
"delay": 3,
"time": "1774933083"
},
"stopId": "FR:76495:ZE:30035:ATOUMOD041",
"stopSequence": 4
}
],
"timestamp": "1774938750",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD041:Line:1:LOC",
"tripId": "ATOUMOD041:ServiceJourney:1:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850607F294234x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774942500"
},
"departure": {
"time": "1774942560"
},
"stopId": "FR:76495:ZE:StopPointxOCETrainxTERx87411272:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1774941300"
},
"departure": {
"time": "1774941480"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 11
},
{
"departure": {
"time": "1774939920"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774942980"
},
"departure": {
"time": "1774943040"
},
"stopId": "FR:76456:ZE:StopPointxOCETrainxTERx87411280:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1774941720"
},
"departure": {
"time": "1774941780"
},
"stopId": "FR:76474:ZE:StopPointxOCETrainxTERx87411249:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942380"
},
"stopId": "FR:76057:ZE:StopPointxOCETrainxTERx87411264:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774940880"
},
"departure": {
"time": "1774941000"
},
"stopId": "FR:76681:ZE:StopPointxOCETrainxTERx87411223:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774943400"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774941960"
},
"departure": {
"time": "1774942020"
},
"stopId": "FR:76366:ZE:StopPointxOCETrainxTERx87411256:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774940580"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:76575:ZE:StopPointxOCETrainxTERx87411215:ATOUMOD002",
"stopSequence": 7
}
],
"timestamp": "1774936299",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxde778414x6e3dx4bc7x9d9ax6bac6aed673fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850607F294234x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470556:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -83,
"time": "1774941397"
},
"departure": {
"delay": -83,
"time": "1774941397"
},
"stopId": "FR:27701:ZE:0x7109:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -182,
"time": "1774942138"
},
"departure": {
"delay": -182,
"time": "1774942138"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -129,
"time": "1774941711"
},
"departure": {
"delay": -129,
"time": "1774941711"
},
"stopId": "FR:27701:ZE:0x7037:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -130,
"time": "1774941950"
},
"departure": {
"delay": -130,
"time": "1774941950"
},
"stopId": "FR:27375:ZE:0x6408:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -257,
"time": "1774942183"
},
"departure": {
"delay": -257,
"time": "1774942183"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -159,
"time": "1774941861"
},
"departure": {
"delay": -159,
"time": "1774941861"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -119,
"time": "1774941481"
},
"departure": {
"delay": -119,
"time": "1774941481"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 5,
"time": "1774941125"
},
"departure": {
"delay": 5,
"time": "1774941125"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -75,
"time": "1774941645"
},
"departure": {
"delay": -75,
"time": "1774941645"
},
"stopId": "FR:27701:ZE:0x7133:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -108,
"time": "1774941612"
},
"departure": {
"delay": -108,
"time": "1774941612"
},
"stopId": "FR:27701:ZE:0x7045:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -96,
"time": "1774941564"
},
"departure": {
"delay": -96,
"time": "1774941564"
},
"stopId": "FR:27701:ZE:0x7055:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -96,
"time": "1774941444"
},
"departure": {
"delay": -96,
"time": "1774941444"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -315,
"time": "1774942245"
},
"departure": {
"delay": -315,
"time": "1774942245"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 21
},
{
"departure": {
"time": "1774941000"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -53,
"time": "1774941307"
},
"departure": {
"delay": -53,
"time": "1774941307"
},
"stopId": "FR:27701:ZE:0x7096:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -345,
"time": "1774942275"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -191,
"time": "1774942069"
},
"departure": {
"delay": -191,
"time": "1774942069"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -105,
"time": "1774941675"
},
"departure": {
"delay": -105,
"time": "1774941675"
},
"stopId": "FR:27701:ZE:0x7069:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -22,
"time": "1774941158"
},
"departure": {
"delay": -22,
"time": "1774941158"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -23,
"time": "1774941217"
},
"departure": {
"delay": -23,
"time": "1774941217"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -129,
"time": "1774941771"
},
"departure": {
"delay": -129,
"time": "1774941771"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -207,
"time": "1774941993"
},
"departure": {
"delay": -207,
"time": "1774941993"
},
"stopId": "FR:27375:ZE:0x6443:ATOUMOD006",
"stopSequence": 17
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470556:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15249:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -30900,
"time": "1774937820"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774937658",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15249:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:56:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 117,
"time": "1774936346"
},
"departure": {
"delay": 117,
"time": "1774936377"
},
"stopId": "FR:14333:ZE:33:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 103,
"time": "1774935034"
},
"departure": {
"delay": 103,
"time": "1774935103"
},
"stopId": "FR:14333:ZE:8:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"time": "1774935431"
},
"departure": {
"time": "1774935360"
},
"stopId": "FR:14333:ZE:18:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 101,
"time": "1774935962"
},
"departure": {
"delay": 101,
"time": "1774936001"
},
"stopId": "FR:14333:ZE:25:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 125,
"time": "1774935517"
},
"departure": {
"delay": 125,
"time": "1774935545"
},
"stopId": "FR:14333:ZE:20:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 52,
"time": "1774936040"
},
"departure": {
"delay": 52,
"time": "1774936072"
},
"stopId": "FR:14333:ZE:27:ATOUMOD021",
"stopSequence": 14
},
{
"departure": {
"delay": 8,
"time": "1774934708"
},
"stopId": "FR:14333:ZE:2:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 95,
"time": "1774935327"
},
"departure": {
"delay": 95,
"time": "1774935335"
},
"stopId": "FR:14333:ZE:14:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 28,
"time": "1774936400"
},
"departure": {
"delay": 28,
"time": "1774936408"
},
"stopId": "FR:14333:ZE:35:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 116,
"time": "1774935251"
},
"departure": {
"delay": 116,
"time": "1774935296"
},
"stopId": "FR:14333:ZE:12:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": -99,
"time": "1774936581"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 79,
"time": "1774935370"
},
"departure": {
"delay": 79,
"time": "1774935379"
},
"stopId": "FR:14333:ZE:16:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 82,
"time": "1774936172"
},
"departure": {
"delay": 82,
"time": "1774936222"
},
"stopId": "FR:14333:ZE:29:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 15,
"time": "1774936448"
},
"departure": {
"delay": 15,
"time": "1774936455"
},
"stopId": "FR:14333:ZE:37:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 75,
"time": "1774934733"
},
"departure": {
"delay": 75,
"time": "1774934835"
},
"stopId": "FR:14333:ZE:4:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 135,
"time": "1774935568"
},
"departure": {
"delay": 135,
"time": "1774935615"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 77,
"time": "1774935132"
},
"departure": {
"delay": 77,
"time": "1774935197"
},
"stopId": "FR:14333:ZE:10:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 98,
"time": "1774935743"
},
"departure": {
"delay": 98,
"time": "1774935878"
},
"stopId": "FR:14536:ZE:23:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 58,
"time": "1774934877"
},
"departure": {
"delay": 58,
"time": "1774934938"
},
"stopId": "FR:14333:ZE:6:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 118,
"time": "1774936276"
},
"departure": {
"delay": 118,
"time": "1774936318"
},
"stopId": "FR:14333:ZE:31:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 31,
"time": "1774936519"
},
"departure": {
"delay": 31,
"time": "1774936531"
},
"stopId": "FR:14333:ZE:39:ATOUMOD021",
"stopSequence": 20
}
],
"timestamp": "1774938753",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:56:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745660x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 40,
"time": "1774939660"
},
"departure": {
"delay": 40,
"time": "1774939660"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 40,
"time": "1774940320"
},
"departure": {
"delay": 40,
"time": "1774940320"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 40,
"time": "1774939300"
},
"departure": {
"delay": 40,
"time": "1774939300"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 40,
"time": "1774939120"
},
"departure": {
"delay": 40,
"time": "1774939120"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 40,
"time": "1774939960"
},
"departure": {
"delay": 40,
"time": "1774939960"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 40,
"time": "1774939900"
},
"departure": {
"delay": 40,
"time": "1774939900"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 40,
"time": "1774939480"
},
"departure": {
"delay": 40,
"time": "1774939480"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 40,
"time": "1774939060"
},
"departure": {
"delay": 40,
"time": "1774939060"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 40,
"time": "1774940680"
},
"departure": {
"delay": 40,
"time": "1774940680"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 40,
"time": "1774941340"
},
"departure": {
"delay": 40,
"time": "1774941340"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 40,
"time": "1774941280"
},
"departure": {
"delay": 40,
"time": "1774941280"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 40,
"time": "1774939180"
},
"departure": {
"delay": 40,
"time": "1774939180"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 40,
"time": "1774940200"
},
"departure": {
"delay": 40,
"time": "1774940200"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 40,
"time": "1774939540"
},
"departure": {
"delay": 40,
"time": "1774939540"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 40,
"time": "1774940080"
},
"departure": {
"delay": 40,
"time": "1774940080"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 40,
"time": "1774941040"
},
"departure": {
"delay": 40,
"time": "1774941040"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"departure": {
"delay": 6,
"time": "1774938486"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 40,
"time": "1774938940"
},
"departure": {
"delay": 40,
"time": "1774938940"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 40,
"time": "1774941460"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 40,
"time": "1774941220"
},
"departure": {
"delay": 40,
"time": "1774941220"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 40,
"time": "1774939420"
},
"departure": {
"delay": 40,
"time": "1774939420"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 40,
"time": "1774940620"
},
"departure": {
"delay": 40,
"time": "1774940620"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 20,
"time": "1774938620"
},
"departure": {
"delay": 20,
"time": "1774938680"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 40,
"time": "1774940860"
},
"departure": {
"delay": 40,
"time": "1774940860"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 40,
"time": "1774940980"
},
"departure": {
"delay": 40,
"time": "1774940980"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 40,
"time": "1774938760"
},
"departure": {
"delay": 40,
"time": "1774938760"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 40,
"time": "1774940800"
},
"departure": {
"delay": 40,
"time": "1774940800"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -2,
"time": "1774938561"
},
"departure": {
"delay": -2,
"time": "1774938598"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 40,
"time": "1774940440"
},
"departure": {
"delay": 40,
"time": "1774940440"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 40,
"time": "1774938880"
},
"departure": {
"delay": 40,
"time": "1774938880"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 52,
"time": "1774938702"
},
"departure": {
"delay": 52,
"time": "1774938712"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 40,
"time": "1774939600"
},
"departure": {
"delay": 40,
"time": "1774939600"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 40,
"time": "1774941160"
},
"departure": {
"delay": 40,
"time": "1774941160"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 40,
"time": "1774939780"
},
"departure": {
"delay": 40,
"time": "1774939780"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 40,
"time": "1774940020"
},
"departure": {
"delay": 40,
"time": "1774940020"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1774938724",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745660x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745715x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 95,
"time": "1774934632"
},
"departure": {
"delay": 95,
"time": "1774934675"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 322,
"time": "1774936552"
},
"departure": {
"delay": 322,
"time": "1774936582"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 358,
"time": "1774936776"
},
"departure": {
"delay": 358,
"time": "1774936798"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 158,
"time": "1774934921"
},
"departure": {
"delay": 158,
"time": "1774934978"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 454,
"time": "1774935958"
},
"departure": {
"delay": 454,
"time": "1774935994"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 58,
"time": "1774934150"
},
"departure": {
"delay": 58,
"time": "1774934158"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 417,
"time": "1774936094"
},
"departure": {
"delay": 417,
"time": "1774936137"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 124,
"time": "1774934527"
},
"departure": {
"delay": 124,
"time": "1774934584"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 135,
"time": "1774935059"
},
"departure": {
"delay": 135,
"time": "1774935135"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 297,
"time": "1774936904"
},
"departure": {
"delay": 297,
"time": "1774936917"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 310,
"time": "1774936861"
},
"departure": {
"delay": 310,
"time": "1774936870"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 245,
"time": "1774936985"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 172,
"time": "1774935222"
},
"departure": {
"delay": 172,
"time": "1774935292"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 407,
"time": "1774936175"
},
"departure": {
"delay": 407,
"time": "1774936187"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 340,
"time": "1774936827"
},
"departure": {
"delay": 340,
"time": "1774936840"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 394,
"time": "1774936029"
},
"departure": {
"delay": 394,
"time": "1774936054"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 9,
"time": "1774933809"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 97,
"time": "1774934466"
},
"departure": {
"delay": 97,
"time": "1774934497"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 361,
"time": "1774936673"
},
"departure": {
"delay": 361,
"time": "1774936681"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 77,
"time": "1774933910"
},
"departure": {
"delay": 77,
"time": "1774933937"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 469,
"time": "1774935828"
},
"departure": {
"delay": 469,
"time": "1774935889"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 113,
"time": "1774934291"
},
"departure": {
"delay": 113,
"time": "1774934333"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 411,
"time": "1774935669"
},
"departure": {
"delay": 411,
"time": "1774935711"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 377,
"time": "1774936447"
},
"departure": {
"delay": 377,
"time": "1774936457"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 433,
"time": "1774936359"
},
"departure": {
"delay": 433,
"time": "1774936393"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 272,
"time": "1774936933"
},
"departure": {
"delay": 272,
"time": "1774936952"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 441,
"time": "1774936267"
},
"departure": {
"delay": 441,
"time": "1774936281"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 129,
"time": "1774934376"
},
"departure": {
"delay": 129,
"time": "1774934409"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 72,
"time": "1774933995"
},
"departure": {
"delay": 72,
"time": "1774934052"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 363,
"time": "1774936709"
},
"departure": {
"delay": 363,
"time": "1774936743"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 76,
"time": "1774934106"
},
"departure": {
"delay": 76,
"time": "1774934116"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 82,
"time": "1774934740"
},
"departure": {
"delay": 82,
"time": "1774934782"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 447,
"time": "1774936194"
},
"departure": {
"delay": 447,
"time": "1774936227"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 373,
"time": "1774936478"
},
"departure": {
"delay": 373,
"time": "1774936513"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 444,
"time": "1774935726"
},
"departure": {
"delay": 444,
"time": "1774935804"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 399,
"time": "1774935589"
},
"departure": {
"delay": 399,
"time": "1774935639"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745715x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4071948x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -53,
"time": "1774938967"
},
"departure": {
"delay": -53,
"time": "1774938967"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -53,
"time": "1774939147"
},
"departure": {
"delay": -53,
"time": "1774939147"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 26,
"time": "1774938386"
},
"departure": {
"delay": 26,
"time": "1774938386"
},
"stopId": "FR:76351:ZE:3169:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -11,
"time": "1774938889"
},
"departure": {
"delay": -11,
"time": "1774938889"
},
"stopId": "FR:76351:ZE:3694:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -23,
"time": "1774938217"
},
"departure": {
"delay": -23,
"time": "1774938217"
},
"stopId": "FR:76351:ZE:3236:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": -53,
"time": "1774939807"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -29,
"time": "1774938271"
},
"departure": {
"delay": -29,
"time": "1774938271"
},
"stopId": "FR:76351:ZE:3232:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": -20,
"time": "1774938640"
},
"stopId": "FR:76351:ZE:3383:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -53,
"time": "1774939507"
},
"departure": {
"delay": -53,
"time": "1774939507"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": -23,
"time": "1774938577"
},
"stopId": "FR:76351:ZE:3010:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -53,
"time": "1774938727"
},
"departure": {
"delay": -53,
"time": "1774938727"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -29,
"time": "1774938451"
},
"departure": {
"delay": -29,
"time": "1774938451"
},
"stopId": "FR:76351:ZE:3378:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 2,
"time": "1774939322"
},
"departure": {
"delay": 2,
"time": "1774939322"
},
"stopId": "FR:76351:ZE:3281:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -34,
"time": "1774939226"
},
"departure": {
"delay": -34,
"time": "1774939226"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": -25,
"time": "1774938095"
},
"stopId": "FR:76351:ZE:3374:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -29,
"time": "1774938151"
},
"departure": {
"delay": -29,
"time": "1774938151"
},
"stopId": "FR:76351:ZE:3127:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 6,
"time": "1774939386"
},
"departure": {
"delay": 6,
"time": "1774939386"
},
"stopId": "FR:76351:ZE:3177:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": -43,
"time": "1774938797"
},
"departure": {
"delay": -43,
"time": "1774938797"
},
"stopId": "FR:76351:ZE:3254:ATOUMOD003",
"stopSequence": 16
}
],
"timestamp": "1774938710",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4071948x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:4819710769102848x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 48,
"time": "1774938747"
},
"departure": {
"delay": 48,
"time": "1774938768"
},
"stopId": "FR:14403:ZE:4935986736791552:ATOUMOD036",
"stopSequence": 12
},
{
"arrival": {
"delay": 581,
"time": "1774938991"
},
"departure": {
"delay": 581,
"time": "1774939001"
},
"stopId": "FR:14403:ZE:6264474815168512:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": 571,
"time": "1774938861"
},
"departure": {
"delay": 571,
"time": "1774938871"
},
"stopId": "FR:14403:ZE:4904834902786048:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": 104,
"time": "1774938249"
},
"departure": {
"delay": 104,
"time": "1774938284"
},
"stopId": "FR:14334:ZE:6197998720647168:ATOUMOD036",
"stopSequence": 8
},
{
"arrival": {
"delay": 98,
"time": "1774938928"
},
"departure": {
"delay": 98,
"time": "1774938938"
},
"stopId": "FR:14403:ZE:5070953064169472:ATOUMOD036",
"stopSequence": 14
},
{
"arrival": {
"delay": 45,
"time": "1774938689"
},
"departure": {
"delay": 45,
"time": "1774938705"
},
"stopId": "FR:14403:ZE:6142144013139968:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": 117,
"time": "1774938887"
},
"departure": {
"delay": 117,
"time": "1774938897"
},
"stopId": "FR:14403:ZE:6390914961375232:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": 39,
"time": "1774939179"
},
"stopId": "FR:14403:ZE:6190213018681344:ATOUMOD036",
"stopSequence": 15
},
{
"arrival": {
"delay": 298,
"time": "1774938164"
},
"departure": {
"delay": 298,
"time": "1774938178"
},
"stopId": "FR:14334:ZE:4838298007633920:ATOUMOD036",
"stopSequence": 7
}
],
"timestamp": "1774938758",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:5466936700829696:LOC",
"tripId": "ATOUMOD036:ServiceJourney:4819710769102848x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:5351054855110656x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 211,
"time": "1774937949"
},
"departure": {
"delay": 211,
"time": "1774937971"
},
"stopId": "FR:50218:ZE:738750002:ATOUMOD105",
"stopSequence": 5
},
{
"arrival": {
"delay": 220,
"time": "1774938690"
},
"departure": {
"delay": 220,
"time": "1774938700"
},
"stopId": "FR:50218:ZE:746180003:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": 262,
"time": "1774938612"
},
"departure": {
"delay": 262,
"time": "1774938622"
},
"stopId": "FR:50218:ZE:742490001:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": 266,
"time": "1774938556"
},
"departure": {
"delay": 266,
"time": "1774938566"
},
"stopId": "FR:50218:ZE:761950003:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": 108,
"time": "1774938202"
},
"departure": {
"delay": 108,
"time": "1774938228"
},
"stopId": "FR:50218:ZE:761940002:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": 24,
"time": "1774938614"
},
"departure": {
"delay": 24,
"time": "1774938624"
},
"stopId": "FR:50218:ZE:752280004:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": 281,
"time": "1774938451"
},
"departure": {
"delay": 281,
"time": "1774938461"
},
"stopId": "FR:50218:ZE:759810003:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": 272,
"time": "1774937892"
},
"departure": {
"delay": 272,
"time": "1774937912"
},
"stopId": "FR:50218:ZE:749890002:ATOUMOD105",
"stopSequence": 4
},
{
"arrival": {
"delay": 143,
"time": "1774938125"
},
"departure": {
"delay": 143,
"time": "1774938143"
},
"stopId": "FR:50218:ZE:5166996127744000:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": 177,
"time": "1774938037"
},
"departure": {
"delay": 177,
"time": "1774938057"
},
"stopId": "FR:50218:ZE:757990017:ATOUMOD105",
"stopSequence": 6
},
{
"arrival": {
"delay": 1,
"time": "1774938661"
},
"stopId": "FR:50218:ZE:744570004:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": 56,
"time": "1774938582"
},
"departure": {
"delay": 56,
"time": "1774938596"
},
"stopId": "FR:50218:ZE:757970022:ATOUMOD105",
"stopSequence": 13
}
],
"timestamp": "1774937977",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD105:Line:761900004:LOC",
"tripId": "ATOUMOD105:ServiceJourney:5351054855110656x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4242776xGTFSxGSemHTNIxSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 6,
"time": "1774938006"
},
"stopId": "FR:76647:ZE:5169:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 120,
"time": "1774940040"
},
"stopId": "FR:76447:ZE:3444:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 139,
"time": "1774939519"
},
"departure": {
"delay": 139,
"time": "1774939519"
},
"stopId": "FR:76238:ZE:4863:ATOUMOD003",
"stopSequence": 32
},
{
"departure": {
"delay": 107,
"time": "1774938347"
},
"stopId": "FR:76250:ZE:5114:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 120,
"time": "1774938900"
},
"departure": {
"delay": 120,
"time": "1774938900"
},
"stopId": "FR:76551:ZE:5049:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 154,
"time": "1774939954"
},
"departure": {
"delay": 154,
"time": "1774939954"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 120,
"time": "1774939440"
},
"departure": {
"delay": 120,
"time": "1774939440"
},
"stopId": "FR:76238:ZE:5154:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 163,
"time": "1774939123"
},
"departure": {
"delay": 163,
"time": "1774939123"
},
"stopId": "FR:76404:ZE:3351:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 174,
"time": "1774939914"
},
"departure": {
"delay": 174,
"time": "1774939914"
},
"stopId": "FR:76447:ZE:3569:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 120,
"time": "1774938480"
},
"stopId": "FR:76250:ZE:5016:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 165,
"time": "1774939665"
},
"departure": {
"delay": 165,
"time": "1774939665"
},
"stopId": "FR:76447:ZE:4101:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 146,
"time": "1774939886"
},
"departure": {
"delay": 146,
"time": "1774939886"
},
"stopId": "FR:76447:ZE:3089:ATOUMOD003",
"stopSequence": 38
},
{
"departure": {
"delay": 139,
"time": "1774938679"
},
"stopId": "FR:76250:ZE:5152:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 120,
"time": "1774939560"
},
"departure": {
"delay": 120,
"time": "1774939560"
},
"stopId": "FR:76238:ZE:4030:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 166,
"time": "1774939306"
},
"departure": {
"delay": 166,
"time": "1774939306"
},
"stopId": "FR:76447:ZE:5099:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 120,
"time": "1774939740"
},
"departure": {
"delay": 120,
"time": "1774939740"
},
"stopId": "FR:76447:ZE:4077:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 125,
"time": "1774938785"
},
"departure": {
"delay": 125,
"time": "1774938785"
},
"stopId": "FR:76551:ZE:5102:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 145,
"time": "1774939645"
},
"departure": {
"delay": 145,
"time": "1774939645"
},
"stopId": "FR:76447:ZE:3886:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 178,
"time": "1774939618"
},
"departure": {
"delay": 178,
"time": "1774939618"
},
"stopId": "FR:76238:ZE:4028:ATOUMOD003",
"stopSequence": 34
}
],
"timestamp": "1774938320",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:12:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4242776xGTFSxGSemHTNIxSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx547:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1774975505"
},
"departure": {
"delay": 5,
"time": "1774975505"
},
"stopId": "FR:76354:ZE:TNIx22600:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774974960"
},
"departure": {
"time": "1774974960"
},
"stopId": "FR:76157:ZE:TNIx10602:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774975620"
},
"departure": {
"time": "1774975620"
},
"stopId": "FR:76354:ZE:TNIx22587:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774976400"
},
"departure": {
"time": "1774976400"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774976280"
},
"departure": {
"time": "1774976280"
},
"stopId": "FR:76222:ZE:TNIx22552:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774976640"
},
"departure": {
"time": "1774976640"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774974840"
},
"departure": {
"time": "1774974840"
},
"stopId": "FR:76157:ZE:TNIx10605:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774976760"
},
"departure": {
"time": "1774976760"
},
"stopId": "FR:76709:ZE:TNIx22506:ATOUMOD001",
"stopSequence": 38
},
{
"departure": {
"time": "1774974000"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774975920"
},
"departure": {
"time": "1774975920"
},
"stopId": "FR:76222:ZE:TNIx23155:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"time": "1774976520"
},
"departure": {
"time": "1774976520"
},
"stopId": "FR:76750:ZE:TNIx22515:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774975020"
},
"departure": {
"time": "1774975020"
},
"stopId": "FR:76157:ZE:TNIx10364:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774976880"
},
"departure": {
"time": "1774976880"
},
"stopId": "FR:76709:ZE:TNIx22504:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774976820"
},
"departure": {
"time": "1774976820"
},
"stopId": "FR:76709:ZE:TNIx23020:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774975320"
},
"departure": {
"time": "1774975320"
},
"stopId": "FR:76614:ZE:TNIx22977:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774975140"
},
"departure": {
"time": "1774975140"
},
"stopId": "FR:76157:ZE:TNIx10764:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774976100"
},
"departure": {
"time": "1774976100"
},
"stopId": "FR:76222:ZE:TNIx23158:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1774974600"
},
"departure": {
"time": "1774974600"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774976700"
},
"departure": {
"time": "1774976700"
},
"stopId": "FR:76709:ZE:TNIx22508:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774975560"
},
"departure": {
"time": "1774975560"
},
"stopId": "FR:76354:ZE:TNIx22597:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774975740"
},
"departure": {
"time": "1774975740"
},
"stopId": "FR:76354:ZE:TNIx22583:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1774975860"
},
"departure": {
"time": "1774975860"
},
"stopId": "FR:76222:ZE:TNIx22582:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1774975440"
},
"departure": {
"time": "1774975440"
},
"stopId": "FR:76614:ZE:TNIx22605:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774975500"
},
"departure": {
"time": "1774975500"
},
"stopId": "FR:76614:ZE:TNIx22601:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774975080"
},
"departure": {
"time": "1774975080"
},
"stopId": "FR:76157:ZE:TNIx10641:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774976940"
},
"stopId": "FR:76709:ZE:TNIx22502:ATOUMOD001",
"stopSequence": 41
}
],
"timestamp": "1774938602",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx547:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx125:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 139,
"time": "1774935654"
},
"departure": {
"delay": 139,
"time": "1774935679"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -7,
"time": "1774936549"
},
"departure": {
"delay": -7,
"time": "1774936613"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 119,
"time": "1774937236"
},
"departure": {
"delay": 119,
"time": "1774937279"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 219,
"time": "1774935230"
},
"departure": {
"delay": 219,
"time": "1774935279"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"delay": 129,
"time": "1774934529"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 90,
"time": "1774936230"
},
"departure": {
"delay": 90,
"time": "1774936230"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 173,
"time": "1774934933"
},
"departure": {
"delay": 173,
"time": "1774934933"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 94,
"time": "1774936310"
},
"departure": {
"delay": 94,
"time": "1774936354"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -31,
"time": "1774937429"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 184,
"time": "1774935004"
},
"departure": {
"delay": 184,
"time": "1774935004"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 169,
"time": "1774935829"
},
"departure": {
"delay": 169,
"time": "1774935829"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 99,
"time": "1774937355"
},
"departure": {
"delay": 99,
"time": "1774937379"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 224,
"time": "1774934779"
},
"departure": {
"delay": 224,
"time": "1774934804"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 49,
"time": "1774936429"
},
"departure": {
"delay": 49,
"time": "1774936429"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 49,
"time": "1774936109"
},
"departure": {
"delay": 49,
"time": "1774936129"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 174,
"time": "1774934634"
},
"departure": {
"delay": 174,
"time": "1774934634"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 90,
"time": "1774937130"
},
"departure": {
"delay": 90,
"time": "1774937130"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 239,
"time": "1774934879"
},
"departure": {
"delay": 239,
"time": "1774934879"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 94,
"time": "1774936054"
},
"departure": {
"delay": 94,
"time": "1774936054"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 129,
"time": "1774934709"
},
"departure": {
"delay": 129,
"time": "1774934709"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 49,
"time": "1774936729"
},
"departure": {
"delay": 49,
"time": "1774936729"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 29,
"time": "1774936807"
},
"departure": {
"delay": 29,
"time": "1774936829"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
}
],
"timestamp": "1774934539",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx125:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230290x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 280,
"time": "1774938040"
},
"stopId": "FR:76351:ZE:3061:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 220,
"time": "1774937980"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 196,
"time": "1774938556"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 150,
"time": "1774938930"
},
"departure": {
"delay": 150,
"time": "1774938930"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 193,
"time": "1774938433"
},
"departure": {
"delay": 193,
"time": "1774938433"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 184,
"time": "1774938484"
},
"departure": {
"delay": 184,
"time": "1774938484"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 234,
"time": "1774938174"
},
"stopId": "FR:76351:ZE:3604:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 196,
"time": "1774938976"
},
"departure": {
"delay": 196,
"time": "1774938976"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 198,
"time": "1774938798"
},
"departure": {
"delay": 198,
"time": "1774938798"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 253,
"time": "1774938373"
},
"departure": {
"delay": 253,
"time": "1774938373"
},
"stopId": "FR:76351:ZE:3375:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 155,
"time": "1774938335"
},
"stopId": "FR:76351:ZE:3567:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 158,
"time": "1774938878"
},
"departure": {
"delay": 158,
"time": "1774938878"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 150,
"time": "1774939050"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 150,
"time": "1774938750"
},
"departure": {
"delay": 150,
"time": "1774938750"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 152,
"time": "1774938392"
},
"departure": {
"delay": 152,
"time": "1774938392"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 209,
"time": "1774938689"
},
"departure": {
"delay": 209,
"time": "1774938689"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 150,
"time": "1774938630"
},
"departure": {
"delay": 150,
"time": "1774938630"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
},
{
"departure": {
"delay": 270,
"time": "1774938270"
},
"stopId": "FR:76351:ZE:3653:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 182,
"time": "1774939022"
},
"departure": {
"delay": 182,
"time": "1774939022"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 175,
"time": "1774938955"
},
"departure": {
"delay": 175,
"time": "1774938955"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 184,
"time": "1774938844"
},
"departure": {
"delay": 184,
"time": "1774938844"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
}
],
"timestamp": "1774938110",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230290x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4227366x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3,
"time": "1774937757"
},
"stopId": "FR:76341:ZE:4597:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 14,
"time": "1774937714"
},
"stopId": "FR:76341:ZE:3464:ATOUMOD003",
"stopSequence": 19
}
],
"timestamp": "1774937739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:20:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4227366x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:dbaa522c1c45abd762e8f7048af34a81:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 110,
"time": "1774937810"
},
"departure": {
"delay": 110,
"time": "1774937810"
},
"stopId": "FR:61169:ZE:2295:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": 118,
"time": "1774938136"
},
"departure": {
"delay": 118,
"time": "1774938178"
},
"stopId": "FR:61169:ZE:2325:ATOUMOD104",
"stopSequence": 21
},
{
"arrival": {
"delay": 141,
"time": "1774938000"
},
"departure": {
"delay": 141,
"time": "1774938021"
},
"stopId": "FR:61169:ZE:2308:ATOUMOD104",
"stopSequence": 18
},
{
"arrival": {
"delay": 102,
"time": "1774937585"
},
"departure": {
"delay": 102,
"time": "1774937622"
},
"stopId": "FR:61169:ZE:2285:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 42,
"time": "1774937166"
},
"departure": {
"delay": 42,
"time": "1774937202"
},
"stopId": "FR:61169:ZE:2260:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": 16,
"time": "1774937101"
},
"departure": {
"delay": 16,
"time": "1774937116"
},
"stopId": "FR:61169:ZE:2319:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": -12,
"time": "1774936584"
},
"departure": {
"delay": -12,
"time": "1774936608"
},
"stopId": "FR:61169:ZE:2288:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": 108,
"time": "1774938093"
},
"departure": {
"delay": 108,
"time": "1774938108"
},
"stopId": "FR:61169:ZE:2300:ATOUMOD104",
"stopSequence": 20
},
{
"arrival": {
"delay": 107,
"time": "1774937305"
},
"departure": {
"delay": 107,
"time": "1774937387"
},
"stopId": "FR:61169:ZE:2321:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": 27,
"time": "1774936933"
},
"departure": {
"delay": 27,
"time": "1774936947"
},
"stopId": "FR:61169:ZE:2266:ATOUMOD104",
"stopSequence": 7
},
{
"arrival": {
"delay": 20,
"time": "1774936799"
},
"departure": {
"delay": 20,
"time": "1774936820"
},
"stopId": "FR:61169:ZE:2331:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": -49,
"time": "1774936639"
},
"departure": {
"delay": -49,
"time": "1774936691"
},
"stopId": "FR:61169:ZE:2282:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 50,
"time": "1774936879"
},
"departure": {
"delay": 50,
"time": "1774936910"
},
"stopId": "FR:61169:ZE:2310:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 134,
"time": "1774937518"
},
"departure": {
"delay": 134,
"time": "1774937534"
},
"stopId": "FR:61169:ZE:2316:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": -12,
"time": "1774937006"
},
"departure": {
"delay": -12,
"time": "1774937028"
},
"stopId": "FR:61169:ZE:2290:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": 127,
"time": "1774938226"
},
"departure": {
"delay": 127,
"time": "1774938247"
},
"stopId": "FR:61169:ZE:2306:ATOUMOD104",
"stopSequence": 22
},
{
"arrival": {
"delay": 60,
"time": "1774937670"
},
"departure": {
"delay": 60,
"time": "1774937700"
},
"stopId": "FR:61169:ZE:2278:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": -36,
"time": "1774936746"
},
"departure": {
"delay": -36,
"time": "1774936764"
},
"stopId": "FR:61169:ZE:2272:ATOUMOD104",
"stopSequence": 4
},
{
"departure": {
"delay": 50,
"time": "1774936550"
},
"stopId": "FR:61169:ZE:2276:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": 110,
"time": "1774938039"
},
"departure": {
"delay": 110,
"time": "1774938050"
},
"stopId": "FR:61169:ZE:2323:ATOUMOD104",
"stopSequence": 19
},
{
"arrival": {
"delay": 110,
"time": "1774937870"
},
"departure": {
"delay": 110,
"time": "1774937870"
},
"stopId": "FR:61169:ZE:2274:ATOUMOD104",
"stopSequence": 17
},
{
"arrival": {
"delay": 127,
"time": "1774937433"
},
"departure": {
"delay": 127,
"time": "1774937467"
},
"stopId": "FR:61169:ZE:2280:ATOUMOD104",
"stopSequence": 12
},
{
"arrival": {
"delay": 52,
"time": "1774938292"
},
"stopId": "FR:61169:ZE:2335:ATOUMOD104",
"stopSequence": 23
}
],
"timestamp": "1774938091",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD104:Line:250:LOC",
"tripId": "ATOUMOD104:ServiceJourney:dbaa522c1c45abd762e8f7048af34a81:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx103:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938720"
},
"departure": {
"time": "1774938720"
},
"stopId": "FR:76728:ZE:TNIx22594:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 5,
"time": "1774939205"
},
"departure": {
"delay": 5,
"time": "1774939205"
},
"stopId": "FR:76410:ZE:TNIx10660:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774940160"
},
"stopId": "FR:76540:ZE:TNIx12866:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774939200"
},
"departure": {
"time": "1774939200"
},
"stopId": "FR:76410:ZE:TNIx13099:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774939380"
},
"departure": {
"time": "1774939380"
},
"stopId": "FR:76410:ZE:TNIx12892:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774939260"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:76410:ZE:TNIx12890:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"time": "1774937880"
},
"stopId": "FR:76636:ZE:TNIx22422:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939320"
},
"stopId": "FR:76410:ZE:TNIx12891:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 5,
"time": "1774938600"
},
"departure": {
"delay": 5,
"time": "1774938605"
},
"stopId": "FR:76354:ZE:TNIx22589:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774938480"
},
"departure": {
"time": "1774938480"
},
"stopId": "FR:76354:ZE:TNIx22588:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 5,
"time": "1774938660"
},
"departure": {
"delay": 5,
"time": "1774938665"
},
"stopId": "FR:76354:ZE:TNIx22591:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774938000"
},
"departure": {
"time": "1774938000"
},
"stopId": "FR:76636:ZE:TNIx22424:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1774938698",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TNIx26:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx103:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597883:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2805,
"time": "1774938735"
},
"departure": {
"delay": -2805,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -1965,
"time": "1774938735"
},
"departure": {
"delay": -1965,
"time": "1774938735"
},
"stopId": "FR:27306:ZE:0xMAI02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -2505,
"time": "1774938735"
},
"departure": {
"delay": -2505,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -3585,
"time": "1774938735"
},
"departure": {
"delay": -3585,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xQUI02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -2385,
"time": "1774938735"
},
"departure": {
"delay": -2385,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xJOL03:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -3165,
"time": "1774938735"
},
"departure": {
"delay": -3165,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -1845,
"time": "1774938735"
},
"departure": {
"delay": -1845,
"time": "1774938735"
},
"stopId": "FR:27306:ZE:0xFOR02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -1905,
"time": "1774938735"
},
"departure": {
"delay": -1905,
"time": "1774938735"
},
"stopId": "FR:27306:ZE:0xMOO02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -2985,
"time": "1774938735"
},
"departure": {
"delay": -2985,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -4005,
"time": "1774938735"
},
"departure": {
"delay": -4005,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xGDG02:ATOUMOD004",
"stopSequence": 39
},
{
"arrival": {
"delay": -3885,
"time": "1774938735"
},
"departure": {
"delay": -3885,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xBOU02:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": -2265,
"time": "1774938735"
},
"departure": {
"delay": -2265,
"time": "1774938735"
},
"stopId": "FR:27306:ZE:0xMEL03:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -3945,
"time": "1774938735"
},
"departure": {
"delay": -3945,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xMAS02:ATOUMOD004",
"stopSequence": 38
},
{
"arrival": {
"delay": -2205,
"time": "1774938735"
},
"departure": {
"delay": -2205,
"time": "1774938735"
},
"stopId": "FR:27306:ZE:0xRLG02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -2865,
"time": "1774938735"
},
"departure": {
"delay": -2865,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -3525,
"time": "1774938735"
},
"departure": {
"delay": -3525,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xSTA02:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -4125,
"time": "1774938735"
},
"departure": {
"delay": -4125,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xMUS02:ATOUMOD004",
"stopSequence": 46
},
{
"arrival": {
"delay": -1905,
"time": "1774938735"
},
"departure": {
"delay": -1905,
"time": "1774938735"
},
"stopId": "FR:27306:ZE:0xEGl02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -3405,
"time": "1774938735"
},
"departure": {
"delay": -3405,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xMFO02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -4125,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xFAB02:ATOUMOD004",
"stopSequence": 47
},
{
"arrival": {
"delay": -3645,
"time": "1774938735"
},
"departure": {
"delay": -3645,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHON02:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": -3825,
"time": "1774938735"
},
"departure": {
"delay": -3825,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xWAL02:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": -3165,
"time": "1774938735"
},
"departure": {
"delay": -3165,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -1965,
"time": "1774938735"
},
"departure": {
"delay": -1965,
"time": "1774938735"
},
"stopId": "FR:27306:ZE:0xBOR02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -3285,
"time": "1774938735"
},
"departure": {
"delay": -3285,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xTAU02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -2625,
"time": "1774938735"
},
"departure": {
"delay": -2625,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 13
},
{
"departure": {
"delay": -1665,
"time": "1774938735"
},
"stopId": "FR:27306:ZE:0xBER02:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T3:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597883:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748508x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 68,
"time": "1774937849"
},
"departure": {
"delay": 68,
"time": "1774937888"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 6,
"time": "1774937212"
},
"departure": {
"delay": 6,
"time": "1774937226"
},
"stopId": "FR:50129:ZE:10JBO4:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 19,
"time": "1774937119"
},
"stopId": "FR:50129:ZE:10ZSA4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 77,
"time": "1774937741"
},
"departure": {
"delay": 77,
"time": "1774937777"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 195,
"time": "1774938119"
},
"departure": {
"delay": 195,
"time": "1774938255"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 230,
"time": "1774938830"
},
"departure": {
"delay": 230,
"time": "1774938830"
},
"stopId": "FR:50129:ZE:10BRA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 240,
"time": "1774938636"
},
"departure": {
"delay": 240,
"time": "1774938720"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 231,
"time": "1774939011"
},
"departure": {
"delay": 231,
"time": "1774939011"
},
"stopId": "FR:50129:ZE:10GRI2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -16,
"time": "1774937429"
},
"departure": {
"delay": -16,
"time": "1774937444"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 67,
"time": "1774937556"
},
"departure": {
"delay": 67,
"time": "1774937587"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 150,
"time": "1774938380"
},
"departure": {
"delay": 150,
"time": "1774938390"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 178,
"time": "1774938573"
},
"departure": {
"delay": 178,
"time": "1774938598"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 230,
"time": "1774938950"
},
"departure": {
"delay": 230,
"time": "1774938950"
},
"stopId": "FR:50129:ZE:10MRT2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -19,
"time": "1774937463"
},
"departure": {
"delay": -19,
"time": "1774937501"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 162,
"time": "1774938431"
},
"departure": {
"delay": 162,
"time": "1774938462"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 230,
"time": "1774939070"
},
"departure": {
"delay": 230,
"time": "1774939070"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 16,
"time": "1774937164"
},
"departure": {
"delay": 16,
"time": "1774937176"
},
"stopId": "FR:50129:ZE:10CHE2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -1,
"time": "1774937384"
},
"departure": {
"delay": -1,
"time": "1774937399"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 230,
"time": "1774939010"
},
"departure": {
"delay": 230,
"time": "1774939010"
},
"stopId": "FR:50129:ZE:10FOE2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 230,
"time": "1774939130"
},
"departure": {
"delay": 230,
"time": "1774939130"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 230,
"time": "1774939190"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 186,
"time": "1774938494"
},
"departure": {
"delay": 186,
"time": "1774938546"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 230,
"time": "1774938770"
},
"departure": {
"delay": 230,
"time": "1774938770"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 62,
"time": "1774937650"
},
"departure": {
"delay": 62,
"time": "1774937702"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748508x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN848922F306577x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:80212:ZE:StopPointxOCETrainxTERx87313056:ATOUMOD002",
"stopSequence": 49
},
{
"arrival": {
"time": "1774942920"
},
"departure": {
"time": "1774943040"
},
"stopId": "FR:59178:ZE:StopPointxOCETrainxTERx87345009:ATOUMOD002",
"stopSequence": 57
},
{
"arrival": {
"time": "1774944420"
},
"stopId": "FR:59350:ZE:StopPointxOCETrainxTERx87286005:ATOUMOD002",
"stopSequence": 58
},
{
"arrival": {
"time": "1774935120"
},
"departure": {
"time": "1774935180"
},
"stopId": "FR:76453:ZE:StopPointxOCETrainxTERx87411439:ATOUMOD002",
"stopSequence": 33
},
{
"arrival": {
"time": "1774939200"
},
"departure": {
"time": "1774939800"
},
"stopId": "FR:80021:ZE:StopPointxOCETrainxTERx87313874:ATOUMOD002",
"stopSequence": 47
},
{
"arrival": {
"time": "1774936500"
},
"departure": {
"time": "1774936560"
},
"stopId": "FR:76672:ZE:StopPointxOCETrainxTERx87411470:ATOUMOD002",
"stopSequence": 39
},
{
"arrival": {
"time": "1774940880"
},
"departure": {
"time": "1774940940"
},
"stopId": "FR:80016:ZE:StopPointxOCETrainxTERx87313072:ATOUMOD002",
"stopSequence": 51
},
{
"arrival": {
"time": "1774938900"
},
"departure": {
"time": "1774938960"
},
"stopId": "FR:80021:ZE:StopPointxOCETrainxTERx87313080:ATOUMOD002",
"stopSequence": 45
},
{
"arrival": {
"time": "1774935420"
},
"departure": {
"time": "1774935480"
},
"stopId": "FR:76738:ZE:StopPointxOCETrainxTERx87411447:ATOUMOD002",
"stopSequence": 35
},
{
"departure": {
"time": "1774934340"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 31
},
{
"arrival": {
"time": "1774935780"
},
"departure": {
"time": "1774935840"
},
"stopId": "FR:76445:ZE:StopPointxOCETrainxTERx87411454:ATOUMOD002",
"stopSequence": 37
},
{
"arrival": {
"time": "1774937940"
},
"departure": {
"time": "1774938000"
},
"stopId": "FR:80630:ZE:StopPointxOCETrainxTERx87313395:ATOUMOD002",
"stopSequence": 43
},
{
"arrival": {
"time": "1774937220"
},
"departure": {
"time": "1774937280"
},
"stopId": "FR:60001:ZE:StopPointxOCETrainxTERx87313759:ATOUMOD002",
"stopSequence": 41
},
{
"arrival": {
"time": "1774941960"
},
"departure": {
"time": "1774942080"
},
"stopId": "FR:62041:ZE:StopPointxOCETrainxTERx87342014:ATOUMOD002",
"stopSequence": 55
}
],
"timestamp": "1774930718",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxB2E5B266xDAE7x4C0AxABA0xB46411FB2CAAx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN848922F306577x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747520x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 36,
"time": "1774930458"
},
"departure": {
"delay": 36,
"time": "1774930476"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 50,
"time": "1774931540"
},
"departure": {
"delay": 50,
"time": "1774931570"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -16,
"time": "1774930945"
},
"departure": {
"delay": -16,
"time": "1774930964"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 46,
"time": "1774931797"
},
"departure": {
"delay": 46,
"time": "1774931806"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 35,
"time": "1774930268"
},
"departure": {
"delay": 35,
"time": "1774930295"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 74,
"time": "1774932194"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 20,
"time": "1774931890"
},
"departure": {
"delay": 20,
"time": "1774931900"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 44,
"time": "1774930522"
},
"departure": {
"delay": 44,
"time": "1774930544"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 28,
"time": "1774930391"
},
"departure": {
"delay": 28,
"time": "1774930408"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 14,
"time": "1774930624"
},
"departure": {
"delay": 14,
"time": "1774930634"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 24,
"time": "1774930212"
},
"departure": {
"delay": 24,
"time": "1774930224"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 38,
"time": "1774930719"
},
"departure": {
"delay": 38,
"time": "1774930778"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -67,
"time": "1774931191"
},
"departure": {
"delay": -67,
"time": "1774931213"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -8,
"time": "1774931127"
},
"departure": {
"delay": -8,
"time": "1774931152"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 25,
"time": "1774930045"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -14,
"time": "1774931012"
},
"departure": {
"delay": -14,
"time": "1774931026"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 85,
"time": "1774931380"
},
"departure": {
"delay": 85,
"time": "1774931485"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 42,
"time": "1774930349"
},
"departure": {
"delay": 42,
"time": "1774930362"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -8,
"time": "1774930182"
},
"departure": {
"delay": -8,
"time": "1774930192"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 47,
"time": "1774932016"
},
"departure": {
"delay": 47,
"time": "1774932047"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 49,
"time": "1774931854"
},
"departure": {
"delay": 49,
"time": "1774931869"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 81,
"time": "1774932108"
},
"departure": {
"delay": 81,
"time": "1774932141"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747520x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:57xHO10xxMxxVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 215,
"time": "1774937333"
},
"departure": {
"delay": 215,
"time": "1774937375"
},
"stopId": "FR:14333:ZE:7:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 117,
"time": "1774935829"
},
"departure": {
"delay": 117,
"time": "1774935897"
},
"stopId": "FR:14333:ZE:30:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 215,
"time": "1774936978"
},
"departure": {
"delay": 215,
"time": "1774937015"
},
"stopId": "FR:14333:ZE:13:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 162,
"time": "1774936639"
},
"departure": {
"delay": 162,
"time": "1774936662"
},
"stopId": "FR:14333:ZE:21:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 133,
"time": "1774935700"
},
"departure": {
"delay": 133,
"time": "1774935733"
},
"stopId": "FR:14333:ZE:34:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 125,
"time": "1774935655"
},
"departure": {
"delay": 125,
"time": "1774935665"
},
"stopId": "FR:14333:ZE:36:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 123,
"time": "1774935593"
},
"departure": {
"delay": 123,
"time": "1774935603"
},
"stopId": "FR:14333:ZE:38:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 213,
"time": "1774937412"
},
"departure": {
"delay": 213,
"time": "1774937433"
},
"stopId": "FR:14333:ZE:5:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 183,
"time": "1774936814"
},
"departure": {
"delay": 183,
"time": "1774936863"
},
"stopId": "FR:14333:ZE:17:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 207,
"time": "1774937207"
},
"departure": {
"delay": 207,
"time": "1774937247"
},
"stopId": "FR:14333:ZE:9:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 231,
"time": "1774936781"
},
"departure": {
"delay": 231,
"time": "1774936791"
},
"stopId": "FR:14333:ZE:19:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 126,
"time": "1774935454"
},
"departure": {
"delay": 126,
"time": "1774935546"
},
"stopId": "FR:14333:ZE:40:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 214,
"time": "1774936193"
},
"departure": {
"delay": 214,
"time": "1774936234"
},
"stopId": "FR:14536:ZE:26:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 209,
"time": "1774936025"
},
"departure": {
"delay": 209,
"time": "1774936109"
},
"stopId": "FR:14333:ZE:28:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 131,
"time": "1774935757"
},
"departure": {
"delay": 131,
"time": "1774935791"
},
"stopId": "FR:14333:ZE:32:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 170,
"time": "1774936531"
},
"departure": {
"delay": 170,
"time": "1774936610"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 226,
"time": "1774937114"
},
"departure": {
"delay": 226,
"time": "1774937146"
},
"stopId": "FR:14333:ZE:11:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 179,
"time": "1774937459"
},
"stopId": "FR:14333:ZE:3:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 226,
"time": "1774936352"
},
"departure": {
"delay": 226,
"time": "1774936366"
},
"stopId": "FR:14536:ZE:24:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 195,
"time": "1774936923"
},
"departure": {
"delay": 195,
"time": "1774936935"
},
"stopId": "FR:14333:ZE:15:ATOUMOD021",
"stopSequence": 15
},
{
"departure": {
"time": "1774935300"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 1
}
],
"timestamp": "1774938755",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:57xHO10xxMxxVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:1aa6e375bedc122bc3e55655a34aeea6:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 87,
"time": "1774937955"
},
"departure": {
"delay": 87,
"time": "1774937967"
},
"stopId": "FR:61169:ZE:2309:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": 166,
"time": "1774937823"
},
"departure": {
"delay": 166,
"time": "1774937866"
},
"stopId": "FR:61169:ZE:2326:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": 247,
"time": "1774938720"
},
"departure": {
"delay": 247,
"time": "1774938727"
},
"stopId": "FR:61169:ZE:2315:ATOUMOD104",
"stopSequence": 20
},
{
"arrival": {
"delay": 143,
"time": "1774937891"
},
"departure": {
"delay": 143,
"time": "1774937903"
},
"stopId": "FR:61169:ZE:2301:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 201,
"time": "1774938473"
},
"departure": {
"delay": 201,
"time": "1774938501"
},
"stopId": "FR:61169:ZE:2298:ATOUMOD104",
"stopSequence": 17
},
{
"arrival": {
"delay": 153,
"time": "1774937770"
},
"departure": {
"delay": 153,
"time": "1774937793"
},
"stopId": "FR:61169:ZE:2259:ATOUMOD104",
"stopSequence": 7
},
{
"arrival": {
"delay": 42,
"time": "1774937489"
},
"departure": {
"delay": 42,
"time": "1774937502"
},
"stopId": "FR:61169:ZE:2379:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 161,
"time": "1774938367"
},
"departure": {
"delay": 161,
"time": "1774938401"
},
"stopId": "FR:61169:ZE:2303:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": 191,
"time": "1774938272"
},
"departure": {
"delay": 191,
"time": "1774938311"
},
"stopId": "FR:61169:ZE:2257:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": 185,
"time": "1774938146"
},
"departure": {
"delay": 185,
"time": "1774938185"
},
"stopId": "FR:61169:ZE:2322:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 129,
"time": "1774937706"
},
"departure": {
"delay": 129,
"time": "1774937709"
},
"stopId": "FR:61169:ZE:2294:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 154,
"time": "1774938069"
},
"departure": {
"delay": 154,
"time": "1774938094"
},
"stopId": "FR:61169:ZE:2281:ATOUMOD104",
"stopSequence": 13
},
{
"departure": {
"delay": 54,
"time": "1774937454"
},
"stopId": "FR:61169:ZE:2376:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": 82,
"time": "1774937474"
},
"departure": {
"delay": 82,
"time": "1774937482"
},
"stopId": "FR:61169:ZE:2382:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": 137,
"time": "1774937999"
},
"departure": {
"delay": 137,
"time": "1774938017"
},
"stopId": "FR:61169:ZE:2383:ATOUMOD104",
"stopSequence": 12
},
{
"arrival": {
"delay": 77,
"time": "1774937576"
},
"departure": {
"delay": 77,
"time": "1774937597"
},
"stopId": "FR:61169:ZE:2255:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": 243,
"time": "1774938644"
},
"departure": {
"delay": 243,
"time": "1774938663"
},
"stopId": "FR:61169:ZE:2328:ATOUMOD104",
"stopSequence": 19
},
{
"arrival": {
"delay": 84,
"time": "1774937655"
},
"departure": {
"delay": 84,
"time": "1774937664"
},
"stopId": "FR:61169:ZE:2269:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": 226,
"time": "1774938570"
},
"departure": {
"delay": 226,
"time": "1774938586"
},
"stopId": "FR:61169:ZE:2313:ATOUMOD104",
"stopSequence": 18
},
{
"arrival": {
"delay": 247,
"time": "1774938787"
},
"stopId": "FR:61169:ZE:2284:ATOUMOD104",
"stopSequence": 21
},
{
"arrival": {
"delay": 129,
"time": "1774937938"
},
"departure": {
"delay": 129,
"time": "1774937949"
},
"stopId": "FR:61169:ZE:2324:ATOUMOD104",
"stopSequence": 10
}
],
"timestamp": "1774938813",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD104:Line:249:LOC",
"tripId": "ATOUMOD104:ServiceJourney:1aa6e375bedc122bc3e55655a34aeea6:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056987x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -26,
"time": "1774938814"
},
"departure": {
"delay": -26,
"time": "1774938814"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": -34,
"time": "1774938566"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -26,
"time": "1774939234"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 8,
"time": "1774938728"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -26,
"time": "1774938934"
},
"departure": {
"delay": -26,
"time": "1774938934"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 22
}
],
"timestamp": "1774938749",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056987x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4071949x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -5,
"time": "1774938775"
},
"departure": {
"delay": -5,
"time": "1774938775"
},
"stopId": "FR:76351:ZE:3236:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 1,
"time": "1774938421"
},
"departure": {
"delay": 1,
"time": "1774938421"
},
"stopId": "FR:76351:ZE:3102:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": -11,
"time": "1774939309"
},
"departure": {
"delay": -11,
"time": "1774939309"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 44,
"time": "1774938944"
},
"departure": {
"delay": 44,
"time": "1774938944"
},
"stopId": "FR:76351:ZE:3169:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 48,
"time": "1774939968"
},
"departure": {
"delay": 48,
"time": "1774939968"
},
"stopId": "FR:76351:ZE:3177:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 44,
"time": "1774939904"
},
"departure": {
"delay": 44,
"time": "1774939904"
},
"stopId": "FR:76351:ZE:3281:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -11,
"time": "1774940389"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 22,
"time": "1774939222"
},
"departure": {
"delay": 22,
"time": "1774939222"
},
"stopId": "FR:76351:ZE:3383:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 18,
"time": "1774939158"
},
"departure": {
"delay": 18,
"time": "1774939158"
},
"stopId": "FR:76351:ZE:3010:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 9,
"time": "1774938549"
},
"stopId": "FR:76351:ZE:3310:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 32,
"time": "1774938452"
},
"departure": {
"delay": 32,
"time": "1774938452"
},
"stopId": "FR:76351:ZE:3199:ATOUMOD003",
"stopSequence": 4
},
{
"departure": {
"delay": -11,
"time": "1774938709"
},
"stopId": "FR:76351:ZE:3127:ATOUMOD003",
"stopSequence": 8
},
{
"departure": {
"delay": 73,
"time": "1774938613"
},
"stopId": "FR:76351:ZE:3528:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": -11,
"time": "1774940089"
},
"departure": {
"delay": -11,
"time": "1774940089"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -1,
"time": "1774939379"
},
"departure": {
"delay": -1,
"time": "1774939379"
},
"stopId": "FR:76351:ZE:3254:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -1,
"time": "1774938359"
},
"departure": {
"delay": -1,
"time": "1774938359"
},
"stopId": "FR:76351:ZE:3462:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 31,
"time": "1774939471"
},
"departure": {
"delay": 31,
"time": "1774939471"
},
"stopId": "FR:76351:ZE:3694:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 17,
"time": "1774938677"
},
"stopId": "FR:76351:ZE:3374:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": -7,
"time": "1774938293"
},
"stopId": "FR:76481:ZE:5094:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": -11,
"time": "1774938829"
},
"departure": {
"delay": -11,
"time": "1774938829"
},
"stopId": "FR:76351:ZE:3232:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 8,
"time": "1774939808"
},
"departure": {
"delay": 8,
"time": "1774939808"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -11,
"time": "1774939009"
},
"departure": {
"delay": -11,
"time": "1774939009"
},
"stopId": "FR:76351:ZE:3378:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -11,
"time": "1774939729"
},
"departure": {
"delay": -11,
"time": "1774939729"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -11,
"time": "1774939549"
},
"departure": {
"delay": -11,
"time": "1774939549"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 18
}
],
"timestamp": "1774938710",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4071949x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470489:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 26,
"time": "1774940486"
},
"departure": {
"delay": 26,
"time": "1774940486"
},
"stopId": "FR:27332:ZE:0x6236:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 81,
"time": "1774940961"
},
"departure": {
"delay": 81,
"time": "1774940961"
},
"stopId": "FR:27375:ZE:0x6481:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 54,
"time": "1774940574"
},
"departure": {
"delay": 54,
"time": "1774940574"
},
"stopId": "FR:27332:ZE:0x6260:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 13,
"time": "1774940533"
},
"departure": {
"delay": 13,
"time": "1774940533"
},
"stopId": "FR:27332:ZE:0x6240:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -332,
"time": "1774941088"
},
"departure": {
"delay": -332,
"time": "1774941088"
},
"stopId": "FR:27375:ZE:0x6449:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 54,
"time": "1774940754"
},
"departure": {
"delay": 54,
"time": "1774940754"
},
"stopId": "FR:27697:ZE:0x7012:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 52,
"time": "1774940872"
},
"departure": {
"delay": 52,
"time": "1774940872"
},
"stopId": "FR:27697:ZE:0x6735:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 12,
"time": "1774940652"
},
"departure": {
"delay": 12,
"time": "1774940652"
},
"stopId": "FR:27332:ZE:0x6252:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 52,
"time": "1774940932"
},
"departure": {
"delay": 52,
"time": "1774940932"
},
"stopId": "FR:27375:ZE:0x6463:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 29,
"time": "1774940669"
},
"departure": {
"delay": 29,
"time": "1774940669"
},
"stopId": "FR:27332:ZE:0x6248:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -338,
"time": "1774941382"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 28,
"time": "1774941028"
},
"departure": {
"delay": 28,
"time": "1774941028"
},
"stopId": "FR:27375:ZE:0x6503:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 106,
"time": "1774940926"
},
"departure": {
"delay": 106,
"time": "1774940926"
},
"stopId": "FR:27375:ZE:0x6447:ATOUMOD006",
"stopSequence": 13
},
{
"departure": {
"time": "1774940400"
},
"stopId": "FR:27332:ZE:0x7152:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 32,
"time": "1774940552"
},
"departure": {
"delay": 32,
"time": "1774940552"
},
"stopId": "FR:27332:ZE:0x6244:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 43,
"time": "1774940623"
},
"departure": {
"delay": 43,
"time": "1774940623"
},
"stopId": "FR:27332:ZE:0x6238:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 61,
"time": "1774940701"
},
"departure": {
"delay": 61,
"time": "1774940701"
},
"stopId": "FR:27697:ZE:0x7014:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -182,
"time": "1774941058"
},
"departure": {
"delay": -182,
"time": "1774941058"
},
"stopId": "FR:27375:ZE:0x6403:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 51,
"time": "1774940991"
},
"departure": {
"delay": 51,
"time": "1774940991"
},
"stopId": "FR:27375:ZE:0x6454:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 101,
"time": "1774940801"
},
"departure": {
"delay": 101,
"time": "1774940801"
},
"stopId": "FR:27332:ZE:0x6253:ATOUMOD006",
"stopSequence": 11
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:9:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470489:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230657x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 51,
"time": "1774939191"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 91,
"time": "1774938691"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 59,
"time": "1774938959"
},
"departure": {
"delay": 59,
"time": "1774938959"
},
"stopId": "FR:76351:ZE:4724:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 51,
"time": "1774938831"
},
"departure": {
"delay": 51,
"time": "1774938831"
},
"stopId": "FR:76351:ZE:4558:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 98,
"time": "1774938758"
},
"departure": {
"delay": 98,
"time": "1774938758"
},
"stopId": "FR:76351:ZE:5223:ATOUMOD003",
"stopSequence": 29
},
{
"departure": {
"delay": 30,
"time": "1774938630"
},
"stopId": "FR:76351:ZE:3426:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 53,
"time": "1774939133"
},
"departure": {
"delay": 53,
"time": "1774939133"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 35,
"time": "1774938575"
},
"stopId": "FR:76351:ZE:3363:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 107,
"time": "1774939067"
},
"departure": {
"delay": 107,
"time": "1774939067"
},
"stopId": "FR:76351:ZE:4835:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 51,
"time": "1774938891"
},
"departure": {
"delay": 51,
"time": "1774938891"
},
"stopId": "FR:76351:ZE:4467:ATOUMOD003",
"stopSequence": 31
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230657x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597872:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2805,
"time": "1774938735"
},
"departure": {
"delay": -2805,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xQUI01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -2445,
"time": "1774938735"
},
"departure": {
"delay": -2445,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xMAS01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -2325,
"time": "1774938735"
},
"departure": {
"delay": -2325,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xGDG01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -213,
"time": "1774942947"
},
"stopId": "FR:27306:ZE:0xFOR02:ATOUMOD004",
"stopSequence": 46
},
{
"arrival": {
"delay": -2505,
"time": "1774938735"
},
"departure": {
"delay": -2505,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xBOU01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -3285,
"time": "1774938735"
},
"departure": {
"delay": -3285,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xVED01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -3225,
"time": "1774938735"
},
"departure": {
"delay": -3225,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xARC01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -3345,
"time": "1774938735"
},
"departure": {
"delay": -3345,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -2265,
"time": "1774938735"
},
"departure": {
"delay": -2265,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xMUS01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -2805,
"time": "1774938735"
},
"departure": {
"delay": -2805,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHON01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -70,
"time": "1774942430"
},
"departure": {
"delay": -70,
"time": "1774942430"
},
"stopId": "FR:27229:ZE:0xFRI01:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": -127,
"time": "1774942793"
},
"departure": {
"delay": -127,
"time": "1774942793"
},
"stopId": "FR:27306:ZE:0xBOR01:ATOUMOD004",
"stopSequence": 42
},
{
"arrival": {
"delay": -2565,
"time": "1774938735"
},
"departure": {
"delay": -2565,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xWAL01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -3585,
"time": "1774938735"
},
"departure": {
"delay": -3585,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xGAR04:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": -113,
"time": "1774942567"
},
"departure": {
"delay": -113,
"time": "1774942567"
},
"stopId": "FR:27306:ZE:0xMEL04:ATOUMOD004",
"stopSequence": 40
},
{
"arrival": {
"delay": -2925,
"time": "1774938735"
},
"departure": {
"delay": -2925,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xSTA01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -25,
"time": "1774942355"
},
"departure": {
"delay": -25,
"time": "1774942355"
},
"stopId": "FR:27229:ZE:0xBRI01:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": -115,
"time": "1774942625"
},
"departure": {
"delay": -115,
"time": "1774942625"
},
"stopId": "FR:27306:ZE:0xRLG01:ATOUMOD004",
"stopSequence": 41
},
{
"arrival": {
"delay": -66,
"time": "1774942494"
},
"departure": {
"delay": -66,
"time": "1774942494"
},
"stopId": "FR:27229:ZE:0xJOL04:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": -150,
"time": "1774942830"
},
"departure": {
"delay": -150,
"time": "1774942830"
},
"stopId": "FR:27306:ZE:0xMAI01:ATOUMOD004",
"stopSequence": 43
},
{
"arrival": {
"delay": -123,
"time": "1774942857"
},
"departure": {
"delay": -123,
"time": "1774942857"
},
"stopId": "FR:27306:ZE:0xEGl01:ATOUMOD004",
"stopSequence": 44
},
{
"arrival": {
"delay": -3165,
"time": "1774938735"
},
"departure": {
"delay": -3165,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xTAU01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -3465,
"time": "1774938735"
},
"departure": {
"delay": -3465,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 31
},
{
"departure": {
"delay": -2265,
"time": "1774938735"
},
"stopId": "FR:27602:ZE:0xFAB01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -143,
"time": "1774942897"
},
"departure": {
"delay": -143,
"time": "1774942897"
},
"stopId": "FR:27306:ZE:0xMOO01:ATOUMOD004",
"stopSequence": 45
},
{
"arrival": {
"delay": -3045,
"time": "1774938735"
},
"departure": {
"delay": -3045,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xMFO01:ATOUMOD004",
"stopSequence": 26
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T3:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597872:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056971x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 106,
"time": "1774937506"
},
"stopId": "FR:76351:ZE:4803:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 145,
"time": "1774937785"
},
"departure": {
"delay": 145,
"time": "1774937785"
},
"stopId": "FR:76351:ZE:3041:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 106,
"time": "1774937866"
},
"stopId": "FR:76351:ZE:4848:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 125,
"time": "1774937645"
},
"departure": {
"delay": 125,
"time": "1774937645"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 106,
"time": "1774937566"
},
"departure": {
"delay": 106,
"time": "1774937566"
},
"stopId": "FR:76351:ZE:3012:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 131,
"time": "1774937711"
},
"departure": {
"delay": 131,
"time": "1774937711"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 124,
"time": "1774937824"
},
"departure": {
"delay": 124,
"time": "1774937824"
},
"stopId": "FR:76351:ZE:4568:ATOUMOD003",
"stopSequence": 19
}
],
"timestamp": "1774937539",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056971x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747886x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22,
"time": "1774934982"
},
"departure": {
"delay": 22,
"time": "1774935022"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 58,
"time": "1774934386"
},
"departure": {
"delay": 58,
"time": "1774934398"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -38,
"time": "1774934776"
},
"departure": {
"delay": -38,
"time": "1774934782"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 11,
"time": "1774934910"
},
"departure": {
"delay": 11,
"time": "1774934951"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 133,
"time": "1774934511"
},
"departure": {
"delay": 133,
"time": "1774934533"
},
"stopId": "FR:50129:ZE:10GDM3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 48,
"time": "1774934614"
},
"departure": {
"delay": 48,
"time": "1774934628"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 16,
"time": "1774934815"
},
"departure": {
"delay": 16,
"time": "1774934836"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 128,
"time": "1774933803"
},
"departure": {
"delay": 128,
"time": "1774933928"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 62,
"time": "1774934430"
},
"departure": {
"delay": 62,
"time": "1774934462"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 1,
"time": "1774934742"
},
"departure": {
"delay": 1,
"time": "1774934761"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 105,
"time": "1774934551"
},
"departure": {
"delay": 105,
"time": "1774934565"
},
"stopId": "FR:50129:ZE:10SWZ1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 113,
"time": "1774934141"
},
"departure": {
"delay": 113,
"time": "1774934153"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 5,
"time": "1774934696"
},
"departure": {
"delay": 5,
"time": "1774934705"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 136,
"time": "1774933576"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -52,
"time": "1774934881"
},
"departure": {
"delay": -52,
"time": "1774934888"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 66,
"time": "1774934335"
},
"departure": {
"delay": 66,
"time": "1774934346"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 95,
"time": "1774934354"
},
"departure": {
"delay": 95,
"time": "1774934375"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 161,
"time": "1774933993"
},
"departure": {
"delay": 161,
"time": "1774934021"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 91,
"time": "1774934274"
},
"departure": {
"delay": 91,
"time": "1774934311"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 96,
"time": "1774934058"
},
"departure": {
"delay": 96,
"time": "1774934076"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -42,
"time": "1774935078"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 58,
"time": "1774933612"
},
"departure": {
"delay": 58,
"time": "1774933738"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 77,
"time": "1774934170"
},
"departure": {
"delay": 77,
"time": "1774934177"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747886x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4196384x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 168,
"time": "1774939188"
},
"departure": {
"delay": 168,
"time": "1774939188"
},
"stopId": "FR:76351:ZE:3214:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 115,
"time": "1774939435"
},
"departure": {
"delay": 115,
"time": "1774939435"
},
"stopId": "FR:76351:ZE:3403:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 170,
"time": "1774938950"
},
"departure": {
"delay": 170,
"time": "1774938950"
},
"stopId": "FR:76552:ZE:3339:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 126,
"time": "1774938786"
},
"departure": {
"delay": 126,
"time": "1774938786"
},
"stopId": "FR:76552:ZE:3103:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 115,
"time": "1774938715"
},
"stopId": "FR:76552:ZE:3092:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 122,
"time": "1774939322"
},
"departure": {
"delay": 122,
"time": "1774939322"
},
"stopId": "FR:76351:ZE:3258:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 155,
"time": "1774938995"
},
"departure": {
"delay": 155,
"time": "1774938995"
},
"stopId": "FR:76552:ZE:3355:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 130,
"time": "1774939030"
},
"departure": {
"delay": 130,
"time": "1774939030"
},
"stopId": "FR:76552:ZE:3630:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 115,
"time": "1774939735"
},
"departure": {
"delay": 115,
"time": "1774939735"
},
"stopId": "FR:76351:ZE:4471:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 115,
"time": "1774939915"
},
"stopId": "FR:76351:ZE:3716:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 140,
"time": "1774939700"
},
"departure": {
"delay": 140,
"time": "1774939700"
},
"stopId": "FR:76351:ZE:3345:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 159,
"time": "1774939059"
},
"departure": {
"delay": 159,
"time": "1774939059"
},
"stopId": "FR:76552:ZE:3651:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 115,
"time": "1774938895"
},
"departure": {
"delay": 115,
"time": "1774938895"
},
"stopId": "FR:76552:ZE:3489:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 132,
"time": "1774939092"
},
"departure": {
"delay": 132,
"time": "1774939092"
},
"stopId": "FR:76351:ZE:3032:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 136,
"time": "1774939816"
},
"departure": {
"delay": 136,
"time": "1774939816"
},
"stopId": "FR:76351:ZE:4606:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 159,
"time": "1774939479"
},
"departure": {
"delay": 159,
"time": "1774939479"
},
"stopId": "FR:76351:ZE:3024:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 119,
"time": "1774939259"
},
"departure": {
"delay": 119,
"time": "1774939259"
},
"stopId": "FR:76351:ZE:4079:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 149,
"time": "1774939289"
},
"departure": {
"delay": 149,
"time": "1774939289"
},
"stopId": "FR:76351:ZE:3044:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 165,
"time": "1774939545"
},
"departure": {
"delay": 165,
"time": "1774939545"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 115,
"time": "1774939135"
},
"departure": {
"delay": 115,
"time": "1774939135"
},
"stopId": "FR:76351:ZE:4817:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 146,
"time": "1774939646"
},
"departure": {
"delay": 146,
"time": "1774939646"
},
"stopId": "FR:76351:ZE:3542:ATOUMOD003",
"stopSequence": 35
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:16:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4196384x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4052285xGTFSxGSemHTNIxSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 49,
"time": "1774939849"
},
"stopId": "FR:76254:ZE:5019:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 101,
"time": "1774938821"
},
"departure": {
"delay": 101,
"time": "1774938821"
},
"stopId": "FR:76716:ZE:3733:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 80,
"time": "1774938980"
},
"departure": {
"delay": 80,
"time": "1774938980"
},
"stopId": "FR:76196:ZE:3425:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 52,
"time": "1774939672"
},
"departure": {
"delay": 52,
"time": "1774939672"
},
"stopId": "FR:76117:ZE:5136:ATOUMOD003",
"stopSequence": 37
},
{
"departure": {
"delay": 80,
"time": "1774938560"
},
"stopId": "FR:76716:ZE:5082:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 52,
"time": "1774939792"
},
"departure": {
"delay": 52,
"time": "1774939792"
},
"stopId": "FR:76254:ZE:5137:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 87,
"time": "1774939107"
},
"departure": {
"delay": 87,
"time": "1774939107"
},
"stopId": "FR:76196:ZE:3479:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 49,
"time": "1774939189"
},
"departure": {
"delay": 49,
"time": "1774939189"
},
"stopId": "FR:76196:ZE:5133:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 61,
"time": "1774939381"
},
"departure": {
"delay": 61,
"time": "1774939381"
},
"stopId": "FR:76741:ZE:5134:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 52,
"time": "1774939552"
},
"departure": {
"delay": 52,
"time": "1774939552"
},
"stopId": "FR:76501:ZE:5135:ATOUMOD003",
"stopSequence": 36
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:21:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4052285xGTFSxGSemHTNIxSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx543:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774975740"
},
"stopId": "FR:76636:ZE:TNIx22422:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774974240"
},
"departure": {
"time": "1774974240"
},
"stopId": "FR:76410:ZE:TNIx12897:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"time": "1774973760"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774974840"
},
"departure": {
"time": "1774974840"
},
"stopId": "FR:76354:ZE:TNIx22593:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774974960"
},
"departure": {
"time": "1774974960"
},
"stopId": "FR:76354:ZE:TNIx22588:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774975080"
},
"departure": {
"time": "1774975080"
},
"stopId": "FR:76354:ZE:TNIx22589:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774975140"
},
"departure": {
"time": "1774975140"
},
"stopId": "FR:76354:ZE:TNIx22591:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774974300"
},
"departure": {
"time": "1774974300"
},
"stopId": "FR:76410:ZE:TNIx13102:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774975680"
},
"departure": {
"time": "1774975680"
},
"stopId": "FR:76636:ZE:TNIx23089:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774974360"
},
"departure": {
"time": "1774974360"
},
"stopId": "FR:76410:ZE:TNIx13100:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774974180"
},
"departure": {
"time": "1774974180"
},
"stopId": "FR:76410:ZE:TNIx12898:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 5,
"time": "1774974305"
},
"departure": {
"delay": 5,
"time": "1774974305"
},
"stopId": "FR:76410:ZE:TNIx13101:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1774938698",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx26:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx543:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745203x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 218,
"time": "1774936418"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 178,
"time": "1774937001"
},
"departure": {
"delay": 178,
"time": "1774937038"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 112,
"time": "1774937227"
},
"departure": {
"delay": 112,
"time": "1774937272"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 62,
"time": "1774937486"
},
"departure": {
"delay": 62,
"time": "1774937522"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 137,
"time": "1774937074"
},
"departure": {
"delay": 137,
"time": "1774937117"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 53,
"time": "1774937545"
},
"departure": {
"delay": 53,
"time": "1774937573"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 186,
"time": "1774936531"
},
"departure": {
"delay": 186,
"time": "1774936566"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 188,
"time": "1774936774"
},
"departure": {
"delay": 188,
"time": "1774936808"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 79,
"time": "1774937616"
},
"departure": {
"delay": 79,
"time": "1774937659"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 202,
"time": "1774936833"
},
"departure": {
"delay": 202,
"time": "1774936882"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 188,
"time": "1774936703"
},
"departure": {
"delay": 188,
"time": "1774936748"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 58,
"time": "1774937423"
},
"departure": {
"delay": 58,
"time": "1774937458"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 23,
"time": "1774937682"
},
"departure": {
"delay": 23,
"time": "1774937723"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 177,
"time": "1774936938"
},
"departure": {
"delay": 177,
"time": "1774936977"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 94,
"time": "1774937339"
},
"departure": {
"delay": 94,
"time": "1774937374"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 192,
"time": "1774936583"
},
"departure": {
"delay": 192,
"time": "1774936632"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -8,
"time": "1774937932"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -1,
"time": "1774937772"
},
"departure": {
"delay": -1,
"time": "1774937819"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 87,
"time": "1774937146"
},
"departure": {
"delay": 87,
"time": "1774937187"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 187,
"time": "1774936651"
},
"departure": {
"delay": 187,
"time": "1774936687"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745203x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1438:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938777"
},
"departure": {
"time": "1774938777"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774938888"
},
"departure": {
"time": "1774938888"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774938575"
},
"departure": {
"time": "1774938575"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774938630"
},
"departure": {
"time": "1774938630"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774938990"
},
"departure": {
"time": "1774938990"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"time": "1774938450"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1774938161",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1438:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745225x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 142,
"time": "1774929810"
},
"departure": {
"delay": 142,
"time": "1774929922"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 116,
"time": "1774931176"
},
"departure": {
"delay": 116,
"time": "1774931216"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 103,
"time": "1774930108"
},
"departure": {
"delay": 103,
"time": "1774930123"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 170,
"time": "1774929972"
},
"departure": {
"delay": 170,
"time": "1774930010"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 136,
"time": "1774930563"
},
"departure": {
"delay": 136,
"time": "1774930576"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -16,
"time": "1774930807"
},
"departure": {
"delay": -16,
"time": "1774930844"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 152,
"time": "1774930199"
},
"departure": {
"delay": 152,
"time": "1774930292"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 30,
"time": "1774931370"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 89,
"time": "1774931236"
},
"departure": {
"delay": 89,
"time": "1774931249"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 69,
"time": "1774930610"
},
"departure": {
"delay": 69,
"time": "1774930629"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -13,
"time": "1774930711"
},
"departure": {
"delay": -13,
"time": "1774930727"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 36,
"time": "1774930878"
},
"departure": {
"delay": 36,
"time": "1774930956"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 6,
"time": "1774930678"
},
"departure": {
"delay": 6,
"time": "1774930686"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 97,
"time": "1774930988"
},
"departure": {
"delay": 97,
"time": "1774931077"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 168,
"time": "1774930435"
},
"departure": {
"delay": 168,
"time": "1774930488"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 127,
"time": "1774929727"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 117,
"time": "1774930055"
},
"departure": {
"delay": 117,
"time": "1774930077"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 80,
"time": "1774930144"
},
"departure": {
"delay": 80,
"time": "1774930160"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 108,
"time": "1774931107"
},
"departure": {
"delay": 108,
"time": "1774931148"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745225x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15252:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774936092"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774936118",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15252:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx287:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 247,
"time": "1774939087"
},
"departure": {
"delay": 247,
"time": "1774939087"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"departure": {
"delay": 146,
"time": "1774938326"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 247,
"time": "1774938727"
},
"departure": {
"delay": 247,
"time": "1774938727"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 266,
"time": "1774938806"
},
"departure": {
"delay": 266,
"time": "1774938806"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 291,
"time": "1774938626"
},
"departure": {
"delay": 291,
"time": "1774938651"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 266,
"time": "1774938926"
},
"departure": {
"delay": 266,
"time": "1774938926"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 266,
"time": "1774939286"
},
"departure": {
"delay": 266,
"time": "1774939286"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 186,
"time": "1774938426"
},
"departure": {
"delay": 186,
"time": "1774938426"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1774938328",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx287:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745219x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16,
"time": "1774929281"
},
"departure": {
"delay": 16,
"time": "1774929316"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 133,
"time": "1774928113"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -73,
"time": "1774928976"
},
"departure": {
"delay": -73,
"time": "1774928987"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 38,
"time": "1774928748"
},
"departure": {
"delay": 38,
"time": "1774928798"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 139,
"time": "1774928164"
},
"departure": {
"delay": 139,
"time": "1774928179"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 19,
"time": "1774929155"
},
"departure": {
"delay": 19,
"time": "1774929199"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 66,
"time": "1774928693"
},
"departure": {
"delay": 66,
"time": "1774928706"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 1,
"time": "1774929020"
},
"departure": {
"delay": 1,
"time": "1774929121"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -14,
"time": "1774929334"
},
"departure": {
"delay": -14,
"time": "1774929346"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 19,
"time": "1774929225"
},
"departure": {
"delay": 19,
"time": "1774929259"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -13,
"time": "1774928855"
},
"departure": {
"delay": -13,
"time": "1774928867"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 114,
"time": "1774928374"
},
"departure": {
"delay": 114,
"time": "1774928394"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 123,
"time": "1774928610"
},
"departure": {
"delay": 123,
"time": "1774928643"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -68,
"time": "1774929472"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 123,
"time": "1774928426"
},
"departure": {
"delay": 123,
"time": "1774928463"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 134,
"time": "1774928253"
},
"departure": {
"delay": 134,
"time": "1774928294"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 134,
"time": "1774928342"
},
"departure": {
"delay": 134,
"time": "1774928354"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -28,
"time": "1774928899"
},
"departure": {
"delay": -28,
"time": "1774928912"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745219x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:6570717997957120x1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 96,
"time": "1774937950"
},
"departure": {
"delay": 96,
"time": "1774937976"
},
"stopId": "FR:50165:ZE:749890003:ATOUMOD105",
"stopSequence": 34
},
{
"arrival": {
"delay": 76,
"time": "1774938116"
},
"departure": {
"delay": 76,
"time": "1774938136"
},
"stopId": "FR:50647:ZE:748670004:ATOUMOD105",
"stopSequence": 36
},
{
"arrival": {
"delay": 74,
"time": "1774938175"
},
"departure": {
"delay": 74,
"time": "1774938194"
},
"stopId": "FR:50218:ZE:742480012:ATOUMOD105",
"stopSequence": 37
},
{
"arrival": {
"delay": 86,
"time": "1774937989"
},
"departure": {
"delay": 86,
"time": "1774938026"
},
"stopId": "FR:50647:ZE:712780003:ATOUMOD105",
"stopSequence": 35
},
{
"arrival": {
"delay": 91,
"time": "1774937890"
},
"departure": {
"delay": 91,
"time": "1774937911"
},
"stopId": "FR:50165:ZE:738760003:ATOUMOD105",
"stopSequence": 33
},
{
"arrival": {
"delay": 56,
"time": "1774938356"
},
"stopId": "FR:50647:ZE:752300002:ATOUMOD105",
"stopSequence": 40
},
{
"arrival": {
"delay": 95,
"time": "1774938312"
},
"departure": {
"delay": 95,
"time": "1774938335"
},
"stopId": "FR:50218:ZE:720520001:ATOUMOD105",
"stopSequence": 39
},
{
"arrival": {
"delay": 121,
"time": "1774937848"
},
"departure": {
"delay": 121,
"time": "1774937881"
},
"stopId": "FR:50165:ZE:5080888155045888:ATOUMOD105",
"stopSequence": 32
},
{
"arrival": {
"delay": 94,
"time": "1774938265"
},
"departure": {
"delay": 94,
"time": "1774938274"
},
"stopId": "FR:50647:ZE:5176510791024640:ATOUMOD105",
"stopSequence": 38
}
],
"timestamp": "1774937977",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD105:Line:348940035:LOC",
"tripId": "ATOUMOD105:ServiceJourney:6570717997957120x1:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056543x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 61,
"time": "1774939081"
},
"departure": {
"delay": 61,
"time": "1774939081"
},
"stopId": "FR:76351:ZE:3491:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 23,
"time": "1774938563"
},
"stopId": "FR:76351:ZE:3222:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 82,
"time": "1774939582"
},
"departure": {
"delay": 82,
"time": "1774939582"
},
"stopId": "FR:76351:ZE:3495:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 100,
"time": "1774939480"
},
"departure": {
"delay": 100,
"time": "1774939480"
},
"stopId": "FR:76351:ZE:3179:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 52,
"time": "1774938892"
},
"departure": {
"delay": 52,
"time": "1774938892"
},
"stopId": "FR:76351:ZE:3040:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 73,
"time": "1774938793"
},
"departure": {
"delay": 73,
"time": "1774938793"
},
"stopId": "FR:76351:ZE:3674:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 78,
"time": "1774939398"
},
"departure": {
"delay": 78,
"time": "1774939398"
},
"stopId": "FR:76351:ZE:3571:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 56,
"time": "1774940156"
},
"departure": {
"delay": 56,
"time": "1774940156"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 71,
"time": "1774940111"
},
"departure": {
"delay": 71,
"time": "1774940111"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 57,
"time": "1774939677"
},
"departure": {
"delay": 57,
"time": "1774939677"
},
"stopId": "FR:76351:ZE:3320:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 26,
"time": "1774938386"
},
"departure": {
"delay": 26,
"time": "1774938386"
},
"stopId": "FR:76351:ZE:3235:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 22,
"time": "1774938442"
},
"departure": {
"delay": 22,
"time": "1774938442"
},
"stopId": "FR:76351:ZE:3226:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 41,
"time": "1774940321"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 41,
"time": "1774938941"
},
"departure": {
"delay": 41,
"time": "1774938941"
},
"stopId": "FR:76351:ZE:3478:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 41,
"time": "1774939301"
},
"departure": {
"delay": 41,
"time": "1774939301"
},
"stopId": "FR:76351:ZE:4652:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 59,
"time": "1774940039"
},
"departure": {
"delay": 59,
"time": "1774940039"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 41,
"time": "1774939721"
},
"departure": {
"delay": 41,
"time": "1774939721"
},
"stopId": "FR:76351:ZE:3188:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"time": "1774938300"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 1
},
{
"departure": {
"delay": 9,
"time": "1774938609"
},
"stopId": "FR:76351:ZE:4470:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 56,
"time": "1774939196"
},
"departure": {
"delay": 56,
"time": "1774939196"
},
"stopId": "FR:76351:ZE:3069:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 55,
"time": "1774939795"
},
"departure": {
"delay": 55,
"time": "1774939795"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 41,
"time": "1774939961"
},
"departure": {
"delay": 41,
"time": "1774939961"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 45,
"time": "1774938705"
},
"stopId": "FR:76351:ZE:3080:ATOUMOD003",
"stopSequence": 6
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056543x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx421:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774968420"
},
"departure": {
"time": "1774968420"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1774970100"
},
"departure": {
"time": "1774970100"
},
"stopId": "FR:76157:ZE:TNIx10604:ATOUMOD001",
"stopSequence": 44
},
{
"arrival": {
"time": "1774969920"
},
"departure": {
"time": "1774969920"
},
"stopId": "FR:76157:ZE:TNIx10365:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"time": "1774969860"
},
"departure": {
"time": "1774969860"
},
"stopId": "FR:76157:ZE:TNIx10642:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774970400"
},
"departure": {
"time": "1774970400"
},
"stopId": "FR:76540:ZE:TNIx12866:ATOUMOD001",
"stopSequence": 45
},
{
"arrival": {
"time": "1774969440"
},
"departure": {
"time": "1774969440"
},
"stopId": "FR:76614:ZE:TNIx22602:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"time": "1774969800"
},
"departure": {
"time": "1774969800"
},
"stopId": "FR:76157:ZE:TNIx10765:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774968180"
},
"departure": {
"time": "1774968180"
},
"stopId": "FR:76709:ZE:TNIx22507:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774969500"
},
"departure": {
"time": "1774969500"
},
"stopId": "FR:76614:ZE:TNIx22604:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774969380"
},
"departure": {
"time": "1774969380"
},
"stopId": "FR:76354:ZE:TNIx22599:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774969620"
},
"departure": {
"time": "1774969620"
},
"stopId": "FR:76614:ZE:TNIx12686:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774969080"
},
"departure": {
"time": "1774969080"
},
"stopId": "FR:76354:ZE:TNIx23026:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774969980"
},
"departure": {
"time": "1774969980"
},
"stopId": "FR:76157:ZE:TNIx10603:ATOUMOD001",
"stopSequence": 43
},
{
"departure": {
"time": "1774968000"
},
"stopId": "FR:76709:ZE:TNIx22501:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774968600"
},
"departure": {
"time": "1774968600"
},
"stopId": "FR:76222:ZE:TNIx22551:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"time": "1774968120"
},
"departure": {
"time": "1774968120"
},
"stopId": "FR:76709:ZE:TNIx22505:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774968840"
},
"departure": {
"time": "1774968840"
},
"stopId": "FR:76222:ZE:TNIx23154:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 5,
"time": "1774968065"
},
"departure": {
"delay": 5,
"time": "1774968065"
},
"stopId": "FR:76709:ZE:TNIx23021:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774969320"
},
"departure": {
"time": "1774969320"
},
"stopId": "FR:76354:ZE:TNIx22598:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774971000"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 46
},
{
"arrival": {
"time": "1774968960"
},
"departure": {
"time": "1774968960"
},
"stopId": "FR:76222:ZE:TNIx22581:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"time": "1774969260"
},
"departure": {
"time": "1774969260"
},
"stopId": "FR:76354:ZE:TNIx22585:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774968900"
},
"departure": {
"time": "1774968900"
},
"stopId": "FR:76222:ZE:TNIx22575:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"time": "1774968240"
},
"departure": {
"time": "1774968240"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774968360"
},
"departure": {
"time": "1774968360"
},
"stopId": "FR:76750:ZE:TNIx22514:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774968060"
},
"departure": {
"time": "1774968060"
},
"stopId": "FR:76709:ZE:TNIx22503:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774938601",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx421:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057424x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -100,
"time": "1774938380"
},
"departure": {
"delay": -100,
"time": "1774938380"
},
"stopId": "FR:76305:ZE:3186:ATOUMOD003",
"stopSequence": 43
},
{
"departure": {
"delay": -118,
"time": "1774938302"
},
"stopId": "FR:76305:ZE:3521:ATOUMOD003",
"stopSequence": 41
},
{
"departure": {
"delay": -110,
"time": "1774938610"
},
"stopId": "FR:76305:ZE:3574:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": -104,
"time": "1774938436"
},
"departure": {
"delay": -104,
"time": "1774938436"
},
"stopId": "FR:76305:ZE:3150:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": -83,
"time": "1774938337"
},
"departure": {
"delay": -83,
"time": "1774938337"
},
"stopId": "FR:76305:ZE:3295:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": -71,
"time": "1774938709"
},
"departure": {
"delay": -71,
"time": "1774938709"
},
"stopId": "FR:76305:ZE:4488:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": -107,
"time": "1774938913"
},
"departure": {
"delay": -107,
"time": "1774938913"
},
"stopId": "FR:76305:ZE:4501:ATOUMOD003",
"stopSequence": 49
},
{
"departure": {
"delay": -90,
"time": "1774938510"
},
"stopId": "FR:76305:ZE:3180:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": -110,
"time": "1774939030"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": -72,
"time": "1774938828"
},
"departure": {
"delay": -72,
"time": "1774938828"
},
"stopId": "FR:76305:ZE:4490:ATOUMOD003",
"stopSequence": 48
}
],
"timestamp": "1774938320",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:10:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057424x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747833x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 72,
"time": "1774928207"
},
"departure": {
"delay": 72,
"time": "1774928232"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -49,
"time": "1774928291"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -54,
"time": "1774927615"
},
"departure": {
"delay": -54,
"time": "1774927626"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -9,
"time": "1774927287"
},
"departure": {
"delay": -9,
"time": "1774927311"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 29,
"time": "1774926796"
},
"departure": {
"delay": 29,
"time": "1774926809"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -34,
"time": "1774927571"
},
"departure": {
"delay": -34,
"time": "1774927586"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 27,
"time": "1774926618"
},
"departure": {
"delay": 27,
"time": "1774926627"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -36,
"time": "1774927146"
},
"departure": {
"delay": -36,
"time": "1774927164"
},
"stopId": "FR:50129:ZE:10GDM4:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 51,
"time": "1774926471"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 1,
"time": "1774927003"
},
"departure": {
"delay": 1,
"time": "1774927021"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -45,
"time": "1774927197"
},
"departure": {
"delay": -45,
"time": "1774927215"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 8,
"time": "1774927369"
},
"departure": {
"delay": 8,
"time": "1774927388"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 70,
"time": "1774927996"
},
"departure": {
"delay": 70,
"time": "1774928170"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 10,
"time": "1774926833"
},
"departure": {
"delay": 10,
"time": "1774926850"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -16,
"time": "1774927527"
},
"departure": {
"delay": -16,
"time": "1774927544"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -34,
"time": "1774926729"
},
"departure": {
"delay": -34,
"time": "1774926746"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -1,
"time": "1774927241"
},
"departure": {
"delay": -1,
"time": "1774927259"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -5,
"time": "1774926641"
},
"departure": {
"delay": -5,
"time": "1774926655"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -59,
"time": "1774927848"
},
"departure": {
"delay": -59,
"time": "1774927861"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 19,
"time": "1774926910"
},
"departure": {
"delay": 19,
"time": "1774926919"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -49,
"time": "1774927745"
},
"departure": {
"delay": -49,
"time": "1774927751"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -52,
"time": "1774927908"
},
"departure": {
"delay": -52,
"time": "1774927928"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 20,
"time": "1774927326"
},
"departure": {
"delay": 20,
"time": "1774927340"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -2,
"time": "1774926521"
},
"departure": {
"delay": -2,
"time": "1774926538"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -4,
"time": "1774927064"
},
"departure": {
"delay": -4,
"time": "1774927076"
},
"stopId": "FR:50129:ZE:10SWZ2:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747833x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596999:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -222,
"time": "1774941138"
},
"departure": {
"delay": -222,
"time": "1774941138"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -193,
"time": "1774941287"
},
"departure": {
"delay": -193,
"time": "1774941287"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -114,
"time": "1774940946"
},
"departure": {
"delay": -114,
"time": "1774940946"
},
"stopId": "FR:27229:ZE:0xHAR01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -84,
"time": "1774940856"
},
"departure": {
"delay": -84,
"time": "1774940856"
},
"stopId": "FR:27229:ZE:0xFAU01:ATOUMOD004",
"stopSequence": 10
},
{
"departure": {
"delay": -1665,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -145,
"time": "1774941035"
},
"departure": {
"delay": -145,
"time": "1774941035"
},
"stopId": "FR:27229:ZE:0xBEV01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -50,
"time": "1774940770"
},
"departure": {
"delay": -50,
"time": "1774940770"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -15,
"time": "1774940625"
},
"departure": {
"delay": -15,
"time": "1774940625"
},
"stopId": "FR:27229:ZE:0xDUN01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -133,
"time": "1774940987"
},
"departure": {
"delay": -133,
"time": "1774940987"
},
"stopId": "FR:27229:ZE:0xLOG01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -176,
"time": "1774941064"
},
"departure": {
"delay": -176,
"time": "1774941064"
},
"stopId": "FR:27229:ZE:0xBRO01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -226,
"time": "1774941434"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -222,
"time": "1774941198"
},
"departure": {
"delay": -222,
"time": "1774941198"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -65,
"time": "1774940695"
},
"departure": {
"delay": -65,
"time": "1774940695"
},
"stopId": "FR:27229:ZE:0xFER01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -1725,
"time": "1774938735"
},
"departure": {
"delay": -1725,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xMEU01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 15,
"time": "1774940535"
},
"departure": {
"delay": 15,
"time": "1774940535"
},
"stopId": "FR:27229:ZE:0xCAR04:ATOUMOD004",
"stopSequence": 3
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596999:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596619:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3465,
"time": "1774938735"
},
"departure": {
"delay": -3465,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xROR01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -3405,
"time": "1774938735"
},
"departure": {
"delay": -3405,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xRRE01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -2805,
"time": "1774938735"
},
"departure": {
"delay": -2805,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -3645,
"time": "1774938735"
},
"departure": {
"delay": -3645,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xPAS01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -3105,
"time": "1774938735"
},
"departure": {
"delay": -3105,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xGAR01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -3585,
"time": "1774938735"
},
"departure": {
"delay": -3585,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xJOL01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -3285,
"time": "1774938735"
},
"departure": {
"delay": -3285,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xFRI01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -2625,
"time": "1774938735"
},
"departure": {
"delay": -2625,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 9
},
{
"departure": {
"delay": -2565,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -3165,
"time": "1774938735"
},
"departure": {
"delay": -3165,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xBRI01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -3765,
"time": "1774938735"
},
"departure": {
"delay": -3765,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xVOL02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -3825,
"time": "1774938735"
},
"departure": {
"delay": -3825,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xRUG02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -2985,
"time": "1774938735"
},
"departure": {
"delay": -2985,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -3705,
"time": "1774938735"
},
"departure": {
"delay": -3705,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xKEN04:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -3885,
"time": "1774938735"
},
"stopId": "FR:27229:ZE:0xMOL02:ATOUMOD004",
"stopSequence": 22
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596619:LOC"
}
}
},
{
"id": "SM:ATOUMOD014:ServiceJourney:4836509524951040x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 203,
"time": "1774939033"
},
"departure": {
"delay": 203,
"time": "1774939043"
},
"stopId": "FR:27056:ZE:5919793300373504:ATOUMOD014",
"stopSequence": 20
},
{
"arrival": {
"delay": 307,
"time": "1774938093"
},
"departure": {
"delay": 307,
"time": "1774938127"
},
"stopId": "FR:27398:ZE:4835319225516032:ATOUMOD014",
"stopSequence": 12
},
{
"arrival": {
"delay": 249,
"time": "1774939989"
},
"stopId": "FR:27056:ZE:6007052070551552:ATOUMOD014",
"stopSequence": 28
},
{
"arrival": {
"delay": 238,
"time": "1774939488"
},
"departure": {
"delay": 238,
"time": "1774939498"
},
"stopId": "FR:27056:ZE:5933781673312256:ATOUMOD014",
"stopSequence": 24
},
{
"arrival": {
"delay": 226,
"time": "1774939296"
},
"departure": {
"delay": 226,
"time": "1774939306"
},
"stopId": "FR:27056:ZE:4808170871455744:ATOUMOD014",
"stopSequence": 22
},
{
"arrival": {
"delay": 217,
"time": "1774939167"
},
"departure": {
"delay": 217,
"time": "1774939177"
},
"stopId": "FR:27056:ZE:810750001:ATOUMOD014",
"stopSequence": 21
},
{
"arrival": {
"delay": 348,
"time": "1774938878"
},
"departure": {
"delay": 348,
"time": "1774938888"
},
"stopId": "FR:27056:ZE:5928302503002112:ATOUMOD014",
"stopSequence": 18
},
{
"arrival": {
"delay": 176,
"time": "1774939546"
},
"departure": {
"delay": 176,
"time": "1774939556"
},
"stopId": "FR:27056:ZE:6562695521239040:ATOUMOD014",
"stopSequence": 25
},
{
"arrival": {
"delay": 287,
"time": "1774938203"
},
"departure": {
"delay": 287,
"time": "1774938227"
},
"stopId": "FR:27056:ZE:5966402285469696:ATOUMOD014",
"stopSequence": 13
},
{
"arrival": {
"delay": 255,
"time": "1774939865"
},
"departure": {
"delay": 255,
"time": "1774939875"
},
"stopId": "FR:27056:ZE:5926078381031424:ATOUMOD014",
"stopSequence": 27
},
{
"arrival": {
"delay": 251,
"time": "1774938961"
},
"departure": {
"delay": 251,
"time": "1774938971"
},
"stopId": "FR:27056:ZE:5363128427610112:ATOUMOD014",
"stopSequence": 19
},
{
"arrival": {
"delay": 302,
"time": "1774938274"
},
"departure": {
"delay": 302,
"time": "1774938302"
},
"stopId": "FR:27056:ZE:5997996064899072:ATOUMOD014",
"stopSequence": 14
},
{
"arrival": {
"delay": 257,
"time": "1774939387"
},
"departure": {
"delay": 257,
"time": "1774939397"
},
"stopId": "FR:27056:ZE:6039451089240064:ATOUMOD014",
"stopSequence": 23
},
{
"arrival": {
"delay": 340,
"time": "1774938450"
},
"departure": {
"delay": 340,
"time": "1774938460"
},
"stopId": "FR:27056:ZE:6016392953331712:ATOUMOD014",
"stopSequence": 15
},
{
"arrival": {
"delay": 409,
"time": "1774938742"
},
"departure": {
"delay": 409,
"time": "1774938769"
},
"stopId": "FR:27056:ZE:6016808357199872:ATOUMOD014",
"stopSequence": 17
},
{
"arrival": {
"delay": 381,
"time": "1774938596"
},
"departure": {
"delay": 381,
"time": "1774938621"
},
"stopId": "FR:27056:ZE:5447794916589568:ATOUMOD014",
"stopSequence": 16
},
{
"arrival": {
"delay": 170,
"time": "1774939660"
},
"departure": {
"delay": 170,
"time": "1774939670"
},
"stopId": "FR:27056:ZE:838610002:ATOUMOD014",
"stopSequence": 26
}
],
"timestamp": "1774938759",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD014:Line:30030155:LOC",
"tripId": "ATOUMOD014:ServiceJourney:4836509524951040x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056542x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 31,
"time": "1774939111"
},
"departure": {
"delay": 31,
"time": "1774939111"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -6,
"time": "1774939314"
},
"departure": {
"delay": -6,
"time": "1774939314"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -8,
"time": "1774939012"
},
"departure": {
"delay": -8,
"time": "1774939012"
},
"stopId": "FR:76351:ZE:3320:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -24,
"time": "1774939596"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -9,
"time": "1774939431"
},
"departure": {
"delay": -9,
"time": "1774939431"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -24,
"time": "1774939056"
},
"departure": {
"delay": -24,
"time": "1774939056"
},
"stopId": "FR:76351:ZE:3188:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 6,
"time": "1774939386"
},
"departure": {
"delay": 6,
"time": "1774939386"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": -11,
"time": "1774938649"
},
"stopId": "FR:76351:ZE:4652:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -24,
"time": "1774939236"
},
"departure": {
"delay": -24,
"time": "1774939236"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 17,
"time": "1774938917"
},
"departure": {
"delay": 17,
"time": "1774938917"
},
"stopId": "FR:76351:ZE:3495:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 13,
"time": "1774938733"
},
"stopId": "FR:76351:ZE:3571:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 35,
"time": "1774938815"
},
"departure": {
"delay": 35,
"time": "1774938815"
},
"stopId": "FR:76351:ZE:3179:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056542x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx126:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 18,
"time": "1774939878"
},
"departure": {
"delay": 18,
"time": "1774939878"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 6,
"time": "1774940046"
},
"departure": {
"delay": 6,
"time": "1774940046"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9,
"time": "1774939749"
},
"departure": {
"delay": 9,
"time": "1774939749"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 32,
"time": "1774939832"
},
"departure": {
"delay": 32,
"time": "1774939832"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 54,
"time": "1774940154"
},
"departure": {
"delay": 54,
"time": "1774940154"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774940100"
},
"departure": {
"time": "1774940100"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 15,
"time": "1774940355"
},
"departure": {
"delay": 15,
"time": "1774940355"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 30,
"time": "1774939950"
},
"departure": {
"delay": 30,
"time": "1774939950"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"departure": {
"time": "1774939620"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1774937919",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx126:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:4646567827996672x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 4,
"time": "1774938581"
},
"departure": {
"delay": 4,
"time": "1774938604"
},
"stopId": "FR:14410:ZE:5510010592296960:ATOUMOD036",
"stopSequence": 6
},
{
"arrival": {
"delay": -49,
"time": "1774939091"
},
"stopId": "FR:14410:ZE:5944691582304256:ATOUMOD036",
"stopSequence": 8
},
{
"arrival": {
"delay": -32,
"time": "1774938887"
},
"departure": {
"delay": -32,
"time": "1774938928"
},
"stopId": "FR:14410:ZE:4951061669347328:ATOUMOD036",
"stopSequence": 7
}
],
"timestamp": "1774938637",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:6716517744902144:LOC",
"tripId": "ATOUMOD036:ServiceJourney:4646567827996672x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470627:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774941960"
},
"departure": {
"time": "1774941960"
},
"stopId": "FR:27701:ZE:0x7096:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -25,
"time": "1774942895"
},
"departure": {
"delay": -25,
"time": "1774942895"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"time": "1774942200"
},
"departure": {
"time": "1774942200"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"time": "1774942440"
},
"departure": {
"time": "1774942440"
},
"stopId": "FR:27701:ZE:0x7037:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -50,
"time": "1774942750"
},
"departure": {
"delay": -50,
"time": "1774942750"
},
"stopId": "FR:27375:ZE:0x6443:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 9,
"time": "1774942149"
},
"departure": {
"delay": 9,
"time": "1774942149"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 7
},
{
"departure": {
"time": "1774941600"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 29,
"time": "1774942709"
},
"departure": {
"delay": 29,
"time": "1774942709"
},
"stopId": "FR:27375:ZE:0x6408:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -83,
"time": "1774943077"
},
"departure": {
"delay": -83,
"time": "1774943077"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 1,
"time": "1774941841"
},
"departure": {
"delay": 1,
"time": "1774941841"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 53,
"time": "1774942373"
},
"departure": {
"delay": 53,
"time": "1774942373"
},
"stopId": "FR:27701:ZE:0x7133:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -34,
"time": "1774942826"
},
"departure": {
"delay": -34,
"time": "1774942826"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 22,
"time": "1774942102"
},
"departure": {
"delay": 22,
"time": "1774942102"
},
"stopId": "FR:27701:ZE:0x7109:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 24,
"time": "1774942404"
},
"departure": {
"delay": 24,
"time": "1774942404"
},
"stopId": "FR:27701:ZE:0x7069:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -96,
"time": "1774943124"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"time": "1774941780"
},
"departure": {
"time": "1774941780"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 24,
"time": "1774942284"
},
"departure": {
"delay": 24,
"time": "1774942284"
},
"stopId": "FR:27701:ZE:0x7055:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 12,
"time": "1774942332"
},
"departure": {
"delay": 12,
"time": "1774942332"
},
"stopId": "FR:27701:ZE:0x7045:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 27,
"time": "1774941747"
},
"departure": {
"delay": 27,
"time": "1774941747"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"time": "1774942500"
},
"departure": {
"time": "1774942500"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -96,
"time": "1774942944"
},
"departure": {
"delay": -96,
"time": "1774942944"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"time": "1774942620"
},
"departure": {
"time": "1774942620"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 15
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470627:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470521:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -633,
"time": "1774938747"
},
"departure": {
"delay": -633,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7109:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -873,
"time": "1774938747"
},
"departure": {
"delay": -873,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7045:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -693,
"time": "1774938747"
},
"departure": {
"delay": -693,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -1413,
"time": "1774938747"
},
"departure": {
"delay": -1413,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6443:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -753,
"time": "1774938747"
},
"departure": {
"delay": -753,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -1113,
"time": "1774938747"
},
"departure": {
"delay": -1113,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -333,
"time": "1774938747"
},
"departure": {
"delay": -333,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -513,
"time": "1774938747"
},
"departure": {
"delay": -513,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7096:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -1653,
"time": "1774938747"
},
"departure": {
"delay": -1653,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -993,
"time": "1774938747"
},
"departure": {
"delay": -993,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7037:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -1473,
"time": "1774938747"
},
"departure": {
"delay": -1473,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -813,
"time": "1774938747"
},
"departure": {
"delay": -813,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7055:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -873,
"time": "1774938747"
},
"departure": {
"delay": -873,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7133:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -1773,
"time": "1774938747"
},
"departure": {
"delay": -1773,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -933,
"time": "1774938747"
},
"departure": {
"delay": -933,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7069:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -1233,
"time": "1774938747"
},
"departure": {
"delay": -1233,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -393,
"time": "1774938747"
},
"departure": {
"delay": -393,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -1293,
"time": "1774938747"
},
"departure": {
"delay": -1293,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6408:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -273,
"time": "1774938747"
},
"departure": {
"delay": -273,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"departure": {
"delay": -153,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -1533,
"time": "1774938747"
},
"departure": {
"delay": -1533,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -1833,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 22
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470521:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx597:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774978500"
},
"departure": {
"time": "1774978500"
},
"stopId": "FR:76354:ZE:TNIx22598:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"time": "1774978680"
},
"departure": {
"time": "1774978680"
},
"stopId": "FR:76614:ZE:TNIx22604:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"time": "1774978200"
},
"departure": {
"time": "1774978200"
},
"stopId": "FR:76222:ZE:TNIx22575:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"time": "1774977900"
},
"departure": {
"time": "1774977900"
},
"stopId": "FR:76222:ZE:TNIx22551:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"time": "1774978260"
},
"departure": {
"time": "1774978260"
},
"stopId": "FR:76222:ZE:TNIx22581:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"time": "1774978320"
},
"departure": {
"time": "1774978320"
},
"stopId": "FR:76354:ZE:TNIx23026:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"time": "1774978440"
},
"departure": {
"time": "1774978440"
},
"stopId": "FR:76354:ZE:TNIx22585:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"time": "1774979160"
},
"departure": {
"time": "1774979160"
},
"stopId": "FR:76157:ZE:TNIx10603:ATOUMOD001",
"stopSequence": 43
},
{
"arrival": {
"delay": 5,
"time": "1774977365"
},
"departure": {
"delay": 5,
"time": "1774977365"
},
"stopId": "FR:76709:ZE:TNIx23021:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774978800"
},
"departure": {
"time": "1774978800"
},
"stopId": "FR:76614:ZE:TNIx12686:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"time": "1774978980"
},
"departure": {
"time": "1774978980"
},
"stopId": "FR:76157:ZE:TNIx10765:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"time": "1774977540"
},
"departure": {
"time": "1774977540"
},
"stopId": "FR:76750:ZE:TNIx22510:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774979280"
},
"departure": {
"time": "1774979280"
},
"stopId": "FR:76157:ZE:TNIx10604:ATOUMOD001",
"stopSequence": 44
},
{
"arrival": {
"time": "1774978140"
},
"departure": {
"time": "1774978140"
},
"stopId": "FR:76222:ZE:TNIx23154:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"time": "1774979100"
},
"departure": {
"time": "1774979100"
},
"stopId": "FR:76157:ZE:TNIx10365:ATOUMOD001",
"stopSequence": 42
},
{
"departure": {
"time": "1774977300"
},
"stopId": "FR:76709:ZE:TNIx22501:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1774977720"
},
"departure": {
"time": "1774977720"
},
"stopId": "FR:76750:ZE:TNIx22513:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1774978560"
},
"departure": {
"time": "1774978560"
},
"stopId": "FR:76354:ZE:TNIx22599:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"time": "1774979580"
},
"departure": {
"time": "1774979580"
},
"stopId": "FR:76540:ZE:TNIx12866:ATOUMOD001",
"stopSequence": 45
},
{
"arrival": {
"time": "1774977480"
},
"departure": {
"time": "1774977480"
},
"stopId": "FR:76709:ZE:TNIx22507:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774980180"
},
"stopId": "FR:76540:ZE:TNIx12722:ATOUMOD001",
"stopSequence": 46
},
{
"arrival": {
"time": "1774977420"
},
"departure": {
"time": "1774977420"
},
"stopId": "FR:76709:ZE:TNIx22505:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1774979040"
},
"departure": {
"time": "1774979040"
},
"stopId": "FR:76157:ZE:TNIx10642:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"time": "1774977360"
},
"departure": {
"time": "1774977360"
},
"stopId": "FR:76709:ZE:TNIx22503:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774977660"
},
"departure": {
"time": "1774977660"
},
"stopId": "FR:76750:ZE:TNIx22514:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1774978620"
},
"departure": {
"time": "1774978620"
},
"stopId": "FR:76614:ZE:TNIx22602:ATOUMOD001",
"stopSequence": 37
}
],
"timestamp": "1774938602",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TNIx530:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx597:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745201x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 221,
"time": "1774934979"
},
"departure": {
"delay": 221,
"time": "1774935041"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 174,
"time": "1774935409"
},
"departure": {
"delay": 174,
"time": "1774935474"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 279,
"time": "1774936025"
},
"departure": {
"delay": 279,
"time": "1774936059"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 198,
"time": "1774935341"
},
"departure": {
"delay": 198,
"time": "1774935378"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 234,
"time": "1774936374"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 210,
"time": "1774934803"
},
"departure": {
"delay": 210,
"time": "1774934850"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 261,
"time": "1774934661"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 242,
"time": "1774935275"
},
"departure": {
"delay": 242,
"time": "1774935302"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 259,
"time": "1774935694"
},
"departure": {
"delay": 259,
"time": "1774935739"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 252,
"time": "1774935875"
},
"departure": {
"delay": 252,
"time": "1774935912"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 198,
"time": "1774934919"
},
"departure": {
"delay": 198,
"time": "1774934958"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 207,
"time": "1774934771"
},
"departure": {
"delay": 207,
"time": "1774934787"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 251,
"time": "1774935212"
},
"departure": {
"delay": 251,
"time": "1774935251"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 202,
"time": "1774934865"
},
"departure": {
"delay": 202,
"time": "1774934902"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 272,
"time": "1774936244"
},
"departure": {
"delay": 272,
"time": "1774936292"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 229,
"time": "1774935552"
},
"departure": {
"delay": 229,
"time": "1774935589"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 240,
"time": "1774935059"
},
"departure": {
"delay": 240,
"time": "1774935120"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 262,
"time": "1774935936"
},
"departure": {
"delay": 262,
"time": "1774935982"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 229,
"time": "1774936090"
},
"departure": {
"delay": 229,
"time": "1774936129"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 224,
"time": "1774935782"
},
"departure": {
"delay": 224,
"time": "1774935824"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745201x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758406x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 229,
"time": "1774936659"
},
"departure": {
"delay": 229,
"time": "1774936669"
},
"stopId": "FR:50045:ZE:BENBG2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 262,
"time": "1774935937"
},
"departure": {
"delay": 262,
"time": "1774935982"
},
"stopId": "FR:50575:ZE:SIDHC2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 207,
"time": "1774935395"
},
"departure": {
"delay": 207,
"time": "1774935447"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 255,
"time": "1774936541"
},
"departure": {
"delay": 255,
"time": "1774936575"
},
"stopId": "FR:50045:ZE:BENCG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 36,
"time": "1774937540"
},
"departure": {
"delay": 36,
"time": "1774937556"
},
"stopId": "FR:50184:ZE:FLAHB2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 31,
"time": "1774937712"
},
"departure": {
"delay": 31,
"time": "1774937731"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 117,
"time": "1774935117"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 150,
"time": "1774938030"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 183,
"time": "1774936913"
},
"departure": {
"delay": 183,
"time": "1774936923"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 63,
"time": "1774937105"
},
"departure": {
"delay": 63,
"time": "1774937163"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 236,
"time": "1774935739"
},
"departure": {
"delay": 236,
"time": "1774935776"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 241,
"time": "1774936214"
},
"departure": {
"delay": 241,
"time": "1774936261"
},
"stopId": "FR:50643:ZE:VIRMA2:ATOUMOD035",
"stopSequence": 5
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758406x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011281x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 53,
"time": "1774938893"
},
"departure": {
"delay": 53,
"time": "1774938893"
},
"stopId": "FR:76552:ZE:3105:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 5,
"time": "1774939025"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 44,
"time": "1774938944"
},
"departure": {
"delay": 44,
"time": "1774938944"
},
"stopId": "FR:76552:ZE:3172:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 48,
"time": "1774938828"
},
"departure": {
"delay": 48,
"time": "1774938828"
},
"stopId": "FR:76552:ZE:3355:ATOUMOD003",
"stopSequence": 50
},
{
"departure": {
"delay": 16,
"time": "1774938616"
},
"stopId": "FR:76552:ZE:3103:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 62,
"time": "1774938782"
},
"departure": {
"delay": 62,
"time": "1774938782"
},
"stopId": "FR:76552:ZE:3339:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 5,
"time": "1774938725"
},
"departure": {
"delay": 5,
"time": "1774938725"
},
"stopId": "FR:76552:ZE:3489:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 18,
"time": "1774938978"
},
"departure": {
"delay": 18,
"time": "1774938978"
},
"stopId": "FR:76552:ZE:4519:ATOUMOD003",
"stopSequence": 53
}
],
"timestamp": "1774938659",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011281x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TNIx433:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774970820"
},
"departure": {
"time": "1774970820"
},
"stopId": "FR:76636:ZE:TNIx23089:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1774969500"
},
"departure": {
"time": "1774969500"
},
"stopId": "FR:76410:ZE:TNIx13100:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1774970280"
},
"departure": {
"time": "1774970280"
},
"stopId": "FR:76354:ZE:TNIx22591:ATOUMOD001",
"stopSequence": 10
},
{
"departure": {
"time": "1774968900"
},
"stopId": "FR:76540:ZE:TNIx11423:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1774969440"
},
"departure": {
"time": "1774969440"
},
"stopId": "FR:76410:ZE:TNIx13102:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774969380"
},
"departure": {
"time": "1774969380"
},
"stopId": "FR:76410:ZE:TNIx12897:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1774970220"
},
"departure": {
"time": "1774970220"
},
"stopId": "FR:76354:ZE:TNIx22589:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1774970880"
},
"stopId": "FR:76636:ZE:TNIx22422:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1774969980"
},
"departure": {
"time": "1774969980"
},
"stopId": "FR:76354:ZE:TNIx22593:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 5,
"time": "1774969445"
},
"departure": {
"delay": 5,
"time": "1774969445"
},
"stopId": "FR:76410:ZE:TNIx13101:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1774969320"
},
"departure": {
"time": "1774969320"
},
"stopId": "FR:76410:ZE:TNIx12898:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774970100"
},
"departure": {
"time": "1774970100"
},
"stopId": "FR:76354:ZE:TNIx22588:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774938698",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TNIx26:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TNIx433:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470471:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -47,
"time": "1774939213"
},
"departure": {
"delay": -47,
"time": "1774939213"
},
"stopId": "FR:27456:ZE:0x6734:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 38,
"time": "1774939478"
},
"departure": {
"delay": 38,
"time": "1774939478"
},
"stopId": "FR:27332:ZE:0x6240:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 19,
"time": "1774939339"
},
"departure": {
"delay": 19,
"time": "1774939339"
},
"stopId": "FR:27697:ZE:0x7014:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 48,
"time": "1774939548"
},
"departure": {
"delay": 48,
"time": "1774939548"
},
"stopId": "FR:27332:ZE:0x6260:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -27,
"time": "1774939593"
},
"departure": {
"delay": -27,
"time": "1774939593"
},
"stopId": "FR:27332:ZE:0x6238:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 49,
"time": "1774939309"
},
"departure": {
"delay": 49,
"time": "1774939309"
},
"stopId": "FR:27332:ZE:0x6248:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 10,
"time": "1774938970"
},
"departure": {
"delay": 10,
"time": "1774938970"
},
"stopId": "FR:27375:ZE:0x6480:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 26,
"time": "1774939526"
},
"departure": {
"delay": 26,
"time": "1774939526"
},
"stopId": "FR:27332:ZE:0x6244:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 76,
"time": "1774939396"
},
"departure": {
"delay": 76,
"time": "1774939396"
},
"stopId": "FR:27697:ZE:0x7012:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -57,
"time": "1774939623"
},
"departure": {
"delay": -57,
"time": "1774939623"
},
"stopId": "FR:27332:ZE:0x6237:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 40,
"time": "1774938880"
},
"departure": {
"delay": 40,
"time": "1774938880"
},
"stopId": "FR:27375:ZE:0x6502:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -207,
"time": "1774939713"
},
"stopId": "FR:27332:ZE:0x7152:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 98,
"time": "1774938818"
},
"departure": {
"delay": 98,
"time": "1774938818"
},
"stopId": "FR:27375:ZE:0x6402:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 46,
"time": "1774939426"
},
"departure": {
"delay": 46,
"time": "1774939426"
},
"stopId": "FR:27332:ZE:0x6253:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -16,
"time": "1774939004"
},
"departure": {
"delay": -16,
"time": "1774939004"
},
"stopId": "FR:27375:ZE:0x6462:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 97,
"time": "1774938937"
},
"departure": {
"delay": 97,
"time": "1774938937"
},
"stopId": "FR:27375:ZE:0x6456:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 14,
"time": "1774939034"
},
"departure": {
"delay": 14,
"time": "1774939034"
},
"stopId": "FR:27375:ZE:0x6446:ATOUMOD006",
"stopSequence": 8
},
{
"departure": {
"delay": 121,
"time": "1774938721"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 27,
"time": "1774939287"
},
"departure": {
"delay": 27,
"time": "1774939287"
},
"stopId": "FR:27332:ZE:0x6252:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 121,
"time": "1774938781"
},
"departure": {
"delay": 121,
"time": "1774938781"
},
"stopId": "FR:27375:ZE:0x6448:ATOUMOD006",
"stopSequence": 2
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:9:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470471:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758087x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 162,
"time": "1774936590"
},
"departure": {
"delay": 162,
"time": "1774936602"
},
"stopId": "FR:50082:ZE:BCQIN2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 150,
"time": "1774936710"
},
"stopId": "FR:50082:ZE:BCQSF1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 311,
"time": "1774934831"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 298,
"time": "1774935012"
},
"departure": {
"delay": 298,
"time": "1774935058"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 284,
"time": "1774935333"
},
"departure": {
"delay": 284,
"time": "1774935344"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 286,
"time": "1774935493"
},
"departure": {
"delay": 286,
"time": "1774935526"
},
"stopId": "FR:50294:ZE:MARMA2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 232,
"time": "1774936180"
},
"departure": {
"delay": 232,
"time": "1774936192"
},
"stopId": "FR:50425:ZE:RLBMA2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 242,
"time": "1774935716"
},
"departure": {
"delay": 242,
"time": "1774935722"
},
"stopId": "FR:50230:ZE:HARFE2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 192,
"time": "1774935825"
},
"departure": {
"delay": 192,
"time": "1774935852"
},
"stopId": "FR:50149:ZE:COUBG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 276,
"time": "1774936406"
},
"departure": {
"delay": 276,
"time": "1774936416"
},
"stopId": "FR:50082:ZE:BCQBG2:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:E:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758087x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745655x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 105,
"time": "1774935546"
},
"departure": {
"delay": 105,
"time": "1774935585"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 187,
"time": "1774936054"
},
"departure": {
"delay": 187,
"time": "1774936087"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 77,
"time": "1774934909"
},
"departure": {
"delay": 77,
"time": "1774934957"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 116,
"time": "1774936856"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 137,
"time": "1774935236"
},
"departure": {
"delay": 137,
"time": "1774935317"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 179,
"time": "1774936400"
},
"departure": {
"delay": 179,
"time": "1774936439"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 80,
"time": "1774935643"
},
"departure": {
"delay": 80,
"time": "1774935680"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 160,
"time": "1774935480"
},
"departure": {
"delay": 160,
"time": "1774935520"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 172,
"time": "1774936716"
},
"departure": {
"delay": 172,
"time": "1774936732"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 227,
"time": "1774936146"
},
"departure": {
"delay": 227,
"time": "1774936187"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 88,
"time": "1774934452"
},
"departure": {
"delay": 88,
"time": "1774934488"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 189,
"time": "1774936497"
},
"departure": {
"delay": 189,
"time": "1774936509"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 165,
"time": "1774936651"
},
"departure": {
"delay": 165,
"time": "1774936665"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 208,
"time": "1774936257"
},
"departure": {
"delay": 208,
"time": "1774936288"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 138,
"time": "1774934325"
},
"departure": {
"delay": 138,
"time": "1774934358"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 207,
"time": "1774936321"
},
"departure": {
"delay": 207,
"time": "1774936347"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 86,
"time": "1774933902"
},
"departure": {
"delay": 86,
"time": "1774933946"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 46,
"time": "1774934750"
},
"departure": {
"delay": 46,
"time": "1774934806"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 125,
"time": "1774934012"
},
"departure": {
"delay": 125,
"time": "1774934045"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 67,
"time": "1774934560"
},
"departure": {
"delay": 67,
"time": "1774934587"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 86,
"time": "1774933841"
},
"departure": {
"delay": 86,
"time": "1774933886"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 54,
"time": "1774935025"
},
"departure": {
"delay": 54,
"time": "1774935054"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 84,
"time": "1774934400"
},
"departure": {
"delay": 84,
"time": "1774934424"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 183,
"time": "1774936617"
},
"departure": {
"delay": 183,
"time": "1774936623"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 22,
"time": "1774934629"
},
"departure": {
"delay": 22,
"time": "1774934662"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 173,
"time": "1774936769"
},
"departure": {
"delay": 173,
"time": "1774936793"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 131,
"time": "1774933961"
},
"departure": {
"delay": 131,
"time": "1774933991"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 34,
"time": "1774934713"
},
"departure": {
"delay": 34,
"time": "1774934734"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 72,
"time": "1774934856"
},
"departure": {
"delay": 72,
"time": "1774934892"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 72,
"time": "1774935145"
},
"departure": {
"delay": 72,
"time": "1774935192"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 108,
"time": "1774934227"
},
"departure": {
"delay": 108,
"time": "1774934268"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 104,
"time": "1774935778"
},
"departure": {
"delay": 104,
"time": "1774935824"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 120,
"time": "1774934128"
},
"departure": {
"delay": 120,
"time": "1774934160"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 79,
"time": "1774933759"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 100,
"time": "1774935343"
},
"departure": {
"delay": 100,
"time": "1774935400"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745655x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230289x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 313,
"time": "1774938313"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 260,
"time": "1774937720"
},
"stopId": "FR:76351:ZE:3567:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 363,
"time": "1774938423"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 296,
"time": "1774937936"
},
"departure": {
"delay": 296,
"time": "1774937936"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 250,
"time": "1774938130"
},
"departure": {
"delay": 250,
"time": "1774938130"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 349,
"time": "1774938469"
},
"departure": {
"delay": 349,
"time": "1774938469"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"departure": {
"delay": 378,
"time": "1774938258"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"departure": {
"delay": 285,
"time": "1774938345"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 364,
"time": "1774938304"
},
"departure": {
"delay": 364,
"time": "1774938304"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 310,
"time": "1774938370"
},
"departure": {
"delay": 310,
"time": "1774938370"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 282,
"time": "1774937862"
},
"departure": {
"delay": 282,
"time": "1774937862"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 291,
"time": "1774937811"
},
"departure": {
"delay": 291,
"time": "1774937811"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 309,
"time": "1774938069"
},
"departure": {
"delay": 309,
"time": "1774938069"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 250,
"time": "1774937770"
},
"departure": {
"delay": 250,
"time": "1774937770"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 317,
"time": "1774938497"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 250,
"time": "1774938010"
},
"departure": {
"delay": 250,
"time": "1774938010"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
}
],
"timestamp": "1774938320",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230289x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602155:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 150,
"time": "1774938450"
},
"departure": {
"delay": 150,
"time": "1774938450"
},
"stopId": "FR:27229:ZE:0xTAT02:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 251,
"time": "1774938549"
},
"departure": {
"delay": 251,
"time": "1774938611"
},
"stopId": "FR:27229:ZE:0xROS02:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": 171,
"time": "1774938227"
},
"departure": {
"delay": 171,
"time": "1774938231"
},
"stopId": "FR:27229:ZE:0xSAL02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 251,
"time": "1774938911"
},
"departure": {
"delay": 251,
"time": "1774938911"
},
"stopId": "FR:27031:ZE:0xRBOU02:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 182,
"time": "1774938422"
},
"departure": {
"delay": 182,
"time": "1774938422"
},
"stopId": "FR:27229:ZE:0xBOS02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 111,
"time": "1774938152"
},
"departure": {
"delay": 111,
"time": "1774938171"
},
"stopId": "FR:27229:ZE:0xSAC02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 246,
"time": "1774939026"
},
"departure": {
"delay": 246,
"time": "1774939026"
},
"stopId": "FR:27031:ZE:0xLCOU02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 149,
"time": "1774938269"
},
"departure": {
"delay": 149,
"time": "1774938269"
},
"stopId": "FR:27229:ZE:0xCAS02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 192,
"time": "1774939092"
},
"stopId": "FR:27031:ZE:0xLCRO01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 252,
"time": "1774938792"
},
"departure": {
"delay": 252,
"time": "1774938792"
},
"stopId": "FR:27031:ZE:0xLESS02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": 171,
"time": "1774938351"
},
"departure": {
"delay": 171,
"time": "1774938351"
},
"stopId": "FR:27229:ZE:0xCLS02:ATOUMOD004",
"stopSequence": 25
}
],
"timestamp": "1774938345",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602155:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:4923151164112896x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 13,
"time": "1774938913"
},
"stopId": "FR:14654:ZE:5504460185927680:ATOUMOD036",
"stopSequence": 7
},
{
"arrival": {
"delay": 76,
"time": "1774938143"
},
"departure": {
"delay": 76,
"time": "1774938196"
},
"stopId": "FR:14654:ZE:4909910178398208:ATOUMOD036",
"stopSequence": 5
},
{
"arrival": {
"delay": 168,
"time": "1774938656"
},
"departure": {
"delay": 168,
"time": "1774938708"
},
"stopId": "FR:14654:ZE:6441838442446848:ATOUMOD036",
"stopSequence": 6
}
],
"timestamp": "1774938758",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:5425385643704320:LOC",
"tripId": "ATOUMOD036:ServiceJourney:4923151164112896x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107971x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 41,
"time": "1774938821"
},
"departure": {
"delay": 41,
"time": "1774938821"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 23,
"time": "1774939283"
},
"departure": {
"delay": 23,
"time": "1774939283"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 44,
"time": "1774938944"
},
"departure": {
"delay": 44,
"time": "1774938944"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 42,
"time": "1774939362"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 33,
"time": "1774939173"
},
"departure": {
"delay": 33,
"time": "1774939173"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 64,
"time": "1774938544"
},
"stopId": "FR:76351:ZE:3970:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 27,
"time": "1774939047"
},
"departure": {
"delay": 27,
"time": "1774939047"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 54,
"time": "1774938714"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107971x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3305F286740x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774946220"
},
"departure": {
"time": "1774946400"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1774950720"
},
"stopId": "FR:50129:ZE:StopPointxOCETrainxTERx87444877:ATOUMOD002",
"stopSequence": 27
},
{
"arrival": {
"time": "1774943940"
},
"departure": {
"time": "1774944000"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1774948980"
},
"departure": {
"time": "1774949040"
},
"stopId": "FR:50099:ZE:StopPointxOCETrainxTERx87447243:ATOUMOD002",
"stopSequence": 24
},
{
"arrival": {
"time": "1774947360"
},
"departure": {
"time": "1774947420"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942440"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774944840"
},
"departure": {
"time": "1774944900"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1774949820"
},
"departure": {
"time": "1774949880"
},
"stopId": "FR:50615:ZE:StopPointxOCETrainxTERx87447284:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774948380"
},
"departure": {
"time": "1774948440"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 22
},
{
"departure": {
"time": "1774938540"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 10
}
],
"timestamp": "1774934918",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx66849E04x284Fx47D7x8795x4C925C6ED66Fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3305F286740x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470531:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 32,
"time": "1774938692"
},
"departure": {
"delay": 32,
"time": "1774938692"
},
"stopId": "FR:27701:ZE:0x7132:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 50,
"time": "1774938650"
},
"departure": {
"delay": 50,
"time": "1774938650"
},
"stopId": "FR:27701:ZE:0x7036:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 3,
"time": "1774938303"
},
"departure": {
"delay": 3,
"time": "1774938303"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -30,
"time": "1774938870"
},
"departure": {
"delay": -30,
"time": "1774938870"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 30,
"time": "1774939110"
},
"departure": {
"delay": 30,
"time": "1774939110"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"time": "1774937969"
},
"departure": {
"time": "1774938000"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 62,
"time": "1774938152"
},
"departure": {
"delay": 62,
"time": "1774938182"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 61,
"time": "1774939201"
},
"departure": {
"delay": 61,
"time": "1774939201"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -48,
"time": "1774938372"
},
"departure": {
"delay": -48,
"time": "1774938372"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 21,
"time": "1774938801"
},
"departure": {
"delay": 21,
"time": "1774938801"
},
"stopId": "FR:27701:ZE:0x7054:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"time": "1774938240"
},
"departure": {
"time": "1774938240"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 30,
"time": "1774939410"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 73,
"time": "1774939273"
},
"departure": {
"delay": 73,
"time": "1774939273"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -72,
"time": "1774938468"
},
"departure": {
"delay": -72,
"time": "1774938468"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 132,
"time": "1774939332"
},
"departure": {
"delay": 132,
"time": "1774939332"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 65,
"time": "1774938965"
},
"departure": {
"delay": 65,
"time": "1774938965"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 31,
"time": "1774938072"
},
"departure": {
"delay": 31,
"time": "1774938091"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 34,
"time": "1774938754"
},
"departure": {
"delay": 34,
"time": "1774938754"
},
"stopId": "FR:27701:ZE:0x7044:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 67,
"time": "1774938667"
},
"departure": {
"delay": 67,
"time": "1774938667"
},
"stopId": "FR:27701:ZE:0x7068:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 46,
"time": "1774939006"
},
"departure": {
"delay": 46,
"time": "1774939006"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 18
}
],
"timestamp": "1774938717",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470531:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4071945x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 117,
"time": "1774938237"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 117,
"time": "1774937997"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
}
],
"timestamp": "1774938149",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4071945x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6576709991137280x5:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 59,
"time": "1774938829"
},
"departure": {
"delay": 59,
"time": "1774938839"
},
"stopId": "FR:14366:ZE:4784504850874368:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": 19,
"time": "1774938360"
},
"departure": {
"delay": 19,
"time": "1774938379"
},
"stopId": "FR:14366:ZE:23030003:ATOUMOD036",
"stopSequence": 8
},
{
"arrival": {
"delay": -80,
"time": "1774939631"
},
"departure": {
"delay": -80,
"time": "1774939720"
},
"stopId": "FR:14366:ZE:1210003:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": 33,
"time": "1774939223"
},
"departure": {
"delay": 33,
"time": "1774939233"
},
"stopId": "FR:14366:ZE:21190003:ATOUMOD036",
"stopSequence": 18
},
{
"arrival": {
"delay": -11,
"time": "1774939288"
},
"departure": {
"delay": -11,
"time": "1774939309"
},
"stopId": "FR:14366:ZE:5180281390628864:ATOUMOD036",
"stopSequence": 20
},
{
"arrival": {
"delay": 20,
"time": "1774939150"
},
"departure": {
"delay": 20,
"time": "1774939160"
},
"stopId": "FR:14366:ZE:33070004:ATOUMOD036",
"stopSequence": 17
},
{
"arrival": {
"delay": 47,
"time": "1774938627"
},
"departure": {
"delay": 47,
"time": "1774938707"
},
"stopId": "FR:14366:ZE:5117418345070592:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": -78,
"time": "1774939454"
},
"departure": {
"delay": -78,
"time": "1774939542"
},
"stopId": "FR:14366:ZE:35180003:ATOUMOD036",
"stopSequence": 22
},
{
"arrival": {
"delay": 55,
"time": "1774938218"
},
"departure": {
"delay": 55,
"time": "1774938235"
},
"stopId": "FR:14366:ZE:5199071629279232:ATOUMOD036",
"stopSequence": 6
},
{
"arrival": {
"delay": -71,
"time": "1774939528"
},
"departure": {
"delay": -71,
"time": "1774939609"
},
"stopId": "FR:14366:ZE:646160001:ATOUMOD036",
"stopSequence": 23
},
{
"arrival": {
"delay": 75,
"time": "1774938296"
},
"departure": {
"delay": 75,
"time": "1774938315"
},
"stopId": "FR:14366:ZE:25050002:ATOUMOD036",
"stopSequence": 7
},
{
"arrival": {
"delay": 39,
"time": "1774938449"
},
"departure": {
"delay": 39,
"time": "1774938459"
},
"stopId": "FR:14366:ZE:1200004:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": 73,
"time": "1774938963"
},
"departure": {
"delay": 73,
"time": "1774938973"
},
"stopId": "FR:14366:ZE:7160003:ATOUMOD036",
"stopSequence": 15
},
{
"arrival": {
"delay": 47,
"time": "1774938747"
},
"departure": {
"delay": 47,
"time": "1774938767"
},
"stopId": "FR:14366:ZE:5160002:ATOUMOD036",
"stopSequence": 12
},
{
"arrival": {
"delay": 59,
"time": "1774938529"
},
"departure": {
"delay": 59,
"time": "1774938539"
},
"stopId": "FR:14366:ZE:652240007:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": -147,
"time": "1774939773"
},
"stopId": "FR:14366:ZE:660040002:ATOUMOD036",
"stopSequence": 26
},
{
"arrival": {
"delay": 59,
"time": "1774939009"
},
"departure": {
"delay": 59,
"time": "1774939019"
},
"stopId": "FR:14366:ZE:3120002:ATOUMOD036",
"stopSequence": 16
},
{
"arrival": {
"delay": 53,
"time": "1774938883"
},
"departure": {
"delay": 53,
"time": "1774938893"
},
"stopId": "FR:14366:ZE:9260005:ATOUMOD036",
"stopSequence": 14
},
{
"arrival": {
"delay": -55,
"time": "1774939381"
},
"departure": {
"delay": -55,
"time": "1774939445"
},
"stopId": "FR:14366:ZE:764280004:ATOUMOD036",
"stopSequence": 21
}
],
"timestamp": "1774938757",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:5131776580124672:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6576709991137280x5:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3105F312308x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774945080"
},
"departure": {
"time": "1774945140"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 38
},
{
"departure": {
"time": "1774939200"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774945920"
},
"departure": {
"time": "1774945980"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 40
},
{
"arrival": {
"time": "1774943700"
},
"departure": {
"time": "1774943880"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 36
},
{
"arrival": {
"time": "1774946820"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 41
}
],
"timestamp": "1774935578",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx468B44B7xC327x4154xB85Ex25C67C32B61Ex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3105F312308x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850606F294235x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774943880"
},
"departure": {
"time": "1774943940"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1774941780"
},
"departure": {
"time": "1774941840"
},
"stopId": "FR:76057:ZE:StopPointxOCETrainxTERx87411264:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774943220"
},
"departure": {
"time": "1774943340"
},
"stopId": "FR:76681:ZE:StopPointxOCETrainxTERx87411223:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774942140"
},
"departure": {
"time": "1774942200"
},
"stopId": "FR:76366:ZE:StopPointxOCETrainxTERx87411256:ATOUMOD002",
"stopSequence": 9
},
{
"departure": {
"time": "1774940820"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774942800"
},
"departure": {
"time": "1774942980"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774941180"
},
"departure": {
"time": "1774941240"
},
"stopId": "FR:76456:ZE:StopPointxOCETrainxTERx87411280:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774944420"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774942380"
},
"departure": {
"time": "1774942440"
},
"stopId": "FR:76474:ZE:StopPointxOCETrainxTERx87411249:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774941600"
},
"departure": {
"time": "1774941660"
},
"stopId": "FR:76495:ZE:StopPointxOCETrainxTERx87411272:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774943580"
},
"departure": {
"time": "1774943640"
},
"stopId": "FR:76575:ZE:StopPointxOCETrainxTERx87411215:ATOUMOD002",
"stopSequence": 17
}
],
"timestamp": "1774937198",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxde778414x6e3dx4bc7x9d9ax6bac6aed673fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850606F294235x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745205x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 130,
"time": "1774938910"
},
"departure": {
"delay": 130,
"time": "1774938910"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 130,
"time": "1774939630"
},
"departure": {
"delay": 130,
"time": "1774939630"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 130,
"time": "1774939390"
},
"departure": {
"delay": 130,
"time": "1774939390"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 130,
"time": "1774939510"
},
"departure": {
"delay": 130,
"time": "1774939510"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 130,
"time": "1774939870"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 68,
"time": "1774938325"
},
"departure": {
"delay": 68,
"time": "1774938368"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 130,
"time": "1774939450"
},
"departure": {
"delay": 130,
"time": "1774939450"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 73,
"time": "1774938391"
},
"departure": {
"delay": 73,
"time": "1774938433"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": -61,
"time": "1774937939"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 130,
"time": "1774938790"
},
"departure": {
"delay": 130,
"time": "1774938790"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 143,
"time": "1774938460"
},
"departure": {
"delay": 143,
"time": "1774938563"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 67,
"time": "1774938217"
},
"departure": {
"delay": 67,
"time": "1774938247"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 156,
"time": "1774938581"
},
"departure": {
"delay": 156,
"time": "1774938636"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 130,
"time": "1774939210"
},
"departure": {
"delay": 130,
"time": "1774939210"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 130,
"time": "1774939750"
},
"departure": {
"delay": 130,
"time": "1774939750"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 130,
"time": "1774939030"
},
"departure": {
"delay": 130,
"time": "1774939030"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 130,
"time": "1774939090"
},
"departure": {
"delay": 130,
"time": "1774939090"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1774938694"
},
"departure": {
"time": "1774938600"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 130,
"time": "1774939330"
},
"departure": {
"delay": 130,
"time": "1774939330"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 60,
"time": "1774938270"
},
"departure": {
"delay": 60,
"time": "1774938300"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745205x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx252:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 215,
"time": "1774935886"
},
"departure": {
"delay": 215,
"time": "1774935935"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 251,
"time": "1774936511"
},
"departure": {
"delay": 251,
"time": "1774936511"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 224,
"time": "1774936161"
},
"departure": {
"delay": 224,
"time": "1774936184"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 154,
"time": "1774937734"
},
"departure": {
"delay": 154,
"time": "1774937734"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"departure": {
"delay": 153,
"time": "1774935033"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 233,
"time": "1774935208"
},
"departure": {
"delay": 233,
"time": "1774935233"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 123,
"time": "1774937558"
},
"departure": {
"delay": 123,
"time": "1774937583"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 230,
"time": "1774936284"
},
"departure": {
"delay": 230,
"time": "1774936310"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 209,
"time": "1774936085"
},
"departure": {
"delay": 209,
"time": "1774936109"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 203,
"time": "1774935383"
},
"departure": {
"delay": 203,
"time": "1774935383"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 248,
"time": "1774935308"
},
"departure": {
"delay": 248,
"time": "1774935308"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 244,
"time": "1774936362"
},
"departure": {
"delay": 244,
"time": "1774936384"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 233,
"time": "1774935113"
},
"departure": {
"delay": 233,
"time": "1774935113"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 47,
"time": "1774937867"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 163,
"time": "1774937383"
},
"departure": {
"delay": 163,
"time": "1774937383"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 116,
"time": "1774937516"
},
"departure": {
"delay": 116,
"time": "1774937516"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 223,
"time": "1774936759"
},
"departure": {
"delay": 223,
"time": "1774936783"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 140,
"time": "1774937660"
},
"departure": {
"delay": 140,
"time": "1774937660"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 213,
"time": "1774935558"
},
"departure": {
"delay": 213,
"time": "1774935633"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 219,
"time": "1774935459"
},
"departure": {
"delay": 219,
"time": "1774935459"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 158,
"time": "1774936958"
},
"departure": {
"delay": 158,
"time": "1774936958"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 124,
"time": "1774935724"
},
"departure": {
"delay": 124,
"time": "1774935724"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 243,
"time": "1774936662"
},
"departure": {
"delay": 243,
"time": "1774936683"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 229,
"time": "1774936009"
},
"departure": {
"delay": 229,
"time": "1774936009"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 143,
"time": "1774936883"
},
"departure": {
"delay": 143,
"time": "1774936883"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 148,
"time": "1774937308"
},
"departure": {
"delay": 148,
"time": "1774937308"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 263,
"time": "1774936583"
},
"departure": {
"delay": 263,
"time": "1774936583"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 260,
"time": "1774936460"
},
"departure": {
"delay": 260,
"time": "1774936460"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 161,
"time": "1774937441"
},
"departure": {
"delay": 161,
"time": "1774937441"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 153,
"time": "1774937112"
},
"departure": {
"delay": 153,
"time": "1774937133"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
}
],
"timestamp": "1774935039",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx252:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230518x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 36,
"time": "1774939056"
},
"departure": {
"delay": 36,
"time": "1774939056"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 16,
"time": "1774938856"
},
"departure": {
"delay": 16,
"time": "1774938856"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 60,
"time": "1774939680"
},
"departure": {
"delay": 60,
"time": "1774939680"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 16,
"time": "1774939576"
},
"departure": {
"delay": 16,
"time": "1774939576"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 41,
"time": "1774940021"
},
"departure": {
"delay": 41,
"time": "1774940021"
},
"stopId": "FR:76351:ZE:3785:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 16,
"time": "1774940056"
},
"departure": {
"delay": 16,
"time": "1774940056"
},
"stopId": "FR:76351:ZE:3342:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": -5,
"time": "1774938475"
},
"departure": {
"delay": -5,
"time": "1774938475"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 16,
"time": "1774939876"
},
"departure": {
"delay": 16,
"time": "1774939876"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 66,
"time": "1774938786"
},
"departure": {
"delay": 66,
"time": "1774938786"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 56,
"time": "1774939916"
},
"departure": {
"delay": 56,
"time": "1774939916"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 16,
"time": "1774939816"
},
"departure": {
"delay": 16,
"time": "1774939816"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 71,
"time": "1774939151"
},
"departure": {
"delay": 71,
"time": "1774939151"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 26,
"time": "1774939946"
},
"departure": {
"delay": 26,
"time": "1774939946"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 36,
"time": "1774938396"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 16,
"time": "1774940236"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 70,
"time": "1774940110"
},
"departure": {
"delay": 70,
"time": "1774940110"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 39,
"time": "1774938699"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 32,
"time": "1774938932"
},
"departure": {
"delay": 32,
"time": "1774938932"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 16,
"time": "1774939276"
},
"departure": {
"delay": 16,
"time": "1774939276"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 65,
"time": "1774940165"
},
"departure": {
"delay": 65,
"time": "1774940165"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230518x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9858x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939260"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"delay": 60,
"time": "1774939800"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"delay": 60,
"time": "1774939380"
},
"departure": {
"delay": 60,
"time": "1774939380"
},
"stopId": "FR:76259:ZE:FECGARE2:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"time": "1774938900"
},
"departure": {
"time": "1774938900"
},
"stopId": "FR:76259:ZE:FECVIKI2:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"delay": 60,
"time": "1774939440"
},
"departure": {
"delay": 60,
"time": "1774939440"
},
"stopId": "FR:76259:ZE:FECBREP2:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"delay": 60,
"time": "1774939680"
},
"departure": {
"delay": 60,
"time": "1774939680"
},
"stopId": "FR:76259:ZE:FECTASS2:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"delay": 60,
"time": "1774939020"
},
"departure": {
"delay": 60,
"time": "1774939020"
},
"stopId": "FR:76259:ZE:FECDESG2:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1774938840"
},
"departure": {
"time": "1774938840"
},
"stopId": "FR:76259:ZE:FECHYSO2:ATOUMOD008",
"stopSequence": 3
},
{
"departure": {
"delay": 5,
"time": "1774938665"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1774939500"
},
"departure": {
"delay": 60,
"time": "1774939500"
},
"stopId": "FR:76259:ZE:FECHVIL2:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"delay": 60,
"time": "1774939620"
},
"departure": {
"delay": 60,
"time": "1774939620"
},
"stopId": "FR:76259:ZE:FECSLEG2:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"delay": -105,
"time": "1774938670"
},
"departure": {
"delay": -105,
"time": "1774938675"
},
"stopId": "FR:76259:ZE:FECSLOU2:ATOUMOD008",
"stopSequence": 2
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L2:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9858x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470831:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 348,
"time": "1774940028"
},
"departure": {
"delay": 348,
"time": "1774940028"
},
"stopId": "FR:27332:ZE:0x6234:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 38,
"time": "1774942238"
},
"departure": {
"delay": 38,
"time": "1774942238"
},
"stopId": "FR:27188:ZE:0x7264:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -256,
"time": "1774943864"
},
"stopId": "FR:76561:ZE:0x6790:ATOUMOD006",
"stopSequence": 43
},
{
"arrival": {
"delay": 295,
"time": "1774939795"
},
"departure": {
"delay": 295,
"time": "1774939795"
},
"stopId": "FR:27249:ZE:0x6184:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 322,
"time": "1774938732"
},
"departure": {
"delay": 322,
"time": "1774938742"
},
"stopId": "FR:27275:ZE:0x6225:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 276,
"time": "1774940676"
},
"departure": {
"delay": 276,
"time": "1774940676"
},
"stopId": "FR:27375:ZE:0x6403:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 317,
"time": "1774940237"
},
"departure": {
"delay": 317,
"time": "1774940237"
},
"stopId": "FR:27332:ZE:0x6252:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 295,
"time": "1774939315"
},
"departure": {
"delay": 295,
"time": "1774939315"
},
"stopId": "FR:27022:ZE:0x6988:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 134,
"time": "1774941134"
},
"departure": {
"delay": 134,
"time": "1774941134"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": 250,
"time": "1774940890"
},
"departure": {
"delay": 250,
"time": "1774940890"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -196,
"time": "1774943444"
},
"departure": {
"delay": -196,
"time": "1774943444"
},
"stopId": "FR:76561:ZE:0x6786:ATOUMOD006",
"stopSequence": 42
},
{
"arrival": {
"delay": -186,
"time": "1774943154"
},
"departure": {
"delay": -186,
"time": "1774943154"
},
"stopId": "FR:76231:ZE:0x6172:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": 107,
"time": "1774941287"
},
"departure": {
"delay": 107,
"time": "1774941287"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 295,
"time": "1774939615"
},
"departure": {
"delay": 295,
"time": "1774939615"
},
"stopId": "FR:27022:ZE:0x6976:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 243,
"time": "1774940943"
},
"departure": {
"delay": 243,
"time": "1774940943"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 295,
"time": "1774940395"
},
"departure": {
"delay": 295,
"time": "1774940395"
},
"stopId": "FR:27697:ZE:0x6735:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 43,
"time": "1774942543"
},
"departure": {
"delay": 43,
"time": "1774942543"
},
"stopId": "FR:27188:ZE:0x7175:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": 1,
"time": "1774942441"
},
"departure": {
"delay": 1,
"time": "1774942441"
},
"stopId": "FR:27188:ZE:0x7176:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 79,
"time": "1774941859"
},
"departure": {
"delay": 79,
"time": "1774941859"
},
"stopId": "FR:27469:ZE:0x7188:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": 140,
"time": "1774941200"
},
"departure": {
"delay": 140,
"time": "1774941200"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": 136,
"time": "1774941076"
},
"departure": {
"delay": 136,
"time": "1774941076"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 42,
"time": "1774941942"
},
"departure": {
"delay": 42,
"time": "1774941942"
},
"stopId": "FR:27469:ZE:0x7266:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 306,
"time": "1774940706"
},
"departure": {
"delay": 306,
"time": "1774940706"
},
"stopId": "FR:27375:ZE:0x6449:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 312,
"time": "1774940592"
},
"departure": {
"delay": 312,
"time": "1774940592"
},
"stopId": "FR:27375:ZE:0x7186:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 79,
"time": "1774942099"
},
"departure": {
"delay": 79,
"time": "1774942099"
},
"stopId": "FR:27188:ZE:0x6142:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": 195,
"time": "1774941015"
},
"departure": {
"delay": 195,
"time": "1774941015"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 39,
"time": "1774941879"
},
"departure": {
"delay": 39,
"time": "1774941879"
},
"stopId": "FR:27469:ZE:0x6633:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": 29,
"time": "1774942349"
},
"departure": {
"delay": 29,
"time": "1774942349"
},
"stopId": "FR:27188:ZE:0x7198:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": 322,
"time": "1774938677"
},
"departure": {
"delay": 322,
"time": "1774938682"
},
"stopId": "FR:27275:ZE:0x6233:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 341,
"time": "1774938521"
},
"departure": {
"delay": 341,
"time": "1774938521"
},
"stopId": "FR:27275:ZE:0x6194:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 412,
"time": "1774938412"
},
"departure": {
"delay": 412,
"time": "1774938412"
},
"stopId": "FR:27022:ZE:0x6979:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -22,
"time": "1774942658"
},
"departure": {
"delay": -22,
"time": "1774942658"
},
"stopId": "FR:27394:ZE:0x6604:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": 295,
"time": "1774938775"
},
"departure": {
"delay": 295,
"time": "1774938775"
},
"stopId": "FR:27275:ZE:0x6223:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 85,
"time": "1774941385"
},
"departure": {
"delay": 85,
"time": "1774941385"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 28
},
{
"departure": {
"delay": 352,
"time": "1774938352"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -119,
"time": "1774942861"
},
"departure": {
"delay": -119,
"time": "1774942861"
},
"stopId": "FR:76640:ZE:0x7159:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": 71,
"time": "1774942031"
},
"departure": {
"delay": 71,
"time": "1774942031"
},
"stopId": "FR:27469:ZE:0x7268:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": 37,
"time": "1774941997"
},
"departure": {
"delay": 37,
"time": "1774941997"
},
"stopId": "FR:27469:ZE:0x6647:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 262,
"time": "1774940782"
},
"departure": {
"delay": 262,
"time": "1774940782"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 295,
"time": "1774940635"
},
"departure": {
"delay": 295,
"time": "1774940635"
},
"stopId": "FR:27375:ZE:0x6503:ATOUMOD006",
"stopSequence": 17
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:E1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470831:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745194x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 70,
"time": "1774930228"
},
"departure": {
"delay": 70,
"time": "1774930270"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -42,
"time": "1774931106"
},
"departure": {
"delay": -42,
"time": "1774931178"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 32,
"time": "1774929861"
},
"departure": {
"delay": 32,
"time": "1774929872"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -6,
"time": "1774930729"
},
"departure": {
"delay": -6,
"time": "1774930794"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 47,
"time": "1774929898"
},
"departure": {
"delay": 47,
"time": "1774929947"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 89,
"time": "1774930063"
},
"departure": {
"delay": 89,
"time": "1774930109"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -53,
"time": "1774931030"
},
"departure": {
"delay": -53,
"time": "1774931047"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -5,
"time": "1774930824"
},
"departure": {
"delay": -5,
"time": "1774930855"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 4,
"time": "1774930891"
},
"departure": {
"delay": 4,
"time": "1774930924"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 16,
"time": "1774930959"
},
"departure": {
"delay": 16,
"time": "1774930996"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -82,
"time": "1774931258"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 101,
"time": "1774930138"
},
"departure": {
"delay": 101,
"time": "1774930181"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -38,
"time": "1774930413"
},
"departure": {
"delay": -38,
"time": "1774930462"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -1,
"time": "1774930518"
},
"departure": {
"delay": -1,
"time": "1774930559"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 67,
"time": "1774929990"
},
"departure": {
"delay": 67,
"time": "1774930027"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -7,
"time": "1774930339"
},
"departure": {
"delay": -7,
"time": "1774930373"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 113,
"time": "1774929713"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -6,
"time": "1774930608"
},
"departure": {
"delay": -6,
"time": "1774930674"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 40,
"time": "1774930292"
},
"departure": {
"delay": 40,
"time": "1774930300"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 58,
"time": "1774929825"
},
"departure": {
"delay": 58,
"time": "1774929838"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745194x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230367x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 229,
"time": "1774938049"
},
"departure": {
"delay": 229,
"time": "1774938049"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 264,
"time": "1774938084"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 219,
"time": "1774938339"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"departure": {
"delay": 215,
"time": "1774938275"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"departure": {
"delay": 211,
"time": "1774937971"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 32
},
{
"departure": {
"delay": 258,
"time": "1774938018"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 200,
"time": "1774938680"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 211,
"time": "1774938211"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
}
],
"timestamp": "1774938019",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230367x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598398:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 138,
"time": "1774938018"
},
"departure": {
"delay": 138,
"time": "1774938018"
},
"stopId": "FR:27229:ZE:0xFAU02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 148,
"time": "1774938448"
},
"stopId": "FR:27229:ZE:0xBOI02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 189,
"time": "1774937949"
},
"departure": {
"delay": 189,
"time": "1774937949"
},
"stopId": "FR:27229:ZE:0xBSJ02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 94,
"time": "1774938094"
},
"departure": {
"delay": 94,
"time": "1774938094"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 126,
"time": "1774938246"
},
"departure": {
"delay": 126,
"time": "1774938246"
},
"stopId": "FR:27229:ZE:0xCAR02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 161,
"time": "1774938281"
},
"departure": {
"delay": 161,
"time": "1774938281"
},
"stopId": "FR:27229:ZE:0xNET02:ATOUMOD004",
"stopSequence": 24
}
],
"timestamp": "1774937984",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T8:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598398:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6592356724768768x1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 180,
"time": "1774938720"
},
"stopId": "FR:14366:ZE:658330001:ATOUMOD036",
"stopSequence": 16
},
{
"arrival": {
"delay": 139,
"time": "1774938341"
},
"departure": {
"delay": 139,
"time": "1774938379"
},
"stopId": "FR:14366:ZE:19270005:ATOUMOD036",
"stopSequence": 15
},
{
"arrival": {
"delay": 130,
"time": "1774938159"
},
"departure": {
"delay": 130,
"time": "1774938190"
},
"stopId": "FR:14366:ZE:6030011489320960:ATOUMOD036",
"stopSequence": 14
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:4683467422957568:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6592356724768768x1:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15505:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -9269,
"time": "1774938571"
},
"departure": {
"delay": -9269,
"time": "1774938571"
},
"stopId": "FR:76108:ZE:TCARxLOMBA0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -9206,
"time": "1774938694"
},
"departure": {
"delay": -9206,
"time": "1774938694"
},
"stopId": "FR:76095:ZE:TCARxCIMEB0:ATOUMOD001",
"stopSequence": 30
}
],
"timestamp": "1774937918",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15505:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3410F311982x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 300,
"time": "1774941720"
},
"stopId": "FR:75115:ZE:StopPointxOCETrainxTERx87391003:ATOUMOD002",
"stopSequence": 36
},
{
"arrival": {
"time": "1774938060"
},
"departure": {
"time": "1774938120"
},
"stopId": "FR:28134:ZE:StopPointxOCETrainxTERx87393488:ATOUMOD002",
"stopSequence": 33
},
{
"arrival": {
"time": "1774930320"
},
"departure": {
"time": "1774930380"
},
"stopId": "FR:50639:ZE:StopPointxOCETrainxTERx87447698:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774932900"
},
"departure": {
"time": "1774932960"
},
"stopId": "FR:61063:ZE:StopPointxOCETrainxTERx87448084:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1774936020"
},
"departure": {
"time": "1774936080"
},
"stopId": "FR:61214:ZE:StopPointxOCETrainxTERx87444638:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774932240"
},
"departure": {
"time": "1774932300"
},
"stopId": "FR:61169:ZE:StopPointxOCETrainxTERx87448001:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1774931280"
},
"departure": {
"time": "1774931340"
},
"stopId": "FR:14762:ZE:StopPointxOCETrainxTERx87448159:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1774933920"
},
"departure": {
"time": "1774934040"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1774936860"
},
"departure": {
"time": "1774936920"
},
"stopId": "FR:27679:ZE:StopPointxOCETrainxTERx87393595:ATOUMOD002",
"stopSequence": 29
},
{
"arrival": {
"time": "1774934520"
},
"departure": {
"time": "1774934580"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 22
},
{
"departure": {
"time": "1774929360"
},
"stopId": "FR:50218:ZE:StopPointxOCETrainxTERx87447680:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"delay": 300,
"time": "1774938360"
},
"departure": {
"delay": 300,
"time": "1774938420"
},
"stopId": "FR:28134:ZE:StopPointxOCETrainxTERx87393488:ATOUMOD002",
"stopSequence": 32
}
],
"timestamp": "1774938488",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx6155CD5FxAB2Dx4274xA052x8C7462540578x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3410F311982x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072021x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 252,
"time": "1774938192"
},
"stopId": "FR:76351:ZE:3231:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 255,
"time": "1774938315"
},
"stopId": "FR:76351:ZE:4543:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 255,
"time": "1774938435"
},
"departure": {
"delay": 255,
"time": "1774938435"
},
"stopId": "FR:76351:ZE:3311:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 365,
"time": "1774938605"
},
"stopId": "FR:76351:ZE:3806:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 333,
"time": "1774938573"
},
"stopId": "FR:76351:ZE:3198:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 288,
"time": "1774938348"
},
"departure": {
"delay": 288,
"time": "1774938348"
},
"stopId": "FR:76351:ZE:3373:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 347,
"time": "1774938647"
},
"stopId": "FR:76351:ZE:3469:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 278,
"time": "1774938398"
},
"departure": {
"delay": 278,
"time": "1774938398"
},
"stopId": "FR:76351:ZE:3527:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 329,
"time": "1774938689"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 314,
"time": "1774938254"
},
"stopId": "FR:76351:ZE:3237:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1774938230",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072021x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244102xGTFSxGSemH15xSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1,
"time": "1774938779"
},
"departure": {
"delay": -1,
"time": "1774938779"
},
"stopId": "FR:76660:ZE:4425:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": -35,
"time": "1774938625"
},
"stopId": "FR:76660:ZE:4432:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": -42,
"time": "1774939038"
},
"departure": {
"delay": -42,
"time": "1774939038"
},
"stopId": "FR:76660:ZE:3304:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": -9,
"time": "1774938591"
},
"stopId": "FR:76660:ZE:4418:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -29,
"time": "1774938991"
},
"departure": {
"delay": -29,
"time": "1774938991"
},
"stopId": "FR:76660:ZE:3303:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -60,
"time": "1774938960"
},
"departure": {
"delay": -60,
"time": "1774938960"
},
"stopId": "FR:76657:ZE:3302:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -60,
"time": "1774939200"
},
"stopId": "FR:76657:ZE:5178:ATOUMOD003",
"stopSequence": 27
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:15:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244102xGTFSxGSemH15xSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602216:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774940400"
},
"stopId": "FR:27229:ZE:0xGAR10:ATOUMOD004",
"stopSequence": 2
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602216:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4075697x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938060"
},
"departure": {
"time": "1774938060"
},
"stopId": "FR:76351:ZE:3144:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 33,
"time": "1774938153"
},
"departure": {
"delay": 33,
"time": "1774938153"
},
"stopId": "FR:76351:ZE:3675:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"time": "1774937460"
},
"departure": {
"time": "1774937460"
},
"stopId": "FR:76351:ZE:3529:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 52,
"time": "1774938292"
},
"departure": {
"delay": 52,
"time": "1774938292"
},
"stopId": "FR:76351:ZE:3859:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 8,
"time": "1774937708"
},
"departure": {
"delay": 8,
"time": "1774937708"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"time": "1774938420"
},
"stopId": "FR:76351:ZE:3716:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"time": "1774937640"
},
"departure": {
"time": "1774937640"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 47,
"time": "1774938227"
},
"departure": {
"delay": 47,
"time": "1774938227"
},
"stopId": "FR:76351:ZE:3245:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 58,
"time": "1774937818"
},
"departure": {
"delay": 58,
"time": "1774937818"
},
"stopId": "FR:76351:ZE:3666:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 19,
"time": "1774937779"
},
"departure": {
"delay": 19,
"time": "1774937779"
},
"stopId": "FR:76351:ZE:4572:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"time": "1774937280"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 1,
"time": "1774937521"
},
"departure": {
"delay": 1,
"time": "1774937521"
},
"stopId": "FR:76351:ZE:3029:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 6,
"time": "1774937886"
},
"departure": {
"delay": 6,
"time": "1774937886"
},
"stopId": "FR:76351:ZE:3688:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 39,
"time": "1774937979"
},
"departure": {
"delay": 39,
"time": "1774937979"
},
"stopId": "FR:76351:ZE:3045:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 29,
"time": "1774937369"
},
"departure": {
"delay": 29,
"time": "1774937369"
},
"stopId": "FR:76351:ZE:4581:ATOUMOD003",
"stopSequence": 2
}
],
"timestamp": "1774938489",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C6:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4075697x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9882x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774943340"
},
"departure": {
"time": "1774943340"
},
"stopId": "FR:76259:ZE:PARCLOI1:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"time": "1774943640"
},
"departure": {
"time": "1774943640"
},
"stopId": "FR:76259:ZE:FECBREP1:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"time": "1774944300"
},
"departure": {
"time": "1774944300"
},
"stopId": "FR:76259:ZE:FECFOUR2:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"time": "1774943400"
},
"departure": {
"time": "1774943400"
},
"stopId": "FR:76259:ZE:FECTASS1:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1774943460"
},
"departure": {
"time": "1774943460"
},
"stopId": "FR:76259:ZE:FECSLEG1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"time": "1774943940"
},
"departure": {
"time": "1774943940"
},
"stopId": "FR:76259:ZE:FECOTOU1:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"time": "1774943580"
},
"departure": {
"time": "1774943580"
},
"stopId": "FR:76259:ZE:FECHVIL1:ATOUMOD008",
"stopSequence": 7
},
{
"departure": {
"time": "1774943100"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"time": "1774944000"
},
"departure": {
"time": "1774944000"
},
"stopId": "FR:76259:ZE:FECJLOR2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1774943160"
},
"departure": {
"time": "1774943160"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"time": "1774943700"
},
"departure": {
"time": "1774943700"
},
"stopId": "FR:76259:ZE:FECGARE1:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"time": "1774943280"
},
"departure": {
"time": "1774943280"
},
"stopId": "FR:76259:ZE:FECCSCO1:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"time": "1774943820"
},
"departure": {
"time": "1774943820"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"time": "1774944120"
},
"departure": {
"time": "1774944120"
},
"stopId": "FR:76259:ZE:FECSMAG2:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"time": "1774944420"
},
"stopId": "FR:76259:ZE:FECSNIC1:ATOUMOD008",
"stopSequence": 17
},
{
"arrival": {
"time": "1774944060"
},
"departure": {
"time": "1774944060"
},
"stopId": "FR:76259:ZE:FECSMOR2:ATOUMOD008",
"stopSequence": 13
},
{
"arrival": {
"time": "1774944240"
},
"departure": {
"time": "1774944240"
},
"stopId": "FR:76259:ZE:FECSENE2:ATOUMOD008",
"stopSequence": 15
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L3:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9882x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057096x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 293,
"time": "1774938893"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": 293,
"time": "1774938593"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 258,
"time": "1774938378"
},
"departure": {
"delay": 258,
"time": "1774938378"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 202,
"time": "1774938262"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 202,
"time": "1774938442"
},
"departure": {
"delay": 202,
"time": "1774938442"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 20
}
],
"timestamp": "1774938749",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057096x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108029x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 132,
"time": "1774938732"
},
"stopId": "FR:76351:ZE:3980:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 151,
"time": "1774939831"
},
"departure": {
"delay": 151,
"time": "1774939831"
},
"stopId": "FR:76351:ZE:3951:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 79,
"time": "1774938439"
},
"departure": {
"delay": 79,
"time": "1774938439"
},
"stopId": "FR:76351:ZE:3997:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 98,
"time": "1774939718"
},
"departure": {
"delay": 98,
"time": "1774939718"
},
"stopId": "FR:76351:ZE:3993:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 105,
"time": "1774938945"
},
"departure": {
"delay": 105,
"time": "1774938945"
},
"stopId": "FR:76351:ZE:3999:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 37,
"time": "1774938337"
},
"stopId": "FR:76351:ZE:3983:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 147,
"time": "1774939947"
},
"departure": {
"delay": 147,
"time": "1774939947"
},
"stopId": "FR:76351:ZE:3995:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 129,
"time": "1774938609"
},
"stopId": "FR:76351:ZE:3964:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 117,
"time": "1774939557"
},
"departure": {
"delay": 117,
"time": "1774939557"
},
"stopId": "FR:76351:ZE:3985:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 150,
"time": "1774939470"
},
"departure": {
"delay": 150,
"time": "1774939470"
},
"stopId": "FR:76351:ZE:3955:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 130,
"time": "1774938850"
},
"departure": {
"delay": 130,
"time": "1774938850"
},
"stopId": "FR:76351:ZE:3959:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 99,
"time": "1774940079"
},
"stopId": "FR:76351:ZE:3978:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 152,
"time": "1774939352"
},
"departure": {
"delay": 152,
"time": "1774939352"
},
"stopId": "FR:76351:ZE:3957:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 146,
"time": "1774939226"
},
"departure": {
"delay": 146,
"time": "1774939226"
},
"stopId": "FR:76351:ZE:3967:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 150,
"time": "1774939050"
},
"departure": {
"delay": 150,
"time": "1774939050"
},
"stopId": "FR:76351:ZE:3989:ATOUMOD003",
"stopSequence": 7
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108029x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1694:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -14919,
"time": "1774940421"
},
"departure": {
"delay": -14919,
"time": "1774940421"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -14926,
"time": "1774940474"
},
"departure": {
"delay": -14926,
"time": "1774940474"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -14891,
"time": "1774940329"
},
"departure": {
"delay": -14891,
"time": "1774940329"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -14936,
"time": "1774940584"
},
"departure": {
"delay": -14936,
"time": "1774940584"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1774936159",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1694:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107965x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 113,
"time": "1774938713"
},
"stopId": "FR:76351:ZE:3989:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 110,
"time": "1774939490"
},
"departure": {
"delay": 110,
"time": "1774939490"
},
"stopId": "FR:76351:ZE:3987:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 65,
"time": "1774939265"
},
"departure": {
"delay": 65,
"time": "1774939265"
},
"stopId": "FR:76351:ZE:3975:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 94,
"time": "1774939054"
},
"departure": {
"delay": 94,
"time": "1774939054"
},
"stopId": "FR:76351:ZE:3971:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 62,
"time": "1774938902"
},
"departure": {
"delay": 62,
"time": "1774938902"
},
"stopId": "FR:76351:ZE:3969:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 84,
"time": "1774939164"
},
"departure": {
"delay": 84,
"time": "1774939164"
},
"stopId": "FR:76351:ZE:3991:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 73,
"time": "1774939693"
},
"stopId": "FR:76481:ZE:4890:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 97,
"time": "1774939597"
},
"departure": {
"delay": 97,
"time": "1774939597"
},
"stopId": "FR:76351:ZE:3953:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 102,
"time": "1774938642"
},
"stopId": "FR:76351:ZE:3999:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 115,
"time": "1774939375"
},
"departure": {
"delay": 115,
"time": "1774939375"
},
"stopId": "FR:76351:ZE:4003:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107965x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15223:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -10920,
"time": "1774936920"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774936618",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15223:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:4:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -114,
"time": "1774935712"
},
"departure": {
"delay": -114,
"time": "1774935726"
},
"stopId": "FR:76057:ZE:30014:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": -62,
"time": "1774935825"
},
"departure": {
"delay": -62,
"time": "1774935838"
},
"stopId": "FR:76495:ZE:30031:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 103,
"time": "1774935336"
},
"departure": {
"delay": 103,
"time": "1774935343"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 69,
"time": "1774935359"
},
"departure": {
"delay": 69,
"time": "1774935369"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 47,
"time": "1774935426"
},
"departure": {
"delay": 47,
"time": "1774935527"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 94,
"time": "1774935200"
},
"departure": {
"delay": 94,
"time": "1774935214"
},
"stopId": "FR:76057:ZE:30024:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": -59,
"time": "1774935587"
},
"departure": {
"delay": -59,
"time": "1774935601"
},
"stopId": "FR:76057:ZE:30008:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": -155,
"time": "1774935977"
},
"departure": {
"delay": -155,
"time": "1774935985"
},
"stopId": "FR:76495:ZE:30043:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": -80,
"time": "1774935625"
},
"departure": {
"delay": -80,
"time": "1774935640"
},
"stopId": "FR:76057:ZE:30004:ATOUMOD041",
"stopSequence": 10
},
{
"departure": {
"delay": 77,
"time": "1774935077"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": -115,
"time": "1774935954"
},
"departure": {
"delay": -115,
"time": "1774935965"
},
"stopId": "FR:76495:ZE:30036:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": -18,
"time": "1774935382"
},
"departure": {
"delay": -18,
"time": "1774935402"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": -207,
"time": "1774936173"
},
"stopId": "FR:76495:ZE:30030:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": -26,
"time": "1774935553"
},
"departure": {
"delay": -26,
"time": "1774935574"
},
"stopId": "FR:76057:ZE:30026:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": -141,
"time": "1774936021"
},
"departure": {
"delay": -141,
"time": "1774936059"
},
"stopId": "FR:76495:ZE:30041:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": -127,
"time": "1774935881"
},
"departure": {
"delay": -127,
"time": "1774935893"
},
"stopId": "FR:76495:ZE:30039:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 105,
"time": "1774935238"
},
"departure": {
"delay": 105,
"time": "1774935285"
},
"stopId": "FR:76057:ZE:30001:ATOUMOD041",
"stopSequence": 3
}
],
"timestamp": "1774938750",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:1:LOC",
"tripId": "ATOUMOD041:ServiceJourney:4:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6009113000542208x2:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -45,
"time": "1774938860"
},
"departure": {
"delay": -45,
"time": "1774938915"
},
"stopId": "FR:14366:ZE:1190003:ATOUMOD036",
"stopSequence": 2
},
{
"arrival": {
"delay": -63,
"time": "1774939305"
},
"departure": {
"delay": -63,
"time": "1774939377"
},
"stopId": "FR:14366:ZE:5170005:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": -83,
"time": "1774939025"
},
"departure": {
"delay": -83,
"time": "1774939117"
},
"stopId": "FR:14366:ZE:19270005:ATOUMOD036",
"stopSequence": 5
},
{
"arrival": {
"delay": 12,
"time": "1774939562"
},
"departure": {
"delay": 12,
"time": "1774939572"
},
"stopId": "FR:14366:ZE:5175611553218560:ATOUMOD036",
"stopSequence": 16
},
{
"arrival": {
"delay": 15,
"time": "1774939635"
},
"stopId": "FR:14366:ZE:605820044:ATOUMOD036",
"stopSequence": 17
}
],
"timestamp": "1774938759",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:5089173048393728:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6009113000542208x2:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745226x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 98,
"time": "1774931874"
},
"departure": {
"delay": 98,
"time": "1774931918"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 171,
"time": "1774933023"
},
"departure": {
"delay": 171,
"time": "1774933071"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 62,
"time": "1774931791"
},
"departure": {
"delay": 62,
"time": "1774931822"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 103,
"time": "1774931949"
},
"departure": {
"delay": 103,
"time": "1774931983"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 105,
"time": "1774931701"
},
"departure": {
"delay": 105,
"time": "1774931745"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 27,
"time": "1774932490"
},
"departure": {
"delay": 27,
"time": "1774932507"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 159,
"time": "1774932026"
},
"departure": {
"delay": 159,
"time": "1774932099"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 84,
"time": "1774932707"
},
"departure": {
"delay": 84,
"time": "1774932744"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 167,
"time": "1774932254"
},
"departure": {
"delay": 167,
"time": "1774932287"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 80,
"time": "1774932411"
},
"departure": {
"delay": 80,
"time": "1774932440"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 170,
"time": "1774933093"
},
"departure": {
"delay": 170,
"time": "1774933130"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 137,
"time": "1774932808"
},
"departure": {
"delay": 137,
"time": "1774932857"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 39,
"time": "1774932534"
},
"departure": {
"delay": 39,
"time": "1774932579"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 101,
"time": "1774931501"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 156,
"time": "1774932955"
},
"departure": {
"delay": 156,
"time": "1774932996"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 62,
"time": "1774931603"
},
"departure": {
"delay": 62,
"time": "1774931642"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 130,
"time": "1774932331"
},
"departure": {
"delay": 130,
"time": "1774932370"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 112,
"time": "1774933252"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 143,
"time": "1774932889"
},
"departure": {
"delay": 143,
"time": "1774932923"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745226x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230662x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -48,
"time": "1774938372"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": -50,
"time": "1774938430"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
}
],
"timestamp": "1774938470",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230662x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596595:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774942080"
},
"stopId": "FR:27229:ZE:0xMOL01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596595:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596571:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -56,
"time": "1774938590"
},
"departure": {
"delay": -56,
"time": "1774938604"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -57,
"time": "1774938717"
},
"departure": {
"delay": -57,
"time": "1774938723"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -55,
"time": "1774939025"
},
"departure": {
"delay": -55,
"time": "1774939025"
},
"stopId": "FR:27229:ZE:0xVUL02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 33,
"time": "1774938393"
},
"departure": {
"delay": 33,
"time": "1774938393"
},
"stopId": "FR:27229:ZE:0xVED01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 26,
"time": "1774938446"
},
"departure": {
"delay": 26,
"time": "1774938446"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -71,
"time": "1774939069"
},
"departure": {
"delay": -71,
"time": "1774939069"
},
"stopId": "FR:27229:ZE:0xSUC02:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": -102,
"time": "1774939098"
},
"stopId": "FR:27229:ZE:0xZIIC04:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": 24,
"time": "1774938204"
},
"departure": {
"delay": 24,
"time": "1774938204"
},
"stopId": "FR:27229:ZE:0xTAU01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 33,
"time": "1774938285"
},
"departure": {
"delay": 33,
"time": "1774938333"
},
"stopId": "FR:27229:ZE:0xARC01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 33,
"time": "1774938813"
},
"departure": {
"delay": 33,
"time": "1774938813"
},
"stopId": "FR:27229:ZE:0xLEB01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": 93,
"time": "1774938093"
},
"departure": {
"delay": 93,
"time": "1774938093"
},
"stopId": "FR:27229:ZE:0xMFO01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"time": "1774938900"
},
"departure": {
"time": "1774938900"
},
"stopId": "FR:27229:ZE:0xLYT02:ATOUMOD004",
"stopSequence": 30
}
],
"timestamp": "1774938615",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T4:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596571:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108159x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 121,
"time": "1774938841"
},
"departure": {
"delay": 121,
"time": "1774938841"
},
"stopId": "FR:76351:ZE:3994:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 105,
"time": "1774940085"
},
"departure": {
"delay": 105,
"time": "1774940085"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 95,
"time": "1774940195"
},
"departure": {
"delay": 95,
"time": "1774940195"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 113,
"time": "1774939733"
},
"departure": {
"delay": 113,
"time": "1774939733"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 115,
"time": "1774938595"
},
"stopId": "FR:76351:ZE:3996:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 114,
"time": "1774940274"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 70,
"time": "1774938730"
},
"stopId": "FR:76351:ZE:3952:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 81,
"time": "1774939221"
},
"departure": {
"delay": 81,
"time": "1774939221"
},
"stopId": "FR:76351:ZE:3958:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 116,
"time": "1774939616"
},
"departure": {
"delay": 116,
"time": "1774939616"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 82,
"time": "1774939402"
},
"departure": {
"delay": 82,
"time": "1774939402"
},
"stopId": "FR:76351:ZE:3968:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 104,
"time": "1774939004"
},
"departure": {
"delay": 104,
"time": "1774939004"
},
"stopId": "FR:76351:ZE:3986:ATOUMOD003",
"stopSequence": 5
},
{
"departure": {
"time": "1774938360"
},
"stopId": "FR:76351:ZE:3979:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 116,
"time": "1774939856"
},
"departure": {
"delay": 116,
"time": "1774939856"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 99,
"time": "1774939959"
},
"departure": {
"delay": 99,
"time": "1774939959"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 79,
"time": "1774939099"
},
"departure": {
"delay": 79,
"time": "1774939099"
},
"stopId": "FR:76351:ZE:3956:ATOUMOD003",
"stopSequence": 6
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108159x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:4745713146658816x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -337,
"time": "1774937963"
},
"stopId": "FR:14431:ZE:5290956925435904:ATOUMOD036",
"stopSequence": 7
}
],
"timestamp": "1774937965",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:6591349039038464:LOC",
"tripId": "ATOUMOD036:ServiceJourney:4745713146658816x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:5923767074160640x1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 197,
"time": "1774938137"
},
"stopId": "FR:50532:ZE:753630002:ATOUMOD105",
"stopSequence": 40
},
{
"arrival": {
"delay": 184,
"time": "1774937999"
},
"departure": {
"delay": 184,
"time": "1774938004"
},
"stopId": "FR:50532:ZE:757920018:ATOUMOD105",
"stopSequence": 38
},
{
"arrival": {
"delay": 213,
"time": "1774938066"
},
"departure": {
"delay": 213,
"time": "1774938093"
},
"stopId": "FR:50532:ZE:757970023:ATOUMOD105",
"stopSequence": 39
}
],
"timestamp": "1774938150",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD105:Line:348940035:LOC",
"tripId": "ATOUMOD105:ServiceJourney:5923767074160640x1:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852404F294089x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774936380"
},
"stopId": "FR:14220:ZE:StopPointxOCETrainxTERx87444372:ATOUMOD002",
"stopSequence": 4
},
{
"arrival": {
"time": "1774936860"
},
"departure": {
"time": "1774937040"
},
"stopId": "FR:14514:ZE:StopPointxOCETrainxTERx87444349:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1774938300"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774938000"
},
"departure": {
"time": "1774938060"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444323:ATOUMOD002",
"stopSequence": 8
}
],
"timestamp": "1774932758",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx5E25F2B5xD15Fx475FxB424xC7ED6748FE50x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852404F294089x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852026F294136x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939980"
},
"departure": {
"time": "1774940040"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774942320"
},
"departure": {
"time": "1774942380"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 25
},
{
"arrival": {
"time": "1774943280"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774938060"
},
"departure": {
"time": "1774938120"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:27622:ZE:StopPointxOCETrainxTERx87444315:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1774940880"
},
"departure": {
"time": "1774940940"
},
"stopId": "FR:27116:ZE:StopPointxOCETrainxTERx87415364:ATOUMOD002",
"stopSequence": 21
},
{
"departure": {
"time": "1774937280"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774938960"
},
"departure": {
"time": "1774939020"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774941720"
},
"departure": {
"time": "1774941780"
},
"stopId": "FR:27105:ZE:StopPointxOCETrainxTERx87415323:ATOUMOD002",
"stopSequence": 23
}
],
"timestamp": "1774933660",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxA6CE6325x08D1x4C25x9D15x15C2DC5E7BD0x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852026F294136x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602166:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14,
"time": "1774938074"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 24,
"time": "1774938024"
},
"departure": {
"delay": 24,
"time": "1774938024"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 28
}
],
"timestamp": "1774938044",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602166:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072024x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11,
"time": "1774940111"
},
"departure": {
"delay": 11,
"time": "1774940111"
},
"stopId": "FR:76351:ZE:3806:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -26,
"time": "1774940074"
},
"departure": {
"delay": -26,
"time": "1774940074"
},
"stopId": "FR:76351:ZE:3198:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -30,
"time": "1774939590"
},
"departure": {
"delay": -30,
"time": "1774939590"
},
"stopId": "FR:76351:ZE:3377:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 28,
"time": "1774939828"
},
"departure": {
"delay": 28,
"time": "1774939828"
},
"stopId": "FR:76351:ZE:3237:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -7,
"time": "1774939973"
},
"departure": {
"delay": -7,
"time": "1774939973"
},
"stopId": "FR:76351:ZE:3527:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -26,
"time": "1774939414"
},
"departure": {
"delay": -26,
"time": "1774939414"
},
"stopId": "FR:76351:ZE:3283:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 25,
"time": "1774938865"
},
"departure": {
"delay": 25,
"time": "1774938865"
},
"stopId": "FR:76351:ZE:3175:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 14,
"time": "1774939214"
},
"departure": {
"delay": 14,
"time": "1774939214"
},
"stopId": "FR:76351:ZE:4581:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 10,
"time": "1774939030"
},
"departure": {
"delay": 10,
"time": "1774939030"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": -12,
"time": "1774940148"
},
"departure": {
"delay": -12,
"time": "1774940148"
},
"stopId": "FR:76351:ZE:3469:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 6,
"time": "1774939506"
},
"departure": {
"delay": 6,
"time": "1774939506"
},
"stopId": "FR:76351:ZE:3011:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -30,
"time": "1774940190"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": -30,
"time": "1774938690"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": -30,
"time": "1774939890"
},
"departure": {
"delay": -30,
"time": "1774939890"
},
"stopId": "FR:76351:ZE:4543:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 29,
"time": "1774938509"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": -22,
"time": "1774938938"
},
"departure": {
"delay": -22,
"time": "1774938938"
},
"stopId": "FR:76351:ZE:4880:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": -30,
"time": "1774939770"
},
"departure": {
"delay": -30,
"time": "1774939770"
},
"stopId": "FR:76351:ZE:3231:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -30,
"time": "1774940010"
},
"departure": {
"delay": -30,
"time": "1774940010"
},
"stopId": "FR:76351:ZE:3311:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -22,
"time": "1774939658"
},
"departure": {
"delay": -22,
"time": "1774939658"
},
"stopId": "FR:76351:ZE:3168:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 3,
"time": "1774939923"
},
"departure": {
"delay": 3,
"time": "1774939923"
},
"stopId": "FR:76351:ZE:3373:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -30,
"time": "1774939110"
},
"departure": {
"delay": -30,
"time": "1774939110"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -30,
"time": "1774939350"
},
"departure": {
"delay": -30,
"time": "1774939350"
},
"stopId": "FR:76351:ZE:3693:ATOUMOD003",
"stopSequence": 9
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072024x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230291x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 7,
"time": "1774939447"
},
"departure": {
"delay": 7,
"time": "1774939447"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 66,
"time": "1774939386"
},
"departure": {
"delay": 66,
"time": "1774939386"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 53,
"time": "1774939253"
},
"departure": {
"delay": 53,
"time": "1774939253"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 39,
"time": "1774939719"
},
"departure": {
"delay": 39,
"time": "1774939719"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 41,
"time": "1774939541"
},
"departure": {
"delay": 41,
"time": "1774939541"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 53,
"time": "1774939673"
},
"departure": {
"delay": 53,
"time": "1774939673"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 26,
"time": "1774938866"
},
"departure": {
"delay": 26,
"time": "1774938866"
},
"stopId": "FR:76351:ZE:3653:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 32,
"time": "1774939652"
},
"departure": {
"delay": 32,
"time": "1774939652"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 7,
"time": "1774939627"
},
"departure": {
"delay": 7,
"time": "1774939627"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 7,
"time": "1774939747"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 12,
"time": "1774938612"
},
"stopId": "FR:76351:ZE:3061:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 7,
"time": "1774939327"
},
"departure": {
"delay": 7,
"time": "1774939327"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 55,
"time": "1774939495"
},
"departure": {
"delay": 55,
"time": "1774939495"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 15,
"time": "1774939575"
},
"departure": {
"delay": 15,
"time": "1774939575"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 62,
"time": "1774939022"
},
"departure": {
"delay": 62,
"time": "1774939022"
},
"stopId": "FR:76351:ZE:3567:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 45,
"time": "1774938765"
},
"departure": {
"delay": 45,
"time": "1774938765"
},
"stopId": "FR:76351:ZE:3604:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 7,
"time": "1774939087"
},
"departure": {
"delay": 7,
"time": "1774939087"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 21,
"time": "1774938981"
},
"departure": {
"delay": 21,
"time": "1774938981"
},
"stopId": "FR:76351:ZE:3375:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 48,
"time": "1774939128"
},
"departure": {
"delay": 48,
"time": "1774939128"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 39,
"time": "1774939179"
},
"departure": {
"delay": 39,
"time": "1774939179"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
}
],
"timestamp": "1774938749",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230291x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745656x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 210,
"time": "1774935793"
},
"departure": {
"delay": 210,
"time": "1774935870"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 156,
"time": "1774935237"
},
"departure": {
"delay": 156,
"time": "1774935276"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 198,
"time": "1774936420"
},
"departure": {
"delay": 198,
"time": "1774936458"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 133,
"time": "1774934922"
},
"departure": {
"delay": 133,
"time": "1774934953"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 164,
"time": "1774937351"
},
"departure": {
"delay": 164,
"time": "1774937384"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 219,
"time": "1774936769"
},
"departure": {
"delay": 219,
"time": "1774936839"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 175,
"time": "1774937185"
},
"departure": {
"delay": 175,
"time": "1774937215"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"departure": {
"delay": 107,
"time": "1774934687"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 159,
"time": "1774935419"
},
"departure": {
"delay": 159,
"time": "1774935459"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 228,
"time": "1774936246"
},
"departure": {
"delay": 228,
"time": "1774936308"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 246,
"time": "1774935927"
},
"departure": {
"delay": 246,
"time": "1774935966"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 173,
"time": "1774937125"
},
"departure": {
"delay": 173,
"time": "1774937153"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 106,
"time": "1774934779"
},
"departure": {
"delay": 106,
"time": "1774934806"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 212,
"time": "1774937021"
},
"departure": {
"delay": 212,
"time": "1774937072"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 106,
"time": "1774934829"
},
"departure": {
"delay": 106,
"time": "1774934866"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 147,
"time": "1774935360"
},
"departure": {
"delay": 147,
"time": "1774935387"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 168,
"time": "1774935735"
},
"departure": {
"delay": 168,
"time": "1774935768"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 176,
"time": "1774937508"
},
"departure": {
"delay": 176,
"time": "1774937516"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 187,
"time": "1774937827"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 228,
"time": "1774936110"
},
"departure": {
"delay": 228,
"time": "1774936128"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 159,
"time": "1774937543"
},
"departure": {
"delay": 159,
"time": "1774937559"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 251,
"time": "1774937740"
},
"departure": {
"delay": 251,
"time": "1774937771"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 184,
"time": "1774936644"
},
"departure": {
"delay": 184,
"time": "1774936684"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 168,
"time": "1774936339"
},
"departure": {
"delay": 168,
"time": "1774936368"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 228,
"time": "1774937640"
},
"departure": {
"delay": 228,
"time": "1774937688"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 144,
"time": "1774935525"
},
"departure": {
"delay": 144,
"time": "1774935564"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 140,
"time": "1774934886"
},
"departure": {
"delay": 140,
"time": "1774934900"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 143,
"time": "1774937271"
},
"departure": {
"delay": 143,
"time": "1774937303"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 182,
"time": "1774936949"
},
"departure": {
"delay": 182,
"time": "1774936982"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 159,
"time": "1774936482"
},
"departure": {
"delay": 159,
"time": "1774936539"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 130,
"time": "1774935036"
},
"departure": {
"delay": 130,
"time": "1774935070"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 133,
"time": "1774935635"
},
"departure": {
"delay": 133,
"time": "1774935673"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 122,
"time": "1774935144"
},
"departure": {
"delay": 122,
"time": "1774935182"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 199,
"time": "1774936171"
},
"departure": {
"delay": 199,
"time": "1774936219"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 241,
"time": "1774935983"
},
"departure": {
"delay": 241,
"time": "1774936021"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745656x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6315640865423360x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -102,
"time": "1774938424"
},
"departure": {
"delay": -102,
"time": "1774938498"
},
"stopId": "FR:14654:ZE:4840357226348544:ATOUMOD036",
"stopSequence": 7
},
{
"arrival": {
"delay": -513,
"time": "1774938867"
},
"stopId": "FR:14654:ZE:6367568223797248:ATOUMOD036",
"stopSequence": 8
},
{
"arrival": {
"delay": 47,
"time": "1774937879"
},
"departure": {
"delay": 47,
"time": "1774937927"
},
"stopId": "FR:14654:ZE:5942482157174784:ATOUMOD036",
"stopSequence": 6
}
],
"timestamp": "1774938639",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:6482477221675008:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6315640865423360x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758393x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 298,
"time": "1774933185"
},
"departure": {
"delay": 298,
"time": "1774933258"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 506,
"time": "1774935432"
},
"departure": {
"delay": 506,
"time": "1774935446"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 518,
"time": "1774935351"
},
"departure": {
"delay": 518,
"time": "1774935398"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 344,
"time": "1774933976"
},
"departure": {
"delay": 344,
"time": "1774934024"
},
"stopId": "FR:50643:ZE:VIRMA1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 473,
"time": "1774935229"
},
"departure": {
"delay": 473,
"time": "1774935293"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 136,
"time": "1774932241"
},
"departure": {
"delay": 136,
"time": "1774932316"
},
"stopId": "FR:50184:ZE:FLAHB1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 497,
"time": "1774935557"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 418,
"time": "1774935135"
},
"departure": {
"delay": 418,
"time": "1774935178"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 302,
"time": "1774933504"
},
"departure": {
"delay": 302,
"time": "1774933562"
},
"stopId": "FR:50045:ZE:BENBG1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 41,
"time": "1774931772"
},
"departure": {
"delay": 41,
"time": "1774931801"
},
"stopId": "FR:50604:ZE:TREGM1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 332,
"time": "1774933618"
},
"departure": {
"delay": 332,
"time": "1774933712"
},
"stopId": "FR:50045:ZE:BENCG1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 2,
"time": "1774931522"
},
"stopId": "FR:50576:ZE:SIOTAM:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 514,
"time": "1774934936"
},
"departure": {
"delay": 514,
"time": "1774934974"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 429,
"time": "1774934513"
},
"departure": {
"delay": 429,
"time": "1774934589"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 363,
"time": "1774934276"
},
"departure": {
"delay": 363,
"time": "1774934343"
},
"stopId": "FR:50575:ZE:SIDHC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 268,
"time": "1774932726"
},
"departure": {
"delay": 268,
"time": "1774932868"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1774938646",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758393x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4075:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938582"
},
"departure": {
"time": "1774938582"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"time": "1774938687"
},
"departure": {
"time": "1774938715"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"time": "1774938909"
},
"departure": {
"time": "1774938909"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1774939285"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"time": "1774939154"
},
"departure": {
"time": "1774939154"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"time": "1774938989"
},
"departure": {
"time": "1774938989"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"time": "1774938856"
},
"departure": {
"time": "1774938856"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1774937258",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4075:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758078x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 318,
"time": "1774934561"
},
"departure": {
"delay": 318,
"time": "1774934598"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 188,
"time": "1774934005"
},
"departure": {
"delay": 188,
"time": "1774934048"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 153,
"time": "1774933051"
},
"departure": {
"delay": 153,
"time": "1774933113"
},
"stopId": "FR:50149:ZE:COUBG1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 20,
"time": "1774934420"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 139,
"time": "1774933653"
},
"departure": {
"delay": 139,
"time": "1774933699"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 103,
"time": "1774932163"
},
"stopId": "FR:50082:ZE:BCQSF2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 218,
"time": "1774934327"
},
"departure": {
"delay": 218,
"time": "1774934378"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 136,
"time": "1774933462"
},
"departure": {
"delay": 136,
"time": "1774933516"
},
"stopId": "FR:50294:ZE:MARMA1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 98,
"time": "1774932526"
},
"departure": {
"delay": 98,
"time": "1774932578"
},
"stopId": "FR:50082:ZE:BCQBG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 281,
"time": "1774934436"
},
"departure": {
"delay": 281,
"time": "1774934501"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 151,
"time": "1774932771"
},
"departure": {
"delay": 151,
"time": "1774932811"
},
"stopId": "FR:50425:ZE:RLBMA1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 143,
"time": "1774932251"
},
"departure": {
"delay": 143,
"time": "1774932323"
},
"stopId": "FR:50082:ZE:BCQIN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 96,
"time": "1774934154"
},
"departure": {
"delay": 96,
"time": "1774934196"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 108,
"time": "1774933240"
},
"departure": {
"delay": 108,
"time": "1774933248"
},
"stopId": "FR:50230:ZE:HARFE1:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:E:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758078x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3304F46709x2026x03x18T20x56x29Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774934580"
},
"departure": {
"time": "1774934640"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774935420"
},
"departure": {
"time": "1774935480"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 11
},
{
"departure": {
"time": "1774932240"
},
"stopId": "FR:50129:ZE:StopPointxOCETrainxTERx87444877:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774936440"
},
"departure": {
"time": "1774936620"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774943820"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774933140"
},
"departure": {
"time": "1774933200"
},
"stopId": "FR:50615:ZE:StopPointxOCETrainxTERx87447284:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774933920"
},
"departure": {
"time": "1774933980"
},
"stopId": "FR:50099:ZE:StopPointxOCETrainxTERx87447243:ATOUMOD002",
"stopSequence": 7
}
],
"timestamp": "1774928619",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx66849E04x284Fx47D7x8795x4C925C6ED66Fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3304F46709x2026x03x18T20x56x29Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4071947x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 132,
"time": "1774938852"
},
"departure": {
"delay": 132,
"time": "1774938852"
},
"stopId": "FR:76351:ZE:3281:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 77,
"time": "1774938677"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 77,
"time": "1774939037"
},
"departure": {
"delay": 77,
"time": "1774939037"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 96,
"time": "1774938756"
},
"departure": {
"delay": 96,
"time": "1774938756"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 136,
"time": "1774938916"
},
"departure": {
"delay": 136,
"time": "1774938916"
},
"stopId": "FR:76351:ZE:3177:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 77,
"time": "1774939337"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 112,
"time": "1774938532"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 18
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4071947x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597855:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -27,
"time": "1774937913"
},
"departure": {
"delay": -27,
"time": "1774937913"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -75,
"time": "1774938035"
},
"departure": {
"delay": -75,
"time": "1774938045"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -166,
"time": "1774938134"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -46,
"time": "1774937954"
},
"departure": {
"delay": -46,
"time": "1774937954"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 22
}
],
"timestamp": "1774937894",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T3:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597855:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470858:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 377,
"time": "1774939097"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 42
},
{
"arrival": {
"delay": 489,
"time": "1774938609"
},
"departure": {
"delay": 489,
"time": "1774938609"
},
"stopId": "FR:27275:ZE:0x6226:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": 500,
"time": "1774938500"
},
"departure": {
"delay": 500,
"time": "1774938500"
},
"stopId": "FR:27275:ZE:0x6200:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": 438,
"time": "1774939038"
},
"departure": {
"delay": 438,
"time": "1774939038"
},
"stopId": "FR:27022:ZE:0x6978:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": 513,
"time": "1774938693"
},
"departure": {
"delay": 513,
"time": "1774938693"
},
"stopId": "FR:27275:ZE:0x6224:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": 467,
"time": "1774938947"
},
"departure": {
"delay": 467,
"time": "1774938947"
},
"stopId": "FR:27275:ZE:0x6193:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": 477,
"time": "1774938657"
},
"departure": {
"delay": 477,
"time": "1774938657"
},
"stopId": "FR:27275:ZE:0x7179:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 500,
"time": "1774938200"
},
"departure": {
"delay": 500,
"time": "1774938200"
},
"stopId": "FR:27022:ZE:0x6988:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": 466,
"time": "1774938766"
},
"departure": {
"delay": 466,
"time": "1774938766"
},
"stopId": "FR:27275:ZE:0x6232:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": 502,
"time": "1774938562"
},
"departure": {
"delay": 502,
"time": "1774938562"
},
"stopId": "FR:27275:ZE:0x6208:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": 501,
"time": "1774938021"
},
"departure": {
"delay": 501,
"time": "1774938021"
},
"stopId": "FR:27022:ZE:0x6977:ATOUMOD006",
"stopSequence": 32
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:E1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470858:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107829x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 30,
"time": "1774937370"
},
"stopId": "FR:76481:ZE:4890:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 54,
"time": "1774937274"
},
"stopId": "FR:76351:ZE:3953:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1774937359",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107829x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747883x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 192,
"time": "1774930032"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 118,
"time": "1774928870"
},
"departure": {
"delay": 118,
"time": "1774928878"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 147,
"time": "1774929855"
},
"departure": {
"delay": 147,
"time": "1774929867"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 205,
"time": "1774928545"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 72,
"time": "1774928997"
},
"departure": {
"delay": 72,
"time": "1774929012"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 156,
"time": "1774929442"
},
"departure": {
"delay": 156,
"time": "1774929456"
},
"stopId": "FR:50129:ZE:10SWZ1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 68,
"time": "1774928918"
},
"departure": {
"delay": 68,
"time": "1774928948"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 144,
"time": "1774929526"
},
"departure": {
"delay": 144,
"time": "1774929564"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 180,
"time": "1774929890"
},
"departure": {
"delay": 180,
"time": "1774929900"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 207,
"time": "1774929790"
},
"departure": {
"delay": 207,
"time": "1774929807"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 114,
"time": "1774929401"
},
"departure": {
"delay": 114,
"time": "1774929414"
},
"stopId": "FR:50129:ZE:10GDM3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 192,
"time": "1774929930"
},
"departure": {
"delay": 192,
"time": "1774929972"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 34,
"time": "1774928725"
},
"departure": {
"delay": 34,
"time": "1774928734"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 131,
"time": "1774929295"
},
"departure": {
"delay": 131,
"time": "1774929311"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 101,
"time": "1774929260"
},
"departure": {
"delay": 101,
"time": "1774929281"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 61,
"time": "1774929223"
},
"departure": {
"delay": 61,
"time": "1774929241"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 45,
"time": "1774928579"
},
"departure": {
"delay": 45,
"time": "1774928625"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 129,
"time": "1774929348"
},
"departure": {
"delay": 129,
"time": "1774929369"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 187,
"time": "1774929706"
},
"departure": {
"delay": 187,
"time": "1774929727"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 191,
"time": "1774929640"
},
"departure": {
"delay": 191,
"time": "1774929671"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 42,
"time": "1774929034"
},
"departure": {
"delay": 42,
"time": "1774929042"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 36,
"time": "1774929136"
},
"departure": {
"delay": 36,
"time": "1774929156"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 145,
"time": "1774929745"
},
"departure": {
"delay": 145,
"time": "1774929745"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1774938722",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747883x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 118,
"time": "1774939318"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 118,
"time": "1774939798"
},
"departure": {
"delay": 118,
"time": "1774939798"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 127,
"time": "1774939447"
},
"departure": {
"delay": 127,
"time": "1774939447"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 148,
"time": "1774939648"
},
"departure": {
"delay": 148,
"time": "1774939648"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 150,
"time": "1774939530"
},
"departure": {
"delay": 150,
"time": "1774939530"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 172,
"time": "1774939852"
},
"departure": {
"delay": 172,
"time": "1774939852"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 133,
"time": "1774940053"
},
"departure": {
"delay": 133,
"time": "1774940053"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 124,
"time": "1774939744"
},
"departure": {
"delay": 124,
"time": "1774939744"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 136,
"time": "1774939576"
},
"departure": {
"delay": 136,
"time": "1774939576"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx0:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107972x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 241,
"time": "1774938961"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 226,
"time": "1774938646"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 232,
"time": "1774938772"
},
"departure": {
"delay": 232,
"time": "1774938772"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 222,
"time": "1774938882"
},
"departure": {
"delay": 222,
"time": "1774938882"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 166,
"time": "1774938466"
},
"departure": {
"delay": 166,
"time": "1774938466"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 163,
"time": "1774938343"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107972x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056988x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 129,
"time": "1774938789"
},
"departure": {
"delay": 129,
"time": "1774938789"
},
"stopId": "FR:76351:ZE:3163:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 126,
"time": "1774938966"
},
"departure": {
"delay": 126,
"time": "1774938966"
},
"stopId": "FR:76351:ZE:3013:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 182,
"time": "1774939922"
},
"departure": {
"delay": 182,
"time": "1774939922"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 168,
"time": "1774938708"
},
"stopId": "FR:76351:ZE:3042:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 152,
"time": "1774938632"
},
"stopId": "FR:76351:ZE:4590:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 160,
"time": "1774939720"
},
"departure": {
"delay": 160,
"time": "1774939720"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 185,
"time": "1774939325"
},
"departure": {
"delay": 185,
"time": "1774939325"
},
"stopId": "FR:76351:ZE:3129:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 126,
"time": "1774939266"
},
"departure": {
"delay": 126,
"time": "1774939266"
},
"stopId": "FR:76351:ZE:4841:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 155,
"time": "1774939595"
},
"departure": {
"delay": 155,
"time": "1774939595"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 126,
"time": "1774940046"
},
"departure": {
"delay": 126,
"time": "1774940046"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 126,
"time": "1774939986"
},
"departure": {
"delay": 126,
"time": "1774939986"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 126,
"time": "1774940346"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 134,
"time": "1774939514"
},
"departure": {
"delay": 134,
"time": "1774939514"
},
"stopId": "FR:76351:ZE:4567:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 194,
"time": "1774938554"
},
"stopId": "FR:76351:ZE:4564:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 170,
"time": "1774939190"
},
"departure": {
"delay": 170,
"time": "1774939190"
},
"stopId": "FR:76351:ZE:3026:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 149,
"time": "1774939109"
},
"departure": {
"delay": 149,
"time": "1774939109"
},
"stopId": "FR:76351:ZE:3585:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 143,
"time": "1774939403"
},
"departure": {
"delay": 143,
"time": "1774939403"
},
"stopId": "FR:76351:ZE:3626:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 146,
"time": "1774938866"
},
"departure": {
"delay": 146,
"time": "1774938866"
},
"stopId": "FR:76351:ZE:3153:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 157,
"time": "1774939057"
},
"departure": {
"delay": 157,
"time": "1774939057"
},
"stopId": "FR:76351:ZE:4802:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 136,
"time": "1774938676"
},
"departure": {
"delay": 136,
"time": "1774938676"
},
"stopId": "FR:76351:ZE:4569:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 126,
"time": "1774939806"
},
"departure": {
"delay": 126,
"time": "1774939806"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 19
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056988x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056541x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 165,
"time": "1774939005"
},
"departure": {
"delay": 165,
"time": "1774939005"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 205,
"time": "1774938685"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 150,
"time": "1774939170"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 180,
"time": "1774938960"
},
"departure": {
"delay": 180,
"time": "1774938960"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 150,
"time": "1774938810"
},
"departure": {
"delay": 150,
"time": "1774938810"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 168,
"time": "1774938888"
},
"departure": {
"delay": 168,
"time": "1774938888"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 146,
"time": "1774938626"
},
"stopId": "FR:76351:ZE:3188:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056541x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14439:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3531,
"time": "1774936665"
},
"departure": {
"delay": -3531,
"time": "1774936689"
},
"stopId": "FR:76540:ZE:TCARxGAREB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -3466,
"time": "1774936813"
},
"departure": {
"delay": -3466,
"time": "1774936814"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -3486,
"time": "1774936909"
},
"departure": {
"delay": -3486,
"time": "1774936914"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -3746,
"time": "1774936988"
},
"departure": {
"delay": -3746,
"time": "1774937014"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1774935458",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14439:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:339:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774946460"
},
"departure": {
"time": "1774945980"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1774946640"
},
"departure": {
"time": "1774946160"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1774947300"
},
"departure": {
"time": "1774947300"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 16
}
],
"timestamp": "1774938760",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:339:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745256x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 102,
"time": "1774933936"
},
"departure": {
"delay": 102,
"time": "1774933962"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 101,
"time": "1774933732"
},
"departure": {
"delay": 101,
"time": "1774933781"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 82,
"time": "1774933652"
},
"departure": {
"delay": 82,
"time": "1774933702"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -2,
"time": "1774934065"
},
"departure": {
"delay": -2,
"time": "1774934098"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 53,
"time": "1774934594"
},
"departure": {
"delay": 53,
"time": "1774934633"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -17,
"time": "1774934225"
},
"departure": {
"delay": -17,
"time": "1774934263"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 68,
"time": "1774933268"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -32,
"time": "1774934310"
},
"departure": {
"delay": -32,
"time": "1774934368"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 58,
"time": "1774934998"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 3,
"time": "1774934423"
},
"departure": {
"delay": 3,
"time": "1774934463"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 14,
"time": "1774934498"
},
"departure": {
"delay": 14,
"time": "1774934534"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 107,
"time": "1774933871"
},
"departure": {
"delay": 107,
"time": "1774933907"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 57,
"time": "1774933461"
},
"departure": {
"delay": 57,
"time": "1774933497"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 13,
"time": "1774934676"
},
"departure": {
"delay": 13,
"time": "1774934713"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 52,
"time": "1774933394"
},
"departure": {
"delay": 52,
"time": "1774933432"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 2,
"time": "1774934778"
},
"departure": {
"delay": 2,
"time": "1774934822"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 21,
"time": "1774934153"
},
"departure": {
"delay": 21,
"time": "1774934181"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 65,
"time": "1774933588"
},
"departure": {
"delay": 65,
"time": "1774933625"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 63,
"time": "1774933526"
},
"departure": {
"delay": 63,
"time": "1774933563"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 45,
"time": "1774934010"
},
"departure": {
"delay": 45,
"time": "1774934025"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1774938726",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745256x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN13122F300918x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774946940"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1774943640"
},
"departure": {
"time": "1774943760"
},
"stopId": "FR:27681:ZE:StopPointxOCETrainxTERx87415604:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774942500"
},
"departure": {
"time": "1774942560"
},
"stopId": "FR:27701:ZE:StopPointxOCETrainxTERx87415877:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774941960"
},
"departure": {
"time": "1774942020"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774943100"
},
"departure": {
"time": "1774943160"
},
"stopId": "FR:27022:ZE:StopPointxOCETrainxTERx87415620:ATOUMOD002",
"stopSequence": 9
},
{
"departure": {
"time": "1774941420"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774944540"
},
"departure": {
"time": "1774944660"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 17
}
],
"timestamp": "1774937798",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx97E911FAxC8F2x4861xAD3CxC36CF4750A49x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN13122F300918x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758416x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 15,
"time": "1774928115"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 42,
"time": "1774931382"
},
"stopId": "FR:50576:ZE:SIOTAM:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -37,
"time": "1774929497"
},
"departure": {
"delay": -37,
"time": "1774929503"
},
"stopId": "FR:50045:ZE:BENBG2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 9,
"time": "1774928817"
},
"departure": {
"delay": 9,
"time": "1774928829"
},
"stopId": "FR:50575:ZE:SIDHC2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 2,
"time": "1774930048"
},
"departure": {
"delay": 2,
"time": "1774930202"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 8,
"time": "1774929767"
},
"departure": {
"delay": 8,
"time": "1774929848"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 39,
"time": "1774928368"
},
"departure": {
"delay": 39,
"time": "1774928379"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 8,
"time": "1774931086"
},
"departure": {
"delay": 8,
"time": "1774931108"
},
"stopId": "FR:50604:ZE:TREGM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 2,
"time": "1774929076"
},
"departure": {
"delay": 2,
"time": "1774929122"
},
"stopId": "FR:50643:ZE:VIRMA2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 9,
"time": "1774929415"
},
"departure": {
"delay": 9,
"time": "1774929429"
},
"stopId": "FR:50045:ZE:BENCG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 3,
"time": "1774928635"
},
"departure": {
"delay": 3,
"time": "1774928643"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -14,
"time": "1774930589"
},
"departure": {
"delay": -14,
"time": "1774930606"
},
"stopId": "FR:50184:ZE:FLAHB2:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1774938646",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758416x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3104F312311x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774933800"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774935360"
},
"departure": {
"time": "1774935420"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774934580"
},
"departure": {
"time": "1774934640"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774936860"
},
"departure": {
"time": "1774937040"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774941600"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 26
}
],
"timestamp": "1774930178",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx468B44B7xC327x4154xB85Ex25C67C32B61Ex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3104F312311x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:5531074659614720x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 21,
"time": "1774939391"
},
"departure": {
"delay": 21,
"time": "1774939401"
},
"stopId": "FR:14193:ZE:4887368260648960:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": -85,
"time": "1774938840"
},
"departure": {
"delay": -85,
"time": "1774938935"
},
"stopId": "FR:14179:ZE:5330848313245696:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": -122,
"time": "1774938620"
},
"departure": {
"delay": -122,
"time": "1774938658"
},
"stopId": "FR:14193:ZE:5394529894006784:ATOUMOD036",
"stopSequence": 8
},
{
"arrival": {
"delay": 92,
"time": "1774939222"
},
"departure": {
"delay": 92,
"time": "1774939232"
},
"stopId": "FR:14193:ZE:6093687017701376:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": 210,
"time": "1774939710"
},
"stopId": "FR:14193:ZE:5158166871408640:ATOUMOD036",
"stopSequence": 12
}
],
"timestamp": "1774938757",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:6360156284649472:LOC",
"tripId": "ATOUMOD036:ServiceJourney:5531074659614720x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000324:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 153,
"time": "1774939293"
},
"departure": {
"delay": 153,
"time": "1774939293"
},
"stopId": "FR:76758:ZE:YVETOTxxxRefign:ATOUMOD012",
"stopSequence": 5
},
{
"arrival": {
"delay": 153,
"time": "1774940553"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarexS:ATOUMOD012",
"stopSequence": 16
},
{
"arrival": {
"delay": 153,
"time": "1774939893"
},
"departure": {
"delay": 153,
"time": "1774939893"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexR1:ATOUMOD012",
"stopSequence": 10
},
{
"arrival": {
"delay": 153,
"time": "1774939773"
},
"departure": {
"delay": 153,
"time": "1774939773"
},
"stopId": "FR:76758:ZE:YVETOTxxxAlbert:ATOUMOD012",
"stopSequence": 9
},
{
"arrival": {
"delay": 153,
"time": "1774938993"
},
"departure": {
"delay": 153,
"time": "1774938993"
},
"stopId": "FR:76758:ZE:YVETOTxxxMairie:ATOUMOD012",
"stopSequence": 2
},
{
"arrival": {
"delay": 153,
"time": "1774939173"
},
"departure": {
"delay": 153,
"time": "1774939173"
},
"stopId": "FR:76758:ZE:YVETOTxxxAvenue:ATOUMOD012",
"stopSequence": 4
},
{
"arrival": {
"delay": 153,
"time": "1774939533"
},
"departure": {
"delay": 153,
"time": "1774939533"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexRo:ATOUMOD012",
"stopSequence": 7
},
{
"arrival": {
"delay": 153,
"time": "1774940193"
},
"departure": {
"delay": 153,
"time": "1774940193"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexD1:ATOUMOD012",
"stopSequence": 14
},
{
"arrival": {
"delay": 153,
"time": "1774939113"
},
"departure": {
"delay": 153,
"time": "1774939113"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexD8:ATOUMOD012",
"stopSequence": 3
},
{
"arrival": {
"delay": 153,
"time": "1774939413"
},
"departure": {
"delay": 153,
"time": "1774939413"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexJo:ATOUMOD012",
"stopSequence": 6
},
{
"arrival": {
"delay": 153,
"time": "1774940013"
},
"departure": {
"delay": 153,
"time": "1774940013"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexDx:ATOUMOD012",
"stopSequence": 13
},
{
"arrival": {
"delay": 153,
"time": "1774940373"
},
"departure": {
"delay": 153,
"time": "1774940373"
},
"stopId": "FR:76758:ZE:YVETOTxxxMusxe:ATOUMOD012",
"stopSequence": 15
},
{
"arrival": {
"delay": 153,
"time": "1774939653"
},
"departure": {
"delay": 153,
"time": "1774939653"
},
"stopId": "FR:76758:ZE:YVETOTxxxRaymon:ATOUMOD012",
"stopSequence": 8
}
],
"timestamp": "1774938760",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD012:Line:2:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000324:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244152xGTFSxGSemH25xSemainex02:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -15,
"time": "1774939065"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": -14,
"time": "1774938886"
},
"departure": {
"delay": -14,
"time": "1774938886"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -4,
"time": "1774938716"
},
"departure": {
"delay": -4,
"time": "1774938716"
},
"stopId": "FR:76351:ZE:3613:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": -15,
"time": "1774938465"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -11,
"time": "1774938769"
},
"departure": {
"delay": -11,
"time": "1774938769"
},
"stopId": "FR:76351:ZE:4869:ATOUMOD003",
"stopSequence": 27
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:25:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244152xGTFSxGSemH25xSemainex02:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851003F294208x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774943880"
},
"departure": {
"time": "1774943940"
},
"stopId": "FR:78107:ZE:StopPointxOCETrainxTERx87381624:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774945260"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 8
},
{
"departure": {
"time": "1774941000"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774943100"
},
"departure": {
"time": "1774943220"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774944300"
},
"departure": {
"time": "1774944360"
},
"stopId": "FR:27119:ZE:StopPointxOCETrainxTERx87387092:ATOUMOD002",
"stopSequence": 7
}
],
"timestamp": "1774937379",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx57AE0F48x2436x44BDxA2F0xAA45D4A483E7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851003F294208x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596613:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774939200"
},
"stopId": "FR:27229:ZE:0xMOL01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596613:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758079x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 110,
"time": "1774939070"
},
"departure": {
"delay": 110,
"time": "1774939070"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -2,
"time": "1774937125"
},
"departure": {
"delay": -2,
"time": "1774937218"
},
"stopId": "FR:50082:ZE:BCQBG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 110,
"time": "1774938950"
},
"departure": {
"delay": 110,
"time": "1774938950"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 110,
"time": "1774939130"
},
"departure": {
"delay": 110,
"time": "1774939130"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 110,
"time": "1774939010"
},
"departure": {
"delay": 110,
"time": "1774939010"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 22,
"time": "1774936882"
},
"departure": {
"delay": 22,
"time": "1774936942"
},
"stopId": "FR:50082:ZE:BCQIN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 123,
"time": "1774938687"
},
"departure": {
"delay": 123,
"time": "1774938723"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 38,
"time": "1774937880"
},
"departure": {
"delay": 38,
"time": "1774937918"
},
"stopId": "FR:50230:ZE:HARFE1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 32,
"time": "1774937408"
},
"departure": {
"delay": 32,
"time": "1774937432"
},
"stopId": "FR:50425:ZE:RLBMA1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 36,
"time": "1774937684"
},
"departure": {
"delay": 36,
"time": "1774937736"
},
"stopId": "FR:50149:ZE:COUBG1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 22,
"time": "1774938310"
},
"departure": {
"delay": 22,
"time": "1774938322"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 44,
"time": "1774938114"
},
"departure": {
"delay": 44,
"time": "1774938164"
},
"stopId": "FR:50294:ZE:MARMA1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 110,
"time": "1774939250"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 5,
"time": "1774936805"
},
"stopId": "FR:50082:ZE:BCQSF2:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1774938723",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:E:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758079x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190582x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 265,
"time": "1774938325"
},
"stopId": "FR:76351:ZE:4910:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 264,
"time": "1774938084"
},
"stopId": "FR:76351:ZE:3053:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 269,
"time": "1774939169"
},
"stopId": "FR:76351:ZE:4537:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 303,
"time": "1774938363"
},
"departure": {
"delay": 303,
"time": "1774938363"
},
"stopId": "FR:76351:ZE:5150:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 324,
"time": "1774938564"
},
"stopId": "FR:76351:ZE:4911:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 269,
"time": "1774938749"
},
"departure": {
"delay": 269,
"time": "1774938749"
},
"stopId": "FR:76351:ZE:4828:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 304,
"time": "1774938844"
},
"departure": {
"delay": 304,
"time": "1774938844"
},
"stopId": "FR:76351:ZE:3777:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 267,
"time": "1774938207"
},
"stopId": "FR:76351:ZE:3142:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 276,
"time": "1774938276"
},
"stopId": "FR:76351:ZE:3421:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 314,
"time": "1774938914"
},
"departure": {
"delay": 314,
"time": "1774938914"
},
"stopId": "FR:76351:ZE:3194:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 284,
"time": "1774938404"
},
"departure": {
"delay": 284,
"time": "1774938404"
},
"stopId": "FR:76351:ZE:4486:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 299,
"time": "1774938779"
},
"departure": {
"delay": 299,
"time": "1774938779"
},
"stopId": "FR:76351:ZE:3779:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 272,
"time": "1774938692"
},
"stopId": "FR:76351:ZE:3783:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 302,
"time": "1774938662"
},
"departure": {
"delay": 302,
"time": "1774938662"
},
"stopId": "FR:76351:ZE:4913:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 269,
"time": "1774938989"
},
"departure": {
"delay": 269,
"time": "1774938989"
},
"stopId": "FR:76351:ZE:4142:ATOUMOD003",
"stopSequence": 29
}
],
"timestamp": "1774938350",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:19:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190582x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056451x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939500"
},
"departure": {
"time": "1774939500"
},
"stopId": "FR:76351:ZE:3656:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"time": "1774939860"
},
"departure": {
"time": "1774939860"
},
"stopId": "FR:76351:ZE:4654:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 57,
"time": "1774939077"
},
"departure": {
"delay": 57,
"time": "1774939077"
},
"stopId": "FR:76351:ZE:3109:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 4,
"time": "1774939804"
},
"departure": {
"delay": 4,
"time": "1774939804"
},
"stopId": "FR:76351:ZE:3570:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 50,
"time": "1774939970"
},
"departure": {
"delay": 50,
"time": "1774939970"
},
"stopId": "FR:76351:ZE:3068:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"time": "1774940760"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 44,
"time": "1774939544"
},
"departure": {
"delay": 44,
"time": "1774939544"
},
"stopId": "FR:76351:ZE:3319:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"time": "1774939020"
},
"departure": {
"time": "1774939020"
},
"stopId": "FR:76351:ZE:3561:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 11,
"time": "1774939631"
},
"departure": {
"delay": 11,
"time": "1774939631"
},
"stopId": "FR:76351:ZE:3494:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 30,
"time": "1774939170"
},
"departure": {
"delay": 30,
"time": "1774939170"
},
"stopId": "FR:76351:ZE:3578:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 55,
"time": "1774940275"
},
"departure": {
"delay": 55,
"time": "1774940275"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 4,
"time": "1774940224"
},
"departure": {
"delay": 4,
"time": "1774940224"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 16,
"time": "1774939276"
},
"departure": {
"delay": 16,
"time": "1774939276"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 40,
"time": "1774940560"
},
"departure": {
"delay": 40,
"time": "1774940560"
},
"stopId": "FR:76351:ZE:3670:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 15,
"time": "1774940475"
},
"departure": {
"delay": 15,
"time": "1774940475"
},
"stopId": "FR:76351:ZE:3049:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"time": "1774938960"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 8,
"time": "1774939748"
},
"departure": {
"delay": 8,
"time": "1774939748"
},
"stopId": "FR:76351:ZE:3178:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:76351:ZE:4786:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 21,
"time": "1774940361"
},
"departure": {
"delay": 21,
"time": "1774940361"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 7,
"time": "1774940047"
},
"departure": {
"delay": 7,
"time": "1774940047"
},
"stopId": "FR:76351:ZE:3490:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 39,
"time": "1774939119"
},
"departure": {
"delay": 39,
"time": "1774939119"
},
"stopId": "FR:76351:ZE:4767:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"time": "1774940160"
},
"departure": {
"time": "1774940160"
},
"stopId": "FR:76351:ZE:3477:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 12,
"time": "1774940532"
},
"departure": {
"delay": 12,
"time": "1774940532"
},
"stopId": "FR:76351:ZE:3404:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"time": "1774939380"
},
"departure": {
"time": "1774939380"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 8
}
],
"timestamp": "1774938609",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056451x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108160x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 46,
"time": "1774939066"
},
"departure": {
"delay": 46,
"time": "1774939066"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 59,
"time": "1774938959"
},
"departure": {
"delay": 59,
"time": "1774938959"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 38,
"time": "1774939418"
},
"departure": {
"delay": 38,
"time": "1774939418"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 102,
"time": "1774938642"
},
"stopId": "FR:76351:ZE:3958:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 32,
"time": "1774939292"
},
"departure": {
"delay": 32,
"time": "1774939292"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 49,
"time": "1774939189"
},
"departure": {
"delay": 49,
"time": "1774939189"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 88,
"time": "1774938388"
},
"departure": {
"delay": 88,
"time": "1774938388"
},
"stopId": "FR:76351:ZE:3986:ATOUMOD003",
"stopSequence": 5
},
{
"departure": {
"delay": 79,
"time": "1774938499"
},
"stopId": "FR:76351:ZE:3956:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 47,
"time": "1774939607"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 28,
"time": "1774939528"
},
"departure": {
"delay": 28,
"time": "1774939528"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 105,
"time": "1774938225"
},
"stopId": "FR:76351:ZE:3994:ATOUMOD003",
"stopSequence": 4
},
{
"departure": {
"delay": 25,
"time": "1774938745"
},
"stopId": "FR:76351:ZE:3968:ATOUMOD003",
"stopSequence": 8
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108160x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6126831276130304x3:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -89,
"time": "1774939171"
},
"stopId": "FR:14366:ZE:17240005:ATOUMOD036",
"stopSequence": 26
},
{
"arrival": {
"delay": 125,
"time": "1774938288"
},
"departure": {
"delay": 125,
"time": "1774938305"
},
"stopId": "FR:14366:ZE:35150004:ATOUMOD036",
"stopSequence": 20
},
{
"arrival": {
"delay": 4,
"time": "1774938650"
},
"departure": {
"delay": 4,
"time": "1774938664"
},
"stopId": "FR:14366:ZE:17240004:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": 136,
"time": "1774938154"
},
"departure": {
"delay": 136,
"time": "1774938196"
},
"stopId": "FR:14366:ZE:652240007:ATOUMOD036",
"stopSequence": 18
},
{
"arrival": {
"delay": -7,
"time": "1774938748"
},
"departure": {
"delay": -7,
"time": "1774938773"
},
"stopId": "FR:14303:ZE:19280004:ATOUMOD036",
"stopSequence": 25
},
{
"arrival": {
"delay": 163,
"time": "1774938573"
},
"departure": {
"delay": 163,
"time": "1774938583"
},
"stopId": "FR:14366:ZE:3100004:ATOUMOD036",
"stopSequence": 23
},
{
"arrival": {
"delay": 142,
"time": "1774938258"
},
"departure": {
"delay": 142,
"time": "1774938262"
},
"stopId": "FR:14366:ZE:36970002:ATOUMOD036",
"stopSequence": 19
},
{
"arrival": {
"delay": 185,
"time": "1774938475"
},
"departure": {
"delay": 185,
"time": "1774938485"
},
"stopId": "FR:14366:ZE:5094591801851904:ATOUMOD036",
"stopSequence": 22
},
{
"arrival": {
"delay": 137,
"time": "1774938366"
},
"departure": {
"delay": 137,
"time": "1774938377"
},
"stopId": "FR:14366:ZE:7150003:ATOUMOD036",
"stopSequence": 21
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5131776580124672:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6126831276130304x3:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN853605F294049x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774937880"
},
"departure": {
"time": "1774937940"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 24
},
{
"arrival": {
"time": "1774938420"
},
"departure": {
"time": "1774938540"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774939680"
},
"departure": {
"time": "1774939740"
},
"stopId": "FR:14654:ZE:StopPointxOCETrainxTERx87444216:ATOUMOD002",
"stopSequence": 28
},
{
"arrival": {
"time": "1774937400"
},
"departure": {
"time": "1774937460"
},
"stopId": "FR:61464:ZE:StopPointxOCETrainxTERx87444695:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774936560"
},
"departure": {
"time": "1774936680"
},
"stopId": "FR:61001:ZE:StopPointxOCETrainxTERx87444711:ATOUMOD002",
"stopSequence": 20
},
{
"departure": {
"time": "1774934760"
},
"stopId": "FR:72181:ZE:StopPointxOCETrainxTERx87396002:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774940880"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 31
},
{
"arrival": {
"time": "1774940040"
},
"departure": {
"time": "1774940100"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 30
}
],
"timestamp": "1774931138",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx1f647a2cx138dx47dex8fb5x333f230e16f7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN853605F294049x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596244:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 94,
"time": "1774938214"
},
"departure": {
"delay": 94,
"time": "1774938214"
},
"stopId": "FR:27229:ZE:0xPNA01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 71,
"time": "1774938251"
},
"departure": {
"delay": 71,
"time": "1774938251"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 13,
"time": "1774938673"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 62,
"time": "1774938162"
},
"departure": {
"delay": 62,
"time": "1774938182"
},
"stopId": "FR:27229:ZE:0xHUG01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 52,
"time": "1774938352"
},
"departure": {
"delay": 52,
"time": "1774938352"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 32,
"time": "1774938310"
},
"departure": {
"delay": 32,
"time": "1774938332"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 19,
"time": "1774938499"
},
"departure": {
"delay": 19,
"time": "1774938499"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 65,
"time": "1774938425"
},
"departure": {
"delay": 65,
"time": "1774938425"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 9
}
],
"timestamp": "1774938194",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T9:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596244:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470077:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -47,
"time": "1774937473"
},
"departure": {
"delay": -47,
"time": "1774937473"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -38,
"time": "1774938082"
},
"departure": {
"delay": -38,
"time": "1774938082"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 23,
"time": "1774937183"
},
"departure": {
"delay": 23,
"time": "1774937183"
},
"stopId": "FR:27701:ZE:0x7052:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -83,
"time": "1774937677"
},
"departure": {
"delay": -83,
"time": "1774937677"
},
"stopId": "FR:27701:ZE:0x7111:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -58,
"time": "1774937402"
},
"departure": {
"delay": -58,
"time": "1774937402"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -26,
"time": "1774938154"
},
"departure": {
"delay": -26,
"time": "1774938154"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -20,
"time": "1774937260"
},
"departure": {
"delay": -20,
"time": "1774937260"
},
"stopId": "FR:27365:ZE:0x6325:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -1,
"time": "1774937339"
},
"departure": {
"delay": -1,
"time": "1774937339"
},
"stopId": "FR:27365:ZE:0x7195:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 155,
"time": "1774938575"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -17,
"time": "1774937383"
},
"departure": {
"delay": -17,
"time": "1774937383"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 166,
"time": "1774938466"
},
"departure": {
"delay": 166,
"time": "1774938466"
},
"stopId": "FR:27701:ZE:0x7074:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -48,
"time": "1774937652"
},
"departure": {
"delay": -48,
"time": "1774937652"
},
"stopId": "FR:27701:ZE:0x7131:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -86,
"time": "1774937794"
},
"departure": {
"delay": -86,
"time": "1774937794"
},
"stopId": "FR:27701:ZE:0x7170:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -84,
"time": "1774937736"
},
"departure": {
"delay": -84,
"time": "1774937736"
},
"stopId": "FR:27701:ZE:0x7147:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 30,
"time": "1774937070"
},
"departure": {
"delay": 30,
"time": "1774937070"
},
"stopId": "FR:27701:ZE:0x7080:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -71,
"time": "1774937989"
},
"departure": {
"delay": -71,
"time": "1774937989"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -71,
"time": "1774937509"
},
"departure": {
"delay": -71,
"time": "1774937509"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 25,
"time": "1774938205"
},
"departure": {
"delay": 25,
"time": "1774938205"
},
"stopId": "FR:27701:ZE:0x7122:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -49,
"time": "1774937711"
},
"departure": {
"delay": -49,
"time": "1774937711"
},
"stopId": "FR:27701:ZE:0x7033:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -100,
"time": "1774937960"
},
"departure": {
"delay": -100,
"time": "1774937960"
},
"stopId": "FR:27701:ZE:0x7093:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -97,
"time": "1774937543"
},
"departure": {
"delay": -97,
"time": "1774937543"
},
"stopId": "FR:27701:ZE:0x7157:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 10,
"time": "1774937230"
},
"departure": {
"delay": 10,
"time": "1774937230"
},
"stopId": "FR:27365:ZE:0x6324:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -100,
"time": "1774937600"
},
"departure": {
"delay": -100,
"time": "1774937600"
},
"stopId": "FR:27701:ZE:0x7058:ATOUMOD006",
"stopSequence": 12
}
],
"timestamp": "1774938356",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:4:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470077:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN13110F300924x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774933260"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774934340"
},
"departure": {
"time": "1774934400"
},
"stopId": "FR:27701:ZE:StopPointxOCETrainxTERx87415877:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774935480"
},
"departure": {
"time": "1774935600"
},
"stopId": "FR:27681:ZE:StopPointxOCETrainxTERx87415604:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774938960"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1774933800"
},
"departure": {
"time": "1774933860"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774935000"
},
"departure": {
"time": "1774935060"
},
"stopId": "FR:27022:ZE:StopPointxOCETrainxTERx87415620:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774936500"
},
"departure": {
"time": "1774936620"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 17
}
],
"timestamp": "1774929638",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx97E911FAxC8F2x4861xAD3CxC36CF4750A49x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN13110F300924x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244099xGTFSxGSemH15xSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 194,
"time": "1774938194"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 195,
"time": "1774938015"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 26
}
],
"timestamp": "1774938149",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:15:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244099xGTFSxGSemH15xSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:515:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774953300"
},
"departure": {
"time": "1774956120"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1774951980"
},
"departure": {
"time": "1774955520"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1774952100"
},
"departure": {
"time": "1774955640"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 24
}
],
"timestamp": "1774938714",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:515:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:5371731783974912x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 32,
"time": "1774938658"
},
"departure": {
"delay": 32,
"time": "1774938692"
},
"stopId": "FR:14431:ZE:5049373336535040:ATOUMOD036",
"stopSequence": 7
},
{
"arrival": {
"delay": 40,
"time": "1774939170"
},
"departure": {
"delay": 40,
"time": "1774939180"
},
"stopId": "FR:14431:ZE:5936964701257728:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": -318,
"time": "1774939662"
},
"stopId": "FR:14431:ZE:5502910508040192:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": 27,
"time": "1774939397"
},
"departure": {
"delay": 27,
"time": "1774939407"
},
"stopId": "FR:14431:ZE:6074513847484416:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": 4,
"time": "1774938894"
},
"departure": {
"delay": 4,
"time": "1774938904"
},
"stopId": "FR:14431:ZE:6394038241460224:ATOUMOD036",
"stopSequence": 8
}
],
"timestamp": "1774938699",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:6484099108700160:LOC",
"tripId": "ATOUMOD036:ServiceJourney:5371731783974912x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN857110F293646x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774933500"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 4
},
{
"arrival": {
"time": "1774936680"
},
"departure": {
"time": "1774936740"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774941000"
},
"departure": {
"time": "1774941060"
},
"stopId": "FR:72181:ZE:StopPointxOCETrainxTERx87743872:ATOUMOD002",
"stopSequence": 41
},
{
"arrival": {
"time": "1774938120"
},
"departure": {
"time": "1774938240"
},
"stopId": "FR:61001:ZE:StopPointxOCETrainxTERx87444711:ATOUMOD002",
"stopSequence": 27
},
{
"arrival": {
"time": "1774940280"
},
"departure": {
"time": "1774940340"
},
"stopId": "FR:72147:ZE:StopPointxOCETrainxTERx87396036:ATOUMOD002",
"stopSequence": 37
},
{
"arrival": {
"time": "1774936020"
},
"departure": {
"time": "1774936140"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774934280"
},
"departure": {
"time": "1774934340"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1774939320"
},
"departure": {
"time": "1774939380"
},
"stopId": "FR:72380:ZE:StopPointxOCETrainxTERx87396077:ATOUMOD002",
"stopSequence": 31
},
{
"arrival": {
"time": "1774937280"
},
"departure": {
"time": "1774937340"
},
"stopId": "FR:61464:ZE:StopPointxOCETrainxTERx87444695:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1774941360"
},
"stopId": "FR:72181:ZE:StopPointxOCETrainxTERx87396002:ATOUMOD002",
"stopSequence": 42
},
{
"arrival": {
"time": "1774939980"
},
"departure": {
"time": "1774940040"
},
"stopId": "FR:72205:ZE:StopPointxOCETrainxTERx87396044:ATOUMOD002",
"stopSequence": 35
},
{
"arrival": {
"time": "1774940640"
},
"departure": {
"time": "1774940700"
},
"stopId": "FR:72217:ZE:StopPointxOCETrainxTERx87396028:ATOUMOD002",
"stopSequence": 39
},
{
"arrival": {
"time": "1774938780"
},
"departure": {
"time": "1774938840"
},
"stopId": "FR:72138:ZE:StopPointxOCETrainxTERx87396093:ATOUMOD002",
"stopSequence": 29
},
{
"arrival": {
"time": "1774939740"
},
"departure": {
"time": "1774939800"
},
"stopId": "FR:72349:ZE:StopPointxOCETrainxTERx87396051:ATOUMOD002",
"stopSequence": 33
},
{
"arrival": {
"time": "1774934700"
},
"departure": {
"time": "1774934760"
},
"stopId": "FR:14654:ZE:StopPointxOCETrainxTERx87444216:ATOUMOD002",
"stopSequence": 8
}
],
"timestamp": "1774929878",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx1f647a2cx138dx47dex8fb5x333f230e16f7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN857110F293646x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597011:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774939680"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597011:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470303:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 1083,
"time": "1774938363"
},
"departure": {
"delay": 1083,
"time": "1774938363"
},
"stopId": "FR:27022:ZE:0x6999:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 1088,
"time": "1774938308"
},
"departure": {
"delay": 1088,
"time": "1774938308"
},
"stopId": "FR:27022:ZE:0x6993:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 763,
"time": "1774938943"
},
"departure": {
"delay": 763,
"time": "1774938943"
},
"stopId": "FR:27275:ZE:0x7182:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 1109,
"time": "1774938269"
},
"departure": {
"delay": 1109,
"time": "1774938269"
},
"stopId": "FR:27022:ZE:0x7003:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 1120,
"time": "1774938220"
},
"departure": {
"delay": 1120,
"time": "1774938220"
},
"stopId": "FR:27022:ZE:0x7001:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 785,
"time": "1774939085"
},
"departure": {
"delay": 785,
"time": "1774939085"
},
"stopId": "FR:27275:ZE:0x6193:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 1154,
"time": "1774938074"
},
"departure": {
"delay": 1154,
"time": "1774938074"
},
"stopId": "FR:27022:ZE:0x6986:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 729,
"time": "1774938729"
},
"departure": {
"delay": 729,
"time": "1774938729"
},
"stopId": "FR:27275:ZE:0x6214:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 889,
"time": "1774938529"
},
"departure": {
"delay": 889,
"time": "1774938529"
},
"stopId": "FR:27275:ZE:0x6996:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 1044,
"time": "1774938444"
},
"departure": {
"delay": 1044,
"time": "1774938444"
},
"stopId": "FR:27022:ZE:0x6981:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 823,
"time": "1774938643"
},
"departure": {
"delay": 823,
"time": "1774938643"
},
"stopId": "FR:27275:ZE:0x7184:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 756,
"time": "1774939176"
},
"departure": {
"delay": 756,
"time": "1774939176"
},
"stopId": "FR:27022:ZE:0x6978:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 755,
"time": "1774939235"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 783,
"time": "1774938783"
},
"departure": {
"delay": 783,
"time": "1774938783"
},
"stopId": "FR:27275:ZE:0x6204:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 782,
"time": "1774938842"
},
"departure": {
"delay": 782,
"time": "1774938842"
},
"stopId": "FR:27275:ZE:0x6202:ATOUMOD006",
"stopSequence": 19
}
],
"timestamp": "1774938356",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:6b:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470303:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx368:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 130,
"time": "1774938850"
},
"departure": {
"delay": 130,
"time": "1774938850"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 110,
"time": "1774938650"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 171,
"time": "1774939311"
},
"departure": {
"delay": 171,
"time": "1774939311"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 130,
"time": "1774939150"
},
"departure": {
"delay": 130,
"time": "1774939150"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 130,
"time": "1774939030"
},
"departure": {
"delay": 130,
"time": "1774939030"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 131,
"time": "1774938731"
},
"departure": {
"delay": 131,
"time": "1774938731"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 171,
"time": "1774938951"
},
"departure": {
"delay": 171,
"time": "1774938951"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 130,
"time": "1774939510"
},
"departure": {
"delay": 130,
"time": "1774939510"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774938660",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx368:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470538:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3453,
"time": "1774938747"
},
"departure": {
"delay": -3453,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -232,
"time": "1774943348"
},
"departure": {
"delay": -232,
"time": "1774943348"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -228,
"time": "1774943412"
},
"departure": {
"delay": -228,
"time": "1774943412"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -4353,
"time": "1774938747"
},
"departure": {
"delay": -4353,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7068:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -252,
"time": "1774943148"
},
"departure": {
"delay": -252,
"time": "1774943148"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -3993,
"time": "1774938747"
},
"departure": {
"delay": -3993,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -4413,
"time": "1774938747"
},
"departure": {
"delay": -4413,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7132:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -4173,
"time": "1774938747"
},
"departure": {
"delay": -4173,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -189,
"time": "1774943511"
},
"departure": {
"delay": -189,
"time": "1774943511"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -3753,
"time": "1774938747"
},
"departure": {
"delay": -3753,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -204,
"time": "1774943196"
},
"departure": {
"delay": -204,
"time": "1774943196"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -201,
"time": "1774943019"
},
"departure": {
"delay": -201,
"time": "1774943019"
},
"stopId": "FR:27701:ZE:0x7044:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -3633,
"time": "1774938747"
},
"departure": {
"delay": -3633,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -3813,
"time": "1774938747"
},
"departure": {
"delay": -3813,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -224,
"time": "1774943476"
},
"departure": {
"delay": -224,
"time": "1774943476"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -292,
"time": "1774943588"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -207,
"time": "1774943073"
},
"departure": {
"delay": -207,
"time": "1774943073"
},
"stopId": "FR:27701:ZE:0x7054:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -227,
"time": "1774943233"
},
"departure": {
"delay": -227,
"time": "1774943233"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 18
},
{
"departure": {
"delay": -3453,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -4353,
"time": "1774938747"
},
"departure": {
"delay": -4353,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7036:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -4053,
"time": "1774938747"
},
"departure": {
"delay": -4053,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -3873,
"time": "1774938747"
},
"departure": {
"delay": -3873,
"time": "1774938747"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -4293,
"time": "1774938747"
},
"departure": {
"delay": -4293,
"time": "1774938747"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 10
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470538:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN13120F300919x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939620"
},
"departure": {
"time": "1774939680"
},
"stopId": "FR:27022:ZE:StopPointxOCETrainxTERx87415620:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774938420"
},
"departure": {
"time": "1774938480"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 3
},
{
"departure": {
"time": "1774937940"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774938960"
},
"departure": {
"time": "1774939020"
},
"stopId": "FR:27701:ZE:StopPointxOCETrainxTERx87415877:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774941060"
},
"departure": {
"time": "1774941180"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774943340"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1774940100"
},
"departure": {
"time": "1774940220"
},
"stopId": "FR:27681:ZE:StopPointxOCETrainxTERx87415604:ATOUMOD002",
"stopSequence": 11
}
],
"timestamp": "1774934318",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx97E911FAxC8F2x4861xAD3CxC36CF4750A49x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN13120F300919x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596524:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11,
"time": "1774938583"
},
"departure": {
"delay": -11,
"time": "1774938589"
},
"stopId": "FR:27229:ZE:0xGAR04:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 79,
"time": "1774938979"
},
"departure": {
"delay": 79,
"time": "1774938979"
},
"stopId": "FR:27229:ZE:0xTRA01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 69,
"time": "1774939209"
},
"departure": {
"delay": 69,
"time": "1774939209"
},
"stopId": "FR:27229:ZE:0xBEC01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 154,
"time": "1774939114"
},
"departure": {
"delay": 154,
"time": "1774939114"
},
"stopId": "FR:27229:ZE:0xLAK01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 139,
"time": "1774939219"
},
"departure": {
"delay": 139,
"time": "1774939219"
},
"stopId": "FR:27229:ZE:0xRON01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 84,
"time": "1774938804"
},
"departure": {
"delay": 84,
"time": "1774938804"
},
"stopId": "FR:27229:ZE:0xMOU01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 99,
"time": "1774938759"
},
"departure": {
"delay": 99,
"time": "1774938759"
},
"stopId": "FR:27229:ZE:0xLET01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 276,
"time": "1774939896"
},
"departure": {
"delay": 276,
"time": "1774939896"
},
"stopId": "FR:27306:ZE:0xOIS02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 83,
"time": "1774938863"
},
"departure": {
"delay": 83,
"time": "1774938863"
},
"stopId": "FR:27229:ZE:0xORL01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 271,
"time": "1774939951"
},
"departure": {
"delay": 271,
"time": "1774939951"
},
"stopId": "FR:27306:ZE:0xVIl02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 79,
"time": "1774938919"
},
"departure": {
"delay": 79,
"time": "1774938919"
},
"stopId": "FR:27229:ZE:0xPOL03:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 238,
"time": "1774939978"
},
"stopId": "FR:27306:ZE:0xCID02:ATOUMOD004",
"stopSequence": 24
}
],
"timestamp": "1774938615",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T6:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596524:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1402:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3107,
"time": "1774939333"
},
"departure": {
"delay": -3107,
"time": "1774939333"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -3112,
"time": "1774939388"
},
"departure": {
"delay": -3112,
"time": "1774939388"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -3085,
"time": "1774939535"
},
"departure": {
"delay": -3085,
"time": "1774939535"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"delay": -3112,
"time": "1774939208"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1774938721",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1402:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852076F294126x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774942920"
},
"departure": {
"time": "1774942980"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 24
},
{
"arrival": {
"time": "1774938600"
},
"departure": {
"time": "1774938660"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774941060"
},
"departure": {
"time": "1774941120"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1774940100"
},
"departure": {
"time": "1774940160"
},
"stopId": "FR:27116:ZE:StopPointxOCETrainxTERx87415364:ATOUMOD002",
"stopSequence": 16
},
{
"departure": {
"time": "1774937700"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774939200"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:27105:ZE:StopPointxOCETrainxTERx87415323:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1774940580"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:27622:ZE:StopPointxOCETrainxTERx87444315:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1774943820"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 25
},
{
"arrival": {
"time": "1774942080"
},
"departure": {
"time": "1774942140"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 22
}
],
"timestamp": "1774934079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxA6CE6325x08D1x4C25x9D15x15C2DC5E7BD0x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852076F294126x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:300000337:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 152,
"time": "1774939292"
},
"departure": {
"delay": 152,
"time": "1774939292"
},
"stopId": "FR:76610:ZE:SAINTExMARIExDE:ATOUMOD012",
"stopSequence": 5
},
{
"arrival": {
"delay": 152,
"time": "1774939832"
},
"departure": {
"delay": 152,
"time": "1774939832"
},
"stopId": "FR:76758:ZE:YVETOTxxxSalle:ATOUMOD012",
"stopSequence": 10
},
{
"arrival": {
"delay": 152,
"time": "1774940372"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarexS:ATOUMOD012",
"stopSequence": 14
},
{
"arrival": {
"delay": 152,
"time": "1774939112"
},
"departure": {
"delay": 152,
"time": "1774939112"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD1:ATOUMOD012",
"stopSequence": 3
},
{
"arrival": {
"delay": 152,
"time": "1774940192"
},
"departure": {
"delay": 152,
"time": "1774940192"
},
"stopId": "FR:76758:ZE:YVETOTxxxJeanxX:ATOUMOD012",
"stopSequence": 13
},
{
"arrival": {
"delay": 152,
"time": "1774939352"
},
"departure": {
"delay": 152,
"time": "1774939352"
},
"stopId": "FR:76758:ZE:YVETOTxxxCentre:ATOUMOD012",
"stopSequence": 6
},
{
"arrival": {
"delay": 152,
"time": "1774939892"
},
"departure": {
"delay": 152,
"time": "1774939892"
},
"stopId": "FR:76758:ZE:YVETOTxxxPierrexVarinx2:ATOUMOD012",
"stopSequence": 11
},
{
"arrival": {
"delay": 152,
"time": "1774939652"
},
"departure": {
"delay": 152,
"time": "1774939652"
},
"stopId": "FR:76758:ZE:YVETOTxxxAlbert:ATOUMOD012",
"stopSequence": 8
},
{
"arrival": {
"delay": 152,
"time": "1774939052"
},
"departure": {
"delay": 152,
"time": "1774939052"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD7:ATOUMOD012",
"stopSequence": 2
},
{
"arrival": {
"delay": 152,
"time": "1774939412"
},
"departure": {
"delay": 152,
"time": "1774939412"
},
"stopId": "FR:76758:ZE:YVETOTxxxAvenu1:ATOUMOD012",
"stopSequence": 7
},
{
"arrival": {
"delay": 152,
"time": "1774939232"
},
"departure": {
"delay": 152,
"time": "1774939232"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD2:ATOUMOD012",
"stopSequence": 4
}
],
"timestamp": "1774938760",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD012:Line:1:LOC",
"tripId": "ATOUMOD012:ServiceJourney:300000337:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3306F46700x2026x03x18T20x56x29Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774944180"
},
"departure": {
"time": "1774944360"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774943220"
},
"departure": {
"time": "1774943280"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774941720"
},
"departure": {
"time": "1774941780"
},
"stopId": "FR:50099:ZE:StopPointxOCETrainxTERx87447243:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774942380"
},
"departure": {
"time": "1774942440"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 9
},
{
"departure": {
"time": "1774939920"
},
"stopId": "FR:50129:ZE:StopPointxOCETrainxTERx87444877:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774951440"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774940820"
},
"departure": {
"time": "1774940880"
},
"stopId": "FR:50615:ZE:StopPointxOCETrainxTERx87447284:ATOUMOD002",
"stopSequence": 5
}
],
"timestamp": "1774936299",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx66849E04x284Fx47D7x8795x4C925C6ED66Fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3306F46700x2026x03x18T20x56x29Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851024F24918x2026x03x02T15x01x33Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774937280"
},
"departure": {
"time": "1774937400"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1774933080"
},
"departure": {
"time": "1774933140"
},
"stopId": "FR:27051:ZE:StopPointxOCETrainxTERx87387183:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774933860"
},
"departure": {
"time": "1774933920"
},
"stopId": "FR:27165:ZE:StopPointxOCETrainxTERx87387159:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774934220"
},
"departure": {
"time": "1774934280"
},
"stopId": "FR:27082:ZE:StopPointxOCETrainxTERx87387142:ATOUMOD002",
"stopSequence": 13
},
{
"departure": {
"time": "1774932780"
},
"stopId": "FR:27622:ZE:StopPointxOCETrainxTERx87444315:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774939800"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774934700"
},
"departure": {
"time": "1774935060"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774936080"
},
"departure": {
"time": "1774936140"
},
"stopId": "FR:27119:ZE:StopPointxOCETrainxTERx87387092:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774933500"
},
"departure": {
"time": "1774933560"
},
"stopId": "FR:27492:ZE:StopPointxOCETrainxTERx87387175:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774936500"
},
"departure": {
"time": "1774936560"
},
"stopId": "FR:78107:ZE:StopPointxOCETrainxTERx87381624:ATOUMOD002",
"stopSequence": 19
}
],
"timestamp": "1774929158",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx57AE0F48x2436x44BDxA2F0xAA45D4A483E7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851024F24918x2026x03x02T15x01x33Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:353:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774948140"
},
"departure": {
"time": "1774949400"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1774947240"
},
"departure": {
"time": "1774948260"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1774946280"
},
"departure": {
"time": "1774947300"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1774945440"
},
"departure": {
"time": "1774946880"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1774946100"
},
"departure": {
"time": "1774947120"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1774947840"
},
"departure": {
"time": "1774949100"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1774947300"
},
"departure": {
"time": "1774948320"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1774947000"
},
"departure": {
"time": "1774948020"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1774947060"
},
"departure": {
"time": "1774948080"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1774946460"
},
"departure": {
"time": "1774947480"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1774946340"
},
"departure": {
"time": "1774947360"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1774947900"
},
"departure": {
"time": "1774949160"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1774947780"
},
"departure": {
"time": "1774949040"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1774947360"
},
"departure": {
"time": "1774948380"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1774946640"
},
"departure": {
"time": "1774947660"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1774948020"
},
"departure": {
"time": "1774949280"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 28
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:353:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471192:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 19,
"time": "1774938186"
},
"departure": {
"delay": 19,
"time": "1774938199"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -2,
"time": "1774938418"
},
"departure": {
"delay": -2,
"time": "1774938418"
},
"stopId": "FR:27375:ZE:0x6433:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": 71,
"time": "1774938611"
},
"departure": {
"delay": 71,
"time": "1774938611"
},
"stopId": "FR:27375:ZE:0x6394:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 59,
"time": "1774938299"
},
"departure": {
"delay": 59,
"time": "1774938299"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 4,
"time": "1774938664"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -11,
"time": "1774938349"
},
"departure": {
"delay": -11,
"time": "1774938349"
},
"stopId": "FR:27375:ZE:0x6515:ATOUMOD006",
"stopSequence": 28
}
],
"timestamp": "1774938206",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471192:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:TRIPx4tckkll57:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -58,
"time": "1774938482"
},
"departure": {
"delay": -58,
"time": "1774938482"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD6:ATOUMOD012",
"stopSequence": 15
},
{
"arrival": {
"delay": -58,
"time": "1774938542"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD4:ATOUMOD012",
"stopSequence": 16
},
{
"arrival": {
"delay": 13,
"time": "1774938133"
},
"departure": {
"delay": 13,
"time": "1774938133"
},
"stopId": "FR:76758:ZE:YVETOTxxxCentre:ATOUMOD012",
"stopSequence": 9
},
{
"arrival": {
"delay": 34,
"time": "1774938334"
},
"departure": {
"delay": 34,
"time": "1774938334"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD2:ATOUMOD012",
"stopSequence": 11
},
{
"arrival": {
"delay": 80,
"time": "1774937960"
},
"departure": {
"delay": 80,
"time": "1774937960"
},
"stopId": "FR:76758:ZE:YVETOTxxxAlbert:ATOUMOD012",
"stopSequence": 7
},
{
"arrival": {
"delay": -58,
"time": "1774938422"
},
"departure": {
"delay": -58,
"time": "1774938422"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD5:ATOUMOD012",
"stopSequence": 14
},
{
"arrival": {
"delay": -19,
"time": "1774938401"
},
"departure": {
"delay": -19,
"time": "1774938401"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD1:ATOUMOD012",
"stopSequence": 13
},
{
"arrival": {
"delay": 30,
"time": "1774938030"
},
"departure": {
"delay": 30,
"time": "1774938030"
},
"stopId": "FR:76758:ZE:YVETOTxxxAvenu1:ATOUMOD012",
"stopSequence": 8
},
{
"arrival": {
"delay": -20,
"time": "1774938160"
},
"departure": {
"delay": -20,
"time": "1774938160"
},
"stopId": "FR:76610:ZE:SAINTExMARIExDE:ATOUMOD012",
"stopSequence": 10
}
],
"timestamp": "1774938370",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD012:Line:1:LOC",
"tripId": "ATOUMOD012:ServiceJourney:TRIPx4tckkll57:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602215:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -51,
"time": "1774939029"
},
"departure": {
"delay": -51,
"time": "1774939029"
},
"stopId": "FR:27229:ZE:0xSAC01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"time": "1774938960"
},
"departure": {
"time": "1774938960"
},
"stopId": "FR:27229:ZE:0xAVR02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -176,
"time": "1774939444"
},
"departure": {
"delay": -176,
"time": "1774939444"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -92,
"time": "1774939168"
},
"departure": {
"delay": -92,
"time": "1774939168"
},
"stopId": "FR:27229:ZE:0xCOT01:ATOUMOD004",
"stopSequence": 24
},
{
"departure": {
"time": "1774938900"
},
"stopId": "FR:27229:ZE:0xROS11:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -22,
"time": "1774939118"
},
"departure": {
"delay": -22,
"time": "1774939118"
},
"stopId": "FR:27229:ZE:0xNEUBO01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -149,
"time": "1774939651"
},
"stopId": "FR:27229:ZE:0xGAR11:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -198,
"time": "1774939362"
},
"departure": {
"delay": -198,
"time": "1774939362"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -145,
"time": "1774939595"
},
"departure": {
"delay": -145,
"time": "1774939595"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -129,
"time": "1774939251"
},
"departure": {
"delay": -129,
"time": "1774939251"
},
"stopId": "FR:27229:ZE:0xSAU01:ATOUMOD004",
"stopSequence": 25
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602215:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108031x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 113,
"time": "1774938053"
},
"stopId": "FR:76351:ZE:3993:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 173,
"time": "1774938173"
},
"stopId": "FR:76351:ZE:3951:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 149,
"time": "1774938449"
},
"stopId": "FR:76351:ZE:3978:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 197,
"time": "1774938317"
},
"stopId": "FR:76351:ZE:3995:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1774938139",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108031x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15415:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3721,
"time": "1774938719"
},
"departure": {
"delay": -3721,
"time": "1774938719"
},
"stopId": "FR:76095:ZE:TCARxLOMBA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -3677,
"time": "1774938595"
},
"departure": {
"delay": -3677,
"time": "1774938643"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1774935698",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15415:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6524620896206848x3:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -449,
"time": "1774937942"
},
"departure": {
"delay": -449,
"time": "1774937971"
},
"stopId": "FR:14366:ZE:19270005:ATOUMOD036",
"stopSequence": 27
},
{
"arrival": {
"delay": -553,
"time": "1774938167"
},
"stopId": "FR:14366:ZE:658330001:ATOUMOD036",
"stopSequence": 28
}
],
"timestamp": "1774938184",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:4841323284660224:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6524620896206848x3:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758418x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 34,
"time": "1774931973"
},
"departure": {
"delay": 34,
"time": "1774932034"
},
"stopId": "FR:50041:ZE:HAGGR1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 35,
"time": "1774933737"
},
"departure": {
"delay": 35,
"time": "1774933775"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 100,
"time": "1774933411"
},
"departure": {
"delay": 100,
"time": "1774933420"
},
"stopId": "FR:50129:ZE:10LSA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 35,
"time": "1774931428"
},
"departure": {
"delay": 35,
"time": "1774931495"
},
"stopId": "FR:50041:ZE:HAGCC1:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 43,
"time": "1774931143"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 46,
"time": "1774933045"
},
"departure": {
"delay": 46,
"time": "1774933066"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 39,
"time": "1774933914"
},
"departure": {
"delay": 39,
"time": "1774933959"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 45,
"time": "1774934036"
},
"departure": {
"delay": 45,
"time": "1774934085"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 82,
"time": "1774932822"
},
"departure": {
"delay": 82,
"time": "1774932862"
},
"stopId": "FR:50129:ZE:QQVPL2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 84,
"time": "1774934364"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 15,
"time": "1774931710"
},
"departure": {
"delay": 15,
"time": "1774931715"
},
"stopId": "FR:50041:ZE:HAGFY1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 83,
"time": "1774933598"
},
"departure": {
"delay": 83,
"time": "1774933643"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 33,
"time": "1774932430"
},
"departure": {
"delay": 33,
"time": "1774932453"
},
"stopId": "FR:50041:ZE:HAGMF1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 101,
"time": "1774932966"
},
"departure": {
"delay": 101,
"time": "1774933001"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 35,
"time": "1774933219"
},
"departure": {
"delay": 35,
"time": "1774933235"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 13,
"time": "1774932500"
},
"departure": {
"delay": 13,
"time": "1774932553"
},
"stopId": "FR:50041:ZE:HAGBG1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 35,
"time": "1774933099"
},
"departure": {
"delay": 35,
"time": "1774933115"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 90,
"time": "1774933669"
},
"departure": {
"delay": 90,
"time": "1774933710"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 17,
"time": "1774933838"
},
"departure": {
"delay": 17,
"time": "1774933877"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -2,
"time": "1774934121"
},
"departure": {
"delay": -2,
"time": "1774934158"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 66,
"time": "1774931599"
},
"departure": {
"delay": 66,
"time": "1774931646"
},
"stopId": "FR:50041:ZE:HAGMA1:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1774938720",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758418x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15508:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -31265,
"time": "1774937215"
},
"departure": {
"delay": -31265,
"time": "1774937215"
},
"stopId": "FR:76095:ZE:TCARxCIMEB0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -31311,
"time": "1774937109"
},
"departure": {
"delay": -31311,
"time": "1774937109"
},
"stopId": "FR:76108:ZE:TCARxLOMBA0:ATOUMOD001",
"stopSequence": 29
}
],
"timestamp": "1774936898",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15508:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:425:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774950900"
},
"departure": {
"time": "1774949820"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 3
}
],
"timestamp": "1774938748",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:425:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1380:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7595,
"time": "1774935397"
},
"departure": {
"delay": -7595,
"time": "1774935445"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -7635,
"time": "1774935345"
},
"departure": {
"delay": -7635,
"time": "1774935345"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -7613,
"time": "1774934707"
},
"departure": {
"delay": -7613,
"time": "1774934707"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -7615,
"time": "1774935222"
},
"departure": {
"delay": -7615,
"time": "1774935245"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -7375,
"time": "1774937022"
},
"departure": {
"delay": -7375,
"time": "1774937045"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -7445,
"time": "1774937095"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -7639,
"time": "1774934621"
},
"departure": {
"delay": -7639,
"time": "1774934621"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -7590,
"time": "1774935570"
},
"departure": {
"delay": -7590,
"time": "1774935570"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -7533,
"time": "1774936167"
},
"departure": {
"delay": -7533,
"time": "1774936167"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 18
}
],
"timestamp": "1774934038",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1380:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255670x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 254,
"time": "1774938434"
},
"departure": {
"delay": 254,
"time": "1774938434"
},
"stopId": "FR:76447:ZE:3146:ATOUMOD003",
"stopSequence": 47
},
{
"departure": {
"delay": 232,
"time": "1774938292"
},
"stopId": "FR:76447:ZE:3695:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 231,
"time": "1774938471"
},
"departure": {
"delay": 231,
"time": "1774938471"
},
"stopId": "FR:76447:ZE:3138:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 232,
"time": "1774938592"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 50
},
{
"departure": {
"delay": 232,
"time": "1774938532"
},
"stopId": "FR:76447:ZE:3492:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 225,
"time": "1774938345"
},
"departure": {
"delay": 225,
"time": "1774938345"
},
"stopId": "FR:76447:ZE:3434:ATOUMOD003",
"stopSequence": 46
}
],
"timestamp": "1774938339",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255670x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3106F312307x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938120"
},
"departure": {
"time": "1774938180"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 17
},
{
"departure": {
"time": "1774937340"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774945380"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774938960"
},
"departure": {
"time": "1774939020"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 15
}
],
"timestamp": "1774933718",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx468B44B7xC327x4154xB85Ex25C67C32B61Ex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3106F312307x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4075808x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 161,
"time": "1774937441"
},
"stopId": "FR:76351:ZE:3716:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 174,
"time": "1774937334"
},
"stopId": "FR:76351:ZE:3859:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1774937450",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C6:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4075808x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850306F294269x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774943400"
},
"departure": {
"time": "1774943460"
},
"stopId": "FR:76250:ZE:StopPointxOCETrainxTERx87413328:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1774944060"
},
"departure": {
"time": "1774944120"
},
"stopId": "FR:76341:ZE:StopPointxOCETrainxTERx87413302:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774943760"
},
"departure": {
"time": "1774943820"
},
"stopId": "FR:76596:ZE:StopPointxOCETrainxTERx87413310:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774943040"
},
"departure": {
"time": "1774943100"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1774944420"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 13
},
{
"departure": {
"time": "1774941900"
},
"stopId": "FR:76259:ZE:StopPointxOCETrainxTERx87413542:ATOUMOD002",
"stopSequence": 4
}
],
"timestamp": "1774938278",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxb66ce399xd888x47dex897bx46f7f79fa5adx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850306F294269x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4095:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938226"
},
"departure": {
"time": "1774938254"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"time": "1774938590"
},
"departure": {
"time": "1774938594"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"time": "1774938486"
},
"departure": {
"time": "1774938494"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"time": "1774938729"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"time": "1774938337"
},
"departure": {
"time": "1774938356"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"time": "1774938133"
},
"departure": {
"time": "1774938154"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"time": "1774938398"
},
"departure": {
"time": "1774938414"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
}
],
"timestamp": "1774936619",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4095:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3334F312067x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774937940"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1774931340"
},
"departure": {
"time": "1774931400"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774933800"
},
"departure": {
"time": "1774933920"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 7
},
{
"departure": {
"time": "1774929960"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774932240"
},
"departure": {
"time": "1774932300"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 5
}
],
"timestamp": "1774926339",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx0ce8180cx0fb6x4cc1x80bax53782622a5cex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3334F312067x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108163x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 312,
"time": "1774938192"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 293,
"time": "1774938113"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1774938230",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108163x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190176x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 116,
"time": "1774938116"
},
"stopId": "FR:76351:ZE:3472:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 174,
"time": "1774937994"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 30
}
],
"timestamp": "1774938119",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:19:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190176x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255626x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 290,
"time": "1774937570"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 50
},
{
"departure": {
"delay": 290,
"time": "1774937510"
},
"stopId": "FR:76447:ZE:3492:ATOUMOD003",
"stopSequence": 49
}
],
"timestamp": "1774937719",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255626x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC595655:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -242,
"time": "1774937998"
},
"stopId": "FR:27229:ZE:0xLYC01:ATOUMOD004",
"stopSequence": 23
}
],
"timestamp": "1774938194",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T5:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC595655:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:5999488431816704x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -771,
"time": "1774937829"
},
"stopId": "FR:14126:ZE:4898444662538240:ATOUMOD036",
"stopSequence": 9
}
],
"timestamp": "1774937831",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:5279030371680256:LOC",
"tripId": "ATOUMOD036:ServiceJourney:5999488431816704x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190115x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 574,
"time": "1774938274"
},
"stopId": "FR:76351:ZE:4142:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 574,
"time": "1774938454"
},
"stopId": "FR:76351:ZE:4537:ATOUMOD003",
"stopSequence": 29
}
],
"timestamp": "1774938499",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:09:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190115x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852052F294131x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774933740"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774939680"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 25
},
{
"arrival": {
"time": "1774935180"
},
"departure": {
"time": "1774935240"
},
"stopId": "FR:27105:ZE:StopPointxOCETrainxTERx87415323:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1774934520"
},
"departure": {
"time": "1774934580"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1774936080"
},
"departure": {
"time": "1774936140"
},
"stopId": "FR:27116:ZE:StopPointxOCETrainxTERx87415364:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1774936980"
},
"departure": {
"time": "1774937040"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1774938780"
},
"departure": {
"time": "1774938840"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 24
},
{
"arrival": {
"time": "1774937940"
},
"departure": {
"time": "1774938000"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1774936560"
},
"departure": {
"time": "1774936620"
},
"stopId": "FR:27622:ZE:StopPointxOCETrainxTERx87444315:ATOUMOD002",
"stopSequence": 18
}
],
"timestamp": "1774930118",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxA6CE6325x08D1x4C25x9D15x15C2DC5E7BD0x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852052F294131x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3102F312313x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774934580"
},
"departure": {
"time": "1774934760"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 17
},
{
"departure": {
"time": "1774931640"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774933200"
},
"departure": {
"time": "1774933260"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774939140"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774932420"
},
"departure": {
"time": "1774932480"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 13
}
],
"timestamp": "1774928020",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx468B44B7xC327x4154xB85Ex25C67C32B61Ex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3102F312313x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107970x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22,
"time": "1774939882"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 13,
"time": "1774939693"
},
"departure": {
"delay": 13,
"time": "1774939693"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 68,
"time": "1774938308"
},
"stopId": "FR:76351:ZE:3954:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": -9,
"time": "1774938831"
},
"departure": {
"delay": -9,
"time": "1774938831"
},
"stopId": "FR:76351:ZE:3972:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 73,
"time": "1774938433"
},
"departure": {
"delay": 73,
"time": "1774938433"
},
"stopId": "FR:76351:ZE:3988:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 17,
"time": "1774939037"
},
"departure": {
"delay": 17,
"time": "1774939037"
},
"stopId": "FR:76351:ZE:3970:ATOUMOD003",
"stopSequence": 8
},
{
"departure": {
"delay": -11,
"time": "1774938709"
},
"stopId": "FR:76351:ZE:3992:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 58,
"time": "1774938658"
},
"stopId": "FR:76351:ZE:3976:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 21,
"time": "1774939341"
},
"departure": {
"delay": 21,
"time": "1774939341"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 7,
"time": "1774939567"
},
"departure": {
"delay": 7,
"time": "1774939567"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 3,
"time": "1774939803"
},
"departure": {
"delay": 3,
"time": "1774939803"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 24,
"time": "1774939464"
},
"departure": {
"delay": 24,
"time": "1774939464"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 71,
"time": "1774938551"
},
"departure": {
"delay": 71,
"time": "1774938551"
},
"stopId": "FR:76351:ZE:4004:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 24,
"time": "1774939224"
},
"departure": {
"delay": 24,
"time": "1774939224"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
}
],
"timestamp": "1774938739",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107970x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852405F294088x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774939020"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774940220"
},
"departure": {
"time": "1774940280"
},
"stopId": "FR:14514:ZE:StopPointxOCETrainxTERx87444349:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774939200"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444323:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774940820"
},
"stopId": "FR:14220:ZE:StopPointxOCETrainxTERx87444372:ATOUMOD002",
"stopSequence": 6
}
],
"timestamp": "1774935398",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx5E25F2B5xD15Fx475FxB424xC7ED6748FE50x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852405F294088x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1419:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939255"
},
"departure": {
"time": "1774939255"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1774939053"
},
"departure": {
"time": "1774939053"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1774939108"
},
"departure": {
"time": "1774939108"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"time": "1774938928"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1774938700",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1419:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470050:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774938900"
},
"stopId": "FR:27375:ZE:0x7160:ATOUMOD006",
"stopSequence": 1
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:3:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470050:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851710F294166x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774937880"
},
"departure": {
"time": "1774938000"
},
"stopId": "FR:76034:ZE:StopPointxOCETrainxTERx87415158:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774939020"
},
"departure": {
"time": "1774939080"
},
"stopId": "FR:76245:ZE:StopPointxOCETrainxTERx87411801:ATOUMOD002",
"stopSequence": 7
},
{
"departure": {
"time": "1774937040"
},
"stopId": "FR:76217:ZE:StopPointxOCETrainxTERx87415018:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774939740"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1774938660"
},
"departure": {
"time": "1774938720"
},
"stopId": "FR:76179:ZE:StopPointxOCETrainxTERx87411819:ATOUMOD002",
"stopSequence": 5
}
],
"timestamp": "1774933418",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxa5e2106ex65d0x4abexa726xbea36c38855bx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851710F294166x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602217:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774941900"
},
"stopId": "FR:27229:ZE:0xROS11:ATOUMOD004",
"stopSequence": 11
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602217:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057205x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 3,
"time": "1774937703"
},
"stopId": "FR:76351:ZE:3717:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": 37,
"time": "1774937617"
},
"stopId": "FR:76351:ZE:3449:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1774937679",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057205x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470472:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -130,
"time": "1774943390"
},
"stopId": "FR:27332:ZE:0x7152:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -9,
"time": "1774943031"
},
"departure": {
"delay": -9,
"time": "1774943031"
},
"stopId": "FR:27332:ZE:0x6240:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -30,
"time": "1774942290"
},
"departure": {
"delay": -30,
"time": "1774942290"
},
"stopId": "FR:27375:ZE:0x6402:ATOUMOD006",
"stopSequence": 3
},
{
"departure": {
"time": "1774942200"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -33,
"time": "1774942887"
},
"departure": {
"delay": -33,
"time": "1774942887"
},
"stopId": "FR:27697:ZE:0x7014:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -110,
"time": "1774942510"
},
"departure": {
"delay": -110,
"time": "1774942510"
},
"stopId": "FR:27375:ZE:0x6446:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -136,
"time": "1774942724"
},
"departure": {
"delay": -136,
"time": "1774942724"
},
"stopId": "FR:27456:ZE:0x6734:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -5,
"time": "1774942855"
},
"departure": {
"delay": -5,
"time": "1774942855"
},
"stopId": "FR:27332:ZE:0x6248:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -50,
"time": "1774943050"
},
"departure": {
"delay": -50,
"time": "1774943050"
},
"stopId": "FR:27332:ZE:0x6244:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"time": "1774942260"
},
"departure": {
"time": "1774942260"
},
"stopId": "FR:27375:ZE:0x6448:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -105,
"time": "1774943175"
},
"departure": {
"delay": -105,
"time": "1774943175"
},
"stopId": "FR:27332:ZE:0x6237:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -32,
"time": "1774942408"
},
"departure": {
"delay": -32,
"time": "1774942408"
},
"stopId": "FR:27375:ZE:0x6456:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -28,
"time": "1774943072"
},
"departure": {
"delay": -28,
"time": "1774943072"
},
"stopId": "FR:27332:ZE:0x6260:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -149,
"time": "1774942471"
},
"departure": {
"delay": -149,
"time": "1774942471"
},
"stopId": "FR:27375:ZE:0x6462:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -119,
"time": "1774942441"
},
"departure": {
"delay": -119,
"time": "1774942441"
},
"stopId": "FR:27375:ZE:0x6480:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -76,
"time": "1774942364"
},
"departure": {
"delay": -76,
"time": "1774942364"
},
"stopId": "FR:27375:ZE:0x6502:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 7,
"time": "1774942987"
},
"departure": {
"delay": 7,
"time": "1774942987"
},
"stopId": "FR:27332:ZE:0x6253:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -22,
"time": "1774942838"
},
"departure": {
"delay": -22,
"time": "1774942838"
},
"stopId": "FR:27332:ZE:0x6252:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -99,
"time": "1774943121"
},
"departure": {
"delay": -99,
"time": "1774943121"
},
"stopId": "FR:27332:ZE:0x6238:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 20,
"time": "1774942940"
},
"departure": {
"delay": 20,
"time": "1774942940"
},
"stopId": "FR:27697:ZE:0x7012:ATOUMOD006",
"stopSequence": 13
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:9:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470472:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16200:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -28080,
"time": "1774939020"
},
"departure": {
"delay": -28080,
"time": "1774939020"
},
"stopId": "FR:76212:ZE:TCARxDMAIR5:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1774937258",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx14:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16200:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852022F294138x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938420"
},
"departure": {
"time": "1774938480"
},
"stopId": "FR:27105:ZE:StopPointxOCETrainxTERx87415323:ATOUMOD002",
"stopSequence": 23
},
{
"arrival": {
"time": "1774939980"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 26
},
{
"departure": {
"time": "1774933860"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774936860"
},
"departure": {
"time": "1774936920"
},
"stopId": "FR:27622:ZE:StopPointxOCETrainxTERx87444315:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1774939020"
},
"departure": {
"time": "1774939080"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 25
},
{
"arrival": {
"time": "1774936440"
},
"departure": {
"time": "1774936500"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774935480"
},
"departure": {
"time": "1774935540"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1774934640"
},
"departure": {
"time": "1774934700"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774937340"
},
"departure": {
"time": "1774937400"
},
"stopId": "FR:27116:ZE:StopPointxOCETrainxTERx87415364:ATOUMOD002",
"stopSequence": 21
}
],
"timestamp": "1774930238",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxA6CE6325x08D1x4C25x9D15x15C2DC5E7BD0x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852022F294138x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255635x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 93,
"time": "1774938033"
},
"stopId": "FR:76305:ZE:4479:ATOUMOD003",
"stopSequence": 47
},
{
"departure": {
"delay": 44,
"time": "1774937924"
},
"stopId": "FR:76305:ZE:3575:ATOUMOD003",
"stopSequence": 45
},
{
"departure": {
"delay": 92,
"time": "1774938092"
},
"stopId": "FR:76305:ZE:4480:ATOUMOD003",
"stopSequence": 48
},
{
"departure": {
"delay": 115,
"time": "1774937995"
},
"stopId": "FR:76305:ZE:4478:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 46,
"time": "1774938166"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 49
}
],
"timestamp": "1774938039",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255635x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852202F294118x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774935300"
},
"departure": {
"time": "1774935360"
},
"stopId": "FR:50615:ZE:StopPointxOCETrainxTERx87447284:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774936200"
},
"departure": {
"time": "1774936260"
},
"stopId": "FR:50099:ZE:StopPointxOCETrainxTERx87447243:ATOUMOD002",
"stopSequence": 5
},
{
"departure": {
"time": "1774934400"
},
"stopId": "FR:50129:ZE:StopPointxOCETrainxTERx87444877:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774936860"
},
"departure": {
"time": "1774936920"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774937700"
},
"departure": {
"time": "1774937760"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774938720"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 10
}
],
"timestamp": "1774930779",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx3334AEE5x6669x4426xA9E8x1F7704E8F5BDx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852202F294118x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4052297xGTFSxGSemHTNIxSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 122,
"time": "1774938842"
},
"stopId": "FR:76351:ZE:5205:ATOUMOD003",
"stopSequence": 41
},
{
"departure": {
"delay": 150,
"time": "1774938630"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 40
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:21:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4052297xGTFSxGSemHTNIxSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852615F294080x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774941900"
},
"stopId": "FR:50147:ZE:StopPointxOCETrainxTERx87447110:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1774937940"
},
"departure": {
"time": "1774938000"
},
"stopId": "FR:14098:ZE:StopPointxOCETrainxTERx87444042:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774939740"
},
"departure": {
"time": "1774939800"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774939260"
},
"departure": {
"time": "1774939320"
},
"stopId": "FR:14370:ZE:StopPointxOCETrainxTERx87444083:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774940520"
},
"departure": {
"time": "1774940640"
},
"stopId": "FR:50502:ZE:StopPointxOCETrainxTERx87447003:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774938720"
},
"departure": {
"time": "1774938780"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 7
},
{
"departure": {
"time": "1774937460"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774938300"
},
"departure": {
"time": "1774938360"
},
"stopId": "FR:14026:ZE:StopPointxOCETrainxTERx87444059:ATOUMOD002",
"stopSequence": 5
}
],
"timestamp": "1774933838",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx789690b9x0beex4978x8bf9xf4810c9e16f2x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852615F294080x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6656974566457344x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 43,
"time": "1774938813"
},
"departure": {
"delay": 43,
"time": "1774938823"
},
"stopId": "FR:14527:ZE:5673485134200832:ATOUMOD036",
"stopSequence": 7
},
{
"arrival": {
"delay": 260,
"time": "1774938665"
},
"departure": {
"delay": 260,
"time": "1774938680"
},
"stopId": "FR:14527:ZE:6697017985204224:ATOUMOD036",
"stopSequence": 6
},
{
"arrival": {
"delay": 72,
"time": "1774939392"
},
"stopId": "FR:14431:ZE:4878816661995520:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": 215,
"time": "1774939105"
},
"departure": {
"delay": 215,
"time": "1774939115"
},
"stopId": "FR:14431:ZE:6191879734427648:ATOUMOD036",
"stopSequence": 8
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:6357674938597376:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6656974566457344x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4098:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -14997,
"time": "1774939683"
},
"departure": {
"delay": -14997,
"time": "1774939683"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -15032,
"time": "1774939588"
},
"departure": {
"delay": -15032,
"time": "1774939588"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
}
],
"timestamp": "1774937818",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4098:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230658x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 32,
"time": "1774937852"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 84,
"time": "1774937784"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
}
],
"timestamp": "1774937819",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230658x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN13116F300921x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 900,
"time": "1774936500"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"delay": 1200,
"time": "1774942620"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 18
}
],
"timestamp": "1774938069",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx97E911FAxC8F2x4861xAD3CxC36CF4750A49x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN13116F300921x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596215:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -70,
"time": "1774941530"
},
"departure": {
"delay": -70,
"time": "1774941530"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 26,
"time": "1774941326"
},
"departure": {
"delay": 26,
"time": "1774941326"
},
"stopId": "FR:27229:ZE:0xHUG01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -21,
"time": "1774941459"
},
"departure": {
"delay": -21,
"time": "1774941459"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"time": "1774941180"
},
"departure": {
"time": "1774941180"
},
"stopId": "FR:27229:ZE:0xBEL01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -206,
"time": "1774941694"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -136,
"time": "1774941584"
},
"departure": {
"delay": -136,
"time": "1774941584"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 10
},
{
"departure": {
"time": "1774941000"
},
"stopId": "FR:27229:ZE:0xCOR01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 59,
"time": "1774941359"
},
"departure": {
"delay": 59,
"time": "1774941359"
},
"stopId": "FR:27229:ZE:0xPNA01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 19,
"time": "1774941259"
},
"departure": {
"delay": 19,
"time": "1774941259"
},
"stopId": "FR:27229:ZE:0xHUE01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 1,
"time": "1774941481"
},
"departure": {
"delay": 1,
"time": "1774941481"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 57,
"time": "1774941417"
},
"departure": {
"delay": 57,
"time": "1774941417"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 6
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T9:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596215:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851712F294164x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939620"
},
"departure": {
"time": "1774939680"
},
"stopId": "FR:76602:ZE:StopPointxOCETrainxTERx87415166:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1774941000"
},
"departure": {
"time": "1774941060"
},
"stopId": "FR:76474:ZE:StopPointxOCETrainxTERx87411249:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774938180"
},
"departure": {
"time": "1774938240"
},
"stopId": "FR:76565:ZE:StopPointxOCETrainxTERx87415125:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774939200"
},
"departure": {
"time": "1774939260"
},
"stopId": "FR:76034:ZE:StopPointxOCETrainxTERx87415158:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1774938600"
},
"departure": {
"time": "1774938660"
},
"stopId": "FR:76397:ZE:StopPointxOCETrainxTERx87415141:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1774940100"
},
"departure": {
"time": "1774940160"
},
"stopId": "FR:76179:ZE:StopPointxOCETrainxTERx87411819:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774940400"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:76245:ZE:StopPointxOCETrainxTERx87411801:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774940760"
},
"departure": {
"time": "1774940820"
},
"stopId": "FR:76366:ZE:StopPointxOCETrainxTERx87411256:ATOUMOD002",
"stopSequence": 15
},
{
"departure": {
"time": "1774937820"
},
"stopId": "FR:76217:ZE:StopPointxOCETrainxTERx87415018:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774941360"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 18
}
],
"timestamp": "1774934198",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx3e9229c5xae84x4f9ex98dfx93cc2e91b55cx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851712F294164x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107827x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 157,
"time": "1774938637"
},
"stopId": "FR:76481:ZE:4890:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 124,
"time": "1774938304"
},
"stopId": "FR:76351:ZE:4003:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 121,
"time": "1774938541"
},
"stopId": "FR:76351:ZE:3953:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 109,
"time": "1774938409"
},
"departure": {
"delay": 109,
"time": "1774938409"
},
"stopId": "FR:76351:ZE:3987:ATOUMOD003",
"stopSequence": 16
}
],
"timestamp": "1774938639",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107827x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230288x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -41,
"time": "1774937479"
},
"departure": {
"delay": -41,
"time": "1774937479"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": -16,
"time": "1774937504"
},
"departure": {
"delay": -16,
"time": "1774937504"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": -9,
"time": "1774937571"
},
"departure": {
"delay": -9,
"time": "1774937571"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 5,
"time": "1774937525"
},
"departure": {
"delay": 5,
"time": "1774937525"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": -41,
"time": "1774937599"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": -33,
"time": "1774937427"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
}
],
"timestamp": "1774937429",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230288x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072020x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 254,
"time": "1774938014"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 272,
"time": "1774937972"
},
"stopId": "FR:76351:ZE:3469:ATOUMOD003",
"stopSequence": 22
}
],
"timestamp": "1774938009",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072020x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6676591728918528x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -283,
"time": "1774939337"
},
"stopId": "FR:14194:ZE:6696884941881344:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": 48,
"time": "1774938562"
},
"departure": {
"delay": 48,
"time": "1774938708"
},
"stopId": "FR:14421:ZE:5682722937765888:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": 477,
"time": "1774938467"
},
"departure": {
"delay": 477,
"time": "1774938477"
},
"stopId": "FR:14626:ZE:6125064069054464:ATOUMOD036",
"stopSequence": 7
},
{
"arrival": {
"delay": 725,
"time": "1774938355"
},
"departure": {
"delay": 725,
"time": "1774938365"
},
"stopId": "FR:14626:ZE:6723242082435072:ATOUMOD036",
"stopSequence": 6
},
{
"arrival": {
"delay": 848,
"time": "1774938238"
},
"departure": {
"delay": 848,
"time": "1774938248"
},
"stopId": "FR:14421:ZE:5072098813804544:ATOUMOD036",
"stopSequence": 5
},
{
"arrival": {
"delay": 28,
"time": "1774938258"
},
"departure": {
"delay": 28,
"time": "1774938268"
},
"stopId": "FR:14626:ZE:6686632586510336:ATOUMOD036",
"stopSequence": 8
}
],
"timestamp": "1774938758",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5326622602297344:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6676591728918528x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598264:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -103,
"time": "1774937957"
},
"departure": {
"delay": -103,
"time": "1774937957"
},
"stopId": "FR:27229:ZE:0xJAM02:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": 31,
"time": "1774938211"
},
"departure": {
"delay": 31,
"time": "1774938211"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 37
},
{
"arrival": {
"delay": 70,
"time": "1774938430"
},
"departure": {
"delay": 70,
"time": "1774938430"
},
"stopId": "FR:27229:ZE:0xNET02:ATOUMOD004",
"stopSequence": 39
},
{
"arrival": {
"delay": 70,
"time": "1774938550"
},
"stopId": "FR:27229:ZE:0xBOI02:ATOUMOD004",
"stopSequence": 40
},
{
"arrival": {
"delay": 65,
"time": "1774938365"
},
"departure": {
"delay": 65,
"time": "1774938365"
},
"stopId": "FR:27229:ZE:0xCAR02:ATOUMOD004",
"stopSequence": 38
}
],
"timestamp": "1774938044",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T7:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598264:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057102x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 132,
"time": "1774938432"
},
"stopId": "FR:76351:ZE:3449:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 112,
"time": "1774938532"
},
"stopId": "FR:76351:ZE:3717:ATOUMOD003",
"stopSequence": 22
}
],
"timestamp": "1774938530",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057102x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:5198893567442944x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 94,
"time": "1774938384"
},
"departure": {
"delay": 94,
"time": "1774938394"
},
"stopId": "FR:14654:ZE:6728321418133504:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": -21,
"time": "1774938579"
},
"stopId": "FR:14654:ZE:5543228875997184:ATOUMOD036",
"stopSequence": 10
}
],
"timestamp": "1774938369",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5229274752614400:LOC",
"tripId": "ATOUMOD036:ServiceJourney:5198893567442944x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC595701:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774941000"
},
"stopId": "FR:27020:ZE:0xMOE01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T5:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC595701:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:341:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774945080"
},
"departure": {
"time": "1774946220"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1774945680"
},
"departure": {
"time": "1774947480"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1774945560"
},
"departure": {
"time": "1774947420"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1774945500"
},
"departure": {
"time": "1774947360"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
}
],
"timestamp": "1774938748",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:341:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107974x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 82,
"time": "1774937662"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 63,
"time": "1774937583"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1774937669",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107974x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3108F312303x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774944480"
},
"departure": {
"time": "1774944660"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774948980"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 26
},
{
"departure": {
"time": "1774941480"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774942260"
},
"departure": {
"time": "1774942320"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774943100"
},
"departure": {
"time": "1774943160"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 15
}
],
"timestamp": "1774937858",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx468B44B7xC327x4154xB85Ex25C67C32B61Ex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3108F312303x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD007:ServiceJourney:621:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774940400"
},
"stopId": "FR:27681:ZE:10102:ATOUMOD007",
"stopSequence": 1
},
{
"arrival": {
"time": "1774940460"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:27681:ZE:10043:ATOUMOD007",
"stopSequence": 2
},
{
"arrival": {
"time": "1774940520"
},
"departure": {
"time": "1774940520"
},
"stopId": "FR:27681:ZE:11000:ATOUMOD007",
"stopSequence": 3
}
],
"timestamp": "1774938758",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD007:Line:22:LOC",
"tripId": "ATOUMOD007:ServiceJourney:621:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15212:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -13680,
"time": "1774939560"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1774938719",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15212:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056540x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 148,
"time": "1774938448"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 133,
"time": "1774938613"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
}
],
"timestamp": "1774938569",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056540x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:457:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774949700"
},
"departure": {
"time": "1774951920"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1774950540"
},
"departure": {
"time": "1774951740"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
}
],
"timestamp": "1774938654",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:457:LOC"
}
}
},
{
"id": "SM:ATOUMOD019:ServiceJourney:2x21430274xBOL1xLMCJVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 176,
"time": "1774933436"
},
"stopId": "FR:76114:ZE:111:ATOUMOD019",
"stopSequence": 1
},
{
"arrival": {
"delay": 199,
"time": "1774933497"
},
"departure": {
"delay": 199,
"time": "1774933519"
},
"stopId": "FR:76114:ZE:112:ATOUMOD019",
"stopSequence": 2
},
{
"arrival": {
"time": "1774933958"
},
"departure": {
"time": "1774933860"
},
"stopId": "FR:76114:ZE:102:ATOUMOD019",
"stopSequence": 7
},
{
"arrival": {
"delay": 167,
"time": "1774933533"
},
"departure": {
"delay": 167,
"time": "1774933547"
},
"stopId": "FR:76114:ZE:113:ATOUMOD019",
"stopSequence": 3
},
{
"arrival": {
"delay": 15,
"time": "1774933780"
},
"departure": {
"delay": 15,
"time": "1774933815"
},
"stopId": "FR:76114:ZE:116:ATOUMOD019",
"stopSequence": 6
},
{
"arrival": {
"delay": 55,
"time": "1774933722"
},
"departure": {
"delay": 55,
"time": "1774933735"
},
"stopId": "FR:76114:ZE:115:ATOUMOD019",
"stopSequence": 5
},
{
"arrival": {
"delay": 195,
"time": "1774933623"
},
"departure": {
"delay": 195,
"time": "1774933635"
},
"stopId": "FR:76114:ZE:114:ATOUMOD019",
"stopSequence": 4
}
],
"timestamp": "1774938757",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD019:Line:1:LOC",
"tripId": "ATOUMOD019:ServiceJourney:2x21430274xBOL1xLMCJVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597873:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 161,
"time": "1774938701"
},
"departure": {
"delay": 161,
"time": "1774938701"
},
"stopId": "FR:27306:ZE:0xMAI01:ATOUMOD004",
"stopSequence": 43
},
{
"arrival": {
"delay": 109,
"time": "1774938649"
},
"departure": {
"delay": 109,
"time": "1774938649"
},
"stopId": "FR:27306:ZE:0xBOR01:ATOUMOD004",
"stopSequence": 42
},
{
"arrival": {
"delay": 129,
"time": "1774939029"
},
"stopId": "FR:27306:ZE:0xBER01:ATOUMOD004",
"stopSequence": 48
},
{
"arrival": {
"delay": 134,
"time": "1774938734"
},
"departure": {
"delay": 134,
"time": "1774938734"
},
"stopId": "FR:27306:ZE:0xEGl01:ATOUMOD004",
"stopSequence": 44
},
{
"arrival": {
"delay": 104,
"time": "1774938824"
},
"departure": {
"delay": 104,
"time": "1774938824"
},
"stopId": "FR:27306:ZE:0xFOR02:ATOUMOD004",
"stopSequence": 46
},
{
"arrival": {
"delay": 114,
"time": "1774938774"
},
"departure": {
"delay": 114,
"time": "1774938774"
},
"stopId": "FR:27306:ZE:0xMOO01:ATOUMOD004",
"stopSequence": 45
}
],
"timestamp": "1774938705",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T3:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597873:LOC"
}
}
},
{
"id": "SM:ATOUMOD007:ServiceJourney:701:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 180,
"time": "1774943340"
},
"stopId": "FR:27681:ZE:10102:ATOUMOD007",
"stopSequence": 14
},
{
"arrival": {
"time": "1774943100"
},
"departure": {
"time": "1774942920"
},
"stopId": "FR:27681:ZE:10043:ATOUMOD007",
"stopSequence": 12
},
{
"arrival": {
"time": "1774943160"
},
"departure": {
"time": "1774942980"
},
"stopId": "FR:27681:ZE:11000:ATOUMOD007",
"stopSequence": 13
}
],
"timestamp": "1774938753",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD007:Line:23:LOC",
"tripId": "ATOUMOD007:ServiceJourney:701:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108162x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 42,
"time": "1774938402"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 1,
"time": "1774938121"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 2,
"time": "1774938242"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 61,
"time": "1774938481"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 24,
"time": "1774938024"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
}
],
"timestamp": "1774938489",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108162x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011280x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -67,
"time": "1774937933"
},
"stopId": "FR:76552:ZE:4519:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": -80,
"time": "1774937980"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 54
}
],
"timestamp": "1774937999",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011280x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596159:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 53,
"time": "1774938113"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 25
}
],
"timestamp": "1774938044",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T6:LOC",
"scheduleRelationship": "CANCELED",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596159:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471530:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938660"
},
"departure": {
"time": "1774938660"
},
"stopId": "FR:27375:ZE:0x6465:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 16,
"time": "1774938136"
},
"departure": {
"delay": 16,
"time": "1774938136"
},
"stopId": "FR:27375:ZE:0x6462:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 4,
"time": "1774938304"
},
"departure": {
"delay": 4,
"time": "1774938304"
},
"stopId": "FR:27375:ZE:0x6486:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"time": "1774938240"
},
"departure": {
"time": "1774938240"
},
"stopId": "FR:27375:ZE:0x6524:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"time": "1774938780"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 46,
"time": "1774938166"
},
"departure": {
"delay": 46,
"time": "1774938166"
},
"stopId": "FR:27375:ZE:0x6446:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"time": "1774938060"
},
"departure": {
"time": "1774938060"
},
"stopId": "FR:27375:ZE:0x6414:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 9,
"time": "1774938369"
},
"departure": {
"delay": 9,
"time": "1774938369"
},
"stopId": "FR:27375:ZE:0x6410:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 10,
"time": "1774938190"
},
"departure": {
"delay": 10,
"time": "1774938190"
},
"stopId": "FR:27375:ZE:0x6510:ATOUMOD006",
"stopSequence": 10
}
],
"timestamp": "1774938687",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:S4:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471530:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4051233xGTFSxGSemH18xSemainex05:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 65,
"time": "1774938545"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 111,
"time": "1774938351"
},
"stopId": "FR:76351:ZE:3330:ATOUMOD003",
"stopSequence": 16
}
],
"timestamp": "1774938559",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:18:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4051233xGTFSxGSemH18xSemainex05:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596222:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -46,
"time": "1774942214"
},
"departure": {
"delay": -46,
"time": "1774942214"
},
"stopId": "FR:27229:ZE:0xRUO01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -10,
"time": "1774941950"
},
"departure": {
"delay": -10,
"time": "1774941950"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -46,
"time": "1774942394"
},
"stopId": "FR:27229:ZE:0xCOR01:ATOUMOD004",
"stopSequence": 6
},
{
"departure": {
"time": "1774941900"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -46,
"time": "1774942094"
},
"departure": {
"delay": -46,
"time": "1774942094"
},
"stopId": "FR:27229:ZE:0xCTA02:ATOUMOD004",
"stopSequence": 3
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T9:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596222:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3371F312016x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774942380"
},
"departure": {
"time": "1774942440"
},
"stopId": "FR:14514:ZE:StopPointxOCETrainxTERx87444349:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1774938720"
},
"departure": {
"time": "1774938840"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1774940340"
},
"departure": {
"time": "1774940400"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 5
},
{
"departure": {
"time": "1774934820"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774943040"
},
"stopId": "FR:14220:ZE:StopPointxOCETrainxTERx87444372:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774941300"
},
"departure": {
"time": "1774941360"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 8
}
],
"timestamp": "1774931198",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx03A83359x7D9Dx4301x9C87x92FED4666451x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3371F312016x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15393:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774937694"
},
"departure": {
"time": "1774937694"
},
"stopId": "FR:76095:ZE:TCARxLOMBA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1774937618"
},
"departure": {
"time": "1774937643"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1774934918",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15393:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056447x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 177,
"time": "1774938057"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 177,
"time": "1774937937"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
}
],
"timestamp": "1774938039",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056447x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6126831276130304x1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 3643,
"time": "1774938693"
},
"departure": {
"delay": 3643,
"time": "1774938703"
},
"stopId": "FR:14366:ZE:17240004:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": 3685,
"time": "1774938865"
},
"stopId": "FR:14303:ZE:19280004:ATOUMOD036",
"stopSequence": 25
}
],
"timestamp": "1774938682",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5131776580124672:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6126831276130304x1:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3101F310772x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938600"
},
"departure": {
"time": "1774938660"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 40
},
{
"arrival": {
"time": "1774937760"
},
"departure": {
"time": "1774937820"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 38
},
{
"arrival": {
"delay": 300,
"time": "1774936680"
},
"departure": {
"delay": 300,
"time": "1774936860"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 35
},
{
"departure": {
"time": "1774932000"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774939500"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 41
}
],
"timestamp": "1774937108",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx468B44B7xC327x4154xB85Ex25C67C32B61Ex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3101F310772x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850018F294275x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774938480"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 18
},
{
"departure": {
"time": "1774934820"
},
"stopId": "FR:27681:ZE:StopPointxOCETrainxTERx87415604:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1774935960"
},
"departure": {
"time": "1774936080"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1774935180"
},
"departure": {
"time": "1774935240"
},
"stopId": "FR:78089:ZE:StopPointxOCETrainxTERx87415893:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1774935600"
},
"departure": {
"time": "1774935660"
},
"stopId": "FR:78531:ZE:StopPointxOCETrainxTERx87415885:ATOUMOD002",
"stopSequence": 15
}
],
"timestamp": "1774931198",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx97E911FAxC8F2x4861xAD3CxC36CF4750A49x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850018F294275x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000283:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 23,
"time": "1774938623"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarexS:ATOUMOD012",
"stopSequence": 15
}
],
"timestamp": "1774938620",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD012:Line:3:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000283:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107828x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 201,
"time": "1774938021"
},
"stopId": "FR:76351:ZE:3953:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 237,
"time": "1774938117"
},
"stopId": "FR:76481:ZE:4890:ATOUMOD003",
"stopSequence": 18
}
],
"timestamp": "1774938119",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107828x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107973x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 109,
"time": "1774938169"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 128,
"time": "1774938248"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
}
],
"timestamp": "1774938399",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107973x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057447x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -12,
"time": "1774938228"
},
"stopId": "FR:76351:ZE:4576:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": -56,
"time": "1774938364"
},
"stopId": "FR:76481:ZE:5250:ATOUMOD003",
"stopSequence": 55
}
],
"timestamp": "1774938389",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:10:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057447x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15502:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -6297,
"time": "1774935423"
},
"departure": {
"delay": -6297,
"time": "1774935423"
},
"stopId": "FR:76108:ZE:TCARxLOMBA0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -6342,
"time": "1774935477"
},
"departure": {
"delay": -6342,
"time": "1774935498"
},
"stopId": "FR:76095:ZE:TCARxCIMEB0:ATOUMOD001",
"stopSequence": 30
}
],
"timestamp": "1774934827",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15502:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056986x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -21,
"time": "1774938339"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": -21,
"time": "1774938039"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 22
}
],
"timestamp": "1774938239",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056986x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000292:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -453,
"time": "1774939587"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarex1:ATOUMOD012",
"stopSequence": 6
},
{
"arrival": {
"delay": -453,
"time": "1774938927"
},
"departure": {
"delay": -453,
"time": "1774938927"
},
"stopId": "FR:76758:ZE:YVETOTxxxHxpita:ATOUMOD012",
"stopSequence": 3
},
{
"arrival": {
"delay": -453,
"time": "1774938807"
},
"departure": {
"delay": -453,
"time": "1774938807"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexC1:ATOUMOD012",
"stopSequence": 2
},
{
"arrival": {
"delay": -453,
"time": "1774938987"
},
"departure": {
"delay": -453,
"time": "1774938987"
},
"stopId": "FR:76758:ZE:YVETOTxxxPxlexd:ATOUMOD012",
"stopSequence": 4
},
{
"arrival": {
"delay": -453,
"time": "1774939167"
},
"departure": {
"delay": -453,
"time": "1774939167"
},
"stopId": "FR:76718:ZE:VALLIQUERVILLE1:ATOUMOD012",
"stopSequence": 5
}
],
"timestamp": "1774938760",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD012:Line:3:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000292:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:5818466046050304x1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 133,
"time": "1774938013"
},
"stopId": "FR:14366:ZE:15060003:ATOUMOD036",
"stopSequence": 18
}
],
"timestamp": "1774938062",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5182404740251648:LOC",
"tripId": "ATOUMOD036:ServiceJourney:5818466046050304x1:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:4692097853554688x2:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1774938360"
},
"stopId": "FR:14366:ZE:17270002:ATOUMOD036",
"stopSequence": 14
}
],
"timestamp": "1774938366",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5089173048393728:LOC",
"tripId": "ATOUMOD036:ServiceJourney:4692097853554688x2:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4051198xGTFSxGSemH18xSemainex05:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 171,
"time": "1774938051"
},
"stopId": "FR:76305:ZE:4929:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 189,
"time": "1774937949"
},
"stopId": "FR:76305:ZE:4854:ATOUMOD003",
"stopSequence": 16
}
],
"timestamp": "1774938029",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:18:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4051198xGTFSxGSemH18xSemainex05:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230660x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 96,
"time": "1774936596"
},
"departure": {
"delay": 96,
"time": "1774936596"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 94,
"time": "1774936654"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
}
],
"timestamp": "1774937799",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230660x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17233:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -13197,
"time": "1774938783"
},
"departure": {
"delay": -13197,
"time": "1774938783"
},
"stopId": "FR:76322:ZE:TCARxLBOUR0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -13191,
"time": "1774938729"
},
"departure": {
"delay": -13191,
"time": "1774938729"
},
"stopId": "FR:76322:ZE:TCARxEGLGQ0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -13200,
"time": "1774938840"
},
"departure": {
"delay": -13200,
"time": "1774938840"
},
"stopId": "FR:76322:ZE:TCARxCROUT0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -13182,
"time": "1774938558"
},
"departure": {
"delay": -13182,
"time": "1774938558"
},
"stopId": "FR:76322:ZE:TCARxLUSSA0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -13250,
"time": "1774938610"
},
"departure": {
"delay": -13250,
"time": "1774938610"
},
"stopId": "FR:76322:ZE:TCARxBROSS1:ATOUMOD001",
"stopSequence": 18
}
],
"timestamp": "1774935938",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17233:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598257:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 95,
"time": "1774938815"
},
"departure": {
"delay": 95,
"time": "1774938815"
},
"stopId": "FR:27229:ZE:0xLAK01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 53,
"time": "1774939073"
},
"stopId": "FR:27229:ZE:0xZIN02:ATOUMOD004",
"stopSequence": 31
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T7:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598257:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4071944x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 249,
"time": "1774937769"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 249,
"time": "1774937529"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
}
],
"timestamp": "1774937659",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4071944x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597031:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774941600"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597031:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:299:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774943280"
},
"departure": {
"time": "1774944300"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1774943880"
},
"departure": {
"time": "1774945560"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1774943760"
},
"departure": {
"time": "1774945500"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1774943700"
},
"departure": {
"time": "1774945440"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
}
],
"timestamp": "1774938687",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:299:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108030x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 66,
"time": "1774938726"
},
"stopId": "FR:76351:ZE:3995:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 78,
"time": "1774938858"
},
"stopId": "FR:76351:ZE:3978:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1774938729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108030x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851074F294185x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774937220"
},
"departure": {
"time": "1774937280"
},
"stopId": "FR:78107:ZE:StopPointxOCETrainxTERx87381624:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1774938000"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 20
},
{
"departure": {
"time": "1774936860"
},
"stopId": "FR:27119:ZE:StopPointxOCETrainxTERx87387092:ATOUMOD002",
"stopSequence": 17
}
],
"timestamp": "1774933240",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx57AE0F48x2436x44BDxA2F0xAA45D4A483E7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851074F294185x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD007:ServiceJourney:639:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774941000"
},
"stopId": "FR:27681:ZE:10102:ATOUMOD007",
"stopSequence": 1
}
],
"timestamp": "1774938753",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD007:Line:31:LOC",
"tripId": "ATOUMOD007:ServiceJourney:639:LOC"
}
}
},
{
"id": "SM:ATOUMOD007:ServiceJourney:689:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -120,
"time": "1774943220"
},
"stopId": "FR:27681:ZE:10102:ATOUMOD007",
"stopSequence": 17
}
],
"timestamp": "1774938712",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD007:Line:24:LOC",
"tripId": "ATOUMOD007:ServiceJourney:689:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230366x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 124,
"time": "1774937764"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 105,
"time": "1774938105"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
}
],
"timestamp": "1774937959",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230366x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3103F312312x2026x03x22T21x04x21Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774941600"
},
"departure": {
"time": "1774941660"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 38
},
{
"arrival": {
"time": "1774942440"
},
"departure": {
"time": "1774942500"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 40
},
{
"departure": {
"time": "1774935600"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1774940280"
},
"departure": {
"time": "1774940460"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 36
},
{
"arrival": {
"time": "1774943340"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 41
}
],
"timestamp": "1774931979",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx468B44B7xC327x4154xB85Ex25C67C32B61Ex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3103F312312x2026x03x22T21x04x21Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230515x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 140,
"time": "1774937720"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 91,
"time": "1774937791"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
}
],
"timestamp": "1774937759",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230515x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD007:ServiceJourney:633:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774940880"
},
"stopId": "FR:27681:ZE:10102:ATOUMOD007",
"stopSequence": 1
}
],
"timestamp": "1774938712",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD007:Line:24:LOC",
"tripId": "ATOUMOD007:ServiceJourney:633:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:300000387:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -95,
"time": "1774938685"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarexS:ATOUMOD012",
"stopSequence": 16
}
],
"timestamp": "1774938620",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD012:Line:2:LOC",
"tripId": "ATOUMOD012:ServiceJourney:300000387:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490666:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 98,
"time": "1774938278"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": 200,
"time": "1774938194"
},
"departure": {
"delay": 200,
"time": "1774938200"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": 110,
"time": "1774938045"
},
"departure": {
"delay": 110,
"time": "1774938050"
},
"stopId": "FR:27701:ZE:0x7103:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": 110,
"time": "1774937990"
},
"departure": {
"delay": 110,
"time": "1774937990"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 121,
"time": "1774938121"
},
"departure": {
"delay": 121,
"time": "1774938121"
},
"stopId": "FR:27701:ZE:0x7162:ATOUMOD006",
"stopSequence": 39
}
],
"timestamp": "1774938266",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490666:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598275:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774940700"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 4
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T7:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598275:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:315:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774943640"
},
"departure": {
"time": "1774947300"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 29
}
],
"timestamp": "1774938772",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:315:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4075708x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -57,
"time": "1774937643"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -57,
"time": "1774937883"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1774937810",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C6:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4075708x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx64:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1774940645"
},
"departure": {
"delay": 5,
"time": "1774940645"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 53,
"time": "1774940573"
},
"departure": {
"delay": 53,
"time": "1774940573"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1774936419",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx64:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4196383x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 181,
"time": "1774937521"
},
"stopId": "FR:76351:ZE:4606:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 160,
"time": "1774937620"
},
"stopId": "FR:76351:ZE:3716:ATOUMOD003",
"stopSequence": 39
}
],
"timestamp": "1774937570",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:16:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4196383x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000329:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 26,
"time": "1774938446"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarex1:ATOUMOD012",
"stopSequence": 11
}
],
"timestamp": "1774938270",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD012:Line:2:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000329:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx33:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 335,
"time": "1774940555"
},
"departure": {
"delay": 335,
"time": "1774940555"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 342,
"time": "1774940442"
},
"departure": {
"delay": 342,
"time": "1774940442"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 294,
"time": "1774940514"
},
"departure": {
"delay": 294,
"time": "1774940514"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1774938700",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx33:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470062:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774940700"
},
"stopId": "FR:27375:ZE:0x6515:ATOUMOD006",
"stopSequence": 1
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:3:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470062:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597064:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 84,
"time": "1774938264"
},
"departure": {
"delay": 84,
"time": "1774938264"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 63,
"time": "1774938183"
},
"departure": {
"delay": 63,
"time": "1774938183"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 36,
"time": "1774938396"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 19
}
],
"timestamp": "1774938255",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597064:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596221:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -30,
"time": "1774940670"
},
"stopId": "FR:27229:ZE:0xCOR01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -30,
"time": "1774940490"
},
"departure": {
"delay": -30,
"time": "1774940490"
},
"stopId": "FR:27229:ZE:0xRUO01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -46,
"time": "1774940354"
},
"departure": {
"delay": -46,
"time": "1774940354"
},
"stopId": "FR:27229:ZE:0xCTA02:ATOUMOD004",
"stopSequence": 3
},
{
"departure": {
"time": "1774940160"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -10,
"time": "1774940210"
},
"departure": {
"delay": -10,
"time": "1774940210"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 2
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T9:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596221:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3340F299757x2026x03x21T20x51x49Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774940640"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1774947840"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 8
}
],
"timestamp": "1774937019",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx0ce8180cx0fb6x4cc1x80bax53782622a5cex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3340F299757x2026x03x21T20x51x49Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596616:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774941900"
},
"stopId": "FR:27229:ZE:0xCAM01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596616:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596615:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774939620"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 8
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596615:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470488:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 249,
"time": "1774937870"
},
"departure": {
"delay": 249,
"time": "1774937889"
},
"stopId": "FR:27375:ZE:0x6403:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -111,
"time": "1774938009"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 99,
"time": "1774937919"
},
"departure": {
"delay": 99,
"time": "1774937919"
},
"stopId": "FR:27375:ZE:0x6449:ATOUMOD006",
"stopSequence": 19
}
],
"timestamp": "1774937905",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:9:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470488:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6017775681142784x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 112,
"time": "1774938412"
},
"stopId": "FR:14366:ZE:19270005:ATOUMOD036",
"stopSequence": 25
},
{
"arrival": {
"delay": 108,
"time": "1774938259"
},
"departure": {
"delay": 108,
"time": "1774938288"
},
"stopId": "FR:14366:ZE:6030011489320960:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": 119,
"time": "1774938151"
},
"departure": {
"delay": 119,
"time": "1774938179"
},
"stopId": "FR:14366:ZE:678860002:ATOUMOD036",
"stopSequence": 23
}
],
"timestamp": "1774938369",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:5590255248867328:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6017775681142784x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15499:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774939419"
},
"departure": {
"time": "1774939419"
},
"stopId": "FR:76108:ZE:TCARxLOMBA0:ATOUMOD001",
"stopSequence": 29
}
],
"timestamp": "1774938679",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15499:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:377:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774946880"
},
"departure": {
"time": "1774949520"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
}
],
"timestamp": "1774938754",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:377:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:4588277152612352x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 698,
"time": "1774938998"
},
"stopId": "FR:14478:ZE:4583272651685888:ATOUMOD036",
"stopSequence": 13
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:4752917245460480:LOC",
"tripId": "ATOUMOD036:ServiceJourney:4588277152612352x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056539x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15,
"time": "1774937835"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 30,
"time": "1774937670"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
}
],
"timestamp": "1774937739",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056539x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:4943586962440192x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -287,
"time": "1774938853"
},
"stopId": "FR:14654:ZE:5543228875997184:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": -116,
"time": "1774938650"
},
"departure": {
"delay": -116,
"time": "1774938664"
},
"stopId": "FR:14654:ZE:6661916861661184:ATOUMOD036",
"stopSequence": 8
}
],
"timestamp": "1774938756",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:6704313154928640:LOC",
"tripId": "ATOUMOD036:ServiceJourney:4943586962440192x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230516x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 196,
"time": "1774938376"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 169,
"time": "1774938289"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 147,
"time": "1774938447"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
}
],
"timestamp": "1774938449",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230516x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:427:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774948680"
},
"departure": {
"time": "1774951080"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 16
}
],
"timestamp": "1774938760",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:427:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470533:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774939500"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 1
}
],
"timestamp": "1774938747",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470533:LOC"
}
}
},
{
"id": "SM:ATOUMOD007:ServiceJourney:627:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774940400"
},
"stopId": "FR:27681:ZE:10102:ATOUMOD007",
"stopSequence": 1
}
],
"timestamp": "1774938732",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD007:Line:25:LOC",
"tripId": "ATOUMOD007:ServiceJourney:627:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597065:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774941780"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
}
],
"timestamp": "1774938735",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597065:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx352:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 30,
"time": "1774939830"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1774938708",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx352:LOC"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "1.0",
"timestamp": "1774938841"
}
}